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

  /external/chromium_org/v8/src/mips/
simulator-mips.cc 65 static const Instr kNopInstr = 0x0;
124 instr->SetInstructionBits(kNopInstr);
125 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
689 stop_instr->SetInstructionBits(kNopInstr);
690 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 44 static const Instr kNopInstr = (al | (13*B21));
103 instr->SetInstructionBits(kNopInstr);
104 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr);
493 stop_instr->SetInstructionBits(kNopInstr);
494 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/chromium_org/v8/src/mips64/
simulator-mips64.cc 83 static const Instr kNopInstr = 0x0;
140 instr->SetInstructionBits(kNopInstr);
141 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
619 stop_instr->SetInstructionBits(kNopInstr);
620 msg_address->SetInstructionBits(kNopInstr);
    [all...]

Completed in 48 milliseconds