Searched refs:t1_32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 818 TCGv_i32 t1_32 = tcg_temp_new_i32(); in gen_add32_CC() local 823 tcg_gen_extrl_i64_i32(t1_32, t1); in gen_add32_CC() 824 tcg_gen_add2_i32(cpu_NF, cpu_CF, t0_32, tmp, t1_32, tmp); in gen_add32_CC() 827 tcg_gen_xor_i32(tmp, t0_32, t1_32); in gen_add32_CC() 868 TCGv_i32 t1_32 = tcg_temp_new_i32(); in gen_sub32_CC() local 872 tcg_gen_extrl_i64_i32(t1_32, t1); in gen_sub32_CC() 873 tcg_gen_sub_i32(cpu_NF, t0_32, t1_32); in gen_sub32_CC() 875 tcg_gen_setcond_i32(TCG_COND_GEU, cpu_CF, t0_32, t1_32); in gen_sub32_CC() 878 tcg_gen_xor_i32(tmp, t0_32, t1_32); in gen_sub32_CC() 929 TCGv_i32 t1_32 = tcg_temp_new_i32(); in gen_adc_CC() local [all …]
|