/third_party/node/deps/v8/src/compiler/ |
D | machine-operator.h | 894 const Operator* I8x16Popcnt(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 973 V(I8x16Popcnt) \
|
D | machine-operator.cc | 586 V(I8x16Popcnt, Operator::kNoProperties, 1, 0, 1) \
|
D | wasm-compiler.cc | 5013 return graph()->NewNode(mcgraph()->machine()->I8x16Popcnt(), inputs[0]); in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes.h | 387 V(I8x16Popcnt, 0xfd62, s_s) \
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 891 void I8x16Popcnt(XMMRegister dst, XMMRegister src, XMMRegister tmp1, in I8x16Popcnt() function
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 1265 V(I8x16Popcnt) \
|
D | macro-assembler-s390.cc | 5293 V(I8x16Popcnt, vpopct, 0, 0, 0) in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 2354 V(I8x16Popcnt) \
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 2180 V(I8x16Popcnt, kMipsI8x16Popcnt) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 2590 V(I8x16Popcnt) \
|
D | code-generator-s390.cc | 3024 __ I8x16Popcnt(i.OutputSimd128Register(), i.InputSimd128Register(0)); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 2685 V(I8x16Popcnt, kLoong64I8x16Popcnt) \
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 2807 I8x16Popcnt(dst.fp(), src.fp()); in emit_i8x16_popcnt()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 2608 V(I8x16Popcnt, kArmVcnt) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 2941 V(I8x16Popcnt, kMips64I8x16Popcnt) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 2911 V(I8x16Popcnt, kRiscvI8x16Popcnt) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 2970 __ I8x16Popcnt(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 3869 __ I8x16Popcnt(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 2515 I8x16Popcnt(dst.fp(), src.fp(), kScratchDoubleReg, in emit_i8x16_popcnt()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 2915 I8x16Popcnt(dst.fp(), src.fp(), liftoff::kScratchDoubleReg, tmp, scratch); in emit_i8x16_popcnt()
|