Searched refs:kPcLoadDelta (Results 1 – 9 of 9) sorted by relevance
323 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()
447 static constexpr int kPcLoadDelta = 8;
832 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()
672 byte* pc = reinterpret_cast<byte*>(instr) + Instruction::kPcLoadDelta; in FormatOption()
2391 sub(dst, pc, Operand(pc_offset() + Instruction::kPcLoadDelta)); in ComputeCodeStartAddress()
738 return registers_[reg] + ((reg == pc) ? Instruction::kPcLoadDelta : 0); in get_register()
2746 constexpr uint8_t kPcLoadDelta = 8; variable
649 static constexpr int kPcLoadDelta = 4; variable
659 static constexpr int kPcLoadDelta = 4; variable