Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc2335 bool shifter_carry_out = 0; in DecodeType01() local
2337 shifter_operand = GetShiftRm(instr, &shifter_carry_out); in DecodeType01()
2340 shifter_operand = GetImm(instr, &shifter_carry_out); in DecodeType01()
2352 SetCFlag(shifter_carry_out); in DecodeType01()
2364 SetCFlag(shifter_carry_out); in DecodeType01()
2439 SetCFlag(shifter_carry_out); in DecodeType01()
2454 SetCFlag(shifter_carry_out); in DecodeType01()
2503 SetCFlag(shifter_carry_out); in DecodeType01()
2515 SetCFlag(shifter_carry_out); in DecodeType01()
2527 SetCFlag(shifter_carry_out); in DecodeType01()
[all …]