summaryrefslogtreecommitdiffstats
path: root/target-alpha/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target-*: Advance pc after recognizing a breakpointRichard Henderson2015-10-281-0/+5
* tcg: Remove gen_intermediate_code_pcRichard Henderson2015-10-071-37/+4
* tcg: Pass data argument to restore_state_to_opcRichard Henderson2015-10-071-2/+3
* tcg: Add TCG_MAX_INSNSRichard Henderson2015-10-071-0/+3
* target-*: Introduce and use cpu_breakpoint_testRichard Henderson2015-10-071-9/+4
* target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson2015-10-071-2/+2
* target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson2015-10-071-4/+2
* tcg: Rename debug_insn_start to insn_startRichard Henderson2015-10-071-1/+1
* tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-111-1/+1
* Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20150902' into stagingPeter Maydell2015-09-031-1/+6
|\
| * target-alpha: Special case cmpbge with zeroRichard Henderson2015-08-181-1/+6
* | tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson2015-08-241-2/+2
* | target-alpha: Inline hw_retRichard Henderson2015-08-181-5/+10
* | target-alpha: Inline call_palRichard Henderson2015-08-181-9/+24
* | target-alpha: Use separate TCGv temporaries for the shadow registersRichard Henderson2015-08-181-53/+100
|/
* disas: Remove uses of CPU envPeter Crosthwaite2015-06-221-1/+1
* target-alpha: Raise IOV from CVTQLRichard Henderson2015-05-181-29/+5
* target-alpha: Raise EXC_M_INV properly for fp inputsRichard Henderson2015-05-181-0/+7
* target-alpha: Disallow literal operand to 1C.30 to 1C.37Richard Henderson2015-05-181-2/+17
* target-alpha: Implement WH64ENRichard Henderson2015-05-181-0/+4
* target-alpha: Fix integer overflow checking insnsRichard Henderson2015-05-181-7/+53
* target-alpha: Raise IOV from CVTTQRichard Henderson2015-05-181-13/+4
* target-alpha: Set fpcr_exc_status even for disabled exceptionsRichard Henderson2015-05-181-15/+13
* target-alpha: Tidy FPCR representationRichard Henderson2015-05-181-37/+8
* target-alpha: Forget installed round mode after MT_FPCRRichard Henderson2015-05-181-0/+5
* target-alpha: Rename floating-point subroutinesRichard Henderson2015-05-181-34/+34
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-2/+2
* tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson2015-02-121-7/+7
* tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson2015-02-121-1/+1
* gen-icount: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-1/+1
* translate: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-4/+4
* trace: [tcg] Include TCG-tracing header on all targetsLluĂ­s Vilanova2014-08-121-0/+3
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-051-0/+1
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-3/+2
* target-alpha: Fix RDUSPRichard Henderson2014-05-021-1/+1
* target-alpha: Remove cpu_unique, cpu_sysval, cpu_uspRichard Henderson2014-04-171-19/+18
* target-alpha: Tidy alpha_translate_initRichard Henderson2014-04-171-35/+43
* target-alpha: Don't issue goto_tb under singlestepRichard Henderson2014-04-171-1/+2
* target-alpha: Use non-local temps for zero/sinkRichard Henderson2014-04-171-2/+2
* target-alpha: Use extract to get insn fieldsRichard Henderson2014-04-171-27/+22
* target-alpha: Convert mfpr/mtpr to source/sinkRichard Henderson2014-04-171-33/+19
* target-alpha: Convert gen_cpys et al to source/sinkRichard Henderson2014-04-171-76/+24
* target-alpha: Convert gen_fcvtlq/ql to source/sinkRichard Henderson2014-04-171-50/+28
* target-alpha: Convert gen_fcmov to source/sinkRichard Henderson2014-04-171-30/+14
* target-alpha: Convert gen_bcond to source/sinkRichard Henderson2014-04-171-18/+6
* target-alpha: Convert most ieee insns to source/sinkRichard Henderson2014-04-171-52/+17
* target-alpha: Convert gen_ieee_input to source/sinkRichard Henderson2014-04-171-19/+13
* target-alpha: Convert MVIOP2 to source/sinkRichard Henderson2014-04-171-19/+4
* target-alpha: Convert ARITH3 to source/sinkRichard Henderson2014-04-171-69/+39
* target-alpha: Convert FARITH3 to source/sinkRichard Henderson2014-04-171-53/+12
OpenPOWER on IntegriCloud