summaryrefslogtreecommitdiff
path: root/target-alpha/helper.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2013-10-10tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson1-1/+1
2013-08-16target-alpha: Use goto_tb in call_palRichard Henderson1-0/+1
2013-08-16target-alpha: Implement call_pal without an exceptionRichard Henderson1-0/+1
2013-07-18target-alpha: Move alarm to vm_clockRichard Henderson1-1/+2
2013-02-23target-alpha: Use mulu2 for umulh insnRichard Henderson1-1/+0
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-2/+2
2012-10-31target-alpha: Use TCG_CALL_NO_WGRichard Henderson1-10/+10
2012-10-28target-alpha: rename helper flagsAurelien Jarno1-88/+88
2012-03-24target-alpha: Use noreturn marker in helper.h.Richard Henderson1-1/+1
2012-03-24target-alpha: Make use of fp_status.flush_inputs_to_zero.Richard Henderson1-3/+2
2012-03-24target-alpha: Move memory helpers to mem_helper.c.Richard Henderson1-4/+4
2012-03-24target-alpha: Move palcode support helpers to sys_helper.c.Richard Henderson1-5/+5
2012-03-24target-alpha: Move integer overflow helpers to int_helper.c.Richard Henderson1-6/+6
2012-03-24target-alpha: Move fpcr helpers from op_helper.c to helper.c.Richard Henderson1-2/+2
2012-03-24target-alpha: Move floating-point helpers to fpu_helper.c.Richard Henderson1-53/+53
2012-03-24target-alpha: Move exception helpers to helper.c.Richard Henderson1-1/+1
2011-10-08target-alpha: Add high-resolution access to wall clock and an alarm.Richard Henderson1-0/+4
2011-10-08target-alpha: Implement HALT IPR.Richard Henderson1-0/+1
2011-05-31target-alpha: Implement TLB flush primitives.Richard Henderson1-0/+3
2011-05-31target-alpha: Rationalize internal processor registers.Richard Henderson1-2/+0
2011-05-31target-alpha: Merge HW_REI and HW_RET implementations.Richard Henderson1-1/+0
2011-05-31target-alpha: Fix translation of PALmode memory insns.Richard Henderson1-17/+9
2010-04-27target-alpha: Implement cvtlq inline.Richard Henderson1-1/+0
2010-04-27target-alpha: Implement rs/rc properly.Richard Henderson1-2/+0
2010-04-27target-alpha: Implement cpys{, n, e} inline.Richard Henderson1-4/+0
2010-04-10target-alpha: Implement cvtql inline.Richard Henderson1-4/+0
2010-04-10target-alpha: Add flags markups to helpers.h.Richard Henderson1-92/+92
2010-02-28target-alpha: Implement IEEE FP qualifiers.Richard Henderson1-3/+18
2009-12-17target-alpha: Implement fp branch/cmov inline.Richard Henderson1-7/+0
2009-12-13target-alpha: Expand ins*h inline.Richard Henderson1-3/+0
2009-12-13target-alpha: Expand msk*h inline.Richard Henderson1-3/+0
2009-12-13target-alpha: Expand msk*l inline.Richard Henderson1-4/+0
2009-12-13target-alpha: Expand ins*l inline.Richard Henderson1-4/+0
2009-12-13target-alpha: Implement missing MVI instructions.Richard Henderson1-0/+14
2009-12-13target-alpha: Remove bogus DO_TB_FLUSH code from translator.Richard Henderson1-2/+0
2009-04-10target-alpha: remove amask helperaurel321-1/+0
2009-04-10target-alpha: remove helper_load_implveraurel321-1/+0
2008-11-17TCG variable type checking.pbrook1-130/+130
2008-09-30target-alpha: convert palcode ops to TCGaurel321-0/+23
2008-09-29target-alpha: convert FP ops to TCGaurel321-0/+67
2008-09-18target-alpha: convert remaining arith3 functions to TCGaurel321-0/+9
2008-09-18target-alpha: switch a few helpers to TCGaurel321-0/+5
2008-09-17target-alpha: convert byte manipulation instructions to TCGaurel321-0/+18
2008-09-16target-alpha: convert arith2 instructions to TCGaurel321-0/+6
2008-09-14alpha: fix helper.haurel321-5/+0
2008-09-04alpha: add target-alpha/helper.h (missing from commit r5150)aurel321-0/+10