Lines Matching refs:addend
210 int64_t addend; member
216 uint32_t addend; member
237 adrp.addend = SignExtend64<21>(immLo | (immHi << 2)) * 4096; in parseAdrp()
246 add.addend = (insn >> 10) & 0xfff; in parseAdd()
375 uint64_t referent = pageBits(addr1) + adrp.addend + add.addend; in applyAdrpAdd()
402 uint64_t page1 = pageBits(offset1 + isec->getVA()) + adrp1.addend; in applyAdrpAdrp()
403 uint64_t page2 = pageBits(offset2 + isec->getVA()) + adrp2.addend; in applyAdrpAdrp()
432 uint64_t referent = pageBits(addr1) + adrp.addend + ldr.offset; in applyAdrpLdr()
488 uint64_t referent = pageBits(addr1) + adrp.addend + add.addend; in applyAdrpAddLdr()
517 immediateLdr.offset += add.addend; in applyAdrpAddLdr()
563 uint64_t referent = pageBits(addr1) + adrp.addend + ldr2.offset; in applyAdrpLdrGotLdr()