Home
last modified time | relevance | path

Searched refs:Pcmpeqb (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc3681 __ 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/
Dliftoff-assembler-x64.h2561 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/
Dliftoff-assembler-ia32.h2961 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/
Dmacro-assembler-shared-ia32-x64.h290 AVX_OP(Pcmpeqb, pcmpeqb)
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2837 __ Pcmpeqb(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local