/external/v8/src/compiler/ |
D | machine-operator-reducer.h | 56 Node* Int32Mul(Node* lhs, Node* rhs); in NON_EXPORTED_BASE()
|
D | representation-change.cc | 867 return machine()->Int32Mul(); in Int32OperatorFor() 939 return machine()->Int32Mul(); in Uint32OperatorFor() 958 return machine()->Int32Mul(); in Uint32OperatorFor()
|
D | machine-operator-reducer.cc | 100 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()
|
D | graph-assembler.h | 58 V(Int32Mul) \
|
D | machine-operator.h | 270 const Operator* Int32Mul(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 311 Node* Int32Mul(Node* a, Node* b) { in Int32Mul() function 312 return AddNode(machine()->Int32Mul(), a, b); in Int32Mul()
|
D | opcodes.h | 481 V(Int32Mul) \
|
D | simd-scalar-lowering.cc | 991 I32X4_BINOP_CASE(kI32x4Mul, Int32Mul) in LowerNode() 1016 LowerBinaryOpForSmallInt(node, rep_type, machine()->Int32Mul()); in LowerNode()
|
D | machine-operator.cc | 104 V(Int32Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
|
D | effect-control-linearizer.cc | 1627 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()
|
D | code-assembler.h | 482 V(Int32Mul, Word32T, Word32T, Word32T) \
|
D | wasm-compiler.cc | 332 op = m->Int32Mul(); in Binop()
|
/external/v8/src/builtins/ |
D | builtins-math-gen.cc | 353 Node* value = Int32Mul(x_value, y_value); in TF_BUILTIN()
|
D | builtins-number-gen.cc | 878 Node* truncated = Int32Mul(untagged_result, untagged_divisor); in TF_BUILTIN()
|
D | base.tq | 282 extern operator '*' macro Int32Mul(int32, int32): int32;
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 348 V(Int32Mul) \ 1443 V(Word32, Int32Mul, kS390_Mul32, MulOperandMode, ([&]() { \
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.cc | 1231 Int32Mul(function_id, Int32Constant(sizeof(Runtime::Function))); in CallRuntimeN()
|
/external/v8/src/ic/ |
D | accessor-assembler.cc | 1990 Node* shift = Int32Mul(word_offset, Int32Constant(kBitsPerItem)); in BranchIfStrictMode()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 935 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()
|