/third_party/node/deps/v8/src/compiler/ |
D | machine-operator-reducer.h | 62 Node* Int32Mul(Node* lhs, Node* rhs); in NON_EXPORTED_BASE()
|
D | representation-change.cc | 1283 return machine()->Int32Mul(); in Int32OperatorFor() 1374 return machine()->Int32Mul(); in Uint32OperatorFor() 1393 return machine()->Int32Mul(); in Uint32OperatorFor()
|
D | machine-operator-reducer.cc | 244 Node* MachineOperatorReducer::Int32Mul(Node* lhs, Node* rhs) { in Int32Mul() function in v8::internal::compiler::MachineOperatorReducer 245 return graph()->NewNode(machine()->Int32Mul(), lhs, rhs); in Int32Mul() 1221 node->ReplaceInput(1, Int32Mul(quotient, Int32Constant(divisor))); in ReduceInt32Mod() 1250 node->ReplaceInput(1, Int32Mul(quotient, Uint32Constant(divisor))); in ReduceUint32Mod()
|
D | code-assembler.h | 265 V(Int32Mul, Word32T, Word32T, Word32T) \ 1017 TNode<Int32T> Int32Mul(TNode<Int32T> left, TNode<Int32T> right) { in Int32Mul() function 1018 return Signed(Int32Mul(static_cast<TNode<Word32T>>(left), in Int32Mul()
|
D | raw-machine-assembler.h | 452 Node* Int32Mul(Node* a, Node* b) { in Int32Mul() function 453 return AddNode(machine()->Int32Mul(), a, b); in Int32Mul()
|
D | machine-operator.h | 488 const Operator* Int32Mul(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 560 V(Int32Mul) \
|
D | graph-assembler.h | 70 V(Int32Mul) \
|
D | machine-operator.cc | 271 V(Int32Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
|
D | effect-control-linearizer.cc | 2193 Node* check = __ Word32Equal(lhs, __ Int32Mul(value, rhs)); in LowerCheckedInt32Div() 2368 check = __ Word32Equal(lhs, __ Int32Mul(rhs, value)); in LowerCheckedUint32Div() 6539 value = __ Int32Mul(value, __ Int32Constant(2057)); in ComputeUnseededHash()
|
D | wasm-compiler.cc | 853 op = m->Int32Mul(); in Binop() 5653 gasm_->Int32Add(start_offset, gasm_->Int32Mul(element_size, length)); in ArrayNewWithRtt()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 351 V(Int32Mul) \ 1413 V(Word32, Int32Mul, kS390_Mul32, MulOperandMode, ([&]() { \
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-assembler.cc | 980 Int32Mul(function_id, Int32Constant(sizeof(Runtime::Function))); in CallRuntimeN()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-collections-gen.cc | 1273 hash = Int32Mul(hash, Int32Constant(2057)); in ComputeUnseededHash()
|
D | base.tq | 976 extern operator '*' macro Int32Mul(int32, int32): int32;
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 1110 TNode<Int32T> truncated = Int32Mul(untagged_result, untagged_divisor); in TrySmiDiv() 8913 TNode<Word32T> index = Int32Mul(entry_index, entry_size); in EntryIndexToIndex()
|