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

  /external/v8/src/arm/
simulator-arm.cc 43 static const Instr kNopInstr = (al | (13*B21));
102 instr->SetInstructionBits(kNopInstr);
103 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr);
493 stop_instr->SetInstructionBits(kNopInstr);
494 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 64 static const Instr kNopInstr = 0x0;
123 instr->SetInstructionBits(kNopInstr);
124 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
688 stop_instr->SetInstructionBits(kNopInstr);
689 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 82 static const Instr kNopInstr = 0x0;
139 instr->SetInstructionBits(kNopInstr);
140 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
618 stop_instr->SetInstructionBits(kNopInstr);
619 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 43 static const Instr kNopInstr = (ORI); // ori, 0,0,0
99 instr->SetInstructionBits(kNopInstr);
100 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr);
549 stop_instr->SetInstructionBits(kNopInstr);
550 msg_address->SetInstructionBits(kNopInstr);
    [all...]

Completed in 55 milliseconds