HomeSort by relevance Sort by last modified time
    Searched refs:SvcValue (Results 1 - 6 of 6) sorted by null

  /external/v8/src/arm/
constants-arm.h 679 inline SoftwareInterruptCodes SvcValue() const {
695 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode);
disasm-arm.cc 580 PrintSoftwareInterrupt(instr->SvcValue());
1046 if (instr->SvcValue() >= kStopCode) {
    [all...]
simulator-arm.cc 106 uint32_t code = instr->SvcValue() & kStopCodeMask;
138 uint32_t code = instr->SvcValue() & kStopCodeMask;
    [all...]
  /external/chromium_org/v8/src/arm/
constants-arm.h 670 inline SoftwareInterruptCodes SvcValue() const {
689 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode);
disasm-arm.cc 630 PrintSoftwareInterrupt(instr->SvcValue());
    [all...]
simulator-arm.cc 107 uint32_t code = instr->SvcValue() & kStopCodeMask;
139 uint32_t code = instr->SvcValue() & kStopCodeMask;
    [all...]

Completed in 54 milliseconds