Home
last modified time | relevance | path

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

/openbmc/qemu/target/m68k/
H A Dtranslate.c1176 TCGCond tcond; member
1184 TCGCond tcond; in gen_cc_cond() local
1194 tcond = TCG_COND_LEU; in gen_cc_cond()
1198 tcond = TCG_COND_LTU; in gen_cc_cond()
1202 tcond = TCG_COND_EQ; in gen_cc_cond()
1213 tcond = TCG_COND_LT; in gen_cc_cond()
1217 tcond = TCG_COND_LE; in gen_cc_cond()
1228 tcond = TCG_COND_NEVER; in gen_cc_cond()
1239 tcond = TCG_COND_LE; in gen_cc_cond()
1257 tcond = TCG_COND_LT; in gen_cc_cond()
[all …]
/openbmc/qemu/target/sparc/
H A Dtranslate.c1223 TCGCond tcond; in gen_fcompare() local
1234 tcond = TCG_COND_NEVER; in gen_fcompare()
1237 tcond = TCG_COND_NE; in gen_fcompare()
1244 tcond = TCG_COND_LEU; in gen_fcompare()
1249 tcond = TCG_COND_NE; in gen_fcompare()
1253 tcond = TCG_COND_EQ; in gen_fcompare()
1257 tcond = TCG_COND_GEU; in gen_fcompare()
1261 tcond = TCG_COND_EQ; in gen_fcompare()
1265 tcond = TCG_COND_EQ; in gen_fcompare()
1269 tcond = tcg_invert_cond(tcond); in gen_fcompare()
[all …]