Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkVM.h179 void vcmpneqps(Ymm dst, Ymm x, Operand y) { this->vcmpps(dst,x,y,4); } in vcmpneqps() function
DSkVM.cpp3933 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/
DSkVMTest.cpp1133 a.vcmpneqps(A::ymm0, A::ymm1, A::ymm2); in DEF_TEST()
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h2795 liftoff::EmitSimdCommutativeBinOp<&Assembler::vcmpneqps, in emit_f32x4_ne()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h3199 liftoff::EmitSimdCommutativeBinOp<&Assembler::vcmpneqps, in emit_f32x4_ne()