aboutsummaryrefslogtreecommitdiff
path: root/target-alpha/op_helper.c
AgeCommit message (Expand)Author
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno
2011-04-17target-alpha: use new float64_unordered_quiet() functionAurelien Jarno
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell
2010-04-27target-alpha: Implement RPCC.Richard Henderson
2010-04-27target-alpha: Fix load-locked/store-conditional.Richard Henderson
2010-04-27target-alpha: Implement cvtlq inline.Richard Henderson
2010-04-27target-alpha: Implement rs/rc properly.Richard Henderson
2010-04-27target-alpha: Implement cpys{, n, e} inline.Richard Henderson
2010-04-10target-alpha: Implement cvtql inline.Richard Henderson
2010-02-28target-alpha: Implement IEEE FP qualifiers.Richard Henderson
2010-02-23target-alpha: Mark helper_excp as NORETURN.Richard Henderson
2010-02-23target-alpha: Clean up arithmetic traps.Richard Henderson
2009-12-17target-alpha: Fix float32_to_s vs zero exponent.Richard Henderson
2009-12-17target-alpha: Fix cvtlq.Richard Henderson
2009-12-17target-alpha: Implement fp branch/cmov inline.Richard Henderson
2009-12-13target-alpha: Expand ins*h inline.Richard Henderson
2009-12-13target-alpha: Expand msk*h inline.Richard Henderson
2009-12-13target-alpha: Expand msk*l inline.Richard Henderson
2009-12-13target-alpha: Expand ins*l inline.Richard Henderson
2009-12-13target-alpha: Implement missing MVI instructions.Richard Henderson
2009-12-13target-alpha: Fixes for alpha-linux syscalls.Richard Henderson
2009-12-13target-alpha: Remove bogus DO_TB_FLUSH code from translator.Richard Henderson
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-21Add 'static' to please SparseBlue Swirl
2009-08-16Replace always_inline with inlineBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-04-10target-alpha: remove amask helperaurel32
2009-04-10target-alpha: remove helper_load_implveraurel32
2009-04-10target-alpha: overflow condition for sublv and subqvaurel32
2009-03-29target-alpha: tb_flush helper should flush the tb (and not the tlb).aurel32
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-11-21target-alpha: use CPU_Float/CPU_Double instead of ugly castsaurel32
2008-11-17TCG variable type checking.pbrook
2008-11-10target-alpha: fix cmpbge instructionaurel32
2008-09-30target-alpha: convert palcode ops to TCGaurel32
2008-09-29target-alpha: convert FP ops to TCGaurel32
2008-09-18target-alpha: convert remaining arith3 functions to TCGaurel32
2008-09-18target-alpha: switch a few helpers to TCGaurel32
2008-09-17target-alpha: convert byte manipulation instructions to TCGaurel32
2008-09-16target-alpha: convert arith2 instructions to TCGaurel32
2008-05-25Fix off-by-one unwinding error.pbrook
2007-12-01 Fix Sparc host compile problem reported by Shaddy Baddahblueswir1
2007-11-11fixed invalid typebellard
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths
2007-10-28Make Alpha and PowerPC targets use shared helpersj_mayer
2007-10-28Alpha coding style and inlining fixes.j_mayer
2007-10-25Use host-utils for Alpha 64x64 bits multiplications.j_mayer
2007-10-14Generate micro-ops for Alpha executive and supervisor modes.j_mayer