Searched refs:g_ppc_opcode (Results 1 – 2 of 2) sorted by relevance
511 static const uint8_t g_ppc_opcode[] = {0x7f, 0xe0, 0x00, 0x08}; // trap in GetSoftwareBreakpointTrapOpcode() local543 return llvm::ArrayRef(g_ppc_opcode); in GetSoftwareBreakpointTrapOpcode()
2040 static const uint8_t g_ppc_opcode[] = {0x7f, 0xe0, 0x00, 0x08}; in GetSoftwareBreakpointTrapOpcode() local2041 trap_opcode = g_ppc_opcode; in GetSoftwareBreakpointTrapOpcode()2042 trap_opcode_size = sizeof(g_ppc_opcode); in GetSoftwareBreakpointTrapOpcode()