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

  /external/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);
498 stop_instr->SetInstructionBits(kNopInstr);
499 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 65 static const Instr kNopInstr = 0x0;
124 instr->SetInstructionBits(kNopInstr);
125 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
690 stop_instr->SetInstructionBits(kNopInstr);
691 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 46 static const Instr kNopInstr = (ORI); // ori, 0,0,0
102 instr->SetInstructionBits(kNopInstr);
103 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr);
553 stop_instr->SetInstructionBits(kNopInstr);
554 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 80 static const Instr kNopInstr = 0x0;
137 instr->SetInstructionBits(kNopInstr);
138 reinterpret_cast<Instr*>(msg_address)->SetInstructionBits(kNopInstr);
627 stop_instr->SetInstructionBits(kNopInstr);
628 msg_address->SetInstructionBits(kNopInstr);
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 47 static const Instr kNopInstr = (0x00160016); // OR r0, r0 x2
50 static const Instr kNopInstr = (0x16001600); // OR r0, r0 x2
104 instr->SetInstructionBits(kNopInstr);
105 reinterpret_cast<Instruction*>(msg_address)->SetInstructionBits(kNopInstr);
559 stop_instr->SetInstructionBits(kNopInstr);
560 msg_address->SetInstructionBits(kNopInstr);
    [all...]

Completed in 52 milliseconds