Home
last modified time | relevance | path

Searched refs:Word32Popcnt (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.cc874 // Word32Popcnt is actually supported. in LowerNode()
875 DCHECK(machine()->Word32Popcnt().IsSupported()); in LowerNode()
878 graph()->NewNode(machine()->Word32Popcnt().op(), in LowerNode()
880 graph()->NewNode(machine()->Word32Popcnt().op(), in LowerNode()
H A Draw-machine-assembler.h564 Node* Word32Popcnt(Node* a) { in Word32Popcnt() function in v8::internal::compiler::RawMachineAssembler
565 return AddNode(machine()->Word32Popcnt().op(), a); in Word32Popcnt()
H A Dmachine-operator.h430 const OptionalOperator Word32Popcnt();
H A Dopcodes.h693 V(Word32Popcnt) \
H A Dcode-assembler.cc222 return raw_assembler()->machine()->Word32Popcnt().IsSupported(); in IsWord32PopcntSupported()
H A Dcode-assembler.h353 V(Word32Popcnt, Int32T, Word32T) \
H A Dmachine-operator.cc627 V(Word32Popcnt, Operator::kNoProperties, 1, 0, 1) \
H A Dwasm-compiler.cc1210 if (m->Word32Popcnt().IsSupported()) { in Unop()
1211 op = m->Word32Popcnt().op(); in Unop()
1328 } else if (m->Is32() && m->Word32Popcnt().IsSupported()) { in Unop()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc343 V(Word32Popcnt) \
1356 V(Word32, Word32Popcnt, kS390_Popcnt32, OperandMode::kNone, null) \
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc1738 V(Word32Popcnt, kX64Popcnt32) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc1448 V(Word32Popcnt, kArm64Cnt32) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc1151 V(Word32Popcnt, kIA32Popcnt) \
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc629 return Word32Popcnt(value); in PopulationCount32()

Completed in 78 milliseconds