Lines Matching refs:SetCFlag
1260 void Simulator::SetCFlag(bool val) { in SetCFlag() function in v8::internal::Simulator
2287 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()
2421 SetCFlag(CarryFrom(rn_val, shifter_operand)); in DecodeType01()
2438 SetCFlag(shifter_carry_out); in DecodeType01()
2450 SetCFlag(shifter_carry_out); in DecodeType01()
2462 SetCFlag(shifter_carry_out); in DecodeType01()
2474 SetCFlag(shifter_carry_out); in DecodeType01()