HomeSort by relevance Sort by last modified time
    Searched defs:kInstrSize (Results 1 - 12 of 12) sorted by null

  /external/valgrind/VEX/priv/
host_mips_defs.c     [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc     [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc     [all...]
  /external/v8/src/ppc/
constants-ppc.h     [all...]
simulator-ppc.cc 71 *reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
82 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize);
230 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
254 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
427 end = cur + (10 * Instruction::kInstrSize);
436 end = cur + (10 * Instruction::kInstrSize);
444 end = cur + (value * Instruction::kInstrSize);
452 end = cur + (value2 * Instruction::kInstrSize);
496 sim_->get_pc() - (Instruction::kInstrSize + kPointerSize);
499 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize);
    [all...]
assembler-ppc.cc 275 DCHECK((pc_offset() & (kInstrSize - 1)) == 0);
468 if (imm26 == kInstrSize && !(instr & kLKMask)) {
481 if (imm16 == kInstrSize && !(instr & kLKMask)) {
494 Register dst = Register::from_code(instr_at(pos + kInstrSize));
503 Instr operands = instr_at(pos + kInstrSize);
514 Register dst = Register::from_code(instr_at(pos + kInstrSize));
524 kPointerSize / kInstrSize, CodePatcher::DONT_FLUSH);
    [all...]
  /external/v8/src/arm/
constants-arm.h 457 kInstrSize = 4,
simulator-arm.cc 77 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
366 end = cur + (10 * Instruction::kInstrSize);
375 end = cur + (10 * Instruction::kInstrSize);
383 end = cur + (value * Instruction::kInstrSize);
391 end = cur + (value2 * Instruction::kInstrSize);
434 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize;
437 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize);
641 cache_page->CachedData(offset), Instruction::kInstrSize));
740 Instruction::kInstrSize);
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 94 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
398 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
565 end = cur + (10 * Instruction::kInstrSize);
574 end = cur + (10 * Instruction::kInstrSize);
582 end = cur + (value * Instruction::kInstrSize);
590 end = cur + (value2 * Instruction::kInstrSize);
598 cur += Instruction::kInstrSize;
626 2 * Instruction::kInstrSize;
630 Instruction::kInstrSize);
699 end = cur + (10 * Instruction::kInstrSize);
    [all...]
assembler-mips.cc 801 Instr instr1 = instr_at(pos + 0 * Assembler::kInstrSize);
802 Instr instr2 = instr_at(pos + 1 * Assembler::kInstrSize);
863 Instr instr1 = instr_at(pos + 0 * Assembler::kInstrSize);
864 Instr instr2 = instr_at(pos + 1 * Assembler::kInstrSize);
875 instr_at_put(pos + 0 * Assembler::kInstrSize, instr1 | lui_offset_u);
876 instr_at_put(pos + 1 * Assembler::kInstrSize, instr2 | jic_offset_u);
878 instr_at_put(pos + 0 * Assembler::kInstrSize,
880 instr_at_put(pos + 1 * Assembler::kInstrSize,
978 return pc_offset() - L->pos() < kMaxBranchOffset - 4 * kInstrSize;
984 return pc_offset() - L->pos() < (1 << (bits + 2 - 1)) - 1 - 5 * kInstrSize;
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 106 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize);
364 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
498 end = cur + (10 * Instruction::kInstrSize);
507 end = cur + (10 * Instruction::kInstrSize);
515 end = cur + (value * Instruction::kInstrSize);
523 end = cur + (value2 * Instruction::kInstrSize);
531 cur += Instruction::kInstrSize;
559 2 * Instruction::kInstrSize;
563 Instruction::kInstrSize);
632 end = cur + (10 * Instruction::kInstrSize);
    [all...]
assembler-mips64.cc 737 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
738 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
739 Instr instr_ori2 = instr_at(pos + 3 * Assembler::kInstrSize);
809 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
810 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
811 Instr instr_ori2 = instr_at(pos + 3 * Assembler::kInstrSize);
822 instr_at_put(pos + 0 * Assembler::kInstrSize,
824 instr_at_put(pos + 1 * Assembler::kInstrSize,
826 instr_at_put(pos + 3 * Assembler::kInstrSize,
945 return pc_offset() - L->pos() < kMaxBranchOffset - 4 * kInstrSize;
    [all...]

Completed in 263 milliseconds