HomeSort by relevance Sort by last modified time
    Searched refs:kInstrSize (Results 1 - 25 of 26) sorted by null

1 2

  /external/v8/src/arm/
assembler-arm-inl.h 170 return Memory::Address_at(pc_ + 2 * Assembler::kInstrSize);
177 Memory::Address_at(pc_ + 2 * Assembler::kInstrSize) = target;
199 return reinterpret_cast<Object**>(pc_ + 2 * Assembler::kInstrSize);
205 Instr next_instr = Assembler::instr_at(pc_ + Assembler::kInstrSize);
328 pc_ += kInstrSize;
340 target_pc -= kInstrSize;
348 target_pc -= kInstrSize;
deoptimizer-arm.cc 43 return kCallInstructionSizeInWords * Assembler::kInstrSize;
74 int call_size_in_words = call_size_in_bytes / Assembler::kInstrSize;
75 ASSERT(call_size_in_bytes % Assembler::kInstrSize == 0);
119 const int kInstrSize = Assembler::kInstrSize;
125 ASSERT(Memory::int32_at(pc_after - kInstrSize) == kBlxIp);
127 Assembler::instr_at(pc_after - 2 * kInstrSize)));
130 Memory::int32_at(pc_after - 3 * kInstrSize));
133 Memory::int32_at(pc_after - 3 * kInstrSize));
145 CodePatcher patcher(pc_after - 3 * kInstrSize, 1)
    [all...]
assembler-arm.h 703 static const int kInstrSize = sizeof(Instr);
712 static const int kCallTargetAddressOffset = 2 * kInstrSize;
718 static const int kCallTargetAddressOffset = kInstrSize;
727 static const int kPatchReturnSequenceAddressOffset = 0 * kInstrSize;
732 static const int kPatchReturnSequenceAddressOffset = kInstrSize;
741 static const int kPatchDebugBreakSlotAddressOffset = 0 * kInstrSize;
746 static const int kPatchDebugBreakSlotAddressOffset = kInstrSize;
756 kDebugBreakSlotInstructions * kInstrSize;
    [all...]
simulator-arm.cc 109 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
141 + Instruction::kInstrSize);
152 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
438 end = cur + (10 * Instruction::kInstrSize);
447 end = cur + (10 * Instruction::kInstrSize);
455 end = cur + (value * Instruction::kInstrSize);
463 end = cur + (value2 * Instruction::kInstrSize);
506 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize;
509 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize);
    [all...]
code-stubs-arm.h 500 Assembler::kInstrSize);
526 PatchBranchIntoNop(&masm, Assembler::kInstrSize);
534 PatchNopIntoBranch(&masm, Assembler::kInstrSize);
538 CPU::FlushICache(stub->instruction_start(), 2 * Assembler::kInstrSize);
    [all...]
constants-arm.h 513 kInstrSize = 4,
macro-assembler-arm.cc 112 return kInstrSize;
114 return 2 * kInstrSize;
137 int size = 2 * kInstrSize;
141 size += kInstrSize;
168 ASSERT(kCallTargetAddressOffset == 2 * kInstrSize);
174 ASSERT(kCallTargetAddressOffset == kInstrSize);
    [all...]
assembler-arm.cc 151 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize);
    [all...]
ic-arm.cc     [all...]
regexp-macro-assembler-arm.cc 917 __ mov(r0, Operand(pc_offset_of_constant + Assembler::kInstrSize));
    [all...]
lithium-codegen-arm.cc 271 if (!is_int24((masm()->pc_offset() / Assembler::kInstrSize) +
283 __ ldr(pc, MemOperand(pc, Assembler::kInstrSize - Assembler::kPcLoadDelta));
    [all...]
code-stubs-arm.cc     [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 41 return kCallInstructionSizeInWords * Assembler::kInstrSize;
72 int call_size_in_words = call_size_in_bytes / Assembler::kInstrSize;
73 ASSERT(call_size_in_bytes % Assembler::kInstrSize == 0);
119 const int kInstrSize = Assembler::kInstrSize;
130 ASSERT(Assembler::IsBeq(Assembler::instr_at(pc_after - 5 * kInstrSize)));
133 CodePatcher patcher(pc_after - 6 * kInstrSize, 1);
139 Assembler::target_address_at(pc_after - 4 * kInstrSize)) ==
141 Assembler::set_target_address_at(pc_after - 4 * kInstrSize,
154 unoptimized_code, pc_after - 4 * kInstrSize, replacement_code)
    [all...]
assembler-mips-inl.h 139 pc_ + Assembler::kInstructionsFor32BitConstant * Assembler::kInstrSize);
265 return reinterpret_cast<Object**>(pc_ + 2 * Assembler::kInstrSize);
276 Instr instr1 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize);
277 Instr instr2 = Assembler::instr_at(pc_ + 2 * Assembler::kInstrSize);
366 pc_ += kInstrSize;
simulator-mips.cc 130 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
164 Instruction::kInstrSize);
170 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
413 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
555 end = cur + (10 * Instruction::kInstrSize);
564 end = cur + (10 * Instruction::kInstrSize);
572 end = cur + (value * Instruction::kInstrSize);
580 end = cur + (value2 * Instruction::kInstrSize);
588 cur += Instruction::kInstrSize;
616 2 * Instruction::kInstrSize;
    [all...]
constants-mips.h 595 kInstrSize = 4,
783 const int kCArgsSlotsSize = kCArgSlotCount * Instruction::kInstrSize;
785 const int kJSArgsSlotsSize = 0 * Instruction::kInstrSize;
787 const int kBArgsSlotsSize = 0 * Instruction::kInstrSize;
789 const int kBranchReturnOffset = 2 * Instruction::kInstrSize;
assembler-mips.cc 197 CPU::FlushICache(pc_, instruction_count * Assembler::kInstrSize);
679 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
680 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
731 Instr instr_lui = instr_at(pos + 0 * Assembler::kInstrSize);
732 Instr instr_ori = instr_at(pos + 1 * Assembler::kInstrSize);
740 instr_at_put(pos + 0 * Assembler::kInstrSize,
742 instr_at_put(pos + 1 * Assembler::kInstrSize,
840 return ((pc_offset() - L->pos()) < kMaxBranchOffset - 4 * kInstrSize);
1131 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize);
    [all...]
assembler-mips.h 581 instruction_payload - kInstructionsFor32BitConstant * kInstrSize,
593 static const int kInstrSize = sizeof(Instr);
617 static const int kCallTargetAddressOffset = 4 * kInstrSize;
625 static const int kPatchDebugBreakSlotAddressOffset = 0 * kInstrSize;
636 kDebugBreakSlotInstructions * kInstrSize;
864 return SizeOfCodeGeneratedSince(label) / kInstrSize;
    [all...]
code-stubs-mips.h 515 2 * Assembler::kInstrSize);
541 PatchBranchIntoNop(&masm, 2 * Assembler::kInstrSize);
549 PatchNopIntoBranch(&masm, 2 * Assembler::kInstrSize);
553 CPU::FlushICache(stub->instruction_start(), 4 * Assembler::kInstrSize);
    [all...]
simulator-mips.h 316 Instruction::kInstrSize);
macro-assembler-mips.cc 921 li(a1, instructions * kInstrSize);
    [all...]
ic-mips.cc     [all...]
lithium-codegen-mips.cc     [all...]
full-codegen-mips.cc 126 return 10 * Instruction::kInstrSize;
    [all...]
  /external/valgrind/main/VEX/priv/
host_mips_defs.c     [all...]

Completed in 423 milliseconds

1 2