Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_opcodes.h28 … V(Int32DivWithCheck, INT32_DIV_WITH_CHECK, GateFlags::CHECKABLE, 1, 1, 2) \
Dmcr_circuit_builder.cpp654 GateRef CircuitBuilder::Int32DivWithCheck(GateRef left, GateRef right) in Int32DivWithCheck() function in panda::ecmascript::kungfu::CircuitBuilder
660 GateRef ret = GetCircuit()->NewGate(circuit_->Int32DivWithCheck(), in Int32DivWithCheck()
Dnumber_speculative_lowering.cpp384 result = builder_.Int32DivWithCheck(left, right); in VisitNumberDiv()
Dcircuit_builder.h485 GateRef Int32DivWithCheck(GateRef left, GateRef right);