Lines Matching refs:shifter_carry_out
2335 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()
2539 SetCFlag(shifter_carry_out); in DecodeType01()
2621 bool shifter_carry_out = 0; in DecodeType3() local
2622 int32_t shifter_operand = GetShiftRm(instr, &shifter_carry_out); in DecodeType3()