Lines Matching refs:Int32Add
86 Node* MachineOperatorReducer::Int32Add(Node* lhs, Node* rhs) { in Int32Add() function in v8::internal::compiler::MachineOperatorReducer
87 Node* const node = graph()->NewNode(machine()->Int32Add(), lhs, rhs); in Int32Add()
113 quotient = Int32Add(quotient, dividend); in Int32Div()
117 return Int32Add(Word32Sar(quotient, mag.shift), Word32Shr(dividend, 31)); in Int32Div()
136 Int32Add(Word32Shr(Int32Sub(dividend, quotient), 1), quotient), in Uint32Div()
754 NodeProperties::ChangeOp(node, machine()->Int32Add()); in ReduceInt32Sub()
809 quotient = Int32Add(Word32Shr(quotient, 32u - shift), dividend); in ReduceInt32Div()
1196 NodeProperties::ChangeOp(node, machine()->Int32Add()); in ReduceWord32And()
1207 NodeProperties::ChangeOp(node, machine()->Int32Add()); in ReduceWord32And()
1219 NodeProperties::ChangeOp(node, machine()->Int32Add()); in ReduceWord32And()
1231 NodeProperties::ChangeOp(node, machine()->Int32Add()); in ReduceWord32And()
1243 NodeProperties::ChangeOp(node, machine()->Int32Add()); in ReduceWord32And()