Searched refs:GetCarry (Results 1 – 4 of 4) sorted by relevance
248 inline int GetCarry() { in GetCarry() function
2336 alu_out = rn_val + shifter_operand + GetCarry(); in DecodeType01()2340 SetCFlag(CarryFrom(rn_val, shifter_operand, GetCarry())); in DecodeType01()
285 inline int GetCarry() { in GetCarry() function
2357 alu_out = rn_val + shifter_operand + GetCarry(); in DecodeType01()2361 SetCFlag(CarryFrom(rn_val, shifter_operand, GetCarry())); in DecodeType01()