Searched refs:Int32Mul (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator-reducer.h | 54 Node* Int32Mul(Node* lhs, Node* rhs); in NON_EXPORTED_BASE()
|
D | representation-change.cc | 762 return machine()->Int32Mul(); in Int32OperatorFor() 819 return machine()->Int32Mul(); in Uint32OperatorFor() 838 return machine()->Int32Mul(); in Uint32OperatorFor()
|
D | machine-operator-reducer.cc | 99 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()
|
D | machine-operator.h | 254 const Operator* Int32Mul(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 285 Node* Int32Mul(Node* a, Node* b) { in Int32Mul() function 286 return AddNode(machine()->Int32Mul(), a, b); in Int32Mul()
|
D | opcodes.h | 376 V(Int32Mul) \
|
D | code-assembler.h | 90 V(Int32Mul) \
|
D | machine-operator.cc | 93 V(Int32Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
|
D | effect-control-linearizer.cc | 1408 graph()->NewNode(machine()->Int32Mul(), rhs, value)); in LowerCheckedInt32Div() 1546 graph()->NewNode(machine()->Int32Mul(), rhs, value)); in LowerCheckedUint32Div()
|
D | wasm-compiler.cc | 466 op = m->Int32Mul(); in Binop()
|
/external/v8/src/builtins/ |
D | builtins-math.cc | 405 Node* value = assembler->Int32Mul(x_value, y_value); in Generate_MathImul()
|
D | builtins-number.cc | 1371 assembler->Int32Mul(untagged_result, untagged_divisor); in Generate_Divide()
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 874 Int32Mul(function_id, Int32Constant(sizeof(Runtime::Function))); in CallRuntimeN()
|
/external/v8/src/ |
D | code-stubs.cc | 1365 Node* truncated = assembler->Int32Mul(untagged_result, untagged_divisor); in Generate()
|
D | code-stub-assembler.cc | 4162 hash = Int32Mul(hash, Int32Constant(2057)); in ComputeIntegerHash()
|