Searched refs:BEQOP (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | dlx.h | 83 #define BEQOP 0x10000000 macro 258 { "beqz", BEQOP, "a,d" }, /* Branch if a == 0 */ 260 { "beq", BEQOP, "a,d" }, /* Branch if a == 0 */
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | dlx-dis.c | 334 { OPC(BEQOP), "beqz" }, /* Store byte. */ in dlx_br_type()
|