Home
last modified time | relevance | path

Searched refs:Size6Bytes (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/MSP430/
DMSP430InstrFormats.td51 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>;
DMSP430InstrInfo.h39 Size6Bytes = 4 << SizeShift enumerator
DMSP430InstrInfo.cpp326 case MSP430II::Size6Bytes: in GetInstSizeInBytes()