Searched refs:g_ppc64le_opcode (Results 1 – 2 of 2) sorted by relevance
526 static const uint8_t g_ppc64le_opcode[] = {0x08, 0x00, 0xe0, 0x7f}; // trap in GetSoftwareBreakpointTrapOpcode() local548 return llvm::makeArrayRef(g_ppc64le_opcode); in GetSoftwareBreakpointTrapOpcode()
1938 static const uint8_t g_ppc64le_opcode[] = {0x08, 0x00, 0xe0, 0x7f}; // trap in GetSoftwareBreakpointTrapOpcode() local1939 trap_opcode = g_ppc64le_opcode; in GetSoftwareBreakpointTrapOpcode()1940 trap_opcode_size = sizeof(g_ppc64le_opcode); in GetSoftwareBreakpointTrapOpcode()