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

1 2 3

  /external/v8/src/arm/
assembler-arm-inl.h 191 static const int kNoCodeAgeSequenceLength = 3 * Assembler::kInstrSize;
204 (kNoCodeAgeSequenceLength - Assembler::kInstrSize)));
212 (kNoCodeAgeSequenceLength - Assembler::kInstrSize)) =
344 pc_ += kInstrSize;
382 Address candidate = pc - 2 * Assembler::kInstrSize;
389 candidate -= Assembler::kInstrSize;
392 candidate -= 1 * Assembler::kInstrSize;
394 IsMovT(Memory::int32_at(candidate + Assembler::kInstrSize)));
396 candidate -= 3 * Assembler::kInstrSize;
399 IsOrrImmed(Memory::int32_at(candidate + Assembler::kInstrSize)) &
    [all...]
code-stubs-arm.h 83 Assembler::kInstrSize);
108 PatchBranchIntoNop(&masm, Assembler::kInstrSize);
116 PatchNopIntoBranch(&masm, Assembler::kInstrSize);
121 2 * Assembler::kInstrSize);
deoptimizer-arm.cc 19 return kCallInstructionSizeInWords * Assembler::kInstrSize;
70 int call_size_in_words = call_size_in_bytes / Assembler::kInstrSize;
71 DCHECK(call_size_in_bytes % Assembler::kInstrSize == 0);
  /external/v8/src/mips/
assembler-mips-inl.h 126 pc_ + Assembler::kInstructionsFor32BitConstant * Assembler::kInstrSize);
159 Instr instr1 = Assembler::instr_at(pc + 0 * Assembler::kInstrSize);
160 Instr instr2 = Assembler::instr_at(pc + 1 * Assembler::kInstrSize);
172 Assembler::instr_at_put(pc + 0 * Assembler::kInstrSize,
174 Assembler::instr_at_put(pc + 1 * Assembler::kInstrSize,
178 Assembler::instr_at_put(pc + 0 * Assembler::kInstrSize,
180 Assembler::instr_at_put(pc + 1 * Assembler::kInstrSize,
244 Instr instr1 = Assembler::instr_at(pc_ + 0 * Assembler::kInstrSize);
245 Instr instr2 = Assembler::instr_at(pc_ + 1 * Assembler::kInstrSize);
306 static const int kNoCodeAgeSequenceLength = 7 * Assembler::kInstrSize;
    [all...]
code-stubs-mips.h 114 2 * Assembler::kInstrSize);
139 PatchBranchIntoNop(&masm, 2 * Assembler::kInstrSize);
147 PatchNopIntoBranch(&masm, 2 * Assembler::kInstrSize);
152 4 * Assembler::kInstrSize);
deoptimizer-mips.cc 17 return kCallInstructionSizeInWords * Assembler::kInstrSize;
67 int call_size_in_words = call_size_in_bytes / Assembler::kInstrSize;
68 DCHECK(call_size_in_bytes % Assembler::kInstrSize == 0);
308 const int Deoptimizer::table_entry_size_ = 2 * Assembler::kInstrSize;
318 (table_entry_size_ / Assembler::kInstrSize);
assembler-mips.h 425 return pc_offset() - L->pos() < kMaxBranchOffset - 4 * kInstrSize;
429 return pc_offset() - L->pos() < kMaxCompactBranchOffset - 4 * kInstrSize;
495 instruction_payload - kInstructionsFor32BitConstant * kInstrSize, code,
505 static const int kInstrSize = sizeof(Instr);
527 static const int kCallTargetAddressOffset = 3 * kInstrSize;
529 static const int kCallTargetAddressOffset = 4 * kInstrSize;
534 static const int kPatchDebugBreakSlotAddressOffset = 4 * kInstrSize;
546 kDebugBreakSlotInstructions * kInstrSize;
555 static const int kTrampolineSlotsSize = 2 * kInstrSize;
557 static const int kTrampolineSlotsSize = 4 * kInstrSize;
    [all...]
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/ppc/
assembler-ppc-inl.h 157 IsConstantPoolLoadEnd(pc - 3 * kInstrSize, &access)) {
162 return pc - (len + 2) * kInstrSize;
175 return pc + (len + 2) * kInstrSize;
265 static const int kCodeAgingTargetDelta = 1 * Assembler::kInstrSize;
267 (kNoCodeAgeSequenceInstructions * Assembler::kInstrSize);
438 pc_ += kInstrSize;
455 Instr instr2 = instr_at(pc + kInstrSize);
459 Instr instr4 = instr_at(pc + (3 * kInstrSize));
460 Instr instr5 = instr_at(pc + (4 * kInstrSize));
500 opcode = instr_at(pc + kInstrSize) & kOpcodeMask
    [all...]
code-stubs-ppc.h 104 Assembler::instr_at(stub->instruction_start() + Assembler::kInstrSize);
106 (Assembler::kInstrSize * 2));
128 PatchBranchIntoNop(&masm, Assembler::kInstrSize);
129 PatchBranchIntoNop(&masm, Assembler::kInstrSize * 2);
133 PatchNopIntoBranch(&masm, Assembler::kInstrSize);
137 PatchNopIntoBranch(&masm, Assembler::kInstrSize * 2);
142 stub->instruction_start() + Assembler::kInstrSize,
143 2 * Assembler::kInstrSize);
assembler-ppc.h 498 static const int kInstrSize = sizeof(Instr);
535 (kMovInstructions + 2) * kInstrSize;
543 static const int kPatchDebugBreakSlotAddressOffset = 0 * kInstrSize;
550 kDebugBreakSlotInstructions * kInstrSize;
589 int cmpi_pos = pc_offset() - kInstrSize;
593 int xpos = cmpi_pos - kInstrSize;
602 pc_ -= kInstrSize;
606 pc_ -= kInstrSize;
609 pc_ -= kInstrSize;
    [all...]
