Home
last modified time | relevance | path

Searched refs:SetCFlag (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm/
Dsimulator-arm.cc1190 void Simulator::SetCFlag(bool val) { in SetCFlag() function in v8::internal::Simulator
2375 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 …]
Dsimulator-arm.h226 void SetCFlag(bool val);