Searched refs:Pcmpeqw (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 3434 __ Pcmpeqw(dst, i.InputSimd128Register(1)); in AssembleArchInstruction() local 3435 __ Pcmpeqw(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local 3447 __ Pcmpeqw(dst, src); in AssembleArchInstruction() local 3488 __ Pcmpeqw(dst, src); in AssembleArchInstruction() local 3489 __ Pcmpeqw(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local 3497 __ Pcmpeqw(dst, src); in AssembleArchInstruction() local 4187 ASSEMBLE_SIMD_ALL_TRUE(Pcmpeqw); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 2620 Pcmpeqw(kScratchDoubleReg, kScratchDoubleReg); in emit_i16x8_ne() 2640 Pcmpeqw(dst.fp(), ref); in emit_i16x8_gt_u() 2641 Pcmpeqw(kScratchDoubleReg, kScratchDoubleReg); in emit_i16x8_gt_u() 2654 Pcmpeqw(dst.fp(), ref); in emit_i16x8_ge_s() 2666 Pcmpeqw(dst.fp(), ref); in emit_i16x8_ge_u() 3026 liftoff::EmitAllTrue<&TurboAssembler::Pcmpeqw>(this, dst, src); in emit_i16x8_alltrue()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 3020 Pcmpeqw(liftoff::kScratchDoubleReg, liftoff::kScratchDoubleReg); in emit_i16x8_ne() 3040 Pcmpeqw(dst.fp(), ref); in emit_i16x8_gt_u() 3041 Pcmpeqw(liftoff::kScratchDoubleReg, liftoff::kScratchDoubleReg); in emit_i16x8_gt_u() 3054 Pcmpeqw(dst.fp(), ref); in emit_i16x8_ge_s() 3066 Pcmpeqw(dst.fp(), ref); in emit_i16x8_ge_u() 3451 liftoff::EmitAllTrue<&TurboAssembler::Pcmpeqw>(this, dst, src); in emit_i16x8_alltrue()
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 292 AVX_OP(Pcmpeqw, pcmpeqw)
|
D | macro-assembler-shared-ia32-x64.cc | 703 Pcmpeqw(scratch, dst); in I16x8Q15MulRSatS()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 2545 __ Pcmpeqw(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|