Searched refs:SetCFlag (Results 1 – 2 of 2) sorted by relevance
1260 void Simulator::SetCFlag(bool val) { in SetCFlag() function in v8::internal::Simulator2287 SetCFlag(shifter_carry_out); in DecodeType01()2299 SetCFlag(shifter_carry_out); in DecodeType01()2311 SetCFlag(!BorrowFrom(rn_val, shifter_operand)); in DecodeType01()2324 SetCFlag(!BorrowFrom(shifter_operand, rn_val)); in DecodeType01()2337 SetCFlag(CarryFrom(rn_val, shifter_operand)); in DecodeType01()2350 SetCFlag(CarryFrom(rn_val, shifter_operand, GetCarry())); in DecodeType01()2374 SetCFlag(shifter_carry_out); in DecodeType01()2389 SetCFlag(shifter_carry_out); in DecodeType01()2404 SetCFlag(!BorrowFrom(rn_val, shifter_operand)); in DecodeType01()[all …]
254 void SetCFlag(bool val);