Searched defs:InstX86Por (Results 1 - 1 of 1) sorted by relevance

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

Completed in 55 milliseconds