Changeset View
Changeset View
Standalone View
Standalone View
llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.h
Show First 20 Lines • Show All 249 Lines • ▼ Show 20 Line(s) | 22 | public: | |||
---|---|---|---|---|---|
250 | void printComplexRotationOp(const MCInst *MI, unsigned OpNum, | 250 | void printComplexRotationOp(const MCInst *MI, unsigned OpNum, | ||
251 | const MCSubtargetInfo &STI, raw_ostream &O); | 251 | const MCSubtargetInfo &STI, raw_ostream &O); | ||
252 | // MVE | 252 | // MVE | ||
253 | void printVPTPredicateOperand(const MCInst *MI, unsigned OpNum, | 253 | void printVPTPredicateOperand(const MCInst *MI, unsigned OpNum, | ||
254 | const MCSubtargetInfo &STI, | 254 | const MCSubtargetInfo &STI, | ||
255 | raw_ostream &O); | 255 | raw_ostream &O); | ||
256 | void printVPTMask(const MCInst *MI, unsigned OpNum, | 256 | void printVPTMask(const MCInst *MI, unsigned OpNum, | ||
257 | const MCSubtargetInfo &STI, raw_ostream &O); | 257 | const MCSubtargetInfo &STI, raw_ostream &O); | ||
258 | template<int shift> | ||||
259 | void printMveAddrModeRQOperand(const MCInst *MI, unsigned OpNum, | ||||
260 | const MCSubtargetInfo &STI, raw_ostream &O); | ||||
261 | void printMveAddrModeQOperand(const MCInst *MI, unsigned OpNum, | ||||
262 | const MCSubtargetInfo &STI, raw_ostream &O); | ||||
258 | void printExpandedImmOperand(const MCInst *MI, unsigned OpNum, | 263 | void printExpandedImmOperand(const MCInst *MI, unsigned OpNum, | ||
259 | const MCSubtargetInfo &STI, raw_ostream &O); | 264 | const MCSubtargetInfo &STI, raw_ostream &O); | ||
260 | 265 | | |||
261 | private: | 266 | private: | ||
262 | unsigned DefaultAltIdx = ARM::NoRegAltName; | 267 | unsigned DefaultAltIdx = ARM::NoRegAltName; | ||
263 | }; | 268 | }; | ||
264 | 269 | | |||
265 | } // end namespace llvm | 270 | } // end namespace llvm | ||
266 | 271 | | |||
267 | #endif // LLVM_LIB_TARGET_ARM_MCTARGETDESC_ARMINSTPRINTER_H | 272 | #endif // LLVM_LIB_TARGET_ARM_MCTARGETDESC_ARMINSTPRINTER_H |