Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Ddlx.h82 #define BEQOP 0x10000000 macro
257 { "beqz", BEQOP, "a,d" }, /* Branch if a == 0 */
259 { "beq", BEQOP, "a,d" }, /* Branch if a == 0 */
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Ddlx-dis.c332 { OPC(BEQOP), "beqz" }, /* Store byte. */ in dlx_br_type()