Searched refs:kStopCode (Results 1 – 9 of 9) sorted by relevance
338 kStopCode = 1 << 23 enumerator340 const uint32_t kStopCodeMask = kStopCode - 1;341 const uint32_t kMaxStopCode = kStopCode - 1;606 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
2294 svc(kStopCode + code, cond); in stop()2296 svc(kStopCode + kMaxStopCode, cond); in stop()
2862 kStopCode = 1 << 23 enumerator2864 const uint32_t kStopCodeMask = kStopCode - 1;2865 const uint32_t kMaxStopCode = kStopCode - 1;
1787 kStopCode = 1 << 23 enumerator1789 const uint32_t kStopCodeMask = kStopCode - 1;1790 const uint32_t kMaxStopCode = kStopCode - 1;
280 if (svc >= kStopCode) { in PrintSoftwareInterrupt()1382 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
131 if (svc >= kStopCode) { in PrintSoftwareInterrupt()
171 if (svc >= kStopCode) { in PrintSoftwareInterrupt()
1275 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()
2338 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()