Home
last modified time | relevance | path

Searched refs:kNopInstr (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ppc/
Dsimulator-ppc.cc51 static const Instr kNopInstr = (ORI); // ori, 0,0,0 member in v8::internal::PPCDebugger
507 stop_instr->SetInstructionBits(kNopInstr); in Debug()
508 msg_address->SetInstructionBits(kNopInstr); in Debug()
/external/v8/src/mips/
Dsimulator-mips.cc65 static const Instr kNopInstr = 0x0; member in v8::internal::MipsDebugger
632 stop_instr->SetInstructionBits(kNopInstr); in Debug()
633 msg_address->SetInstructionBits(kNopInstr); in Debug()
/external/v8/src/mips64/
Dsimulator-mips64.cc80 static const Instr kNopInstr = 0x0; member in v8::internal::MipsDebugger
564 stop_instr->SetInstructionBits(kNopInstr); in Debug()
565 msg_address->SetInstructionBits(kNopInstr); in Debug()
/external/v8/src/s390/
Dsimulator-s390.cc47 static const Instr kNopInstr = (0x00160016); // OR r0, r0 x2 member in v8::internal::S390Debugger
50 static const Instr kNopInstr = (0x16001600); // OR r0, r0 x2
516 stop_instr->SetInstructionBits(kNopInstr); in Debug()
517 msg_address->SetInstructionBits(kNopInstr); in Debug()
/external/v8/src/arm/
Dsimulator-arm.cc49 static const Instr kNopInstr = (al | (13*B21)); member in v8::internal::ArmDebugger
435 stop_instr->SetInstructionBits(kNopInstr); in Debug()