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.h337 GateRef CircuitBuilder::BinaryOpWithOverflow(GateRef x, GateRef y) in BinaryOpWithOverflow() function
Dcircuit_builder.h1050 inline GateRef BinaryOpWithOverflow(GateRef x, GateRef y);
Dstub_builder-inl.h728 inline GateRef StubBuilder::BinaryOpWithOverflow(GateRef x, GateRef y) in BinaryOpWithOverflow() function
730 return env_->GetBuilder()->BinaryOpWithOverflow<Op, Type>(x, y); in BinaryOpWithOverflow()
Dstub_builder.h972 GateRef BinaryOpWithOverflow(GateRef x, GateRef y);
Dstub_builder.cpp8486 …auto res = BinaryOpWithOverflow<Op, MachineType::I32>(GetInt32OfTInt(left), GetInt32OfTInt(right)); in FastAddSubAndMul()