Searched refs:SvcValue (Results 1 – 3 of 3) sorted by relevance
597 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function616 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
600 PrintSoftwareInterrupt(instr->SvcValue()); in FormatOption()1182 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
85 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()117 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()1690 int svc = instr->SvcValue(); in SoftwareInterrupt()1927 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()