Searched refs:g_aarch64_opcode (Results 1 – 2 of 2) sorted by relevance
502 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; in GetSoftwareBreakpointTrapOpcode() local518 return llvm::ArrayRef(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()
1951 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; in GetSoftwareBreakpointTrapOpcode() local1952 trap_opcode = g_aarch64_opcode; in GetSoftwareBreakpointTrapOpcode()1953 trap_opcode_size = sizeof(g_aarch64_opcode); in GetSoftwareBreakpointTrapOpcode()