Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dtranslate-a64.c801 TCGv_i32 t0_32 = tcg_temp_new_i32(); in gen_add32_CC() local
806 tcg_gen_extrl_i64_i32(t0_32, t0); in gen_add32_CC()
810 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0_32); in gen_add32_CC()
811 tcg_gen_xor_i32(tmp, t0_32, t1_32); in gen_add32_CC()
851 TCGv_i32 t0_32 = tcg_temp_new_i32(); in gen_sub32_CC() local
855 tcg_gen_extrl_i64_i32(t0_32, t0); in gen_sub32_CC()
857 tcg_gen_sub_i32(cpu_NF, t0_32, t1_32); in gen_sub32_CC()
860 tcg_gen_xor_i32(cpu_VF, cpu_NF, t0_32); in gen_sub32_CC()
862 tcg_gen_xor_i32(tmp, t0_32, t1_32); in gen_sub32_CC()
917 tcg_gen_extrl_i64_i32(t0_32, t0); in gen_adc_CC()
[all …]