Home
last modified time | relevance | path

Searched refs:Int32Mul (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-operator-reducer.h62 Node* Int32Mul(Node* lhs, Node* rhs); in NON_EXPORTED_BASE()
Drepresentation-change.cc1283 return machine()->Int32Mul(); in Int32OperatorFor()
1374 return machine()->Int32Mul(); in Uint32OperatorFor()
1393 return machine()->Int32Mul(); in Uint32OperatorFor()
Dmachine-operator-reducer.cc244 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()
Dcode-assembler.h265 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()
Draw-machine-assembler.h452 Node* Int32Mul(Node* a, Node* b) { in Int32Mul() function
453 return AddNode(machine()->Int32Mul(), a, b); in Int32Mul()
Dmachine-operator.h488 const Operator* Int32Mul(); in NON_EXPORTED_BASE()
Dopcodes.h560 V(Int32Mul) \
Dgraph-assembler.h70 V(Int32Mul) \
Dmachine-operator.cc271 V(Int32Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
Deffect-control-linearizer.cc2193 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()
Dwasm-compiler.cc853 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/
Dinstruction-selector-s390.cc351 V(Int32Mul) \
1413 V(Word32, Int32Mul, kS390_Mul32, MulOperandMode, ([&]() { \
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc980 Int32Mul(function_id, Int32Constant(sizeof(Runtime::Function))); in CallRuntimeN()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-collections-gen.cc1273 hash = Int32Mul(hash, Int32Constant(2057)); in ComputeUnseededHash()
Dbase.tq976 extern operator '*' macro Int32Mul(int32, int32): int32;
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1110 TNode<Int32T> truncated = Int32Mul(untagged_result, untagged_divisor); in TrySmiDiv()
8913 TNode<Word32T> index = Int32Mul(entry_index, entry_size); in EntryIndexToIndex()