HomeSort by: relevance | last modified time | path
    Searched defs:BNEOP (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/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 */
  /src/external/gpl3/binutils.old/dist/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 */
  /src/external/gpl3/gdb/dist/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 */
  /src/external/gpl3/gdb.old/dist/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 */

Completed in 28 milliseconds