Home | History | Annotate | Download | only in arm

Lines Matching refs:watched_stops

119   if (isWatchedStop(code) && !watched_stops[code].desc) {
120 watched_stops[code].desc = msg;
148 if (sim_->isWatchedStop(code) && !sim_->watched_stops[code].desc) {
149 sim_->watched_stops[code].desc = msg;
1823 !(watched_stops[code].count & kStopDisabledBit);
1830 watched_stops[code].count &= ~kStopDisabledBit;
1838 watched_stops[code].count |= kStopDisabledBit;
1846 if ((watched_stops[code].count & ~(1 << 31)) == 0x7fffffff) {
1849 watched_stops[code].count = 0;
1852 watched_stops[code].count++;
1864 int32_t count = watched_stops[code].count & ~kStopDisabledBit;
1867 if (watched_stops[code].desc) {
1869 code, code, state, count, watched_stops[code].desc);