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

/external/swiftshader/third_party/subzero/src/
H A DIceInstX86Base.h2342 class InstX86Pextr : public InstX86BaseThreeAddressop<InstX86Base::Pextr> { class in struct:Ice::X86NAMESPACE::InstImpl
2344 static InstX86Pextr *create(Cfg *Func, Variable *Dest, Operand *Source0,
2350 return new (Func->allocate<InstX86Pextr>())
2351 InstX86Pextr(Func, Dest, Source0, Source1);
2358 InstX86Pextr(Cfg *Func, Variable *Dest, Operand *Source0, Operand *Source1) function in class:Ice::X86NAMESPACE::InstImpl::InstX86Pextr
3277 using Pextr = typename InstImpl<TraitsType>::InstX86Pextr;
3578 const char *InstImpl<TraitsType>::InstX86Pextr::Base::Opcode = "pextr"; \

Completed in 116 milliseconds