Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm/
Dsimulator-arm.h256 bool CarryFrom(int32_t left, int32_t right, int32_t carry = 0);
Dsimulator-arm.cc1271 bool Simulator::CarryFrom(int32_t left, int32_t right, int32_t carry) { in CarryFrom() function in v8::internal::Simulator
2336 SetCFlag(CarryFrom(rn_val, shifter_operand)); in DecodeType01()
2349 SetCFlag(CarryFrom(rn_val, shifter_operand, GetCarry())); in DecodeType01()
2420 SetCFlag(CarryFrom(rn_val, shifter_operand)); in DecodeType01()