Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc3434 __ 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/
Dliftoff-assembler-x64.h2620 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/
Dliftoff-assembler-ia32.h3020 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/
Dmacro-assembler-shared-ia32-x64.h292 AVX_OP(Pcmpeqw, pcmpeqw)
Dmacro-assembler-shared-ia32-x64.cc703 Pcmpeqw(scratch, dst); in I16x8Q15MulRSatS()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2545 __ Pcmpeqw(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local