Lines Matching refs:IsPPC64
100 bool IsPPC64; member in __anonf4b79b370111::PPCAsmParser
104 bool isPPC64() const { return IsPPC64; } in isPPC64()
147 IsPPC64 = TheTriple.isPPC64(); in PPCAsmParser()
177 bool IsPPC64; member
210 IsPPC64 = o.IsPPC64; in PPCOperand()
243 bool isPPC64() const { return IsPPC64; } in isPPC64()
411 if (!IsPPC64) { in isDirectBr()
626 bool IsPPC64) { in CreateToken()
632 Op->IsPPC64 = IsPPC64; in CreateToken()
637 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) { in CreateTokenWithStringCopy()
650 Op->IsPPC64 = IsPPC64; in CreateTokenWithStringCopy()
655 bool IsPPC64) { in CreateImm()
660 Op->IsPPC64 = IsPPC64; in CreateImm()
665 SMLoc E, bool IsPPC64) { in CreateExpr()
671 Op->IsPPC64 = IsPPC64; in CreateExpr()
676 CreateTLSReg(const MCSymbolRefExpr *Sym, SMLoc S, SMLoc E, bool IsPPC64) { in CreateTLSReg()
681 Op->IsPPC64 = IsPPC64; in CreateTLSReg()
686 CreateContextImm(int64_t Val, SMLoc S, SMLoc E, bool IsPPC64) { in CreateContextImm()
691 Op->IsPPC64 = IsPPC64; in CreateContextImm()
696 CreateFromMCExpr(const MCExpr *Val, SMLoc S, SMLoc E, bool IsPPC64) { in CreateFromMCExpr()
698 return CreateImm(CE->getValue(), S, E, IsPPC64); in CreateFromMCExpr()
703 return CreateTLSReg(SRE, S, E, IsPPC64); in CreateFromMCExpr()
708 return CreateContextImm(Res, S, E, IsPPC64); in CreateFromMCExpr()
711 return CreateExpr(Val, S, E, IsPPC64); in CreateFromMCExpr()