Searched defs:kInstrSize (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc2789 static const int kInstrSize = Assembler::kInstrSize; local
2792 Address branch_address = pc_immediate_load_address - 2 * kInstrSize;
2832 static const int kInstrSize = Assembler::kInstrSize; local
2835 Address branch_address = pc_immediate_load_address - 2 * kInstrSize;
2837 DCHECK(Assembler::IsBeq(Assembler::instr_at(branch_address + kInstrSize)));
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc2794 static const int kInstrSize = Assembler::kInstrSize; local
2797 Address branch_address = pc_immediate_load_address - 2 * kInstrSize;
2841 static const int kInstrSize = Assembler::kInstrSize; local
2844 Address branch_address = pc_immediate_load_address - 2 * kInstrSize;
2846 DCHECK(Assembler::IsBeq(Assembler::instr_at(branch_address + kInstrSize)));
/external/v8/src/ppc/
H A Dconstants-ppc.h2759 enum { kInstrSize = 4, kInstrSizeLog2 = 2, kPCReadOffset = 8 }; enumerator in enum:v8::internal::Instruction::__anon27823
H A Dsimulator-ppc.cc71 *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);
3978 set_pc(reinterpret_cast<intptr_t>(instr) + Instruction::kInstrSize); member in class:v8::internal::Instruction
[all...]
H A Dassembler-ppc.cc275 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); local
2536 BlockTrampolinePoolBefore(pc_offset() + instructions * kInstrSize); local
2554 int size = tracked_branch_count_ * kInstrSize;
2562 b(size + kInstrSize, LeaveL
[all...]
/external/valgrind/VEX/priv/
H A Dhost_mips_defs.c3902 UInt kInstrSize = 4; local
3903 return 7*kInstrSize;
/external/v8/src/arm/
H A Dconstants-arm.h457 kInstrSize = 4, enumerator in enum:v8::internal::Instruction::__anon27422
H A Dsimulator-arm.cc77 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);
1982 set_pc(get_pc() + 2 * Instruction::kInstrSize); member in class:v8::internal::Instruction
5600 set_pc(get_pc() + 2 * Instruction::kInstrSize); member in class:v8::internal::Instruction
[all...]
/external/v8/src/mips/
H A Dsimulator-mips.cc94 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);
2339 set_pc(get_pc() + 2 * Instruction::kInstrSize); member in class:v8::internal::Instruction
[all...]
H A Dassembler-mips.cc801 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;
3122 BlockTrampolinePoolBefore(pc_offset() + instructions * kInstrSize); local
[all...]
/external/v8/src/mips64/
H A Dsimulator-mips64.cc106 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);
2286 set_pc(get_pc() + 2 * Instruction::kInstrSize); member in class:v8::internal::Instruction
[all...]
H A Dassembler-mips64.cc737 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;
3391 BlockTrampolinePoolBefore(pc_offset() + instructions * kInstrSize); local
[all...]

Completed in 374 milliseconds