Lines Matching full:adrp
33 adrp x0, :tlsgd:foo
43 adrp x0, :tlsdesc:foo R_AARCH64_TLSDESC_ADR_PAGE21(foo)
230 0x10, 0x00, 0x00, 0x90, /* adrp x16, (GOT+16) */
249 0x10, 0x00, 0x00, 0x90, /* adrp x16, PLTGOT + n * 8 */
264 0x02, 0x00, 0x00, 0x90, /* adrp x2, 0 */
265 0x03, 0x00, 0x00, 0x90, /* adrp x3, 0 */
606 /* ADRP: ((PG(S+A)-PG(P)) >> 12) & 0x1fffff */
621 /* ADRP: ((PG(S+A)-PG(P)) >> 12) & 0x1fffff [no overflow check] */
805 (G(S) - P) using an ADRP instruction. */
851 (G(S) - P) using an ADRP instruction. */
1106 (G(S) - P) using an ADRP instruction. */
1591 0x90000010, /* adrp ip0, X */
1676 /* In an erratum 843419 workaround stub, the ADRP instruction offset. */
1829 /* Enable ADRP->ADR rewrite for erratum 843419 workaround. */
3132 /* Test if instruction INSN is ADRP. */
4902 adrp x0, :tlsgd:var => movz x0, :tprel_g1:var
4904 adrp x0, :tlsdesc:var => movz x0, :tprel_g1:var
4912 adrp x0, :tlsgd:var => adrp x0, :gottprel:var
4914 adrp x0, :tlsdesc:var => adrp x0, :gottprel:var
4992 adrp xd, :gottprel:var => movz xd, :tprel_g1:var
7634 /* Fill in the top 21 bits for this: ADRP x16, PLT_GOT + n * 8.
7635 ADRP: ((PG(S+A)-PG(P)) >> 12) & 0x1fffff */
7911 adrp x16, PLT_GOT + 16 // Get the page base of the GOTPLT
7936 /* Fill in the top 21 bits for this: ADRP x16, PLT_GOT + n * 8.
7937 ADRP: ((PG(S+A)-PG(P)) >> 12) & 0x1fffff */
8069 /* adrp x2, DT_TLSDESC_GOT */
8076 /* adrp x3, 0 */