Home
last modified time | relevance | path

Searched defs:kNopInstr (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc116 static const Instr kNopInstr = 0x0; member in v8::internal::Loong64Debugger
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc53 static const Instr kNopInstr = (ORI); // ori, 0,0,0 member in v8::internal::PPCDebugger
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc85 static const Instr kNopInstr = 0x0; member in v8::internal::MipsDebugger
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc67 static const Instr kNopInstr = 0x0; member in v8::internal::MipsDebugger
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc51 static const Instr kNopInstr = (0x00160016); // OR r0, r0 x2 member in v8::internal::S390Debugger
54 static const Instr kNopInstr = (0x16001600); // OR r0, r0 x2 member in v8::internal::S390Debugger
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc1484 static const Instr kNopInstr = 0x0; member in v8::internal::RiscvDebugger
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc58 static const Instr kNopInstr = (al | (13 * B21)); member in v8::internal::ArmDebugger

Completed in 67 milliseconds