Searched refs:InstX86Pextr (Results 1 – 2 of 2) sorted by relevance
2342 class InstX86Pextr : public InstX86BaseThreeAddressop<InstX86Base::Pextr> {2344 static InstX86Pextr *create(Cfg *Func, Variable *Dest, Operand *Source0, in create()2350 return new (Func->allocate<InstX86Pextr>()) in create()2351 InstX86Pextr(Func, Dest, Source0, Source1); in create()2358 InstX86Pextr(Cfg *Func, Variable *Dest, Operand *Source0, Operand *Source1) in InstX86Pextr() function3277 using Pextr = typename InstImpl<TraitsType>::InstX86Pextr;3578 const char *InstImpl<TraitsType>::InstX86Pextr::Base::Opcode = "pextr"; \
2720 void InstImpl<TraitsType>::InstX86Pextr::emit(const Cfg *Func) const { in emit()2742 void InstImpl<TraitsType>::InstX86Pextr::emitIAS(const Cfg *Func) const { in emitIAS()