OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_gen_st_tl
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-mips/
translate.c
594
tcg_gen_st_tl
(t0, addr, sizeof(target_ulong) * to);
[
all
...]
/external/qemu/target-i386/
translate.c
382
tcg_gen_st_tl
(t0, cpu_env, offsetof(CPUX86State, regs[reg]));
418
tcg_gen_st_tl
(cpu_A0, cpu_env, offsetof(CPUX86State, regs[reg]));
480
tcg_gen_st_tl
(cpu_T[0], cpu_env, offsetof(CPUX86State, eip));
497
tcg_gen_st_tl
(cpu_tmp0, cpu_env, offsetof(CPUX86State, regs[reg]));
503
tcg_gen_st_tl
(cpu_tmp0, cpu_env, offsetof(CPUX86State, regs[reg]));
523
tcg_gen_st_tl
(cpu_tmp0, cpu_env, offsetof(CPUX86State, regs[reg]));
529
tcg_gen_st_tl
(cpu_tmp0, cpu_env, offsetof(CPUX86State, regs[reg]));
678
tcg_gen_st_tl
(cpu_tmp0, cpu_env, offsetof(CPUX86State, eip));
[
all
...]
/external/qemu/tcg/
tcg-op.h
2724
#define
tcg_gen_st_tl
macro
[
all
...]
Completed in 253 milliseconds