Home
last modified time | relevance | path

Searched refs:kPcLoadDelta (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/arm/
Dassembler-arm-inl.h323 return pc + GetLdrRegisterImmediateOffset(instr) + Instruction::kPcLoadDelta; in constant_pool_entry_address()
356 return pc + delta + Instruction::kPcLoadDelta; in target_address_at()
409 intptr_t branch_offset = target - pc - Instruction::kPcLoadDelta; in set_target_address_at()
Dconstants-arm.h447 static constexpr int kPcLoadDelta = 8;
Dassembler-arm.cc832 return pos + Instruction::kPcLoadDelta + imm26; in target_at()
912 int imm26 = target_pos - (pos + Instruction::kPcLoadDelta); in target_at_put()
1415 return target_pos - (pc_offset() + Instruction::kPcLoadDelta); in branch_offset()
5304 int delta = pc_offset() - entry.position() - Instruction::kPcLoadDelta; in CheckConstPool()
5335 int delta = pc_offset() - entry.position() - Instruction::kPcLoadDelta; in CheckConstPool()
Ddisasm-arm.cc672 byte* pc = reinterpret_cast<byte*>(instr) + Instruction::kPcLoadDelta; in FormatOption()
Dmacro-assembler-arm.cc2391 sub(dst, pc, Operand(pc_offset() + Instruction::kPcLoadDelta)); in ComputeCodeStartAddress()
Dsimulator-arm.cc738 return registers_[reg] + ((reg == pc) ? Instruction::kPcLoadDelta : 0); in get_register()
/external/v8/src/ppc/
Dconstants-ppc.h2746 constexpr uint8_t kPcLoadDelta = 8; variable
/external/v8/src/mips/
Dassembler-mips.h649 static constexpr int kPcLoadDelta = 4; variable
/external/v8/src/mips64/
Dassembler-mips64.h659 static constexpr int kPcLoadDelta = 4; variable