deoptimizer-ppc.cc 23 return kCallInstructionSizeInWords * Assembler::kInstrSize;
76 int call_size_in_words = call_size_in_bytes / Assembler::kInstrSize;
77 DCHECK(call_size_in_bytes % Assembler::kInstrSize == 0);
codegen-ppc.cc 181 young_sequence_.length() / Assembler::kInstrSize,
224 young_length / Assembler::kInstrSize);
  /external/v8/src/mips64/
assembler-mips64-inl.h 126 // pc_ + Assembler::kInstructionsFor32BitConstant * Assembler::kInstrSize);
128 pc_ + Assembler::kInstructionsFor64BitConstant * Assembler::kInstrSize);
162 Instr instr = Assembler::instr_at(pc + 0 * Assembler::kInstrSize);
231 Instr instr = Assembler::instr_at(pc_ + 0 * Assembler::kInstrSize);
288 static const int kNoCodeAgeSequenceLength = 9 * Assembler::kInstrSize;
300 Assembler::target_address_at(pc_ + Assembler::kInstrSize, host_));
307 Assembler::set_target_address_at(isolate_, pc_ + Assembler::kInstrSize, host_,
408 if (pc_offset() >= next_buffer_check_ - extra_instructions * kInstrSize) {
422 pc_ += kInstrSize;
435 pc_ += kInstrSize;
    [all...]
code-stubs-mips64.h 115 2 * Assembler::kInstrSize);
140 PatchBranchIntoNop(&masm, 2 * Assembler::kInstrSize);
148 PatchNopIntoBranch(&masm, 2 * Assembler::kInstrSize);
153 4 * Assembler::kInstrSize);
deoptimizer-mips64.cc 17 return kCallInstructionSizeInWords * Assembler::kInstrSize;
67 int call_size_in_words = call_size_in_bytes / Assembler::kInstrSize;
68 DCHECK(call_size_in_bytes % Assembler::kInstrSize == 0);
307 const int Deoptimizer::table_entry_size_ = 2 * Assembler::kInstrSize;
317 (1 << (kImm16Bits - 2)) / (table_entry_size_ / Assembler::kInstrSize);
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...]
assembler-mips64.h 429 return pc_offset() - L->pos() < kMaxBranchOffset - 4 * kInstrSize;
433 return pc_offset() - L->pos() < kMaxCompactBranchOffset - 4 * kInstrSize;
502 instruction_payload - kInstructionsFor64BitConstant * kInstrSize, code,
512 static const int kInstrSize = sizeof(Instr);
535 static const int kCallTargetAddressOffset = 5 * kInstrSize;
537 static const int kCallTargetAddressOffset = 6 * kInstrSize;
542 static const int kPatchDebugBreakSlotAddressOffset = 6 * kInstrSize;
554 kDebugBreakSlotInstructions * kInstrSize;
562 static const int kTrampolineSlotsSize = 2 * kInstrSize;
    [all...]
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...]
  /external/v8/src/ic/arm/
ic-arm.cc 74 cmp_instruction_address - delta * Instruction::kInstrSize;
77 Assembler::instr_at(patch_address + Instruction::kInstrSize);
  /external/v8/src/ic/ppc/
ic-ppc.cc 77 cmp_instruction_address - delta * Instruction::kInstrSize;
80 Assembler::instr_at(patch_address + Instruction::kInstrSize);
  /external/v8/src/ic/mips/
ic-mips.cc 76 andi_instruction_address - delta * Instruction::kInstrSize;
98 Assembler::instr_at(patch_address + Instruction::kInstrSize);
  /external/v8/src/ic/mips64/
ic-mips64.cc 76 andi_instruction_address - delta * Instruction::kInstrSize;
98 Assembler::instr_at(patch_address + Instruction::kInstrSize);
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.cc     [all...]

Completed in 329 milliseconds

1 2 3