Searched refs:SizeSpecial (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430InstrInfo.h | 36 SizeSpecial = 1 << SizeShift, enumerator
|
D | MSP430InstrFormats.td | 48 def SizeSpecial : SizeVal<1>; // Special instruction, e.g. pseudo 208 : MSP430Inst<outs, ins, SizeSpecial, PseudoFrm, asmstr> {
|
D | MSP430InstrInfo.cpp | 319 case MSP430II::SizeSpecial: in GetInstSizeInBytes()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.h | 36 SizeSpecial = 1 << SizeShift, enumerator
|
D | MSP430InstrFormats.td | 48 def SizeSpecial : SizeVal<1>; // Special instruction, e.g. pseudo 208 : MSP430Inst<outs, ins, SizeSpecial, PseudoFrm, asmstr> {
|
D | MSP430InstrInfo.cpp | 316 case MSP430II::SizeSpecial: in GetInstSizeInBytes()
|