Searched refs:vcmpleps (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/core/ |
D | SkVM.h | 178 void vcmpleps (Ymm dst, Ymm x, Operand y) { this->vcmpps(dst,x,y,2); } in vcmpleps() function
|
D | SkVM.cpp | 3938 case Op::gte_f32: a->vcmpleps (dst(y), r(y), any(x)); break; in jit()
|
/third_party/skia/tests/ |
D | SkVMTest.cpp | 1132 a.vcmpleps (A::ymm0, A::ymm1, A::ymm2); in DEF_TEST()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 2375 __ vcmpleps(kScratchDoubleReg, kScratchDoubleReg, tmp); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 2808 liftoff::EmitSimdNonCommutativeBinOp<&Assembler::vcmpleps, in emit_f32x4_le()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 3212 liftoff::EmitSimdNonCommutativeBinOp<&Assembler::vcmpleps, in emit_f32x4_le()
|