Home | History | Annotate | Download | only in mips

Lines Matching refs:IsEnabledStop

1595   if (IsEnabledStop(code)) {
1611 bool Simulator::IsEnabledStop(uint32_t code) {
1619 if (!IsEnabledStop(code)) {
1626 if (IsEnabledStop(code)) {
1654 const char* state = IsEnabledStop(code) ? "Enabled" : "Disabled";