Home
last modified time | relevance | path

Searched refs:vcmpeqps (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.h638 vcmpeqps(tmp, src, src); in I32x4SConvertF32x4()
/third_party/skia/tests/
DSkVMTest.cpp1127 a.vcmpeqps (A::ymm0, A::ymm1, &l); // vcmpeqps 0x1c(%rip), %ymm1, %ymm0 in DEF_TEST()
1130 a.vcmpeqps (A::ymm0, A::ymm1, A::ymm2); in DEF_TEST()
/third_party/skia/src/core/
DSkVM.h176 void vcmpeqps (Ymm dst, Ymm x, Operand y) { this->vcmpps(dst,x,y,0); } in vcmpeqps() function
DSkVM.cpp3929 if (in_reg(x)) { a->vcmpeqps(dst(x), r(x), any(y)); } in jit()
3930 else { a->vcmpeqps(dst(y), r(y), any(x)); } in jit()
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h2789 liftoff::EmitSimdCommutativeBinOp<&Assembler::vcmpeqps, &Assembler::cmpeqps>( in emit_f32x4_eq()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h3193 liftoff::EmitSimdCommutativeBinOp<&Assembler::vcmpeqps, &Assembler::cmpeqps>( in emit_f32x4_eq()