Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2891 class InstX86Fstp final : public InstX86Base {
2892 InstX86Fstp() = delete;
2893 InstX86Fstp(const InstX86Fstp &) = delete;
2894 InstX86Fstp &operator=(const InstX86Fstp &) = delete;
2897 static InstX86Fstp *create(Cfg *Func, Variable *Dest) { in create()
2898 return new (Func->allocate<InstX86Fstp>()) InstX86Fstp(Func, Dest); in create()
2908 InstX86Fstp(Cfg *Func, Variable *Dest);
3307 typename InstImpl<TraitsType>::InstX86Fstp>::type;
DIceInstX86BaseImpl.h333 InstImpl<TraitsType>::InstX86Fstp::InstX86Fstp(Cfg *Func, Variable *Dest) in InstX86Fstp() function
2677 void InstImpl<TraitsType>::InstX86Fstp::emit(const Cfg *Func) const { in emit()
2716 void InstImpl<TraitsType>::InstX86Fstp::emitIAS(const Cfg *Func) const { in emitIAS()
2744 void InstImpl<TraitsType>::InstX86Fstp::dump(const Cfg *Func) const { in dump()