Searched refs:CarryFrom (Results 1 – 2 of 2) sorted by relevance
256 bool CarryFrom(int32_t left, int32_t right, int32_t carry = 0);
1271 bool Simulator::CarryFrom(int32_t left, int32_t right, int32_t carry) { in CarryFrom() function in v8::internal::Simulator2336 SetCFlag(CarryFrom(rn_val, shifter_operand)); in DecodeType01()2349 SetCFlag(CarryFrom(rn_val, shifter_operand, GetCarry())); in DecodeType01()2420 SetCFlag(CarryFrom(rn_val, shifter_operand)); in DecodeType01()