Searched refs:InstX86Pmulhuw (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX8632.h | 1988 class InstX86Pmulhuw 1992 static InstX86Pmulhuw *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() 1995 return new (Func->allocate<InstX86Pmulhuw>()) in create() 1996 InstX86Pmulhuw(Func, Dest, Source); in create() 2000 InstX86Pmulhuw(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Pmulhuw() function 3224 using Pmulhuw = InstX86Pmulhuw; 3351 template <> constexpr const char *InstX86Pmulhuw::Base::Opcode = "pmulhuw"; 3530 constexpr const Assembler::XmmEmitterRegOp InstX86Pmulhuw::Base::Emitter = {
|
D | IceInstX8664.h | 1929 class InstX86Pmulhuw 1933 static InstX86Pmulhuw *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() 1936 return new (Func->allocate<InstX86Pmulhuw>()) in create() 1937 InstX86Pmulhuw(Func, Dest, Source); in create() 1941 InstX86Pmulhuw(Cfg *Func, Variable *Dest, Operand *Source) in InstX86Pmulhuw() function 3123 using Pmulhuw = InstX86Pmulhuw; 3248 template <> constexpr const char *InstX86Pmulhuw::Base::Opcode = "pmulhuw"; 3427 constexpr const Assembler::XmmEmitterRegOp InstX86Pmulhuw::Base::Emitter = {
|