Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.h54 Node* Int32Mul(Node* lhs, Node* rhs); in NON_EXPORTED_BASE()
Drepresentation-change.cc762 return machine()->Int32Mul(); in Int32OperatorFor()
819 return machine()->Int32Mul(); in Uint32OperatorFor()
838 return machine()->Int32Mul(); in Uint32OperatorFor()
Dmachine-operator-reducer.cc99 Node* MachineOperatorReducer::Int32Mul(Node* lhs, Node* rhs) { in Int32Mul() function in v8::internal::compiler::MachineOperatorReducer
100 return graph()->NewNode(machine()->Int32Mul(), lhs, rhs); in Int32Mul()
855 node->ReplaceInput(1, Int32Mul(quotient, Int32Constant(divisor))); in ReduceInt32Mod()
885 node->ReplaceInput(1, Int32Mul(quotient, Uint32Constant(divisor))); in ReduceUint32Mod()
Dmachine-operator.h254 const Operator* Int32Mul(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h285 Node* Int32Mul(Node* a, Node* b) { in Int32Mul() function
286 return AddNode(machine()->Int32Mul(), a, b); in Int32Mul()
Dopcodes.h376 V(Int32Mul) \
Dcode-assembler.h90 V(Int32Mul) \
Dmachine-operator.cc93 V(Int32Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
Deffect-control-linearizer.cc1408 graph()->NewNode(machine()->Int32Mul(), rhs, value)); in LowerCheckedInt32Div()
1546 graph()->NewNode(machine()->Int32Mul(), rhs, value)); in LowerCheckedUint32Div()
Dwasm-compiler.cc466 op = m->Int32Mul(); in Binop()
/external/v8/src/builtins/
Dbuiltins-math.cc405 Node* value = assembler->Int32Mul(x_value, y_value); in Generate_MathImul()
Dbuiltins-number.cc1371 assembler->Int32Mul(untagged_result, untagged_divisor); in Generate_Divide()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc874 Int32Mul(function_id, Int32Constant(sizeof(Runtime::Function))); in CallRuntimeN()
/external/v8/src/
Dcode-stubs.cc1365 Node* truncated = assembler->Int32Mul(untagged_result, untagged_divisor); in Generate()
Dcode-stub-assembler.cc4162 hash = Int32Mul(hash, Int32Constant(2057)); in ComputeIntegerHash()