Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dconstants-ppc.h421 enum SoftwareInterruptCodes { enum
558 inline SoftwareInterruptCodes SvcValue() const { in SvcValue()
559 return static_cast<SoftwareInterruptCodes>(Bits(23, 0)); in SvcValue()
Ddisasm-ppc.cc70 void PrintSoftwareInterrupt(SoftwareInterruptCodes svc);
127 void Decoder::PrintSoftwareInterrupt(SoftwareInterruptCodes svc) { in PrintSoftwareInterrupt()
/external/v8/src/arm/
Dconstants-arm.h345 enum SoftwareInterruptCodes { enum
609 inline SoftwareInterruptCodes SvcValue() const { in SvcValue()
610 return static_cast<SoftwareInterruptCodes>(Bits(23, 0)); in SvcValue()
Ddisasm-arm.cc85 void PrintSoftwareInterrupt(SoftwareInterruptCodes svc);
274 void Decoder::PrintSoftwareInterrupt(SoftwareInterruptCodes svc) { in PrintSoftwareInterrupt()
/external/v8/src/mips/
Dconstants-mips.h236 enum SoftwareInterruptCodes { enum
/external/v8/src/mips64/
Dconstants-mips64.h212 enum SoftwareInterruptCodes { enum