Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.h56 Node* Int32Mul(Node* lhs, Node* rhs); in NON_EXPORTED_BASE()
Drepresentation-change.cc867 return machine()->Int32Mul(); in Int32OperatorFor()
939 return machine()->Int32Mul(); in Uint32OperatorFor()
958 return machine()->Int32Mul(); in Uint32OperatorFor()
Dmachine-operator-reducer.cc100 Node* MachineOperatorReducer::Int32Mul(Node* lhs, Node* rhs) { in Int32Mul() function in v8::internal::compiler::MachineOperatorReducer
101 return graph()->NewNode(machine()->Int32Mul(), lhs, rhs); in Int32Mul()
880 node->ReplaceInput(1, Int32Mul(quotient, Int32Constant(divisor))); in ReduceInt32Mod()
910 node->ReplaceInput(1, Int32Mul(quotient, Uint32Constant(divisor))); in ReduceUint32Mod()
Dgraph-assembler.h58 V(Int32Mul) \
Dmachine-operator.h270 const Operator* Int32Mul(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h311 Node* Int32Mul(Node* a, Node* b) { in Int32Mul() function
312 return AddNode(machine()->Int32Mul(), a, b); in Int32Mul()
Dopcodes.h481 V(Int32Mul) \
Dsimd-scalar-lowering.cc991 I32X4_BINOP_CASE(kI32x4Mul, Int32Mul) in LowerNode()
1016 LowerBinaryOpForSmallInt(node, rep_type, machine()->Int32Mul()); in LowerNode()
Dmachine-operator.cc104 V(Int32Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
Deffect-control-linearizer.cc1627 Node* check = __ Word32Equal(lhs, __ Int32Mul(rhs, value)); in LowerCheckedInt32Div()
1754 check = __ Word32Equal(lhs, __ Int32Mul(rhs, value)); in LowerCheckedUint32Div()
4778 value = __ Int32Mul(value, __ Int32Constant(2057)); in ComputeIntegerHash()
Dcode-assembler.h482 V(Int32Mul, Word32T, Word32T, Word32T) \
Dwasm-compiler.cc332 op = m->Int32Mul(); in Binop()
/external/v8/src/builtins/
Dbuiltins-math-gen.cc353 Node* value = Int32Mul(x_value, y_value); in TF_BUILTIN()
Dbuiltins-number-gen.cc878 Node* truncated = Int32Mul(untagged_result, untagged_divisor); in TF_BUILTIN()
Dbase.tq282 extern operator '*' macro Int32Mul(int32, int32): int32;
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc348 V(Int32Mul) \
1443 V(Word32, Int32Mul, kS390_Mul32, MulOperandMode, ([&]() { \
/external/v8/src/interpreter/
Dinterpreter-assembler.cc1231 Int32Mul(function_id, Int32Constant(sizeof(Runtime::Function))); in CallRuntimeN()
/external/v8/src/ic/
Daccessor-assembler.cc1990 Node* shift = Int32Mul(word_offset, Int32Constant(kBitsPerItem)); in BranchIfStrictMode()
/external/v8/src/
Dcode-stub-assembler.cc935 TNode<Int32T> truncated = Signed(Int32Mul(untagged_result, untagged_divisor)); in TrySmiDiv()
7725 hash = Int32Mul(hash, Int32Constant(2057)); in ComputeIntegerHash()
8002 TNode<Word32T> index = Int32Mul(entry_index, entry_size); in EntryIndexToIndex()