Sign in
qemu
/
qemu
/
9e8204b1de9c4d09c0ec8f1c004a2e11346eb116
/
target-sparc
/
translate.c
f9c816c
target-sparc: Elide duplicate updates to fprs
by Richard Henderson
· 10 years ago
02c79d7
target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptions
by Richard Henderson
· 10 years ago
ba2397d
target-sparc: Use cpu_fsr in stfsr
by Richard Henderson
· 10 years ago
7385aed
target-sparc: Use explicit writes to cpu_fsr
by Richard Henderson
· 10 years ago
f2fe396
target-sparc: Remove helper_ldf_asi, helper_stf_asi
by Richard Henderson
· 10 years ago
ca5ce57
target-sparc: Directly implement block and short ldf/stf asis
by Richard Henderson
· 10 years ago
7705091
target-sparc: Directly implement easy ldf/stf asis
by Richard Henderson
· 10 years ago
6850811
target-sparc: Pass TCGMemOp constants to helper_ld/st_asi
by Richard Henderson
· 10 years ago
e4dc005
target-sparc: Directly implement easy ldd/std asis
by Richard Henderson
· 10 years ago
35e9490
target-sparc: Introduce gen_check_align
by Richard Henderson
· 10 years ago
3f4288e
target-sparc: Use QT0 to return results from ldda
by Richard Henderson
· 10 years ago
f0913be
target-sparc: Directly implement easy ld/st asis
by Richard Henderson
· 10 years ago
0cc1f4b
target-sparc: Use defines from asi.h
by Richard Henderson
· 10 years ago
1d65b0f
target-sparc: Pass TCGMemOp to gen_ld/st_asi
by Richard Henderson
· 10 years ago
7ec1e5e
target-sparc: Introduce get_asi
by Richard Henderson
· 10 years ago
a6d567e
target-sparc: Store %asi in TB flags
by Richard Henderson
· 10 years ago
22e7006
target-sparc: Unify asi handling between 32 and 64-bit
by Richard Henderson
· 10 years ago
4fbe006
target-sparc: Create gen_exception
by Richard Henderson
· 10 years ago
99a2306
target-sparc: Store mmu index in TB flags
by Richard Henderson
· 10 years ago
e86ceb0
target-sparc: Remove softint as a TCG global
by Richard Henderson
· 10 years ago
b64d2e5
target-sparc: fix register corruption in ldstub if there is no write permission
by Artyom Tarasenko
· 9 years ago
7c25504
exec: [tcg] Track which vCPU is performing translation and execution
by Lluís Vilanova
· 9 years ago
4910e6e
target-*: dfilter support for in_asm
by Richard Henderson
· 9 years ago
63c9155
cpu: move exec-all.h inclusion out of cpu.h
by Paolo Bonzini
· 9 years ago
90aa39a
tcg: Allow goto_tb to any target PC in user mode
by Sergey Fedorov
· 9 years ago
4553e10
target-sparc: fix ldstub sign-extension bug
by Mark Cave-Ayland
· 9 years ago
1bcea73
tcg: Add type for vCPU pointers
by Lluís Vilanova
· 9 years ago
d2dc406
target-sparc: Use global registers for the register window
by Richard Henderson
· 11 years ago
0ea6384
target-sparc: Tidy global register initialization
by Richard Henderson
· 11 years ago
e1ccc05
tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
by Richard Henderson
· 11 years ago
508127e
log: do not unnecessarily include qom/cpu.h
by Paolo Bonzini
· 9 years ago
db5ebe5
sparc: Clean up includes
by Peter Maydell
· 9 years ago
c9a4644
target-sparc: implement NPT timer bit
by Mark Cave-Ayland
· 9 years ago
bd4e097
sparc: allow CASA with ASI 0xa from user space
by Alex Zuepke
· 9 years ago
522a0d4
target-*: Advance pc after recognizing a breakpoint
by Richard Henderson
· 9 years ago
4e5e121
tcg: Remove gen_intermediate_code_pc
by Richard Henderson
· 10 years ago
bad729e
tcg: Pass data argument to restore_state_to_opc
by Richard Henderson
· 10 years ago
190ce7f
tcg: Add TCG_MAX_INSNS
by Richard Henderson
· 10 years ago
a3d5ad7
target-sparc: Add npc state to insn_start
by Richard Henderson
· 10 years ago
6c42444
target-sparc: Remove gen_opc_jump_pc
by Richard Henderson
· 10 years ago
2bf2e01
target-sparc: Split out gen_branch_n
by Richard Henderson
· 10 years ago
bfa31b7
target-sparc: Tidy gen_branch_a interface
by Richard Henderson
· 10 years ago
b933066
target-*: Introduce and use cpu_breakpoint_test
by Richard Henderson
· 9 years ago
959082f
target-*: Increment num_insns immediately after tcg_gen_insn_start
by Richard Henderson
· 9 years ago
667b8e2
target-*: Unconditionally emit tcg_gen_insn_start
by Richard Henderson
· 10 years ago
765b842
tcg: Rename debug_insn_start to insn_start
by Richard Henderson
· 10 years ago
97ed5cc
tlb: Add "ifetch" argument to cpu_mmu_index()
by Benjamin Herrenschmidt
· 10 years ago
ecc7b3a
tcg: Remove tcg_gen_trunc_i64_i32
by Richard Henderson
· 10 years ago
d49190c
disas: Remove uses of CPU env
by Peter Crosthwaite
· 10 years ago
42a268c
tcg: Change translator-side labels to a pointer
by Richard Henderson
· 10 years ago
fe700ad
tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
by Richard Henderson
· 11 years ago
0a7df5d
tcg: Move emit of INDEX_op_end into gen_tb_end
by Richard Henderson
· 11 years ago
a2035e8
target-sparc: Mark gen_load_trap_state_at_tl() as !CONFIG_USER_ONLY
by Peter Maydell
· 10 years ago
6223029
target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_cc
by Peter Maydell
· 10 years ago
cd42d5b
gen-icount: check cflags instead of use_icount global
by Paolo Bonzini
· 10 years ago
a7e30d8
trace: [tcg] Include TCG-tracing header on all targets
by Lluís Vilanova
· 11 years ago
f08b617
softmmu: introduce cpu_ldst.h
by Paolo Bonzini
· 11 years ago
2ef6175
tcg: Invert the inclusion of helper.h
by Richard Henderson
· 11 years ago
f0c3c50
cpu: Move breakpoints field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
16c358e
target-sparc: Add and use CPU_FEATURE_CASA
by Sebastian Huber
· 11 years ago
1cf892c
SPARC: Fix LEON3 power down instruction
by Sebastian Huber
· 11 years ago
5cd8f62
tcg: Move helper registration into tcg_context_init
by Richard Henderson
· 11 years ago
8cfd049
tcg: Change tcg_gen_exit_tb argument to uintptr_t
by Richard Henderson
· 12 years ago
ed2803d
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
68a4715
target-sparc: Change gen_intermediate_code_internal() argument to SPARCCPU
by Andreas Färber
· 12 years ago
806f352
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
by Peter Maydell
· 12 years ago
528692a
target-sparc: Use mul*2 for multiply
by Richard Henderson
· 12 years ago
15fe216
target-sparc: Use official add2/sub2 interfaces for addx/subx
by Richard Henderson
· 12 years ago
d1c36ba
SPARC LEON power-down support added
by Ronald Hecht
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
76cad71
build: kill libdis, move disassemblers to disas/
by Paolo Bonzini
· 12 years ago
ab1103d
TCG: Use gen_opc_instr_start from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
c9c99c2
TCG: Use gen_opc_icount from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
25983ca
TCG: Use gen_opc_pc from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
92414b3
TCG: Use gen_opc_buf from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
efd7f48
TCG: Use gen_opc_ptr from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
f4359b9
disas: avoid using cpu_single_env
by Blue Swirl
· 13 years ago
e7d51b3
target-sparc: Revert setting cpu_dst to gen_dest_gpr
by Richard Henderson
· 12 years ago
e7c8afb
target-sparc: fix FMOVr instruction
by Aurelien Jarno
· 12 years ago
de9e9d9
target-sparc: Remove cpu_tmp0 as a global
by Richard Henderson
· 12 years ago
5793f2a
target-sparc: Make cpu_dst local to OP=2 insns
by Richard Henderson
· 12 years ago
7b04bd5
target-sparc: Only use cpu_dst for eventual writes to a gpr
by Richard Henderson
· 12 years ago
abcc719
target-sparc: Remove last uses of cpu_tmp64
by Richard Henderson
· 12 years ago
aeff993
target-sparc: Remove cpu_tmp64 use from softint insns
by Richard Henderson
· 12 years ago
3886b8a
target-sparc: Don't use a temporary for gen_dest_fpr_D
by Richard Henderson
· 12 years ago
1ec789a
target-sparc: Remove usage of cpu_tmp64 from most helper functions
by Richard Henderson
· 12 years ago
f864194
target-sparc: Tidy ldfsr, stfsr
by Richard Henderson
· 12 years ago
7b9e066
target-sparc: Avoid cpu_tmp32 in Write Priv Register
by Richard Henderson
· 12 years ago
45778f9
target-sparc: Avoid cpu_tmp32 in Read Priv Register
by Richard Henderson
· 12 years ago
ba5f517
target-sparc: Use get_temp_i32 in gen_dest_fpr_F
by Richard Henderson
· 12 years ago
2ae23e1
target-sparc: Split out get_temp_i32
by Richard Henderson
· 12 years ago
5e6ed43
target-sparc: Make the cpu_addr variable local to load/store handling
by Richard Henderson
· 12 years ago
a427352
target-sparc: Cleanup cpu_src[12] allocation
by Richard Henderson
· 12 years ago
81634ee
target-sparc: Finish conversion to gen_load_gpr
by Richard Henderson
· 12 years ago
0682803
target-sparc: Convert swap to gen_load/store_gpr
by Richard Henderson
· 12 years ago
c7785e1
target-sparc: Convert asi helpers to gen_*_gpr
by Richard Henderson
· 12 years ago
9d1d4e3
target-sparc: Use gen_load_gpr in get_src[12]
by Richard Henderson
· 12 years ago
97ea285
target-sparc: Conversion to gen_*_gpr, part 1
by Richard Henderson
· 12 years ago
8802361
target-sparc: Add gen_load/store/dest_gpr
by Richard Henderson
· 12 years ago
20132b9
target-sparc: Don't compute full flags value so often
by Richard Henderson
· 12 years ago
Next »