aboutsummaryrefslogtreecommitdiff
path: root/target-alpha/helper.h
AgeCommit message (Expand)Author
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-10-26target-alpha: Introduce MMU_PHYS_IDXRichard Henderson
2015-09-03Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20150902' into stagingPeter Maydell
2015-08-18target-alpha: Inline hw_retRichard Henderson
2015-08-18target-alpha: Inline call_palRichard Henderson
2015-08-18target-alpha: Special case cmpbge with zeroRichard Henderson
2015-05-18target-alpha: Raise IOV from CVTQLRichard Henderson
2015-05-18target-alpha: Raise EXC_M_INV properly for fp inputsRichard Henderson
2015-05-18target-alpha: Fix integer overflow checking insnsRichard Henderson
2015-05-18target-alpha: Raise IOV from CVTTQRichard Henderson
2015-05-18target-alpha: Tidy FPCR representationRichard Henderson
2015-05-18target-alpha: Rename floating-point subroutinesRichard Henderson
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-04-17target-alpha: Convert gen_fcvtlq/ql to source/sinkRichard Henderson
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2013-10-10tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson
2013-08-16target-alpha: Use goto_tb in call_palRichard Henderson
2013-08-16target-alpha: Implement call_pal without an exceptionRichard Henderson
2013-07-18target-alpha: Move alarm to vm_clockRichard Henderson
2013-02-23target-alpha: Use mulu2 for umulh insnRichard Henderson
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-10-31target-alpha: Use TCG_CALL_NO_WGRichard Henderson
2012-10-28target-alpha: rename helper flagsAurelien Jarno
2012-03-24target-alpha: Use noreturn marker in helper.h.Richard Henderson
2012-03-24target-alpha: Make use of fp_status.flush_inputs_to_zero.Richard Henderson
2012-03-24target-alpha: Move memory helpers to mem_helper.c.Richard Henderson
2012-03-24target-alpha: Move palcode support helpers to sys_helper.c.Richard Henderson
2012-03-24target-alpha: Move integer overflow helpers to int_helper.c.Richard Henderson
2012-03-24target-alpha: Move fpcr helpers from op_helper.c to helper.c.Richard Henderson
2012-03-24target-alpha: Move floating-point helpers to fpu_helper.c.Richard Henderson
2012-03-24target-alpha: Move exception helpers to helper.c.Richard Henderson
2011-10-08target-alpha: Add high-resolution access to wall clock and an alarm.Richard Henderson
2011-10-08target-alpha: Implement HALT IPR.Richard Henderson
2011-05-31target-alpha: Implement TLB flush primitives.Richard Henderson
2011-05-31target-alpha: Rationalize internal processor registers.Richard Henderson
2011-05-31target-alpha: Merge HW_REI and HW_RET implementations.Richard Henderson
2011-05-31target-alpha: Fix translation of PALmode memory insns.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-04-10target-alpha: Add flags markups to helpers.h.Richard Henderson
2010-02-28target-alpha: Implement IEEE FP qualifiers.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