Searched refs:SvcValue (Results 1 – 3 of 3) sorted by relevance
679 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function695 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
580 PrintSoftwareInterrupt(instr->SvcValue()); in FormatOption()1046 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
106 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()138 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()1728 int svc = instr->SvcValue(); in SoftwareInterrupt()1931 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()