Searched refs:g_ppc_opcode (Results 1 – 2 of 2) sorted by relevance
493 static const uint8_t g_ppc_opcode[] = {0x7f, 0xe0, 0x00, 0x08}; // trap in GetSoftwareBreakpointTrapOpcode() local518 return llvm::makeArrayRef(g_ppc_opcode); in GetSoftwareBreakpointTrapOpcode()
1955 static const uint8_t g_ppc_opcode[] = {0x7f, 0xe0, 0x00, 0x08}; in GetSoftwareBreakpointTrapOpcode() local1956 trap_opcode = g_ppc_opcode; in GetSoftwareBreakpointTrapOpcode()1957 trap_opcode_size = sizeof(g_ppc_opcode); in GetSoftwareBreakpointTrapOpcode()