Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1957 class InstX86Pmulhw
1961 static InstX86Pmulhw *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1964 return new (Func->allocate<InstX86Pmulhw>()) in create()
1965 InstX86Pmulhw(Func, Dest, Source); in create()
1969 InstX86Pmulhw(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Pmulhw() function
3254 using Pmulhw = typename InstImpl<TraitsType>::InstX86Pmulhw;
3501 const char *InstImpl<TraitsType>::InstX86Pmulhw::Base::Opcode = "pmulhw"; \
3878 InstImpl<TraitsType>::InstX86Pmulhw::Base::Emitter = { \