Searched refs:Int32MulWithOverflow (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | graph-assembler.h | 78 V(Int32MulWithOverflow) \
|
D | machine-operator.h | 271 const Operator* Int32MulWithOverflow(); in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 317 Node* Int32MulWithOverflow(Node* a, Node* b) { in Int32MulWithOverflow() function 318 return AddNode(machine()->Int32MulWithOverflow(), a, b); in Int32MulWithOverflow()
|
D | opcodes.h | 482 V(Int32MulWithOverflow) \
|
D | machine-operator.cc | 362 V(Int32MulWithOverflow, Operator::kAssociative | Operator::kCommutative) \
|
D | code-assembler.h | 483 V(Int32MulWithOverflow, PAIR_TYPE(Int32T, BoolT), Int32T, Int32T) \
|
D | effect-control-linearizer.cc | 1782 Node* projection = __ Int32MulWithOverflow(lhs, rhs); in LowerCheckedInt32Mul()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 351 V(Int32MulWithOverflow) \ 1451 V(Word32, Int32MulWithOverflow, kS390_Mul32, MulOperandMode, \
|
/external/v8/src/ |
D | code-stub-assembler.cc | 845 Node* pair = Int32MulWithOverflow(lhs32, rhs32); in SmiMul()
|