Home
last modified time | relevance | path

Searched refs:SubWithOverflow (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.h356 V(SubWithOverflow, (GateRef gate, GateRef e1, GateRef e2)) \
Dnumber_speculative_lowering.cpp585 res = builder_.SubWithOverflow(left, right); in CalculateInts()
Dgate_meta_data.h214 … V(SubWithOverflow, SUB_WITH_OVERFLOW, GateFlags::NONE_FLAG, 0, 0, 2) \
Dcircuit_builder.cpp588 GateRef CircuitBuilder::SubWithOverflow(GateRef left, GateRef right) in SubWithOverflow() function in panda::ecmascript::kungfu::CircuitBuilder
590 …return GetCircuit()->NewGate(circuit_->SubWithOverflow(), MachineType::I64, {left, right}, GateTyp… in SubWithOverflow()
Dcircuit_builder-inl.h241 return BinaryArithmetic(circuit_->SubWithOverflow(), Type, x, y); in BinaryOpWithOverflow()
Dcircuit_builder.h279 GateRef SubWithOverflow(GateRef left, GateRef right);