Home
last modified time | relevance | path

Searched refs:Int32Div (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h408 inline GateRef StubBuilder::Int32Div(GateRef x, GateRef y) in Int32Div() function
410 return env_->GetBuilder()->Int32Div(x, y); in Int32Div()
Dstub_builder.h166 GateRef Int32Div(GateRef x, GateRef y);
Dcircuit_builder.h62 V(Int32Div, Sdiv, MachineType::I32) \
Dcircuit_builder-inl.h269 return env_->Is32Bit() ? Int32Div(x, y) : Int64Div(x, y); in IntPtrDiv()
Dstub_builder.cpp4633 intResult = Int32Div(intLeft, intRight); in FastIntDiv()