Home | History | Annotate | Download | only in arm

Lines Matching defs:isEnabledStop

1978         if (isEnabledStop(code)) {
2028 bool Simulator::isEnabledStop(uint32_t code) {
2038 if (!isEnabledStop(code)) {
2046 if (isEnabledStop(code)) {
2072 const char* state = isEnabledStop(code) ? "Enabled" : "Disabled";