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

  /src/external/gpl3/gdb/dist/gdb/
rs6000-tdep.c 838 #define BC_INSN 0x40000000
1011 else if (opcode == B_INSN || opcode == BC_INSN || opcode == BXL_INSN)
1171 if ((insn & OP_MASK) == BC_INSN)
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-tdep.c 838 #define BC_INSN 0x40000000
1011 else if (opcode == B_INSN || opcode == BC_INSN || opcode == BXL_INSN)
1171 if ((insn & OP_MASK) == BC_INSN)

Completed in 34 milliseconds