Home
last modified time | relevance | path

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

/openbmc/qemu/target/avr/
H A Dtranslate.c50 static TCGv cpu_Zf; variable
283 tcg_gen_setcondi_tl(TCG_COND_EQ, cpu_Zf, R, 0); /* Zf = R == 0 */ in gen_ZNSf()
365 tcg_gen_setcondi_tl(TCG_COND_EQ, cpu_Zf, R, 0); /* Zf = R == 0 */ in trans_ADIW()
447 tcg_gen_movcond_tl(TCG_COND_EQ, cpu_Zf, R, zero, cpu_Zf, zero); in trans_SBC()
477 tcg_gen_movcond_tl(TCG_COND_EQ, cpu_Zf, R, zero, cpu_Zf, zero); in trans_SBCI()
512 tcg_gen_setcondi_tl(TCG_COND_EQ, cpu_Zf, R, 0); /* Zf = R == 0 */ in trans_SBIW()
1232 tcg_gen_movcond_tl(TCG_COND_EQ, cpu_Zf, R, zero, cpu_Zf, zero); in trans_CPC()
1342 var = cpu_Zf; in trans_BRBC()
1391 var = cpu_Zf; in trans_BRBS()
2472 tcg_gen_movi_tl(cpu_Zf, 0x01); in trans_BSET()
[all …]