Searched refs:SubWithOverflow (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | llvm_ir_builder.h | 356 V(SubWithOverflow, (GateRef gate, GateRef e1, GateRef e2)) \
|
| D | number_speculative_lowering.cpp | 585 res = builder_.SubWithOverflow(left, right); in CalculateInts()
|
| D | gate_meta_data.h | 214 … V(SubWithOverflow, SUB_WITH_OVERFLOW, GateFlags::NONE_FLAG, 0, 0, 2) \
|
| D | circuit_builder.cpp | 588 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()
|
| D | circuit_builder-inl.h | 241 return BinaryArithmetic(circuit_->SubWithOverflow(), Type, x, y); in BinaryOpWithOverflow()
|
| D | circuit_builder.h | 279 GateRef SubWithOverflow(GateRef left, GateRef right);
|