Lines Matching refs:IsPPC64
101 bool IsPPC64; member in __anonf2e8cc480111::PPCAsmParser
106 bool isPPC64() const { return IsPPC64; } in isPPC64()
150 IsPPC64 = (TheTriple.getArch() == Triple::ppc64 || in PPCAsmParser()
182 bool IsPPC64; member
215 IsPPC64 = o.IsPPC64; in PPCOperand()
248 bool isPPC64() const { return IsPPC64; } in isPPC64()
382 if (!IsPPC64) { in isDirectBr()
582 bool IsPPC64) { in CreateToken()
588 Op->IsPPC64 = IsPPC64; in CreateToken()
593 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) { in CreateTokenWithStringCopy()
606 Op->IsPPC64 = IsPPC64; in CreateTokenWithStringCopy()
611 bool IsPPC64) { in CreateImm()
616 Op->IsPPC64 = IsPPC64; in CreateImm()
621 SMLoc E, bool IsPPC64) { in CreateExpr()
627 Op->IsPPC64 = IsPPC64; in CreateExpr()
632 CreateTLSReg(const MCSymbolRefExpr *Sym, SMLoc S, SMLoc E, bool IsPPC64) { in CreateTLSReg()
637 Op->IsPPC64 = IsPPC64; in CreateTLSReg()
642 CreateContextImm(int64_t Val, SMLoc S, SMLoc E, bool IsPPC64) { in CreateContextImm()
647 Op->IsPPC64 = IsPPC64; in CreateContextImm()
652 CreateFromMCExpr(const MCExpr *Val, SMLoc S, SMLoc E, bool IsPPC64) { in CreateFromMCExpr()
654 return CreateImm(CE->getValue(), S, E, IsPPC64); in CreateFromMCExpr()
658 return CreateTLSReg(SRE, S, E, IsPPC64); in CreateFromMCExpr()
663 return CreateContextImm(Res, S, E, IsPPC64); in CreateFromMCExpr()
666 return CreateExpr(Val, S, E, IsPPC64); in CreateFromMCExpr()