Searched refs:CarryFrom (Results 1 – 2 of 2) sorted by relevance
241 bool CarryFrom(int32_t left, int32_t right, int32_t carry = 0);
1339 bool Simulator::CarryFrom(int32_t left, int32_t right, int32_t carry) { in CarryFrom() function in v8::internal::Simulator2327 SetCFlag(CarryFrom(rn_val, shifter_operand)); in DecodeType01()2340 SetCFlag(CarryFrom(rn_val, shifter_operand, GetCarry())); in DecodeType01()2411 SetCFlag(!CarryFrom(rn_val, shifter_operand)); in DecodeType01()