Searched refs:kStopCode (Results 1 – 7 of 7) sorted by relevance
351 kStopCode = 1 << 23 enumerator353 const uint32_t kStopCodeMask = kStopCode - 1;354 const uint32_t kMaxStopCode = kStopCode - 1;628 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
283 if (svc >= kStopCode) { in PrintSoftwareInterrupt()1294 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
2107 svc(kStopCode + code, cond); in stop()2109 svc(kStopCode + kMaxStopCode, cond); in stop()
1992 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()
427 kStopCode = 1 << 23 enumerator429 const uint32_t kStopCodeMask = kStopCode - 1;430 const uint32_t kMaxStopCode = kStopCode - 1;
136 if (svc >= kStopCode) { in PrintSoftwareInterrupt()
1482 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()