Home
last modified time | relevance | path

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

/openbmc/qemu/target/m68k/
H A Dtranslate.c1177 TCGCond tcond; member
1185 TCGCond tcond; in gen_cc_cond() local
1195 tcond = TCG_COND_LEU; in gen_cc_cond()
1199 tcond = TCG_COND_LTU; in gen_cc_cond()
1203 tcond = TCG_COND_EQ; in gen_cc_cond()
1214 tcond = TCG_COND_LT; in gen_cc_cond()
1218 tcond = TCG_COND_LE; in gen_cc_cond()
1229 tcond = TCG_COND_NEVER; in gen_cc_cond()
1240 tcond = TCG_COND_LE; in gen_cc_cond()
1258 tcond = TCG_COND_LT; in gen_cc_cond()
[all …]
/openbmc/qemu/target/sparc/
H A Dtranslate.c1217 TCGCond tcond; in gen_fcompare() local
1228 tcond = TCG_COND_NEVER; in gen_fcompare()
1231 tcond = TCG_COND_NE; in gen_fcompare()
1238 tcond = TCG_COND_LEU; in gen_fcompare()
1243 tcond = TCG_COND_NE; in gen_fcompare()
1247 tcond = TCG_COND_EQ; in gen_fcompare()
1251 tcond = TCG_COND_GEU; in gen_fcompare()
1255 tcond = TCG_COND_EQ; in gen_fcompare()
1259 tcond = TCG_COND_EQ; in gen_fcompare()
1263 tcond = tcg_invert_cond(tcond); in gen_fcompare()
[all …]