Home
last modified time | relevance | path

Searched refs:Int32MulWithOverflow (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Dgraph-assembler.h78 V(Int32MulWithOverflow) \
Dmachine-operator.h271 const Operator* Int32MulWithOverflow(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h317 Node* Int32MulWithOverflow(Node* a, Node* b) { in Int32MulWithOverflow() function
318 return AddNode(machine()->Int32MulWithOverflow(), a, b); in Int32MulWithOverflow()
Dopcodes.h482 V(Int32MulWithOverflow) \
Dmachine-operator.cc362 V(Int32MulWithOverflow, Operator::kAssociative | Operator::kCommutative) \
Dcode-assembler.h483 V(Int32MulWithOverflow, PAIR_TYPE(Int32T, BoolT), Int32T, Int32T) \
Deffect-control-linearizer.cc1782 Node* projection = __ Int32MulWithOverflow(lhs, rhs); in LowerCheckedInt32Mul()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc351 V(Int32MulWithOverflow) \
1451 V(Word32, Int32MulWithOverflow, kS390_Mul32, MulOperandMode, \
/external/v8/src/
Dcode-stub-assembler.cc845 Node* pair = Int32MulWithOverflow(lhs32, rhs32); in SmiMul()