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

/external/v8/src/mips/
H A Dsimulator-mips.cc64 static const Instr kNopInstr = 0x0; member in class:v8::internal::MipsDebugger
634 stop_instr->SetInstructionBits(kNopInstr);
635 msg_address->SetInstructionBits(kNopInstr);
/external/v8/src/mips64/
H A Dsimulator-mips64.cc79 static const Instr kNopInstr = 0x0; member in class:v8::internal::MipsDebugger
567 stop_instr->SetInstructionBits(kNopInstr);
568 msg_address->SetInstructionBits(kNopInstr);
/external/v8/src/ppc/
H A Dsimulator-ppc.cc45 static const Instr kNopInstr = (ORI); // ori, 0,0,0 member in class:v8::internal::PPCDebugger
503 stop_instr->SetInstructionBits(kNopInstr);
504 msg_address->SetInstructionBits(kNopInstr);
/external/v8/src/arm/
H A Dsimulator-arm.cc43 static const Instr kNopInstr = (al | (13*B21)); member in class:v8::internal::ArmDebugger
437 stop_instr->SetInstructionBits(kNopInstr);
438 msg_address->SetInstructionBits(kNopInstr);
/external/v8/src/s390/
H A Dsimulator-s390.cc46 static const Instr kNopInstr = (0x00160016); // OR r0, r0 x2 member in class:v8::internal::S390Debugger
49 static const Instr kNopInstr = (0x16001600); // OR r0, r0 x2 member in class:v8::internal::S390Debugger
515 stop_instr->SetInstructionBits(kNopInstr);
516 msg_address->SetInstructionBits(kNopInstr);

Completed in 121 milliseconds