Searched refs:g_msp430_opcode (Results 1 – 2 of 2) sorted by relevance
509 static const uint8_t g_msp430_opcode[] = {0x43, 0x43}; in GetSoftwareBreakpointTrapOpcode() local536 return llvm::ArrayRef(g_msp430_opcode); in GetSoftwareBreakpointTrapOpcode()
2021 static const uint8_t g_msp430_opcode[] = {0x43, 0x43}; in GetSoftwareBreakpointTrapOpcode() local2022 trap_opcode = g_msp430_opcode; in GetSoftwareBreakpointTrapOpcode()2023 trap_opcode_size = sizeof(g_msp430_opcode); in GetSoftwareBreakpointTrapOpcode()