Lines Matching refs:cond
1225 ULong cond, cc_op; in guest_s390x_spechelper() local
1237 cond = cond_expr->Iex.Const.con->Ico.U64; in guest_s390x_spechelper()
1240 vassert(cond <= 15); in guest_s390x_spechelper()
1261 if (cond == 8 || cond == 8 + 1) { in guest_s390x_spechelper()
1264 if (cond == 4 + 2 || cond == 4 + 2 + 1) { in guest_s390x_spechelper()
1267 if (cond == 4 || cond == 4 + 1) { in guest_s390x_spechelper()
1270 if (cond == 8 + 4 || cond == 8 + 4 + 1) { in guest_s390x_spechelper()
1274 if (cond == 2 || cond == 2 + 1) { in guest_s390x_spechelper()
1277 if (cond == 8 + 2 || cond == 8 + 2 + 1) { in guest_s390x_spechelper()
1280 if (cond == 8 + 4 + 2 || cond == 8 + 4 + 2 + 1) { in guest_s390x_spechelper()
1297 if (cond == 8 || cond == 8 + 1) { in guest_s390x_spechelper()
1300 if (cond == 4 + 2 || cond == 4 + 2 + 1) { in guest_s390x_spechelper()
1303 if (cond == 4 || cond == 4 + 1) { in guest_s390x_spechelper()
1306 if (cond == 8 + 4 || cond == 8 + 4 + 1) { in guest_s390x_spechelper()
1310 if (cond == 2 || cond == 2 + 1) { in guest_s390x_spechelper()
1313 if (cond == 8 + 2 || cond == 8 + 2 + 1) { in guest_s390x_spechelper()
1316 if (cond == 8 + 4 + 2 || cond == 8 + 4 + 2 + 1) { in guest_s390x_spechelper()
1333 if (cond == 8 || cond == 8 + 1) { in guest_s390x_spechelper()
1336 if (cond == 4 + 2 || cond == 4 + 2 + 1) { in guest_s390x_spechelper()
1339 if (cond == 4 || cond == 4 + 1) { in guest_s390x_spechelper()
1342 if (cond == 8 + 4 || cond == 8 + 4 + 1) { in guest_s390x_spechelper()
1346 if (cond == 2 || cond == 2 + 1) { in guest_s390x_spechelper()
1349 if (cond == 8 + 2 || cond == 8 + 2 + 1) { in guest_s390x_spechelper()
1352 if (cond == 8 + 4 + 2 || cond == 8 + 4 + 2 + 1) { in guest_s390x_spechelper()
1375 if ((cond & (8 + 4)) == 8 + 4) { in guest_s390x_spechelper()
1378 if (cond & 8) { in guest_s390x_spechelper()
1381 if (cond & 4) { in guest_s390x_spechelper()
1432 if (cond == 8 || cond == 8 + 1) { in guest_s390x_spechelper()
1435 if (cond == 4 + 2 || cond == 4 + 2 + 1) { in guest_s390x_spechelper()
1445 if (cond == 4 || cond == 4 + 1) { /* word < 0 */ in guest_s390x_spechelper()
1448 if (cond == 2 || cond == 2 + 1) { /* word > 0 */ in guest_s390x_spechelper()
1451 if (cond == 8 + 4 || cond == 8 + 4 + 1) { in guest_s390x_spechelper()
1454 if (cond == 8 + 2 || cond == 8 + 2 + 1) { in guest_s390x_spechelper()
1457 if (cond == 8 + 4 + 2 || cond == 8 + 4 + 2 + 1) { in guest_s390x_spechelper()
1477 if (cond & 0x8) return mkU32(1); in guest_s390x_spechelper()
1482 if (cond == 8 || cond == 8 + 2) { in guest_s390x_spechelper()
1487 if (cond == 7 || cond == 7 - 2) { in guest_s390x_spechelper()
1492 if (cond == 1 || cond == 1 + 2) { in guest_s390x_spechelper()
1497 if (cond == 14 || cond == 14 - 2) { /* ! OVFL */ in guest_s390x_spechelper()
1519 if (cond & 0x8) return mkU32(1); in guest_s390x_spechelper()
1523 if (cond == 8) { in guest_s390x_spechelper()
1528 if (cond == 7) { in guest_s390x_spechelper()
1533 if (cond == 1) { in guest_s390x_spechelper()
1538 if (cond == 14) { /* ! OVFL */ in guest_s390x_spechelper()
1549 if (cond == 2) { /* cc == 2 */ in guest_s390x_spechelper()
1562 if (cond == 4) { /* cc == 1 */ in guest_s390x_spechelper()
1575 if (cond == 11) { /* cc == 0,2,3 */ in guest_s390x_spechelper()
1587 if (cond == 3) { /* cc == 2 || cc == 3 */ in guest_s390x_spechelper()
1593 if (cond == 12) { /* cc == 0 || cc == 1 */ in guest_s390x_spechelper()
1619 if (cond == 1 || cond == 1 + 8) { /* cc == 3 op2 < op1 */ in guest_s390x_spechelper()
1622 if (cond == 2 || cond == 2 + 8) { /* cc == 2 */ in guest_s390x_spechelper()
1625 if (cond == 4 || cond == 4 + 8) { /* cc == 1 */ in guest_s390x_spechelper()
1628 if (cond == 3 || cond == 3 + 8) { /* cc == 2 || cc == 3 */ in guest_s390x_spechelper()
1631 if (cond == 6 || cond == 6 + 8) { /* cc == 2 || cc == 1 */ in guest_s390x_spechelper()
1635 if (cond == 5 || cond == 5 + 8) { /* cc == 3 || cc == 1 */ in guest_s390x_spechelper()
1638 if (cond == 7 || cond == 7 + 8) { in guest_s390x_spechelper()
1655 if (cond == 8) { /* cc == 0 */ in guest_s390x_spechelper()
1661 if (cond == 7) { /* cc == 1,2,3 */ in guest_s390x_spechelper()
1667 if (cond == 8 + 2) { /* cc == 0,2 -> result is zero */ in guest_s390x_spechelper()
1672 if (cond == 4 + 1) { /* cc == 1,3 -> result is not zero */ in guest_s390x_spechelper()
1690 if (cond == 8) { /* cc == 0 */ in guest_s390x_spechelper()
1696 if (cond == 7) { /* cc == 1,2,3 */ in guest_s390x_spechelper()
1702 if (cond == 8 + 2) { /* cc == 0,2 -> result is zero */ in guest_s390x_spechelper()
1709 if (cond == 4 + 1) { /* cc == 1,3 -> result is not zero */ in guest_s390x_spechelper()