Searched refs:cpu_tmp3_i32 (Results 1 - 1 of 1) sorted by relevance
/vbox/src/recompiler/target-i386/ |
H A D | translate.c | 89 static TCGv_i32 cpu_tmp2_i32, cpu_tmp3_i32; variable 1404 tcg_gen_trunc_tl_i32(cpu_tmp3_i32, cpu_T[0]); 1405 gen_helper_out_func(ot, cpu_tmp2_i32, cpu_tmp3_i32); 6488 tcg_gen_trunc_tl_i32(cpu_tmp3_i32, cpu_T[1]); 6489 gen_helper_out_func(ot, cpu_tmp2_i32, cpu_tmp3_i32); 6531 tcg_gen_trunc_tl_i32(cpu_tmp3_i32, cpu_T[1]); 6532 gen_helper_out_func(ot, cpu_tmp2_i32, cpu_tmp3_i32); 8232 cpu_tmp3_i32 = tcg_temp_new_i32();
|
Completed in 119 milliseconds