Home
last modified time | relevance | path

Searched defs:HexagonOperand (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp196 struct HexagonOperand : public MCParsedAsmOperand { struct
197 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() function
224 HexagonOperand(const HexagonOperand &o) in HexagonOperand() argument
[all …]