Home | History | Annotate | Download | only in opcodes

Lines Matching refs:IF3

1303 #define IF3	{D9_RELAX}
1361 { "bge", BOP (0xe), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1362 { "bgt", BOP (0xf), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1363 { "ble", BOP (0x7), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1364 { "blt", BOP (0x6), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1366 { "bh", BOP (0xb), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1367 { "bl", BOP (0x1), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1368 { "bnh", BOP (0x3), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1369 { "bnl", BOP (0x9), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1371 { "be", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1372 { "bne", BOP (0xa), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1374 { "bc", BOP (0x1), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1375 { "bf", BOP (0xa), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1376 { "bn", BOP (0x4), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1377 { "bnc", BOP (0x9), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1378 { "bnv", BOP (0x8), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1379 { "bnz", BOP (0xa), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1380 { "bp", BOP (0xc), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1381 { "br", BOP (0x5), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1382 { "bsa", BOP (0xd), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1383 { "bt", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1384 { "bv", BOP (0x0), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1385 { "bz", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1558 { "jgt", BOP (0xf), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1559 { "jge", BOP (0xe), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1560 { "jlt", BOP (0x6), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1561 { "jle", BOP (0x7), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1563 { "jh", BOP (0xb), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1564 { "jnh", BOP (0x3), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1565 { "jl", BOP (0x1), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1566 { "jnl", BOP (0x9), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1568 { "je", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1569 { "jne", BOP (0xa), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1571 { "jv", BOP (0x0), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1572 { "jnv", BOP (0x8), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1573 { "jn", BOP (0x4), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1574 { "jp", BOP (0xc), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1575 { "jc", BOP (0x1), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1576 { "jnc", BOP (0x9), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1577 { "jz", BOP (0x2), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1578 { "jnz", BOP (0xa), BOP_MASK, IF3, 0, PROCESSOR_ALL },
1579 { "jbr", BOP (0x5), BOP_MASK, IF3, 0, PROCESSOR_ALL },