Searched defs:HexagonOperand (Results 1 – 1 of 1) sorted by relevance
196 struct HexagonOperand : public MCParsedAsmOperand { struct197 enum KindTy { Token, Immediate, Register } Kind;198 MCContext &Context;200 SMLoc StartLoc, EndLoc;202 struct TokTy {207 struct RegTy {211 struct ImmTy {215 union {221 HexagonOperand(KindTy K, MCContext &Context) : Kind(K), Context(Context) {} in HexagonOperand() function224 HexagonOperand(const HexagonOperand &o) in HexagonOperand() argument[all …]