OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_a0
(Results
1 - 1
of
1
) sorted by null
/external/qemu/target-i386/
translate.c
65
static TCGv
cpu_A0
, cpu_cc_src, cpu_cc_dst, cpu_cc_tmp;
210
tcg_gen_movi_tl(
cpu_A0
, val);
216
tcg_gen_movi_tl(
cpu_A0
, val);
247
tcg_gen_andi_tl(
cpu_A0
,
cpu_A0
, 0xffff);
321
tcg_gen_st16_tl(
cpu_A0
, cpu_env, offsetof(CPUState, regs[reg]) + REG_W_OFFSET);
325
tcg_gen_st32_tl(
cpu_A0
, cpu_env, offsetof(CPUState, regs[reg]) + REG_L_OFFSET);
332
tcg_gen_st_tl(
cpu_A0
, cpu_env, offsetof(CPUState, regs[reg]));
337
tcg_gen_st32_tl(
cpu_A0
, cpu_env, offsetof(CPUState, regs[reg]) + REG_L_OFFSET);
367
tcg_gen_ld32u_tl(
cpu_A0
, cpu_env, offsetof(CPUState, regs[reg]) + REG_L_OFFSET)
[
all
...]
Completed in 89 milliseconds