Searched refs:vcmpeqps (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 638 vcmpeqps(tmp, src, src); in I32x4SConvertF32x4()
|
/third_party/skia/tests/ |
D | SkVMTest.cpp | 1127 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/ |
D | SkVM.h | 176 void vcmpeqps (Ymm dst, Ymm x, Operand y) { this->vcmpps(dst,x,y,0); } in vcmpeqps() function
|
D | SkVM.cpp | 3929 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/ |
D | liftoff-assembler-x64.h | 2789 liftoff::EmitSimdCommutativeBinOp<&Assembler::vcmpeqps, &Assembler::cmpeqps>( in emit_f32x4_eq()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 3193 liftoff::EmitSimdCommutativeBinOp<&Assembler::vcmpeqps, &Assembler::cmpeqps>( in emit_f32x4_eq()
|