Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h365 enum SoftwareInterruptCodes { enum
679 inline SoftwareInterruptCodes SvcValue() const { in SvcValue()
680 return static_cast<SoftwareInterruptCodes>(Bits(23, 0)); in SvcValue()
Ddisasm-arm.cc112 void PrintSoftwareInterrupt(SoftwareInterruptCodes svc);
296 void Decoder::PrintSoftwareInterrupt(SoftwareInterruptCodes svc) { in PrintSoftwareInterrupt()
/external/v8/src/mips/
Dconstants-mips.h176 enum SoftwareInterruptCodes { enum