Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2911 class InstX86Pop final : public InstX86Base {
2912 InstX86Pop() = delete;
2913 InstX86Pop(const InstX86Pop &) = delete;
2914 InstX86Pop &operator=(const InstX86Pop &) = delete;
2917 static InstX86Pop *create(Cfg *Func, Variable *Dest) { in create()
2918 return new (Func->allocate<InstX86Pop>()) InstX86Pop(Func, Dest); in create()
2928 InstX86Pop(Cfg *Func, Variable *Dest);
3308 using Pop = typename InstImpl<TraitsType>::InstX86Pop;
DIceInstX86BaseImpl.h337 InstImpl<TraitsType>::InstX86Pop::InstX86Pop(Cfg *Func, Variable *Dest) in InstX86Pop() function
2843 void InstImpl<TraitsType>::InstX86Pop::emit(const Cfg *Func) const { in emit()
2854 void InstImpl<TraitsType>::InstX86Pop::emitIAS(const Cfg *Func) const { in emitIAS()
2866 void InstImpl<TraitsType>::InstX86Pop::dump(const Cfg *Func) const { in dump()