Searched refs:SvcValue (Results 1 – 8 of 8) sorted by relevance
625 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function644 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
600 PrintSoftwareInterrupt(instr->SvcValue()); in FormatOption()1365 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
85 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()117 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()1767 int svc = instr->SvcValue(); in SoftwareInterrupt()2046 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()
558 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function
1094 PrintSoftwareInterrupt(instr->SvcValue()); in InstructionDecode()
84 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()116 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()1238 int svc = instr->SvcValue(); in SoftwareInterrupt()1530 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()
1289 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function
86 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()117 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()1979 int svc = instr->SvcValue(); in SoftwareInterrupt()2335 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()