summaryrefslogtreecommitdiff
path: root/target-alpha/translate.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-01tcg: Add type for vCPU pointersLluís Vilanova1-1/+1
2016-02-09tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson1-4/+4
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-29alpha: Clean up includesPeter Maydell1-0/+1
2015-11-06target-alpha: fix uninitialized variablePaolo Bonzini1-1/+1
2015-10-28target-*: Advance pc after recognizing a breakpointRichard Henderson1-0/+5
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson1-37/+4
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson1-2/+3
2015-10-07tcg: Add TCG_MAX_INSNSRichard Henderson1-0/+3
2015-10-07target-*: Introduce and use cpu_breakpoint_testRichard Henderson1-9/+4
2015-10-07target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson1-2/+2
2015-10-07target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson1-4/+2
2015-10-07tcg: Rename debug_insn_start to insn_startRichard Henderson1-1/+1
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt1-1/+1
2015-09-03Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20150902' into stagingPeter Maydell1-1/+6
2015-08-24tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson1-2/+2
2015-08-18target-alpha: Inline hw_retRichard Henderson1-5/+10
2015-08-18target-alpha: Inline call_palRichard Henderson1-9/+24
2015-08-18target-alpha: Use separate TCGv temporaries for the shadow registersRichard Henderson1-53/+100
2015-08-18target-alpha: Special case cmpbge with zeroRichard Henderson1-1/+6
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite1-1/+1
2015-05-18target-alpha: Raise IOV from CVTQLRichard Henderson1-29/+5
2015-05-18target-alpha: Raise EXC_M_INV properly for fp inputsRichard Henderson1-0/+7
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 Henderson1-7/+53
2015-05-18target-alpha: Raise IOV from CVTTQRichard Henderson1-13/+4
2015-05-18target-alpha: Set fpcr_exc_status even for disabled exceptionsRichard Henderson1-15/+13
2015-05-18target-alpha: Tidy FPCR representationRichard Henderson1-37/+8
2015-05-18target-alpha: Forget installed round mode after MT_FPCRRichard Henderson1-0/+5
2015-05-18target-alpha: Rename floating-point subroutinesRichard Henderson1-34/+34
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson1-2/+2
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-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-08-12trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova1-0/+3
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini1-0/+1
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson1-3/+2
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
2014-04-17target-alpha: Convert gen_fcvtlq/ql to source/sinkRichard Henderson1-50/+28
2014-04-17target-alpha: Convert gen_fcmov to source/sinkRichard Henderson1-30/+14
2014-04-17target-alpha: Convert gen_bcond to source/sinkRichard Henderson1-18/+6