index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-alpha
/
op_helper.c
Age
Commit message (
Expand
)
Author
2012-03-24
target-alpha: Move memory helpers to mem_helper.c.
Richard Henderson
2012-03-24
target-alpha: Move palcode support helpers to sys_helper.c.
Richard Henderson
2012-03-24
target-alpha: Move integer overflow helpers to int_helper.c.
Richard Henderson
2012-03-24
target-alpha: Move fpcr helpers from op_helper.c to helper.c.
Richard Henderson
2012-03-24
target-alpha: Move floating-point helpers to fpu_helper.c.
Richard Henderson
2012-03-24
target-alpha: Move exception helpers to helper.c.
Richard Henderson
2012-03-24
target-alpha: Move integer helpers to int_helper.c.
Richard Henderson
2012-03-14
target-alpha: Don't overuse CPUState
Andreas Färber
2011-10-08
target-alpha: Add high-resolution access to wall clock and an alarm.
Richard Henderson
2011-10-08
target-alpha: Implement HALT IPR.
Richard Henderson
2011-10-01
softmmu_header: pass CPUState to tlb_fill
Blue Swirl
2011-08-07
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
2011-07-30
exec.h cleanup
Blue Swirl
2011-07-20
Fix unassigned memory access handling
Blue Swirl
2011-06-26
cpu_loop_exit: avoid using AREG0
Blue Swirl
2011-05-31
target-alpha: Implement TLB flush primitives.
Richard Henderson
2011-05-31
target-alpha: Use a fixed frequency for the RPCC in system mode.
Richard Henderson
2011-05-31
target-alpha: Trap for unassigned and unaligned addresses.
Richard Henderson
2011-05-31
target-alpha: Swap shadow registers moving to/from PALmode.
Richard Henderson
2011-05-31
target-alpha: Use do_restore_state for arithmetic exceptions.
Richard Henderson
2011-05-31
target-alpha: Tidy up arithmetic exceptions.
Richard Henderson
2011-05-31
target-alpha: Rationalize internal processor registers.
Richard Henderson
2011-05-31
target-alpha: Merge HW_REI and HW_RET implementations.
Richard Henderson
2011-05-31
target-alpha: Fix translation of PALmode memory insns.
Richard Henderson
2011-04-20
Remove unused function parameter from cpu_restore_state
Stefan Weil
2011-04-17
softfloat: rename float*_eq() into float*_eq_quiet()
Aurelien Jarno
2011-04-17
target-alpha: use new float64_unordered_quiet() function
Aurelien Jarno
2011-01-02
softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()
Peter Maydell
2010-04-27
target-alpha: Implement RPCC.
Richard Henderson
2010-04-27
target-alpha: Fix load-locked/store-conditional.
Richard Henderson
2010-04-27
target-alpha: Implement cvtlq inline.
Richard Henderson
2010-04-27
target-alpha: Implement rs/rc properly.
Richard Henderson
2010-04-27
target-alpha: Implement cpys{, n, e} inline.
Richard Henderson
2010-04-10
target-alpha: Implement cvtql inline.
Richard Henderson
2010-02-28
target-alpha: Implement IEEE FP qualifiers.
Richard Henderson
2010-02-23
target-alpha: Mark helper_excp as NORETURN.
Richard Henderson
2010-02-23
target-alpha: Clean up arithmetic traps.
Richard Henderson
2009-12-17
target-alpha: Fix float32_to_s vs zero exponent.
Richard Henderson
2009-12-17
target-alpha: Fix cvtlq.
Richard Henderson
2009-12-17
target-alpha: Implement fp branch/cmov inline.
Richard Henderson
2009-12-13
target-alpha: Expand ins*h inline.
Richard Henderson
2009-12-13
target-alpha: Expand msk*h inline.
Richard Henderson
2009-12-13
target-alpha: Expand msk*l inline.
Richard Henderson
2009-12-13
target-alpha: Expand ins*l inline.
Richard Henderson
2009-12-13
target-alpha: Implement missing MVI instructions.
Richard Henderson
2009-12-13
target-alpha: Fixes for alpha-linux syscalls.
Richard Henderson
2009-12-13
target-alpha: Remove bogus DO_TB_FLUSH code from translator.
Richard Henderson
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
Get rid of _t suffix
malc
2009-09-21
Add 'static' to please Sparse
Blue Swirl
[next]