summaryrefslogtreecommitdiffstats
path: root/target-sparc/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target-*: Advance pc after recognizing a breakpointRichard Henderson2015-10-281-1/+1
* tcg: Remove gen_intermediate_code_pcRichard Henderson2015-10-071-46/+5
* tcg: Pass data argument to restore_state_to_opcRichard Henderson2015-10-071-4/+6
* tcg: Add TCG_MAX_INSNSRichard Henderson2015-10-071-1/+6
* target-sparc: Add npc state to insn_startRichard Henderson2015-10-071-1/+6
* target-sparc: Remove gen_opc_jump_pcRichard Henderson2015-10-071-9/+10
* target-sparc: Split out gen_branch_nRichard Henderson2015-10-071-27/+28
* target-sparc: Tidy gen_branch_a interfaceRichard Henderson2015-10-071-11/+10
* target-*: Introduce and use cpu_breakpoint_testRichard Henderson2015-10-071-13/+10
* 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-5/+5
* 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
* tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson2015-08-241-7/+7
* disas: Remove uses of CPU envPeter Crosthwaite2015-06-221-1/+1
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-7/+4
* tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson2015-02-121-5/+3
* tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson2015-02-121-1/+1
* target-sparc: Mark gen_load_trap_state_at_tl() as !CONFIG_USER_ONLYPeter Maydell2015-01-211-0/+2
* target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_ccPeter Maydell2015-01-211-24/+0
* gen-icount: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-1/+1
* 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
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+2
* target-sparc: Add and use CPU_FEATURE_CASASebastian Huber2014-03-121-17/+32
* SPARC: Fix LEON3 power down instructionSebastian Huber2014-01-151-0/+1
* tcg: Move helper registration into tcg_context_initRichard Henderson2013-10-101-5/+0
* tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
* cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-1/+2
* target-sparc: Change gen_intermediate_code_internal() argument to SPARCCPUAndreas Färber2013-07-091-4/+6
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* target-sparc: Use mul*2 for multiplyRichard Henderson2013-02-231-27/+18
* target-sparc: Use official add2/sub2 interfaces for addx/subxRichard Henderson2013-02-231-26/+16
* SPARC LEON power-down support addedRonald Hecht2013-02-231-0/+5
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-3/+3
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+4
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* target-sparc: Revert setting cpu_dst to gen_dest_gprRichard Henderson2012-10-301-1/+1
* target-sparc: fix FMOVr instructionAurelien Jarno2012-10-201-1/+1
* target-sparc: Remove cpu_tmp0 as a globalRichard Henderson2012-10-201-85/+118
* target-sparc: Make cpu_dst local to OP=2 insnsRichard Henderson2012-10-201-4/+3
* target-sparc: Only use cpu_dst for eventual writes to a gprRichard Henderson2012-10-201-26/+26
* target-sparc: Remove last uses of cpu_tmp64Richard Henderson2012-10-201-11/+17
* target-sparc: Remove cpu_tmp64 use from softint insnsRichard Henderson2012-10-201-6/+6
OpenPOWER on IntegriCloud