Searched refs:Int32Div (Results 1 – 5 of 5) sorted by relevance
408 inline GateRef StubBuilder::Int32Div(GateRef x, GateRef y) in Int32Div() function410 return env_->GetBuilder()->Int32Div(x, y); in Int32Div()
166 GateRef Int32Div(GateRef x, GateRef y);
62 V(Int32Div, Sdiv, MachineType::I32) \
269 return env_->Is32Bit() ? Int32Div(x, y) : Int64Div(x, y); in IntPtrDiv()
4633 intResult = Int32Div(intLeft, intRight); in FastIntDiv()