Lines Matching refs:Int32Sub
238 Node* MachineOperatorReducer::Int32Sub(Node* lhs, Node* rhs) { in Int32Sub() function in v8::internal::compiler::MachineOperatorReducer
239 Node* const node = graph()->NewNode(machine()->Int32Sub(), lhs, rhs); in Int32Sub()
258 quotient = Int32Sub(quotient, dividend); in Int32Div()
278 Int32Add(Word32Shr(Int32Sub(dividend, quotient), 1), quotient), in Uint32Div()
389 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in Reduce()
995 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceInt32Add()
1003 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceInt32Add()
1135 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceInt32Div()
1157 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceInt32Div()
1216 Int32Sub(zero, Word32And(Int32Sub(zero, dividend), mask)), in ReduceInt32Mod()
1223 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceInt32Mod()
1252 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceUint32Mod()
1650 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceWord32Sar()