Searched refs:Blendvps (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX8632.h | 202 Blendvps, enumerator 2301 class InstX86Blendvps : public InstX86BaseTernop<InstX86Base::Blendvps> { 2315 : InstX86BaseTernop<InstX86Base::Blendvps>(Func, Dest, Source1, Source2) { in InstX86Blendvps() 3244 using Blendvps = InstX86Blendvps; member
|
D | IceInstX8664.h | 143 Blendvps, enumerator 2242 class InstX86Blendvps : public InstX86BaseTernop<InstX86Base::Blendvps> { 2256 : InstX86BaseTernop<InstX86Base::Blendvps>(Func, Dest, Source1, Source2) { in InstX86Blendvps() 3143 using Blendvps = InstX86Blendvps; member
|
D | IceTargetLoweringX8664.h | 472 Context.insert<Insts::Blendvps>(Dest, Src0, Src1); in _blendvps()
|
D | IceTargetLoweringX8632.h | 476 Context.insert<Insts::Blendvps>(Dest, Src0, Src1); in _blendvps()
|