Searched refs:g_thumb_opcode (Results 1 – 4 of 4) sorted by relevance
588 static const uint8_t g_thumb_opcode[] = {0xfe, 0xde}; // udf #0xfe in GetSoftwareBreakpointTrapOpcode() local589 trap_opcode = g_thumb_opcode; in GetSoftwareBreakpointTrapOpcode()590 trap_opcode_size = sizeof(g_thumb_opcode); in GetSoftwareBreakpointTrapOpcode()
294 static const uint8_t g_thumb_opcode[] = {0xfe, 0xde}; // udf #0xfe in GetSoftwareBreakpointTrapOpcode() local302 return llvm::ArrayRef(g_thumb_opcode); in GetSoftwareBreakpointTrapOpcode()
414 static const uint8_t g_thumb_opcode[] = {0x01, 0xde}; in GetSoftwareBreakpointTrapOpcode() local420 return llvm::ArrayRef(g_thumb_opcode); in GetSoftwareBreakpointTrapOpcode()
1510 static const uint8_t g_thumb_opcode[] = {0x01, 0xde}; in GetSoftwareBreakpointTrapOpcode() local1516 return llvm::ArrayRef(g_thumb_opcode); in GetSoftwareBreakpointTrapOpcode()