Searched refs:Pcmpeqb (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 3681 __ Pcmpeqb(dst, i.InputSimd128Register(1)); in AssembleArchInstruction() local 3682 __ Pcmpeqb(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local 3694 __ Pcmpeqb(dst, src); in AssembleArchInstruction() local 3734 __ Pcmpeqb(dst, src); in AssembleArchInstruction() local 3735 __ Pcmpeqb(kScratchDoubleReg, kScratchDoubleReg); in AssembleArchInstruction() local 3743 __ Pcmpeqb(dst, src); in AssembleArchInstruction() local 4191 ASSEMBLE_SIMD_ALL_TRUE(Pcmpeqb); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 2561 Pcmpeqb(kScratchDoubleReg, kScratchDoubleReg); in emit_i8x16_ne() 2581 Pcmpeqb(dst.fp(), ref); in emit_i8x16_gt_u() 2582 Pcmpeqb(kScratchDoubleReg, kScratchDoubleReg); in emit_i8x16_gt_u() 2595 Pcmpeqb(dst.fp(), ref); in emit_i8x16_ge_s() 2607 Pcmpeqb(dst.fp(), ref); in emit_i8x16_ge_u() 2901 liftoff::EmitAllTrue<&TurboAssembler::Pcmpeqb>(this, dst, src); in emit_i8x16_alltrue()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 2961 Pcmpeqb(liftoff::kScratchDoubleReg, liftoff::kScratchDoubleReg); in emit_i8x16_ne() 2981 Pcmpeqb(dst.fp(), ref); in emit_i8x16_gt_u() 2982 Pcmpeqb(liftoff::kScratchDoubleReg, liftoff::kScratchDoubleReg); in emit_i8x16_gt_u() 2995 Pcmpeqb(dst.fp(), ref); in emit_i8x16_ge_s() 3007 Pcmpeqb(dst.fp(), ref); in emit_i8x16_ge_u() 3315 liftoff::EmitAllTrue<&TurboAssembler::Pcmpeqb>(this, dst, src); in emit_i8x16_alltrue()
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 290 AVX_OP(Pcmpeqb, pcmpeqb)
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 2837 __ Pcmpeqb(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|