Lines Matching defs:IsPPC64
100 const bool IsPPC64;
104 bool isPPC64() const { return IsPPC64; }
146 IsPPC64(STI.getTargetTriple().isPPC64()) {
176 bool IsPPC64;
211 IsPPC64 = o.IsPPC64;
244 bool isPPC64() const { return IsPPC64; }
408 if (!IsPPC64) {
672 bool IsPPC64) {
678 Op->IsPPC64 = IsPPC64;
683 CreateTokenWithStringCopy(StringRef Str, SMLoc S, bool IsPPC64) {
696 Op->IsPPC64 = IsPPC64;
701 bool IsPPC64,
708 Op->IsPPC64 = IsPPC64;
713 SMLoc E, bool IsPPC64) {
719 Op->IsPPC64 = IsPPC64;
724 CreateTLSReg(const MCSymbolRefExpr *Sym, SMLoc S, SMLoc E, bool IsPPC64) {
729 Op->IsPPC64 = IsPPC64;
734 CreateContextImm(int64_t Val, SMLoc S, SMLoc E, bool IsPPC64) {
739 Op->IsPPC64 = IsPPC64;
744 CreateFromMCExpr(const MCExpr *Val, SMLoc S, SMLoc E, bool IsPPC64) {
746 return CreateImm(CE->getValue(), S, E, IsPPC64);
751 return CreateTLSReg(SRE, S, E, IsPPC64);
756 return CreateContextImm(Res, S, E, IsPPC64);
759 return CreateExpr(Val, S, E, IsPPC64);