summaryrefslogtreecommitdiffstats
path: root/target-sparc/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target-sparc: Elide duplicate updates to fprsRichard Henderson2016-07-121-18/+27
* target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptionsRichard Henderson2016-07-121-5/+1Star
* target-sparc: Use cpu_fsr in stfsrRichard Henderson2016-07-121-5/+2Star
* target-sparc: Use explicit writes to cpu_fsrRichard Henderson2016-07-121-32/+44
* target-sparc: Remove helper_ldf_asi, helper_stf_asiRichard Henderson2016-07-121-16/+32
* target-sparc: Directly implement block and short ldf/stf asisRichard Henderson2016-07-121-0/+122
* target-sparc: Directly implement easy ldf/stf asisRichard Henderson2016-07-121-0/+45
* target-sparc: Pass TCGMemOp constants to helper_ld/st_asiRichard Henderson2016-07-121-33/+25Star
* target-sparc: Directly implement easy ldd/std asisRichard Henderson2016-07-121-12/+103
* target-sparc: Introduce gen_check_alignRichard Henderson2016-07-121-35/+13Star
* target-sparc: Use QT0 to return results from lddaRichard Henderson2016-07-121-3/+9
* target-sparc: Directly implement easy ld/st asisRichard Henderson2016-07-121-14/+90
* target-sparc: Use defines from asi.hRichard Henderson2016-07-121-2/+4
* target-sparc: Pass TCGMemOp to gen_ld/st_asiRichard Henderson2016-07-121-16/+16
* target-sparc: Introduce get_asiRichard Henderson2016-07-121-232/+273
* target-sparc: Store %asi in TB flagsRichard Henderson2016-07-121-9/+20
* target-sparc: Unify asi handling between 32 and 64-bitRichard Henderson2016-07-121-154/+131Star
* target-sparc: Create gen_exceptionRichard Henderson2016-07-121-55/+20Star
* target-sparc: Store mmu index in TB flagsRichard Henderson2016-07-121-1/+1
* target-sparc: Remove softint as a TCG globalRichard Henderson2016-07-121-3/+2Star
* target-sparc: fix register corruption in ldstub if there is no write permissionArtyom Tarasenko2016-06-241-1/+4
* exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova2016-06-201-0/+1
* target-*: dfilter support for in_asmRichard Henderson2016-06-051-1/+2
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-0/+1
* tcg: Allow goto_tb to any target PC in user modeSergey Fedorov2016-05-131-7/+17
* target-sparc: fix ldstub sign-extension bugMark Cave-Ayland2016-04-111-1/+1
* tcg: Add type for vCPU pointersLluís Vilanova2016-03-011-2/+3
* target-sparc: Use global registers for the register windowRichard Henderson2016-02-231-24/+33
* target-sparc: Tidy global register initializationRichard Henderson2016-02-231-87/+70Star
* tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson2016-02-091-28/+32
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* sparc: Clean up includesPeter Maydell2016-01-291-5/+1Star
* target-sparc: implement NPT timer bitMark Cave-Ayland2016-01-071-3/+15
* sparc: allow CASA with ASI 0xa from user spaceAlex Zuepke2015-12-101-1/+2
* target-*: Advance pc after recognizing a breakpointRichard Henderson2015-10-281-1/+1
* tcg: Remove gen_intermediate_code_pcRichard Henderson2015-10-071-46/+5Star
* 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/+10Star
* target-*: Introduce and use cpu_breakpoint_testRichard Henderson2015-10-071-13/+10Star
* 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/+4Star