Searched refs:accessInsn (Results 1 – 1 of 1) sorted by relevance
534 static int64_t getTotalDisp(uint64_t prefixedInsn, uint32_t accessInsn) { in getTotalDisp() argument537 int32_t disp16 = llvm::SignExtend32(accessInsn & 0xffff, 16); in getTotalDisp()539 if (isDQFormInstruction(accessInsn)) in getTotalDisp()541 else if (isDSFormInstruction(getPPCLegacyInsn(accessInsn))) in getTotalDisp()670 uint32_t accessInsn = read32(loc + rel.addend); in relaxGot() local671 uint64_t pcRelInsn = getPCRelativeForm(accessInsn); in relaxGot()679 Twine::utohexstr(accessInsn)); in relaxGot()683 int64_t totalDisp = getTotalDisp(insn, accessInsn); in relaxGot()