Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.h307 GateRef CircuitBuilder::BinaryOpWithOverflow(GateRef x, GateRef y) in BinaryOpWithOverflow() function
Dcircuit_builder.h897 inline GateRef BinaryOpWithOverflow(GateRef x, GateRef y);
Dstub_builder-inl.h604 inline GateRef StubBuilder::BinaryOpWithOverflow(GateRef x, GateRef y) in BinaryOpWithOverflow() function
606 return env_->GetBuilder()->BinaryOpWithOverflow<Op, Type>(x, y); in BinaryOpWithOverflow()
Dstub_builder.h811 GateRef BinaryOpWithOverflow(GateRef x, GateRef y);
Dstub_builder.cpp7409 …auto res = BinaryOpWithOverflow<Op, MachineType::I32>(GetInt32OfTInt(left), GetInt32OfTInt(right)); in FastAddSubAndMul()