/external/v8/src/arm/ |
H A D | 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...] |
H A D | code-stubs-arm.h | 83 Assembler::kInstrSize); 108 PatchBranchIntoNop(&masm, Assembler::kInstrSize); 116 PatchNopIntoBranch(&masm, Assembler::kInstrSize); 121 2 * Assembler::kInstrSize);
|
H A D | 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/ |
H A D | 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...] |
H A D | code-stubs-mips.h | 114 2 * Assembler::kInstrSize); 139 PatchBranchIntoNop(&masm, 2 * Assembler::kInstrSize); 147 PatchNopIntoBranch(&masm, 2 * Assembler::kInstrSize); 152 4 * Assembler::kInstrSize);
|
H A D | 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);
|
H A D | 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); 2339 set_pc(get_pc() + 2 * Instruction::kInstrSize); member in class:v8::internal::Instruction [all...] |
H A D | 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...] |
H A D | 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; 3122 BlockTrampolinePoolBefore(pc_offset() + instructions * kInstrSize); local [all...] |
/external/v8/src/ppc/ |
H A D | 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) [all...] |
H A D | 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);
|
H A D | 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; 1164 return SizeOfCodeGeneratedSince(label) / kInstrSize; [all...] |
H A D | 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);
|
H A D | codegen-ppc.cc | 181 young_sequence_.length() / Assembler::kInstrSize, 224 young_length / Assembler::kInstrSize);
|
/external/v8/src/mips64/ |
H A D | 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...] |
H A D | code-stubs-mips64.h | 115 2 * Assembler::kInstrSize); 140 PatchBranchIntoNop(&masm, 2 * Assembler::kInstrSize); 148 PatchNopIntoBranch(&masm, 2 * Assembler::kInstrSize); 153 4 * Assembler::kInstrSize);
|
H A D | 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);
|
H A D | 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; 3391 BlockTrampolinePoolBefore(pc_offset() + instructions * kInstrSize); local [all...] |
H A D | 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; 1055 return SizeOfCodeGeneratedSince(label) / kInstrSize; [all...] |
H A D | 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); 2286 set_pc(get_pc() + 2 * Instruction::kInstrSize); member in class:v8::internal::Instruction [all...] |
/external/v8/src/ic/arm/ |
H A D | ic-arm.cc | 74 cmp_instruction_address - delta * Instruction::kInstrSize; 77 Assembler::instr_at(patch_address + Instruction::kInstrSize);
|
/external/v8/src/ic/ppc/ |
H A D | ic-ppc.cc | 77 cmp_instruction_address - delta * Instruction::kInstrSize; 80 Assembler::instr_at(patch_address + Instruction::kInstrSize);
|
/external/v8/src/ic/mips/ |
H A D | ic-mips.cc | 76 andi_instruction_address - delta * Instruction::kInstrSize; 98 Assembler::instr_at(patch_address + Instruction::kInstrSize);
|
/external/v8/src/ic/mips64/ |
H A D | 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/ |
H A D | assembler_arm.cc | 2178 const int32_t or1 = region.Load<int32_t>(position + 1*Instr::kInstrSize); 2179 const int32_t or2 = region.Load<int32_t>(position + 2*Instr::kInstrSize); 2180 const int32_t or3 = region.Load<int32_t>(position + 3*Instr::kInstrSize); 2181 const int32_t bx = region.Load<int32_t>(position + 4*Instr::kInstrSize); 2198 region.Store<int32_t>(position + 0 * Instr::kInstrSize, patched_mov); 2199 region.Store<int32_t>(position + 1 * Instr::kInstrSize, patched_or1); 2200 region.Store<int32_t>(position + 2 * Instr::kInstrSize, patched_or2); 2201 region.Store<int32_t>(position + 3 * Instr::kInstrSize, patched_or3); 2217 const int32_t movt = region.Load<int32_t>(position + Instr::kInstrSize); 2218 const int32_t bx = region.Load<int32_t>(position + 2 * Instr::kInstrSize); [all...] |