Searched refs:tocOffset (Results 1 – 1 of 1) sorted by relevance
1472 uint64_t tocOffset = destination.getVA(ctx) - getPPC64TocBase(ctx); in writeTo() local1473 if (tocOffset >> 16 > 0) { in writeTo()1474 const uint64_t addi = ADDI_R12_TO_R12_NO_DISP | (tocOffset & 0xffff); in writeTo()1476 ADDIS_R12_TO_R2_NO_DISP | ((tocOffset >> 16) & 0xffff); in writeTo()1481 const uint64_t addi = ADDI_R12_TO_R2_NO_DISP | (tocOffset & 0xffff); in writeTo()