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

  /external/chromium_org/v8/src/mips/
simulator-mips.cc 87 static const Instr kNopInstr = 0x0;
145 instr->SetInstructionBits(kNopInstr);
146 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
624 stop_instr->SetInstructionBits(kNopInstr);
625 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 87 static const Instr kNopInstr = 0x0;
145 instr->SetInstructionBits(kNopInstr);
146 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
624 stop_instr->SetInstructionBits(kNopInstr);
625 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 66 static const Instr kNopInstr = (al | (13*B21));
125 instr->SetInstructionBits(kNopInstr);
126 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr);
514 stop_instr->SetInstructionBits(kNopInstr);
515 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 65 static const Instr kNopInstr = (al | (13*B21));
124 instr->SetInstructionBits(kNopInstr);
125 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr);
513 stop_instr->SetInstructionBits(kNopInstr);
514 msg_address->SetInstructionBits(kNopInstr);
    [all...]

Completed in 47 milliseconds