Searched refs:tmp2_i32 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 139 TCGv_i32 tmp2_i32; member 1291 tcg_gen_trunc_tl_i32(s->tmp2_i32, cpu_regs[R_EDX]); in gen_ins() 1292 tcg_gen_andi_i32(s->tmp2_i32, s->tmp2_i32, 0xffff); in gen_ins() 1293 gen_helper_in_func(ot, s->T0, s->tmp2_i32); in gen_ins() 1296 gen_bpt_io(s, s->tmp2_i32, ot); in gen_ins() 1304 tcg_gen_trunc_tl_i32(s->tmp2_i32, cpu_regs[R_EDX]); in gen_outs() 1305 tcg_gen_andi_i32(s->tmp2_i32, s->tmp2_i32, 0xffff); in gen_outs() 1307 gen_helper_out_func(ot, s->tmp2_i32, s->tmp3_i32); in gen_outs() 1309 gen_bpt_io(s, s->tmp2_i32, ot); in gen_outs() 1728 tcg_gen_extrl_i64_i32(s->tmp2_i32, s->tmp1_i64); in gen_bndck() [all …]
|
H A D | emit.c.inc | 1890 tcg_gen_trunc_tl_i32(s->tmp2_i32, s->T0); 1891 gen_helper_crc32(s->T0, s->tmp2_i32, s->T1, tcg_constant_i32(8 << ot)); 2350 tcg_gen_trunc_tl_i32(s->tmp2_i32, s->T0); 2351 gen_helper_ldmxcsr(tcg_env, s->tmp2_i32); 2571 fn(s->tmp2_i32, tcg_env, OP_PTR2); 2572 tcg_gen_extu_i32_tl(s->T0, s->tmp2_i32); 2673 tcg_gen_trunc_tl_i32(s->tmp2_i32, s->T0); 2675 tcg_gen_mulu2_i32(s->tmp2_i32, s->tmp3_i32, 2676 s->tmp2_i32, s->tmp3_i32); 2677 tcg_gen_extu_i32_tl(cpu_regs[s->vex_v], s->tmp2_i32); [all …]
|