Lines Matching refs:tmpflags
1317 int tmpflags = tcg_out_setcond_int(s, cond, ret, arg1, arg2, c2);
1319 if (tmpflags != ret) {
1320 TCGReg tmp = tmpflags & ~SETCOND_FLAGS;
1322 switch (tmpflags & SETCOND_FLAGS) {
1344 int tmpflags;
1362 tmpflags = tcg_out_setcond_int(s, cond, ret, arg1, arg2, c2);
1363 tmp = tmpflags & ~SETCOND_FLAGS;
1366 if (tmpflags & SETCOND_NEZ) {
1372 if (tmpflags & SETCOND_INV) {
1481 int tmpflags;
1490 tmpflags = tcg_out_setcond_int(s, cond, TCG_REG_TMP0, cmp1, cmp2, c_cmp2);
1491 t = tmpflags & ~SETCOND_FLAGS;
1494 if (tmpflags & SETCOND_INV) {
1500 cond = tmpflags & SETCOND_INV ? TCG_COND_EQ : TCG_COND_NE;