Home
last modified time | relevance | path

Searched refs:Int64Div (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h413 inline GateRef StubBuilder::Int64Div(GateRef x, GateRef y) in Int64Div() function
415 return env_->GetBuilder()->Int64Div(x, y); in Int64Div()
Dstub_builder.h169 GateRef Int64Div(GateRef x, GateRef y);
Dcircuit_builder.h63 V(Int64Div, Sdiv, MachineType::I64) \
Dcircuit_builder-inl.h269 return env_->Is32Bit() ? Int32Div(x, y) : Int64Div(x, y); in IntPtrDiv()