summaryrefslogtreecommitdiff
path: root/target-alpha
AgeCommit message (Expand)AuthorFilesLines
2015-08-18target-alpha: Inline hw_retRichard Henderson3-15/+10
2015-08-18target-alpha: Inline call_palRichard Henderson3-18/+24
2015-08-18target-alpha: Use separate TCGv temporaries for the shadow registersRichard Henderson6-103/+134
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite1-1/+1
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite1-1/+1
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite1-1/+1
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao1-1/+1
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite1-1/+1
2015-05-22Revert "target-alpha: Add vector implementation for CMPBGE"Peter Maydell1-37/+0
2015-05-21target-alpha: Add vector implementation for CMPBGERichard Henderson1-0/+37
2015-05-21target-alpha: Rewrite helper_zapnotRichard Henderson1-18/+12
2015-05-18target-alpha: Raise IOV from CVTQLRichard Henderson3-32/+13
2015-05-18target-alpha: Suppress underflow from CVTTQ if DNZRichard Henderson1-1/+1
2015-05-18target-alpha: Raise EXC_M_INV properly for fp inputsRichard Henderson3-10/+30
2015-05-18target-alpha: Disallow literal operand to 1C.30 to 1C.37Richard Henderson1-2/+17
2015-05-18target-alpha: Implement WH64ENRichard Henderson1-0/+4
2015-05-18target-alpha: Fix integer overflow checking insnsRichard Henderson3-70/+56
2015-05-18target-alpha: Fix cvttq vs infRichard Henderson1-1/+1
2015-05-18target-alpha: Fix cvttq vs large integersRichard Henderson1-5/+5
2015-05-18target-alpha: Raise IOV from CVTTQRichard Henderson3-30/+13
2015-05-18target-alpha: Set EXC_M_SWC for exceptions from /S insnsRichard Henderson1-5/+3
2015-05-18target-alpha: Set fpcr_exc_status even for disabled exceptionsRichard Henderson2-29/+34
2015-05-18target-alpha: Tidy FPCR representationRichard Henderson5-243/+159
2015-05-18target-alpha: Set PC correctly for floating-point exceptionsRichard Henderson2-1/+10
2015-05-18target-alpha: Forget installed round mode after MT_FPCRRichard Henderson1-0/+5
2015-05-18target-alpha: Rename floating-point subroutinesRichard Henderson3-36/+36
2015-05-18target-alpha: Move VAX helpers to a new fileRichard Henderson3-329/+354
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson1-2/+2
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost1-8/+1
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson1-7/+7
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson1-1/+1
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell1-2/+0
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini1-1/+1
2015-01-03translate: check cflags instead of use_icount globalPaolo Bonzini1-4/+4
2014-09-25target-alpha: Use cpu_exec_interrupt qom hookRichard Henderson3-0/+46
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluĂ­s Vilanova1-0/+3
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini2-3/+2
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini1-14/+0
2014-06-05softmmu: move ALIGNED_ONLY to cpu.hPaolo Bonzini2-1/+1
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini3-4/+7
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson7-12/+7
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+0
2014-05-02target-alpha: Fix RDUSPRichard Henderson1-1/+1
2014-04-17target-alpha: Remove cpu_unique, cpu_sysval, cpu_uspRichard Henderson1-19/+18
2014-04-17target-alpha: Tidy alpha_translate_initRichard Henderson1-35/+43
2014-04-17target-alpha: Don't issue goto_tb under singlestepRichard Henderson1-1/+2
2014-04-17target-alpha: Use non-local temps for zero/sinkRichard Henderson1-2/+2
2014-04-17target-alpha: Use extract to get insn fieldsRichard Henderson1-27/+22
2014-04-17target-alpha: Convert mfpr/mtpr to source/sinkRichard Henderson1-33/+19
2014-04-17target-alpha: Convert gen_cpys et al to source/sinkRichard Henderson1-76/+24