Searched refs:accessInsn (Results 1 – 1 of 1) sorted by relevance
549 static int64_t getTotalDisp(uint64_t prefixedInsn, uint32_t accessInsn) { in getTotalDisp() argument552 int32_t disp16 = llvm::SignExtend32(accessInsn & 0xffff, 16); in getTotalDisp()554 if (isDQFormInstruction(accessInsn)) in getTotalDisp()556 else if (isDSFormInstruction(getPPCLegacyInsn(accessInsn))) in getTotalDisp()687 uint32_t accessInsn = read32(ctx, loc + rel.addend); in relaxGot() local688 uint64_t pcRelInsn = getPCRelativeForm(accessInsn); in relaxGot()696 << utohexstr(accessInsn, true); in relaxGot()700 int64_t totalDisp = getTotalDisp(insn, accessInsn); in relaxGot()