Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm/
Dconstants-arm.h597 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function
616 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
Ddisasm-arm.cc600 PrintSoftwareInterrupt(instr->SvcValue()); in FormatOption()
1182 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()
1690 int svc = instr->SvcValue(); in SoftwareInterrupt()
1927 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()