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

  /external/chromium_org/v8/src/mips/
simulator-mips.cc 65 static const Instr kNopInstr = 0x0;
123 instr->SetInstructionBits(kNopInstr);
124 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
602 stop_instr->SetInstructionBits(kNopInstr);
603 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);
492 stop_instr->SetInstructionBits(kNopInstr);
493 msg_address->SetInstructionBits(kNopInstr);
    [all...]

Completed in 585 milliseconds