Lines Matching defs:offset
6157 int64_t offset) {
6159 if (offset < 0) {
6161 uint64_t abs_offset = UnsignedNegate(static_cast<uint64_t>(offset));
6164 AppendToOutput("#+0x%" PRIx64, offset);
6619 int64_t offset = instr->GetImmCondBranch() << 2;
6620 AppendPCRelativeOffsetToOutput(instr, offset);
7132 int64_t offset = instr->GetImmPCRel();
7138 offset *= kPageSize;
7144 reinterpret_cast<const void *>(base + offset - code_address_offset());
7146 AppendPCRelativeOffsetToOutput(instr, offset);
7157 int64_t offset = 0;
7161 offset = instr->GetImmUncondBranch();
7165 offset = instr->GetImmCondBranch();
7169 offset = instr->GetImmCmpBranch();
7173 offset = instr->GetImmTestBranch();
7178 offset *= static_cast<int>(kInstructionSize);
7179 const void *target_address = reinterpret_cast<const void *>(instr + offset);
7182 AppendPCRelativeOffsetToOutput(instr, offset);