Searched refs:Int64Div (Results 1 – 4 of 4) sorted by relevance
413 inline GateRef StubBuilder::Int64Div(GateRef x, GateRef y) in Int64Div() function415 return env_->GetBuilder()->Int64Div(x, y); in Int64Div()
169 GateRef Int64Div(GateRef x, GateRef y);
63 V(Int64Div, Sdiv, MachineType::I64) \
269 return env_->Is32Bit() ? Int32Div(x, y) : Int64Div(x, y); in IntPtrDiv()