Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h1975 class InstX86Pmulhuw
1979 static InstX86Pmulhuw *create(Cfg *Func, Variable *Dest, Operand *Source) { in create()
1982 return new (Func->allocate<InstX86Pmulhuw>()) in create()
1983 InstX86Pmulhuw(Func, Dest, Source); in create()
1987 InstX86Pmulhuw(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Pmulhuw() function
3255 using Pmulhuw = typename InstImpl<TraitsType>::InstX86Pmulhuw;
3504 const char *InstImpl<TraitsType>::InstX86Pmulhuw::Base::Opcode = "pmulhuw"; \
3884 InstImpl<TraitsType>::InstX86Pmulhuw::Base::Emitter = { \