Home
last modified time | relevance | path

Searched refs:SoftwareInterruptCodes (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/arm/
Dconstants-arm.h348 enum SoftwareInterruptCodes { enum
632 inline SoftwareInterruptCodes SvcValue() const { in SvcValue()
633 return static_cast<SoftwareInterruptCodes>(Bits(23, 0)); in SvcValue()
Ddisasm-arm.cc86 void PrintSoftwareInterrupt(SoftwareInterruptCodes svc);
277 void Decoder::PrintSoftwareInterrupt(SoftwareInterruptCodes svc) { in PrintSoftwareInterrupt()
/external/v8/src/ppc/
Ddisasm-ppc.cc71 void PrintSoftwareInterrupt(SoftwareInterruptCodes svc);
129 void Decoder::PrintSoftwareInterrupt(SoftwareInterruptCodes svc) { in PrintSoftwareInterrupt()
Dconstants-ppc.h2674 enum SoftwareInterruptCodes { enum
2922 inline SoftwareInterruptCodes SvcValue() const { in SvcValue()
2923 return static_cast<SoftwareInterruptCodes>(Bits(23, 0)); in SvcValue()
/external/v8/src/s390/
Ddisasm-s390.cc68 void PrintSoftwareInterrupt(SoftwareInterruptCodes svc);
120 void Decoder::PrintSoftwareInterrupt(SoftwareInterruptCodes svc) { in PrintSoftwareInterrupt()
Dconstants-s390.h1769 enum SoftwareInterruptCodes { enum
2030 inline SoftwareInterruptCodes SvcValue() const { in SvcValue()
2031 return static_cast<SoftwareInterruptCodes>(Bits<FourByteInstr, int>(15, 0)); in SvcValue()
/external/v8/src/mips/
Dconstants-mips.h298 enum SoftwareInterruptCodes { enum
/external/v8/src/mips64/
Dconstants-mips64.h260 enum SoftwareInterruptCodes { enum