Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h632 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function
651 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
Ddisasm-arm.cc601 PrintSoftwareInterrupt(instr->SvcValue()); in FormatOption()
1409 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
Dsimulator-arm.cc72 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()
/external/v8/src/ppc/
Ddisasm-ppc.cc1166 PrintSoftwareInterrupt(instr->SvcValue()); in InstructionDecode()
Dsimulator-ppc.cc74 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()
Dconstants-ppc.h2922 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function
/external/v8/src/s390/
Dconstants-s390.h2030 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function
Dsimulator-s390.cc75 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()