Searched refs:GetCarry (Results 1 – 2 of 2) sorted by relevance
263 inline int GetCarry() { in GetCarry() function
2345 alu_out = rn_val + shifter_operand + GetCarry(); in DecodeType01()2349 SetCFlag(CarryFrom(rn_val, shifter_operand, GetCarry())); in DecodeType01()