Lines Matching refs:IsPPC64
100 bool IsPPC64; member in __anon25a1d1790111::PPCAsmParser
104 bool isPPC64() const { return IsPPC64; } in isPPC64()
148 IsPPC64 = TheTriple.isPPC64(); in PPCAsmParser()
178 bool IsPPC64; member
212 IsPPC64 = o.IsPPC64; in PPCOperand()
245 bool isPPC64() const { return IsPPC64; } in isPPC64()
404 if (!IsPPC64) { in isDirectBr()
668 bool IsPPC64) { in CreateToken()
674 Op->IsPPC64 = IsPPC64; in CreateToken()
679 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) { in CreateTokenWithStringCopy()
692 Op->IsPPC64 = IsPPC64; in CreateTokenWithStringCopy()
697 bool IsPPC64) { in CreateImm()
702 Op->IsPPC64 = IsPPC64; in CreateImm()
707 SMLoc E, bool IsPPC64) { in CreateExpr()
713 Op->IsPPC64 = IsPPC64; in CreateExpr()
718 CreateTLSReg(const MCSymbolRefExpr *Sym, SMLoc S, SMLoc E, bool IsPPC64) { in CreateTLSReg()
723 Op->IsPPC64 = IsPPC64; in CreateTLSReg()
728 CreateContextImm(int64_t Val, SMLoc S, SMLoc E, bool IsPPC64) { in CreateContextImm()
733 Op->IsPPC64 = IsPPC64; in CreateContextImm()
738 CreateFromMCExpr(const MCExpr *Val, SMLoc S, SMLoc E, bool IsPPC64) { in CreateFromMCExpr()
740 return CreateImm(CE->getValue(), S, E, IsPPC64); in CreateFromMCExpr()
745 return CreateTLSReg(SRE, S, E, IsPPC64); in CreateFromMCExpr()
750 return CreateContextImm(Res, S, E, IsPPC64); in CreateFromMCExpr()
753 return CreateExpr(Val, S, E, IsPPC64); in CreateFromMCExpr()