Home
last modified time | relevance | path

Searched refs:I8x16Popcnt (Results 1 – 21 of 21) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-operator.h894 const Operator* I8x16Popcnt(); in NON_EXPORTED_BASE()
Dopcodes.h973 V(I8x16Popcnt) \
Dmachine-operator.cc586 V(I8x16Popcnt, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc5013 return graph()->NewNode(mcgraph()->machine()->I8x16Popcnt(), inputs[0]); in SimdOp()
/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes.h387 V(I8x16Popcnt, 0xfd62, s_s) \
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.h891 void I8x16Popcnt(XMMRegister dst, XMMRegister src, XMMRegister tmp1, in I8x16Popcnt() function
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1265 V(I8x16Popcnt) \
Dmacro-assembler-s390.cc5293 V(I8x16Popcnt, vpopct, 0, 0, 0) in CallRecordWriteStub()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc2354 V(I8x16Popcnt) \
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc2180 V(I8x16Popcnt, kMipsI8x16Popcnt) \
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2590 V(I8x16Popcnt) \
Dcode-generator-s390.cc3024 __ I8x16Popcnt(i.OutputSimd128Register(), i.InputSimd128Register(0)); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc2685 V(I8x16Popcnt, kLoong64I8x16Popcnt) \
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2807 I8x16Popcnt(dst.fp(), src.fp()); in emit_i8x16_popcnt()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc2608 V(I8x16Popcnt, kArmVcnt) \
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc2941 V(I8x16Popcnt, kMips64I8x16Popcnt) \
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc2911 V(I8x16Popcnt, kRiscvI8x16Popcnt) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2970 __ I8x16Popcnt(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc3869 __ I8x16Popcnt(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h2515 I8x16Popcnt(dst.fp(), src.fp(), kScratchDoubleReg, in emit_i8x16_popcnt()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h2915 I8x16Popcnt(dst.fp(), src.fp(), liftoff::kScratchDoubleReg, tmp, scratch); in emit_i8x16_popcnt()