Searched refs:SvcValue (Results 1 – 6 of 6) sorted by relevance
609 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function628 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
599 PrintSoftwareInterrupt(instr->SvcValue()); in FormatOption()1294 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
84 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()116 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()1739 int svc = instr->SvcValue(); in SoftwareInterrupt()1992 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()
558 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function
1087 PrintSoftwareInterrupt(instr->SvcValue()); in InstructionDecode()
81 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()113 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()1229 int svc = instr->SvcValue(); in SoftwareInterrupt()1482 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()