Home
last modified time | relevance | path

Searched refs:SvcValue (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h587 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function in v8::internal::Instruction
606 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc586 PrintSoftwareInterrupt(instr->SvcValue()); in FormatOption()
1382 if (instr->SvcValue() >= kStopCode) { in DecodeType7()
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h2035 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function in v8::internal::Instruction
/third_party/node/deps/v8/src/codegen/ppc/
H A Dconstants-ppc.h3143 inline SoftwareInterruptCodes SvcValue() const { in SvcValue() function in v8::internal::Instruction
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc974 int svc = instr->SvcValue(); in SoftwareInterrupt()
1275 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc1971 int svc = instr->SvcValue(); in SoftwareInterrupt()
2338 return (instr->Bits(27, 24) == 0xF) && (instr->SvcValue() >= kStopCode); in isStopInstruction()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc1656 int svc = instr->SvcValue(); in SoftwareInterrupt()

Completed in 45 milliseconds