Searched refs:kStopCode (Results 1 – 8 of 8) sorted by relevance
371 kStopCode = 1 << 23 enumerator373 const uint32_t kStopCodeMask = kStopCode - 1;374 const uint32_t kMaxStopCode = kStopCode - 1;695 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
305 if (svc >= kStopCode) { in PrintSoftwareInterrupt()1046 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
1505 svc(kStopCode + code, cond); in stop()1507 svc(kStopCode + kMaxStopCode, cond); in stop()
1931 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()
362 kStopCode = 1 << 23 enumerator364 const uint32_t kStopCodeMask = kStopCode - 1;365 const uint32_t kMaxStopCode = kStopCode - 1;694 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
308 if (svc >= kStopCode) { in PrintSoftwareInterrupt()1206 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
1957 svc(kStopCode + code, cond); in stop()1959 svc(kStopCode + kMaxStopCode, cond); in stop()
1938 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()