Home | History | Annotate | Download | only in src

Lines Matching refs:getWidthString

34 const char *InstImpl<TraitsType>::InstX86Base::getWidthString(Type Ty) {
698 << InstX86Base::getWidthString(Dest->getType()) << "\t";
1098 Str << "\t" << this->Opcode << this->getWidthString(Src1->getType()) << "\t";
1118 Str << "\t" << this->Opcode << this->getWidthString(Src1->getType()) << "\t";
1204 "imul" << this->getWidthString(Dest->getType()) << "\t";
1249 "imul" << this->getWidthString(Dest->getType()) << "\t";
1377 "mul" << this->getWidthString(this->getDest()->getType()) << "\t";
1415 "shld" << this->getWidthString(Dest->getType()) << "\t";
1453 "shrd" << this->getWidthString(Dest->getType()) << "\t";
1492 << this->getWidthString(Dest->getType()) << "\t";
1601 "cmpxchg" << this->getWidthString(this->getSrc(0)->getType()) << "\t";
1827 "cmp" << this->getWidthString(this->getSrc(0)->getType()) << "\t";
1953 "test" << this->getWidthString(this->getSrc(0)->getType()) << "\t";
2021 "mov" << this->getWidthString(Ty)
2201 "lea" << this->getWidthString(this->getDest()->getType()) << "\t";
2234 ? this->getWidthString(DestTy)
2984 "xadd" << this->getWidthString(this->getSrc(0)->getType()) << "\t";
3024 "xchg" << this->getWidthString(this->getSrc(0)->getType()) << "\t";