Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c910 TCGv_i64 cf_64 = tcg_temp_new_i64(); in gen_adc_CC() local
915 tcg_gen_extu_i32_i64(cf_64, cpu_CF); in gen_adc_CC()
916 tcg_gen_add2_i64(result, cf_64, t0, zero, cf_64, zero); in gen_adc_CC()
917 tcg_gen_add2_i64(result, cf_64, result, cf_64, t1, zero); in gen_adc_CC()
918 tcg_gen_extrl_i64_i32(cpu_CF, cf_64); in gen_adc_CC()