aboutsummaryrefslogtreecommitdiffstats
path: root/target-alpha/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-08target-alpha: Add high-resolution access to wall clock and an alarm.Richard Henderson1-0/+15
2011-10-08target-alpha: Implement HALT IPR.Richard Henderson1-0/+10
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-1/+1
2011-07-30exec.h cleanupBlue Swirl1-1/+6
2011-07-20Fix unassigned memory access handlingBlue Swirl1-2/+4
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-3/+3
2011-05-31target-alpha: Implement TLB flush primitives.Richard Henderson1-1/+10
2011-05-31target-alpha: Use a fixed frequency for the RPCC in system mode.Richard Henderson1-1/+10
2011-05-31target-alpha: Trap for unassigned and unaligned addresses.Richard Henderson1-0/+26
2011-05-31target-alpha: Swap shadow registers moving to/from PALmode.Richard Henderson1-1/+4
2011-05-31target-alpha: Use do_restore_state for arithmetic exceptions.Richard Henderson1-19/+30
2011-05-31target-alpha: Tidy up arithmetic exceptions.Richard Henderson1-13/+21
2011-05-31target-alpha: Rationalize internal processor registers.Richard Henderson1-17/+2
2011-05-31target-alpha: Merge HW_REI and HW_RET implementations.Richard Henderson1-10/+0
2011-05-31target-alpha: Fix translation of PALmode memory insns.Richard Henderson1-113/+34
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno1-2/+2
2011-04-17target-alpha: use new float64_unordered_quiet() functionAurelien Jarno1-2/+3
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-1/+1
2010-04-27target-alpha: Implement RPCC.Richard Henderson1-2/+3
2010-04-27target-alpha: Fix load-locked/store-conditional.Richard Henderson1-0/+2
2010-04-27target-alpha: Implement cvtlq inline.Richard Henderson1-7/+0
2010-04-27target-alpha: Implement rs/rc properly.Richard Henderson1-26/+2
2010-04-27target-alpha: Implement cpys{, n, e} inline.Richard Henderson1-18/+0
2010-04-10target-alpha: Implement cvtql inline.Richard Henderson1-20/+0
2010-02-28target-alpha: Implement IEEE FP qualifiers.Richard Henderson1-24/+237
2010-02-23target-alpha: Mark helper_excp as NORETURN.Richard Henderson1-1/+1
2010-02-23target-alpha: Clean up arithmetic traps.Richard Henderson1-7/+7
2009-12-17target-alpha: Fix float32_to_s vs zero exponent.Richard Henderson1-12/+32
2009-12-17target-alpha: Fix cvtlq.Richard Henderson1-1/+3
2009-12-17target-alpha: Implement fp branch/cmov inline.Richard Henderson1-31/+0
2009-12-13target-alpha: Expand ins*h inline.Richard Henderson1-18/+0
2009-12-13target-alpha: Expand msk*h inline.Richard Henderson1-15/+0
2009-12-13target-alpha: Expand msk*l inline.Richard Henderson1-20/+0
2009-12-13target-alpha: Expand ins*l inline.Richard Henderson1-24/+0
2009-12-13target-alpha: Implement missing MVI instructions.Richard Henderson1-0/+168
2009-12-13target-alpha: Fixes for alpha-linux syscalls.Richard Henderson1-39/+2
2009-12-13target-alpha: Remove bogus DO_TB_FLUSH code from translator.Richard Henderson1-5/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-1/+1
2009-10-01Get rid of _t suffixmalc1-1/+1
2009-09-21Add 'static' to please SparseBlue Swirl1-1/+1
2009-08-16Replace always_inline with inlineBlue Swirl1-10/+10
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-10target-alpha: remove amask helperaurel321-15/+0
2009-04-10target-alpha: remove helper_load_implveraurel321-5/+0
2009-04-10target-alpha: overflow condition for sublv and subqvaurel321-8/+8
2009-03-29target-alpha: tb_flush helper should flush the tb (and not the tlb).aurel321-1/+1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-11-21target-alpha: use CPU_Float/CPU_Double instead of ugly castsaurel321-26/+34