Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h3104 class InstX86Pshufb
3108 static InstX86Pshufb *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
3109 return new (Func->allocate<InstX86Pshufb>()) in create()
3110 InstX86Pshufb(Func, Dest, Source); in create()
3114 InstX86Pshufb(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Pshufb() function
3318 using Pshufb = typename InstImpl<TraitsType>::InstX86Pshufb;
3584 const char *InstImpl<TraitsType>::InstX86Pshufb::Base::Opcode = "pshufb"; \
4015 InstImpl<TraitsType>::InstX86Pshufb::Base::Emitter = { \