Home
last modified time | relevance | path

Searched refs:BEQOP (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Ddlx.h83 #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/
Ddlx-dis.c334 { OPC(BEQOP), "beqz" }, /* Store byte. */ in dlx_br_type()