Searched refs:vcmpneqps (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/src/core/ |
D | SkVM.h | 179 void vcmpneqps(Ymm dst, Ymm x, Operand y) { this->vcmpps(dst,x,y,4); } in vcmpneqps() function
|
D | SkVM.cpp | 3933 if (in_reg(x)) { a->vcmpneqps(dst(x), r(x), any(y)); } in jit() 3934 else { a->vcmpneqps(dst(y), r(y), any(x)); } in jit()
|
/third_party/skia/tests/ |
D | SkVMTest.cpp | 1133 a.vcmpneqps(A::ymm0, A::ymm1, A::ymm2); in DEF_TEST()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 2795 liftoff::EmitSimdCommutativeBinOp<&Assembler::vcmpneqps, in emit_f32x4_ne()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 3199 liftoff::EmitSimdCommutativeBinOp<&Assembler::vcmpneqps, in emit_f32x4_ne()
|