Searched defs:PPCOperand (Results 1 – 1 of 1) sorted by relevance
173 enum KindTy {179 } Kind;181 SMLoc StartLoc, EndLoc;182 bool IsPPC64;184 struct TokOp {189 struct ImmOp {193 struct ExprOp {198 struct TLSRegOp {202 union {209 PPCOperand(KindTy K) : MCParsedAsmOperand(), Kind(K) {} in PPCOperand() argument[all …]