Searched refs:g_msp430_opcode (Results 1 – 2 of 2) sorted by relevance
506 static const uint8_t g_msp430_opcode[] = {0x43, 0x43}; in GetSoftwareBreakpointTrapOpcode() local533 return llvm::ArrayRef(g_msp430_opcode); in GetSoftwareBreakpointTrapOpcode()
2009 static const uint8_t g_msp430_opcode[] = {0x43, 0x43}; in GetSoftwareBreakpointTrapOpcode() local2010 trap_opcode = g_msp430_opcode; in GetSoftwareBreakpointTrapOpcode()2011 trap_opcode_size = sizeof(g_msp430_opcode); in GetSoftwareBreakpointTrapOpcode()