Home
last modified time | relevance | path

Searched refs:kStopCode (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/arm/
Dconstants-arm.h369 kStopCode = 1 << 23 enumerator
371 const uint32_t kStopCodeMask = kStopCode - 1;
372 const uint32_t kMaxStopCode = kStopCode - 1;
646 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
Ddisasm-arm.cc286 if (svc >= kStopCode) { in PrintSoftwareInterrupt()
1365 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
Dassembler-arm.cc2240 svc(kStopCode + code, cond); in stop()
2242 svc(kStopCode + kMaxStopCode, cond); in stop()
Dsimulator-arm.cc2018 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()
/external/v8/src/ppc/
Dconstants-ppc.h2694 kStopCode = 1 << 23 enumerator
2696 const uint32_t kStopCodeMask = kStopCode - 1;
2697 const uint32_t kMaxStopCode = kStopCode - 1;
Ddisasm-ppc.cc138 if (svc >= kStopCode) { in PrintSoftwareInterrupt()
Dsimulator-ppc.cc1481 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()
/external/v8/src/s390/
Dconstants-s390.h1833 kStopCode = 1 << 23 enumerator
1835 const uint32_t kStopCodeMask = kStopCode - 1;
1836 const uint32_t kMaxStopCode = kStopCode - 1;
Ddisasm-s390.cc130 if (svc >= kStopCode) { in PrintSoftwareInterrupt()
Dsimulator-s390.cc2319 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()