Searched refs:g_ppc_opcode (Results 1 – 2 of 2) sorted by relevance
506 static const uint8_t g_ppc_opcode[] = {0x7f, 0xe0, 0x00, 0x08}; // trap in GetSoftwareBreakpointTrapOpcode() local531 return llvm::makeArrayRef(g_ppc_opcode); in GetSoftwareBreakpointTrapOpcode()
1915 static const uint8_t g_ppc_opcode[] = {0x7f, 0xe0, 0x00, 0x08}; in GetSoftwareBreakpointTrapOpcode() local1916 trap_opcode = g_ppc_opcode; in GetSoftwareBreakpointTrapOpcode()1917 trap_opcode_size = sizeof(g_ppc_opcode); in GetSoftwareBreakpointTrapOpcode()