Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h609 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function
628 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
Ddisasm-arm.cc599 PrintSoftwareInterrupt(instr->SvcValue()); in FormatOption()
1294 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
Dsimulator-arm.cc84 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()
116 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()
1739 int svc = instr->SvcValue(); in SoftwareInterrupt()
1992 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()
/external/v8/src/ppc/
Dconstants-ppc.h558 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function
Ddisasm-ppc.cc1087 PrintSoftwareInterrupt(instr->SvcValue()); in InstructionDecode()
Dsimulator-ppc.cc81 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()
113 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()
1229 int svc = instr->SvcValue(); in SoftwareInterrupt()
1482 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()