Searched refs:GetCarry (Results 1 – 2 of 2) sorted by relevance
235 inline int GetCarry() { in GetCarry() function
2434 alu_out = rn_val + shifter_operand + GetCarry(); in DecodeType01()2438 SetCFlag(CarryFrom(rn_val, shifter_operand, GetCarry())); in DecodeType01()2447 alu_out = (rn_val - shifter_operand) - (GetCarry() ? 0 : 1); in DecodeType01()2451 SetCFlag(!BorrowFrom(rn_val, shifter_operand, GetCarry())); in DecodeType01()