Searched defs:HexagonOperand (Results 1 – 1 of 1) sorted by relevance
195 struct HexagonOperand : public MCParsedAsmOperand { struct196 enum KindTy { Token, Immediate, Register } Kind;197 MCContext &Context;199 SMLoc StartLoc, EndLoc;201 struct TokTy {206 struct RegTy {210 struct ImmTy {214 struct InstTy {218 union {224 HexagonOperand(KindTy K, MCContext &Context) in HexagonOperand() argument[all …]