Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c7874 TCGv_i64 tcg_y, tcg_rn, tcg_rd; in disas_adc_sbc() local
7887 tcg_y = tcg_temp_new_i64(); in disas_adc_sbc()
7888 tcg_gen_not_i64(tcg_y, cpu_reg(s, rm)); in disas_adc_sbc()
7890 tcg_y = cpu_reg(s, rm); in disas_adc_sbc()
7894 gen_adc_CC(sf, tcg_rd, tcg_rn, tcg_y); in disas_adc_sbc()
7896 gen_adc(sf, tcg_rd, tcg_rn, tcg_y); in disas_adc_sbc()
7986 TCGv_i64 tcg_tmp, tcg_y, tcg_rn; in disas_cc() local
8012 tcg_y = tcg_temp_new_i64(); in disas_cc()
8013 tcg_gen_movi_i64(tcg_y, y); in disas_cc()
8015 tcg_y = cpu_reg(s, y); in disas_cc()
[all …]