Searched refs:g_ppc_opcode (Results 1 – 2 of 2) sorted by relevance
508 static const uint8_t g_ppc_opcode[] = {0x7f, 0xe0, 0x00, 0x08}; // trap in GetSoftwareBreakpointTrapOpcode() local540 return llvm::ArrayRef(g_ppc_opcode); in GetSoftwareBreakpointTrapOpcode()
2028 static const uint8_t g_ppc_opcode[] = {0x7f, 0xe0, 0x00, 0x08}; in GetSoftwareBreakpointTrapOpcode() local2029 trap_opcode = g_ppc_opcode; in GetSoftwareBreakpointTrapOpcode()2030 trap_opcode_size = sizeof(g_ppc_opcode); in GetSoftwareBreakpointTrapOpcode()