OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_tmp0
(Results
1 - 1
of
1
) sorted by null
/external/qemu/target-i386/
translate.c
70
static TCGv
cpu_tmp0
, cpu_tmp4;
variable
291
tcg_gen_movi_tl(
cpu_tmp0
, 0);
292
tcg_gen_st32_tl(
cpu_tmp0
, cpu_env, offsetof(CPUState, regs[reg]) + REG_LH_OFFSET);
327
tcg_gen_movi_tl(
cpu_tmp0
, 0);
328
tcg_gen_st32_tl(
cpu_tmp0
, cpu_env, offsetof(CPUState, regs[reg]) + REG_LH_OFFSET);
409
tcg_gen_ld_tl(
cpu_tmp0
, cpu_env, offsetof(CPUState, regs[reg]));
410
tcg_gen_addi_tl(
cpu_tmp0
,
cpu_tmp0
, val);
411
tcg_gen_st16_tl(
cpu_tmp0
, cpu_env, offsetof(CPUState, regs[reg]) + REG_W_OFFSET);
414
tcg_gen_ld_tl(
cpu_tmp0
, cpu_env, offsetof(CPUState, regs[reg]))
[
all
...]
Completed in 72 milliseconds