Searched defs:RISCVOperand (Results 1 – 1 of 1) sorted by relevance
215 struct RISCVOperand : public MCParsedAsmOperand { struct217 enum class KindTy {222 } Kind;224 bool IsRV64;226 struct RegOp {230 struct ImmOp {234 struct SysRegOp {242 SMLoc StartLoc, EndLoc;243 union {250 RISCVOperand(KindTy K) : MCParsedAsmOperand(), Kind(K) {} in RISCVOperand() function[all …]