Home | History | Annotate | Download | only in arm

Lines Matching refs:isEnabledStop

1992         if (isEnabledStop(code)) {
2026 bool Simulator::isEnabledStop(uint32_t code) {
2036 if (!isEnabledStop(code)) {
2044 if (isEnabledStop(code)) {
2070 const char* state = isEnabledStop(code) ? "Enabled" : "Disabled";