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

  /external/v8/src/arm/
simulator-arm.cc 42 static const Instr kBreakpointInstr =
229 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 64 static const Instr kBreakpointInstr = SPECIAL | BREAK | 0xfffff << 6;
274 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 45 static const Instr kBreakpointInstr = (TWI | 0x1f * B21);
214 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 79 static const Instr kBreakpointInstr = SPECIAL | BREAK | 0xfffff << 6;
261 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 46 static const Instr kBreakpointInstr = (0x0000FFB2); // TRAP4 0000
49 static const Instr kBreakpointInstr = (0xB2FF0000); // TRAP4 0000
209 sim_->break_pc_->SetInstructionBits(kBreakpointInstr);
    [all...]

Completed in 74 milliseconds