Searched refs:Word32Popcnt (Results 1 - 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | int64-lowering.cc | 874 // 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 D | raw-machine-assembler.h | 564 Node* Word32Popcnt(Node* a) { in Word32Popcnt() function in v8::internal::compiler::RawMachineAssembler 565 return AddNode(machine()->Word32Popcnt().op(), a); in Word32Popcnt()
|
H A D | machine-operator.h | 430 const OptionalOperator Word32Popcnt();
|
H A D | opcodes.h | 693 V(Word32Popcnt) \
|
H A D | code-assembler.cc | 222 return raw_assembler()->machine()->Word32Popcnt().IsSupported(); in IsWord32PopcntSupported()
|
H A D | code-assembler.h | 353 V(Word32Popcnt, Int32T, Word32T) \
|
H A D | machine-operator.cc | 627 V(Word32Popcnt, Operator::kNoProperties, 1, 0, 1) \
|
H A D | wasm-compiler.cc | 1210 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 D | instruction-selector-s390.cc | 343 V(Word32Popcnt) \ 1356 V(Word32, Word32Popcnt, kS390_Popcnt32, OperandMode::kNone, null) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 1738 V(Word32Popcnt, kX64Popcnt32) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 1448 V(Word32Popcnt, kArm64Cnt32) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 1151 V(Word32Popcnt, kIA32Popcnt) \
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 629 return Word32Popcnt(value); in PopulationCount32()
|
Completed in 78 milliseconds