Searched refs:cpu_tmp3_i32 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-i386/
H A Dtranslate.c72 static TCGv_i32 cpu_tmp2_i32, cpu_tmp3_i32; variable
1223 tcg_gen_trunc_tl_i32(cpu_tmp3_i32, cpu_T[0]);
1224 gen_helper_out_func(ot, cpu_tmp2_i32, cpu_tmp3_i32);
6089 tcg_gen_trunc_tl_i32(cpu_tmp3_i32, cpu_T[1]);
6090 gen_helper_out_func(ot, cpu_tmp2_i32, cpu_tmp3_i32);
6132 tcg_gen_trunc_tl_i32(cpu_tmp3_i32, cpu_T[1]);
6133 gen_helper_out_func(ot, cpu_tmp2_i32, cpu_tmp3_i32);
7673 cpu_tmp3_i32 = tcg_temp_new_i32();

Completed in 38 milliseconds