Searched refs:InstX86Blendvps (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX8632.h | 2301 class InstX86Blendvps : public InstX86BaseTernop<InstX86Base::Blendvps> { 2303 static InstX86Blendvps *create(Cfg *Func, Variable *Dest, Operand *Source1, in create() 2306 return new (Func->allocate<InstX86Blendvps>()) in create() 2307 InstX86Blendvps(Func, Dest, Source1, Source2); in create() 2314 InstX86Blendvps(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Blendvps() function 3244 using Blendvps = InstX86Blendvps; 3373 template <> constexpr const char *InstX86Blendvps::Base::Opcode = "blendvps";
|
D | IceInstX8664.h | 2242 class InstX86Blendvps : public InstX86BaseTernop<InstX86Base::Blendvps> { 2244 static InstX86Blendvps *create(Cfg *Func, Variable *Dest, Operand *Source1, in create() 2247 return new (Func->allocate<InstX86Blendvps>()) in create() 2248 InstX86Blendvps(Func, Dest, Source1, Source2); in create() 2255 InstX86Blendvps(Cfg *Func, Variable *Dest, Operand *Source1, Operand *Source2) in InstX86Blendvps() function 3143 using Blendvps = InstX86Blendvps; 3270 template <> constexpr const char *InstX86Blendvps::Base::Opcode = "blendvps";
|
D | IceInstX8632.cpp | 1062 void InstX86Blendvps::emit(const Cfg *Func) const { in emit() 1068 void InstX86Blendvps::emitIAS(const Cfg *Func) const { in emitIAS()
|
D | IceInstX8664.cpp | 1054 void InstX86Blendvps::emit(const Cfg *Func) const { in emit() 1060 void InstX86Blendvps::emitIAS(const Cfg *Func) const { in emitIAS()
|