Lines Matching refs:Int32Sub
93 Node* MachineOperatorReducer::Int32Sub(Node* lhs, Node* rhs) { in Int32Sub() function in v8::internal::compiler::MachineOperatorReducer
94 Node* const node = graph()->NewNode(machine()->Int32Sub(), lhs, rhs); in Int32Sub()
115 quotient = Int32Sub(quotient, dividend); in Int32Div()
136 Int32Add(Word32Shr(Int32Sub(dividend, quotient), 1), quotient), in Uint32Div()
225 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in Reduce()
712 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceInt32Add()
721 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceInt32Add()
793 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceInt32Div()
815 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceInt32Div()
875 Int32Sub(zero, Word32And(Int32Sub(zero, dividend), mask)), in ReduceInt32Mod()
882 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceInt32Mod()
912 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceUint32Mod()
1120 NodeProperties::ChangeOp(node, machine()->Int32Sub()); in ReduceWord32Sar()