Lines Matching refs:IsPPC64
100 bool IsPPC64; member in __anon662ace330111::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()
379 if (!IsPPC64) { in isDirectBr()
594 bool IsPPC64) { in CreateToken()
600 Op->IsPPC64 = IsPPC64; in CreateToken()
605 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) { in CreateTokenWithStringCopy()
618 Op->IsPPC64 = IsPPC64; in CreateTokenWithStringCopy()
623 bool IsPPC64) { in CreateImm()
628 Op->IsPPC64 = IsPPC64; in CreateImm()
633 SMLoc E, bool IsPPC64) { in CreateExpr()
639 Op->IsPPC64 = IsPPC64; in CreateExpr()
644 CreateTLSReg(const MCSymbolRefExpr *Sym, SMLoc S, SMLoc E, bool IsPPC64) { in CreateTLSReg()
649 Op->IsPPC64 = IsPPC64; in CreateTLSReg()
654 CreateContextImm(int64_t Val, SMLoc S, SMLoc E, bool IsPPC64) { in CreateContextImm()
659 Op->IsPPC64 = IsPPC64; in CreateContextImm()
664 CreateFromMCExpr(const MCExpr *Val, SMLoc S, SMLoc E, bool IsPPC64) { in CreateFromMCExpr()
666 return CreateImm(CE->getValue(), S, E, IsPPC64); in CreateFromMCExpr()
671 return CreateTLSReg(SRE, S, E, IsPPC64); in CreateFromMCExpr()
676 return CreateContextImm(Res, S, E, IsPPC64); in CreateFromMCExpr()
679 return CreateExpr(Val, S, E, IsPPC64); in CreateFromMCExpr()