Lines Matching defs:BOP_MASK

33 #define BOP_MASK	((0x78 << 4) | 0x0f)
1351 { "bge", BOP (0xe), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1352 { "bgt", BOP (0xf), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1353 { "ble", BOP (0x7), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1354 { "blt", BOP (0x6), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1356 { "bh", BOP (0xb), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1357 { "bl", BOP (0x1), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1358 { "bnh", BOP (0x3), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1359 { "bnl", BOP (0x9), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1361 { "be", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1362 { "bne", BOP (0xa), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1364 { "bc", BOP (0x1), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1365 { "bf", BOP (0xa), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1366 { "bn", BOP (0x4), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1367 { "bnc", BOP (0x9), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1368 { "bnv", BOP (0x8), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1369 { "bnz", BOP (0xa), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1370 { "bp", BOP (0xc), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1371 { "br", BOP (0x5), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1372 { "bsa", BOP (0xd), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1373 { "bt", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1374 { "bv", BOP (0x0), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1375 { "bz", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1548 { "jgt", BOP (0xf), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1549 { "jge", BOP (0xe), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1550 { "jlt", BOP (0x6), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1551 { "jle", BOP (0x7), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1553 { "jh", BOP (0xb), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1554 { "jnh", BOP (0x3), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1555 { "jl", BOP (0x1), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1556 { "jnl", BOP (0x9), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1558 { "je", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1559 { "jne", BOP (0xa), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1561 { "jv", BOP (0x0), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1562 { "jnv", BOP (0x8), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1563 { "jn", BOP (0x4), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1564 { "jp", BOP (0xc), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1565 { "jc", BOP (0x1), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1566 { "jnc", BOP (0x9), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1567 { "jz", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1568 { "jnz", BOP (0xa), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1569 { "jbr", BOP (0x5), BOP_MASK, IF3, 0, PROCESSOR_ALL },