Lines Matching defs:PtrAddr
507 uint64_t PtrAddr = PointersBlockTargetAddress.getValue();
508 for (unsigned I = 0; I < NumStubs; ++I, PtrAddr += 4)
509 Stub[I] = 0xF1C40000000025ff | (PtrAddr << 16);
677 uint64_t PtrAddr = PointersBlockTargetAddress.getValue();
680 uint32_t HiAddr = ((PtrAddr + 0x8000) >> 16);
682 Stub[4 * I + 1] = 0x8f390000 | (PtrAddr & 0xFFFF); // lw $t9,%lo(ptr1)($t9)
685 PtrAddr += 4;
900 uint64_t PtrAddr = PointersBlockTargetAddress.getValue();
902 for (unsigned I = 0; I < NumStubs; ++I, PtrAddr += 8) {
903 uint64_t HeighestAddr = ((PtrAddr + 0x800080008000) >> 48);
904 uint64_t HeigherAddr = ((PtrAddr + 0x80008000) >> 32);
905 uint64_t HiAddr = ((PtrAddr + 0x8000) >> 16);
911 Stub[8 * I + 5] = 0xdf390000 | (PtrAddr & 0xFFFF); // ld $t9,%lo(ptr)