Searched refs:Size6Bytes (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrFormats.td | 51 def Size6Bytes : SizeVal<4>; 114 : IForm8<opcode, DstMem, SrcImm, Size6Bytes, outs, ins, asmstr, pattern>; 118 : IForm8<opcode, DstMem, SrcMem, Size6Bytes, outs, ins, asmstr, pattern>; 143 : IForm16<opcode, DstMem, SrcImm, Size6Bytes, outs, ins, asmstr, pattern>; 147 : IForm16<opcode, DstMem, SrcMem, Size6Bytes, outs, ins, asmstr, pattern>;
|
D | MSP430InstrInfo.h | 39 Size6Bytes = 4 << SizeShift enumerator
|
D | MSP430InstrInfo.cpp | 326 case MSP430II::Size6Bytes: in GetInstSizeInBytes()
|