Searched defs:PPCOperand (Results 1 – 1 of 1) sorted by relevance
168 enum KindTy {174 } Kind;176 SMLoc StartLoc, EndLoc;177 bool IsPPC64;179 struct TokOp {184 struct ImmOp {188 struct ExprOp {193 struct TLSRegOp {197 union {204 PPCOperand(KindTy K) : MCParsedAsmOperand(), Kind(K) {} in PPCOperand() argument[all …]