HomeSort by: relevance | last modified time | path
    Searched defs:BEQOP (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)
83 #define BEQOP 0x10000000
258 { "beqz", BEQOP, "a,d" }, /* Branch if a == 0 */
260 { "beq", BEQOP, "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)
83 #define BEQOP 0x10000000
258 { "beqz", BEQOP, "a,d" }, /* Branch if a == 0 */
260 { "beq", BEQOP, "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)
83 #define BEQOP 0x10000000
258 { "beqz", BEQOP, "a,d" }, /* Branch if a == 0 */
260 { "beq", BEQOP, "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)
83 #define BEQOP 0x10000000
258 { "beqz", BEQOP, "a,d" }, /* Branch if a == 0 */
260 { "beq", BEQOP, "a,d" }, /* Branch if a == 0 */

Completed in 36 milliseconds