Home
last modified time | relevance | path

Searched refs:Int32Mul (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator-reducer.h62 Node* Int32Mul(Node* lhs, Node* rhs);
H A Drepresentation-change.cc1283 return machine()->Int32Mul(); in Int32OperatorFor()
1374 return machine()->Int32Mul(); in Uint32OperatorFor()
1393 return machine()->Int32Mul(); in Uint32OperatorFor()
H A Dcode-assembler.h265 V(Int32Mul, Word32T, Word32T, Word32T) \
1017 TNode<Int32T> Int32Mul(TNode<Int32T> left, TNode<Int32T> right) { in Int32Mul() function in v8::internal::compiler::CodeAssembler
1018 return Signed(Int32Mul(static_cast<TNode<Word32T>>(left), in Int32Mul()
H A 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()
H A Draw-machine-assembler.h452 Node* Int32Mul(Node* a, Node* b) { in Int32Mul() function in v8::internal::compiler::RawMachineAssembler
453 return AddNode(machine()->Int32Mul(), a, b); in Int32Mul()
H A Dgraph-assembler.h70 V(Int32Mul) \
H A Dmachine-operator.h488 const Operator* Int32Mul();
H A Dopcodes.h560 V(Int32Mul) \
H A Dmachine-operator.cc271 V(Int32Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
H A 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()
H A 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/
H A Dinstruction-selector-s390.cc351 V(Int32Mul) \
1413 V(Word32, Int32Mul, kS390_Mul32, MulOperandMode, ([&]() { \
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.cc980 Int32Mul(function_id, Int32Constant(sizeof(Runtime::Function))); in CallRuntimeN()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-collections-gen.cc1160 hash = Int32Mul(hash, Int32Constant(2057));
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc1110 TNode<Int32T> truncated = Int32Mul(untagged_result, untagged_divisor); in TrySmiDiv()
8913 TNode<Word32T> index = Int32Mul(entry_index, entry_size);

Completed in 69 milliseconds