Searched refs:g_ppc_opcode (Results 1 – 2 of 2) sorted by relevance
507 static const uint8_t g_ppc_opcode[] = {0x7f, 0xe0, 0x00, 0x08}; // trap in GetSoftwareBreakpointTrapOpcode() local536 return llvm::ArrayRef(g_ppc_opcode); in GetSoftwareBreakpointTrapOpcode()
1912 static const uint8_t g_ppc_opcode[] = {0x7f, 0xe0, 0x00, 0x08}; in GetSoftwareBreakpointTrapOpcode() local1913 trap_opcode = g_ppc_opcode; in GetSoftwareBreakpointTrapOpcode()1914 trap_opcode_size = sizeof(g_ppc_opcode); in GetSoftwareBreakpointTrapOpcode()