Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h2083 class InstX86Psll : public InstX86BaseBinopXmmShift<InstX86Base::Psll> {
2085 static InstX86Psll *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
2089 return new (Func->allocate<InstX86Psll>()) in create()
2090 InstX86Psll(Func, Dest, Source); in create()
2094 InstX86Psll(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Psll() function
3262 using Psll = typename InstImpl<TraitsType>::InstX86Psll;
3531 const char *InstImpl<TraitsType>::InstX86Psll::Base::Opcode = "psll"; \
3994 InstImpl<TraitsType>::InstX86Psll::Base::Emitter = { \