Searched refs:SvcValue (Results 1 – 8 of 8) sorted by relevance
632 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function651 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
601 PrintSoftwareInterrupt(instr->SvcValue()); in FormatOption()1409 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
72 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()1642 int svc = instr->SvcValue(); in SoftwareInterrupt()1911 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()
1166 PrintSoftwareInterrupt(instr->SvcValue()); in InstructionDecode()
74 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()1201 int svc = instr->SvcValue(); in SoftwareInterrupt()1483 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()
2922 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function
2030 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function
75 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()1846 int svc = instr->SvcValue(); in SoftwareInterrupt()2194 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()