HomeSort by relevance Sort by last modified time
    Searched refs:BEQOP (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)
83 #define BEQOP 0x10000000
258 { "beqz", BEQOP, "a,d" }, /* Branch if a == 0 */
260 { "beq", BEQOP, "a,d" }, /* Branch if a == 0 */
  /toolchain/binutils/binutils-2.27/opcodes/
dlx-dis.c 334 { OPC(BEQOP), "beqz" }, /* Store byte. */

Completed in 335 milliseconds