Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2363 class InstX86Pshufd : public InstX86BaseThreeAddressop<InstX86Base::Pshufd> {
2365 static InstX86Pshufd *create(Cfg *Func, Variable *Dest, Operand *Source0, in create()
2367 return new (Func->allocate<InstX86Pshufd>()) in create()
2368 InstX86Pshufd(Func, Dest, Source0, Source1); in create()
2374 InstX86Pshufd(Cfg *Func, Variable *Dest, Operand *Source0, Operand *Source1) in InstX86Pshufd() function
3278 using Pshufd = typename InstImpl<TraitsType>::InstX86Pshufd;
3581 const char *InstImpl<TraitsType>::InstX86Pshufd::Base::Opcode = "pshufd"; \
DIceInstX86BaseImpl.h2851 void InstImpl<TraitsType>::InstX86Pshufd::emitIAS(const Cfg *Func) const { in emitIAS()