Lines Matching refs:IsPPC64
100 bool IsPPC64; member in __anon49f2f9030111::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()
406 if (!IsPPC64) { in isDirectBr()
670 bool IsPPC64) { in CreateToken()
676 Op->IsPPC64 = IsPPC64; in CreateToken()
681 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) { in CreateTokenWithStringCopy()
694 Op->IsPPC64 = IsPPC64; in CreateTokenWithStringCopy()
699 bool IsPPC64) { in CreateImm()
704 Op->IsPPC64 = IsPPC64; in CreateImm()
709 SMLoc E, bool IsPPC64) { in CreateExpr()
715 Op->IsPPC64 = IsPPC64; in CreateExpr()
720 CreateTLSReg(const MCSymbolRefExpr *Sym, SMLoc S, SMLoc E, bool IsPPC64) { in CreateTLSReg()
725 Op->IsPPC64 = IsPPC64; in CreateTLSReg()
730 CreateContextImm(int64_t Val, SMLoc S, SMLoc E, bool IsPPC64) { in CreateContextImm()
735 Op->IsPPC64 = IsPPC64; in CreateContextImm()
740 CreateFromMCExpr(const MCExpr *Val, SMLoc S, SMLoc E, bool IsPPC64) { in CreateFromMCExpr()
742 return CreateImm(CE->getValue(), S, E, IsPPC64); in CreateFromMCExpr()
747 return CreateTLSReg(SRE, S, E, IsPPC64); in CreateFromMCExpr()
752 return CreateContextImm(Res, S, E, IsPPC64); in CreateFromMCExpr()
755 return CreateExpr(Val, S, E, IsPPC64); in CreateFromMCExpr()