Searched refs:kStopCode (Results 1 – 4 of 4) sorted by relevance
339 kStopCode = 1 << 23 enumerator341 const uint32_t kStopCodeMask = kStopCode - 1;342 const uint32_t kMaxStopCode = kStopCode - 1;616 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
284 if (svc >= kStopCode) { in PrintSoftwareInterrupt()1182 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
2007 svc(kStopCode + code, cond); in stop()2009 svc(kStopCode + kMaxStopCode, cond); in stop()
1927 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()