Searched defs:HexagonOperand (Results 1 – 1 of 1) sorted by relevance
193 struct HexagonOperand : public MCParsedAsmOperand { struct194 enum KindTy { Token, Immediate, Register } Kind;195 MCContext &Context;197 SMLoc StartLoc, EndLoc;199 struct TokTy {204 struct RegTy {208 struct ImmTy {212 struct InstTy {216 union {222 HexagonOperand(KindTy K, MCContext &Context) in HexagonOperand() argument[all …]