Searched refs:SubWithOverflow (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | lcr_opcodes.h | 41 … V(SubWithOverflow, SUB_WITH_OVERFLOW, GateFlags::NONE_FLAG, 0, 0, 2) \
|
| D | lcr_circuit_builder.cpp | 41 GateRef CircuitBuilder::SubWithOverflow(GateRef left, GateRef right) in SubWithOverflow() function in panda::ecmascript::kungfu::CircuitBuilder 43 …return GetCircuit()->NewGate(circuit_->SubWithOverflow(), MachineType::I64, {left, right}, GateTyp… in SubWithOverflow()
|
| D | ir_builder.h | 105 V(SubWithOverflow, (GateRef gate, GateRef e1, GateRef e2)) \
|
| D | lcr_circuit_builder.h | 342 return BinaryArithmetic(circuit_->SubWithOverflow(), Type, x, y); in BinaryOpWithOverflow()
|
| D | number_speculative_lowering.cpp | 693 res = builder_.SubWithOverflow(left, right); in CalculateInts()
|
| D | circuit_builder.h | 969 GateRef SubWithOverflow(GateRef left, GateRef right);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | instruction_combine_test.cpp | 896 auto sub_overflow = b.SubWithOverflow(b.Int32(-2147483648), b.Int32(1)); in HWTEST_F_L0() 905 auto sub_overflow = b.SubWithOverflow(b.Int32(2147483647), b.Int32(1)); in HWTEST_F_L0() 916 auto sub_overflow = b.SubWithOverflow(x, b.Int32(0)); in HWTEST_F_L0()
|