Home
last modified time | relevance | path

Searched refs:BNEOP (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/include/opcode/
Ddlx.h83 #define BNEOP 0x14000000 macro
258 { "bnez", BNEOP, "a,d" }, /* Branch if a != 0 */
260 { "bne", BNEOP, "a,d" }, /* Branch if a != 0 */
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Ddlx.h83 #define BNEOP 0x14000000 macro
258 { "bnez", BNEOP, "a,d" }, /* Branch if a != 0 */
260 { "bne", BNEOP, "a,d" }, /* Branch if a != 0 */
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Ddlx-dis.c333 { OPC(BNEOP), "bnez" } /* Store halfword. */ in dlx_br_type()
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Ddlx-dis.c360 { OPC(BNEOP), "bnez" } /* Store halfword. */