Home
last modified time | relevance | path

Searched refs:getFldString (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstX86BaseImpl.h39 const char *InstImpl<TraitsType>::InstX86Base::getFldString(Type Ty) { in getFldString() function
2600 "fld" << this->getFldString(Ty) << "\t" in emit()
2605 "fld" << this->getFldString(Ty) << "\t"; in emit()
2666 "fstp" << this->getFldString(Ty) << "\t"; in emit()
2674 "fstp" << this->getFldString(Ty) << "\t" in emit()
DIceInstX86Base.h206 static const char *getFldString(Type Ty);