Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1796 class InstX86Por : public InstX86BaseBinopXmm<InstX86Base::Por, false,
1799 static InstX86Por *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1800 return new (Func->allocate<InstX86Por>()) InstX86Por(Func, Dest, Source); in create()
1804 InstX86Por(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Por() function
3240 using Por = typename InstImpl<TraitsType>::InstX86Por;
3471 const char *InstImpl<TraitsType>::InstX86Por::Base::Opcode = "por"; \
3902 InstImpl<TraitsType>::InstX86Por::Base::Emitter = { \