Home
last modified time | relevance | path

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

/external/llvm/lib/Target/MSP430/
DMSP430InstrFormats.td50 def Size4Bytes : SizeVal<3>;
102 : IForm8<opcode, DstReg, SrcImm, Size4Bytes, outs, ins, asmstr, pattern>;
106 : IForm8<opcode, DstReg, SrcMem, Size4Bytes, outs, ins, asmstr, pattern>;
110 : IForm8<opcode, DstMem, SrcReg, Size4Bytes, outs, ins, asmstr, pattern>;
131 : IForm16<opcode, DstReg, SrcImm, Size4Bytes, outs, ins, asmstr, pattern>;
135 : IForm16<opcode, DstReg, SrcMem, Size4Bytes, outs, ins, asmstr, pattern>;
139 : IForm16<opcode, DstMem, SrcReg, Size4Bytes, outs, ins, asmstr, pattern>;
173 : IIForm8<opcode, SrcMem, Size4Bytes, outs, ins, asmstr, pattern>;
177 : IIForm8<opcode, SrcImm, Size4Bytes, outs, ins, asmstr, pattern>;
190 : IIForm16<opcode, SrcMem, Size4Bytes, outs, ins, asmstr, pattern>;
[all …]
DMSP430InstrInfo.h38 Size4Bytes = 3 << SizeShift, enumerator
DMSP430InstrInfo.cpp325 case MSP430II::Size4Bytes: in GetInstSizeInBytes()