Searched refs:tcg_gen_or_tl (Results 1 - 2 of 2) sorted by relevance
/vbox/src/recompiler/target-i386/ |
H A D | translate.c | 351 tcg_gen_or_tl(cpu_regs[reg], cpu_regs[reg], tmp); 355 tcg_gen_or_tl(cpu_regs[reg - 4], cpu_regs[reg - 4], tmp); 363 tcg_gen_or_tl(cpu_regs[reg], cpu_regs[reg], tmp); 399 tcg_gen_or_tl(cpu_regs[reg], cpu_regs[reg], tmp); 486 tcg_gen_or_tl(cpu_regs[reg], cpu_regs[reg], cpu_tmp0); 510 tcg_gen_or_tl(cpu_regs[reg], cpu_regs[reg], cpu_tmp0); 1037 tcg_gen_or_tl(cpu_T[0], cpu_T[0], cpu_tmp0); 1064 tcg_gen_or_tl(cpu_T[0], cpu_T[0], cpu_tmp0); 1557 tcg_gen_or_tl(cpu_T[0], cpu_T[0], cpu_T[1]); 1790 tcg_gen_or_tl(t [all...] |
/vbox/src/recompiler/tcg/ |
H A D | tcg-op.h | 2340 #define tcg_gen_or_tl tcg_gen_or_i64 macro 2411 #define tcg_gen_or_tl tcg_gen_or_i32 macro
|
Completed in 643 milliseconds