Searched refs:tcg_gen_ld_tl (Results 1 - 2 of 2) sorted by relevance
/vbox/src/recompiler/target-i386/ |
H A D | translate.c | 611 tcg_gen_ld_tl(cpu_tmp0, cpu_env, offsetof(CPUState, segs[reg].base)); 624 tcg_gen_ld_tl(cpu_A0, cpu_env, offsetof(CPUState, segs[reg].base)); 632 tcg_gen_ld_tl(cpu_tmp0, cpu_env, offsetof(CPUState, segs[reg].base)); 7451 tcg_gen_ld_tl(cpu_T[0], cpu_env, offsetof(CPUX86State, gdt.base)); 7497 tcg_gen_ld_tl(cpu_T[0], cpu_env, offsetof(CPUX86State, idt.base)); 7651 tcg_gen_ld_tl(cpu_T[0], cpu_env, 7653 tcg_gen_ld_tl(cpu_T[1], cpu_env, 7898 tcg_gen_ld_tl(cpu_T[0], cpu_env, offsetof(CPUX86State,dr[reg]));
|
/vbox/src/recompiler/tcg/ |
H A D | tcg-op.h | 2327 #define tcg_gen_ld_tl tcg_gen_ld_i64 macro 2398 #define tcg_gen_ld_tl tcg_gen_ld_i32 macro
|
Completed in 68 milliseconds