summaryrefslogtreecommitdiff
path: root/target-sparc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-12target-sparc: Elide duplicate updates to fprsRichard Henderson1-18/+27
2016-07-12target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptionsRichard Henderson1-5/+1
2016-07-12target-sparc: Use cpu_fsr in stfsrRichard Henderson1-5/+2
2016-07-12target-sparc: Use explicit writes to cpu_fsrRichard Henderson1-32/+44
2016-07-12target-sparc: Remove helper_ldf_asi, helper_stf_asiRichard Henderson1-16/+32
2016-07-12target-sparc: Directly implement block and short ldf/stf asisRichard Henderson1-0/+122
2016-07-12target-sparc: Directly implement easy ldf/stf asisRichard Henderson1-0/+45
2016-07-12target-sparc: Pass TCGMemOp constants to helper_ld/st_asiRichard Henderson1-33/+25
2016-07-12target-sparc: Directly implement easy ldd/std asisRichard Henderson1-12/+103
2016-07-12target-sparc: Introduce gen_check_alignRichard Henderson1-35/+13
2016-07-12target-sparc: Use QT0 to return results from lddaRichard Henderson1-3/+9
2016-07-12target-sparc: Directly implement easy ld/st asisRichard Henderson1-14/+90
2016-07-12target-sparc: Use defines from asi.hRichard Henderson1-2/+4
2016-07-12target-sparc: Pass TCGMemOp to gen_ld/st_asiRichard Henderson1-16/+16
2016-07-12target-sparc: Introduce get_asiRichard Henderson1-232/+273
2016-07-12target-sparc: Store %asi in TB flagsRichard Henderson1-9/+20
2016-07-12target-sparc: Unify asi handling between 32 and 64-bitRichard Henderson1-154/+131
2016-07-12target-sparc: Create gen_exceptionRichard Henderson1-55/+20
2016-07-12target-sparc: Store mmu index in TB flagsRichard Henderson1-1/+1
2016-07-12target-sparc: Remove softint as a TCG globalRichard Henderson1-3/+2
2016-06-24target-sparc: fix register corruption in ldstub if there is no write permissionArtyom Tarasenko1-1/+4
2016-06-20exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova1-0/+1
2016-06-05target-*: dfilter support for in_asmRichard Henderson1-1/+2
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-05-12tcg: Allow goto_tb to any target PC in user modeSergey Fedorov1-7/+17
2016-04-11target-sparc: fix ldstub sign-extension bugMark Cave-Ayland1-1/+1
2016-03-01tcg: Add type for vCPU pointersLluís Vilanova1-2/+3
2016-02-23target-sparc: Use global registers for the register windowRichard Henderson1-24/+33
2016-02-23target-sparc: Tidy global register initializationRichard Henderson1-87/+70
2016-02-09tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson1-28/+32
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-29sparc: Clean up includesPeter Maydell1-5/+1
2016-01-07target-sparc: implement NPT timer bitMark Cave-Ayland1-3/+15
2015-12-10sparc: allow CASA with ASI 0xa from user spaceAlex Zuepke1-1/+2
2015-10-28target-*: Advance pc after recognizing a breakpointRichard Henderson1-1/+1
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson1-46/+5
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson1-4/+6
2015-10-07tcg: Add TCG_MAX_INSNSRichard Henderson1-1/+6
2015-10-07target-sparc: Add npc state to insn_startRichard Henderson1-1/+6
2015-10-07target-sparc: Remove gen_opc_jump_pcRichard Henderson1-9/+10
2015-10-07target-sparc: Split out gen_branch_nRichard Henderson1-27/+28
2015-10-07target-sparc: Tidy gen_branch_a interfaceRichard Henderson1-11/+10
2015-10-07target-*: Introduce and use cpu_breakpoint_testRichard Henderson1-13/+10
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-5/+5
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-08-24tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson1-7/+7
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite1-1/+1
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson1-7/+4