Home | History | Annotate | Download | only in src

Lines Matching full:getdest

235       if (this->getDest())
236 this->validateVectorAddrModeOpnd(this->getDest());
579 const Variable *Var = this->getDest();
588 Str << " = " << Opcode << "." << this->getDest()->getType() << " ";
622 Type DestTy = this->getDest()->getType();
632 this->getDest()->emit(Func);
636 const Variable *Var = this->getDest();
673 MemOp->getBase()->getRegNum() == this->getDest()->getRegNum() &&
676 const_cast<Cfg *>(Func), this->getDest(), MemOp->getOffset());
706 this->getDest()->emit(Func);
709 Type Ty = this->getDest()->getType();
711 emitIASRegOpTyXMM(Func, Ty, this->getDest(), this->getSrc(0), Emitter);
718 Str << " = " << Opcode << "." << this->getDest()->getType() << " ";
751 Type Ty = this->getDest()->getType();
753 emitIASGPRShift(Func, Ty, this->getDest(), this->getSrc(1), Emitter);
760 Str << " = " << Opcode << "." << this->getDest()->getType() << " ";
793 Type Ty = this->getDest()->getType();
797 emitIASRegOpTyGPR(Func, !ThisIsLEA, Ty, this->getDest(), this->getSrc(1),
805 Str << " = " << Opcode << "." << this->getDest()->getType() << " ";
879 ? this->getDest()->getType()
905 Type Ty = this->getDest()->getType();
909 emitIASRegOpTyXMM(Func, Ty, this->getDest(), this->getSrc(1), Emitter);
916 Str << " = " << Opcode << "." << this->getDest()->getType() << " ";
952 const Type DestTy = this->getDest()->getType();
958 Type Ty = this->getDest()->getType();
962 emitIASXmmShift(Func, ElementTy, this->getDest(), this->getSrc(1),
970 Str << " = " << Opcode << "." << this->getDest()->getType() << " ";
1007 this->getDest()->emit(Func);
1014 Str << " = " << Opcode << "." << this->getDest()->getType() << " ";
1054 this->getDest()->emit(Func);
1061 Str << " = " << Opcode << "." << this->getDest()->getType() << " ";
1107 return checkForRedundantAssign(this->getDest(), this->getSrc(0));
1116 Str << Opcode << "." << this->getDest()->getType() << " ";