Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h371 kStopCode = 1 << 23 enumerator
373 const uint32_t kStopCodeMask = kStopCode - 1;
374 const uint32_t kMaxStopCode = kStopCode - 1;
695 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
Ddisasm-arm.cc305 if (svc >= kStopCode) { in PrintSoftwareInterrupt()
1046 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
Dassembler-arm.cc1505 svc(kStopCode + code, cond); in stop()
1507 svc(kStopCode + kMaxStopCode, cond); in stop()
Dsimulator-arm.cc1931 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()
/external/chromium_org/v8/src/arm/
Dconstants-arm.h362 kStopCode = 1 << 23 enumerator
364 const uint32_t kStopCodeMask = kStopCode - 1;
365 const uint32_t kMaxStopCode = kStopCode - 1;
694 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
Ddisasm-arm.cc308 if (svc >= kStopCode) { in PrintSoftwareInterrupt()
1206 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
Dassembler-arm.cc1957 svc(kStopCode + code, cond); in stop()
1959 svc(kStopCode + kMaxStopCode, cond); in stop()
Dsimulator-arm.cc1938 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()