Searched refs:accessInsn (Results 1 – 1 of 1) sorted by relevance
538 static int64_t getTotalDisp(uint64_t prefixedInsn, uint32_t accessInsn) { in getTotalDisp() argument541 int32_t disp16 = llvm::SignExtend32(accessInsn & 0xffff, 16); in getTotalDisp()543 if (isDQFormInstruction(accessInsn)) in getTotalDisp()545 else if (isDSFormInstruction(getPPCLegacyInsn(accessInsn))) in getTotalDisp()676 uint32_t accessInsn = read32(loc + rel.addend); in relaxGot() local677 uint64_t pcRelInsn = getPCRelativeForm(accessInsn); in relaxGot()685 Twine::utohexstr(accessInsn)); in relaxGot()689 int64_t totalDisp = getTotalDisp(insn, accessInsn); in relaxGot()