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

  /src/external/gpl3/gdb/dist/gdb/
rs6000-tdep.c 1366 BL_MASK and BL_INSTRUCTION are used in combination with each other.
1368 this masking operation is equal to BL_INSTRUCTION, then the opcode in
1375 #define BL_INSTRUCTION 0x48000001
2250 if ((op & BL_MASK) == BL_INSTRUCTION)
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-tdep.c 1366 BL_MASK and BL_INSTRUCTION are used in combination with each other.
1368 this masking operation is equal to BL_INSTRUCTION, then the opcode in
1375 #define BL_INSTRUCTION 0x48000001
2250 if ((op & BL_MASK) == BL_INSTRUCTION)

Completed in 34 milliseconds