Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h625 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function
644 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
Ddisasm-arm.cc600 PrintSoftwareInterrupt(instr->SvcValue()); in FormatOption()
1365 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
Dsimulator-arm.cc85 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()
117 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()
1767 int svc = instr->SvcValue(); in SoftwareInterrupt()
2046 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.cc1094 PrintSoftwareInterrupt(instr->SvcValue()); in InstructionDecode()
Dsimulator-ppc.cc84 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()
116 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()
1238 int svc = instr->SvcValue(); in SoftwareInterrupt()
1530 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()
/external/v8/src/s390/
Dconstants-s390.h1289 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function
Dsimulator-s390.cc86 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()
117 uint32_t code = instr->SvcValue() & kStopCodeMask; in Stop()
1979 int svc = instr->SvcValue(); in SoftwareInterrupt()
2335 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()