Searched refs:SetCFlag (Results 1 – 2 of 2) sorted by relevance
1190 void Simulator::SetCFlag(bool val) { in SetCFlag() function in v8::internal::Simulator2375 SetCFlag(shifter_carry_out); in DecodeType01()2387 SetCFlag(shifter_carry_out); in DecodeType01()2399 SetCFlag(!BorrowFrom(rn_val, shifter_operand)); in DecodeType01()2412 SetCFlag(!BorrowFrom(shifter_operand, rn_val)); in DecodeType01()2425 SetCFlag(CarryFrom(rn_val, shifter_operand)); in DecodeType01()2438 SetCFlag(CarryFrom(rn_val, shifter_operand, GetCarry())); in DecodeType01()2451 SetCFlag(!BorrowFrom(rn_val, shifter_operand, GetCarry())); in DecodeType01()2469 SetCFlag(shifter_carry_out); in DecodeType01()2484 SetCFlag(shifter_carry_out); in DecodeType01()[all …]
226 void SetCFlag(bool val);