Lines Matching refs:x1
30 adrp x1, __image_copy_start /* x1 <- address bits [31:12] */
31 add x1, x1, :lo12:__image_copy_start/* x1 <- address bits [11:00] */
32 subs x9, x0, x1 /* x9 <- Run to copy offset */
44 ldr x1, _TEXT_BASE /* x1 <- Linked &__image_copy_start */
45 subs x9, x0, x1 /* x9 <- Link to copy offset */
47 adrp x1, __image_copy_start /* x1 <- address bits [31:12] */
48 add x1, x1, :lo12:__image_copy_start/* x1 <- address bits [11:00] */
52 ldp x10, x11, [x1], #16 /* copy from source address [x1] */
54 cmp x1, x2 /* until source end address [x2] */
66 ldp x0, x1, [x2], #16 /* (x0,x1) <- (SRC location, fixup) */
68 and x1, x1, #0xffffffff
69 cmp x1, #R_AARCH64_RELATIVE
81 switch_el x1, 3f, 2f, 1f
92 4: ldp x0, x1, [sp, #16]