HomeSort by relevance Sort by last modified time
    Searched refs:BNEOP (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/include/opcode/
dlx.h 68 JOP = (0x002 << 26), JALOP = (0x003 << 26), BEQOP = (0x004 << 26), BNEOP = (0x005 << 26)
84 #define BNEOP 0x14000000
259 { "bnez", BNEOP, "a,d" }, /* Branch if a != 0 */
261 { "bne", BNEOP, "a,d" }, /* Branch if a != 0 */
  /toolchain/binutils/binutils-2.27/opcodes/
dlx-dis.c 335 { OPC(BNEOP), "bnez" } /* Store halfword. */

Completed in 73 milliseconds