Home | History | Annotate | Download | only in arm

Lines Matching refs:firstcond

3252 void Thumb2Assembler::it(Condition firstcond, ItState i1, ItState i2, ItState i3) {
3254 uint8_t firstcond0 = static_cast<uint8_t>(firstcond) & 1;
3261 SetItCondition(kItThen, firstcond, 0);
3263 SetItCondition(i1, firstcond, 1);
3267 SetItCondition(i2, firstcond, 2);
3270 SetItCondition(i3, firstcond, 3);
3282 firstcond << 4 |