Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc1260 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()
[all …]
Dsimulator-arm.h254 void SetCFlag(bool val);