Home
last modified time | relevance | path

Searched refs:tmp2_i32 (Results 1 – 2 of 2) sorted by relevance

/qemu/target/i386/tcg/
H A Dtranslate.c139 TCGv_i32 tmp2_i32; member
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()
1305 tcg_gen_andi_i32(s->tmp2_i32, s->tmp2_i32, 0xffff); in gen_outs()
1309 gen_bpt_io(s, s->tmp2_i32, ot); in gen_outs()
1729 gen_helper_bndck(tcg_env, s->tmp2_i32); in gen_bndck()
1882 tcg_gen_trunc_tl_i32(s->tmp2_i32, src); in gen_movl_seg()
2878 tcg_gen_ld_i32(s->tmp2_i32, tcg_env, in gen_x87()
2880 tcg_gen_st16_i32(s->tmp2_i32, tcg_env, in gen_x87()
[all …]
H A Demit.c.inc1890 tcg_gen_trunc_tl_i32(s->tmp2_i32, s->T0);
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);
3728 tcg_gen_rotri_i32(s->tmp2_i32, s->tmp2_i32, b);
3729 tcg_gen_extu_i32_tl(s->T0, s->tmp2_i32);
4288 in = s->tmp2_i32;
4318 out = s->tmp2_i32;
4387 tcg_gen_st_i32(s->tmp2_i32, tcg_env,
[all …]