Searched refs:g_aarch64_opcode (Results 1 – 3 of 3) sorted by relevance
635 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xD4}; in GetSoftwareBreakpointTrapOpcode() local670 opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode()671 opcode_size = sizeof(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()
520 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; in GetSoftwareBreakpointTrapOpcode() local530 return llvm::makeArrayRef(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()
1886 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; in GetSoftwareBreakpointTrapOpcode() local1887 trap_opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode()1888 trap_opcode_size = sizeof(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()