Lines Matching full:firstcond
1975 void Thumb2Assembler::it(Condition firstcond, ItState i1, ItState i2, ItState i3) {
1977 uint8_t firstcond0 = static_cast<uint8_t>(firstcond) & 1;
1984 SetItCondition(kItThen, firstcond, 0);
1986 SetItCondition(i1, firstcond, 1);
1990 SetItCondition(i2, firstcond, 2);
1993 SetItCondition(i3, firstcond, 3);
2005 firstcond << 4 |