Home
last modified time | relevance | path

Searched refs:getWidthString (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstX8632.cpp86 const char *InstX86Base::getWidthString(Type Ty) { in getWidthString() function in Ice::X8632::InstX86Base
648 << InstX86Base::getWidthString(Dest->getType()) << "\t"; in emitTwoAddress()
1001 Str << "\t" << this->Opcode << this->getWidthString(Src1->getType()) << "\t"; in emit()
1019 Str << "\t" << this->Opcode << this->getWidthString(Src1->getType()) << "\t"; in emit()
1098 << this->getWidthString(Dest->getType()) << "\t"; in emit()
1141 << this->getWidthString(Dest->getType()) << "\t"; in emit()
1252 << this->getWidthString(this->getDest()->getType()) << "\t"; in emit()
1288 << this->getWidthString(Dest->getType()) << "\t"; in emit()
1324 << this->getWidthString(Dest->getType()) << "\t"; in emit()
1360 << this->getWidthString(Dest->getType()) << "\t"; in emit()
[all …]
DIceInstX8664.cpp74 const char *InstX86Base::getWidthString(Type Ty) { in getWidthString() function in Ice::X8664::InstX86Base
635 << InstX86Base::getWidthString(Dest->getType()) << "\t"; in emitTwoAddress()
993 Str << "\t" << this->Opcode << this->getWidthString(Src1->getType()) << "\t"; in emit()
1011 Str << "\t" << this->Opcode << this->getWidthString(Src1->getType()) << "\t"; in emit()
1090 << this->getWidthString(Dest->getType()) << "\t"; in emit()
1133 << this->getWidthString(Dest->getType()) << "\t"; in emit()
1255 << this->getWidthString(this->getDest()->getType()) << "\t"; in emit()
1291 << this->getWidthString(Dest->getType()) << "\t"; in emit()
1327 << this->getWidthString(Dest->getType()) << "\t"; in emit()
1363 << this->getWidthString(Dest->getType()) << "\t"; in emit()
[all …]
DIceInstARM32.cpp71 const char *getWidthString(Type Ty) { in getWidthString() function
165 Str << getWidthString(SrcTy); in emitUnaryopGPR()
2257 const char *WidthString = IsVector ? "" : getWidthString(Ty); in emit()
2285 const char *WidthString = IsVector ? "" : getWidthString(Ty); in emit()
2313 const char *WidthString = IsVector ? "" : getWidthString(Ty); in emit()
2385 const char *WidthString = getWidthString(DestTy); in emit()
2677 Str << getPredicate() << getWidthString(Ty); in emit()
2679 Str << getWidthString(Ty) << getPredicate(); in emit()
2744 const char *WidthString = getWidthString(Ty); in emit()
2789 Str << getPredicate() << getWidthString(Ty); in emit()
[all …]
DIceInstMIPS32.cpp56 const char *InstMIPS32::getWidthString(Type Ty) { in getWidthString() function in Ice::MIPS32::InstMIPS32
DIceInstX8664.h259 static const char *getWidthString(Type Ty);
646 Str << "\t" << Opcode << this->getWidthString(SrcTy); in emit()
651 Str << this->getWidthString(DestTy); in emit()
DIceInstX8632.h320 static const char *getWidthString(Type Ty);
707 Str << "\t" << Opcode << this->getWidthString(SrcTy); in emit()
712 Str << this->getWidthString(DestTy); in emit()
DIceInstMIPS32.h291 static const char *getWidthString(Type Ty);