| /u-boot/arch/arm/lib/ |
| A D | memcpy-arm64.S | 73 stp A_l, A_h, [dstin] 118 stp A_l, A_h, [dstin] 136 stp A_l, A_h, [dstin] 161 stp D_l, D_h, [dstin] 169 stp A_l, A_h, [dst, 16] 171 stp B_l, B_h, [dst, 32] 173 stp C_l, C_h, [dst, 48] 183 stp A_l, A_h, [dst, 16] 185 stp B_l, B_h, [dst, 32] 187 stp C_l, C_h, [dst, 48] [all …]
|
| A D | setjmp_aarch64.S | 13 stp x19, x20, [x0,#0] 14 stp x21, x22, [x0,#16] 15 stp x23, x24, [x0,#32] 16 stp x25, x26, [x0,#48] 17 stp x27, x28, [x0,#64] 18 stp x29, x30, [x0,#80]
|
| A D | memset-arm64.S | 100 stp q0, q0, [dstin, 32] 101 stp q0, q0, [dstend, -32] 120 stp q0, q0, [dst, 32] 131 stp q0, q0, [dstend, -64] 132 stp q0, q0, [dstend, -32] 140 stp q0, q0, [dst, 32] 141 stp q0, q0, [dst, 64]! 144 stp q0, q0, [dstend, -64] 145 stp q0, q0, [dstend, -32]
|
| A D | crt0_aarch64_efi.S | 144 stp x29, x30, [sp, #-32]! 147 stp x0, x1, [sp, #16]
|
| A D | relocate_64.S | 23 stp x29, x30, [sp, #-32]! /* create a stack frame */ 52 stp x10, x11, [x0], #16 /* copy to target address [x0] */
|
| /u-boot/arch/arm/cpu/armv8/ |
| A D | exceptions.S | 39 stp x29, x30, [sp, #-16]! 49 stp x27, x28, [sp, #-16]! 50 stp x25, x26, [sp, #-16]! 51 stp x23, x24, [sp, #-16]! 58 stp x9, x10, [sp, #-16]! 59 stp x7, x8, [sp, #-16]! 60 stp x5, x6, [sp, #-16]! 61 stp x3, x4, [sp, #-16]! 62 stp x1, x2, [sp, #-16]! 90 stp x1, x0, [sp, #-16]! [all …]
|
| A D | psci.S | 104 stp x15, xzr, [sp, #-16]! 108 stp x29, x30, [sp, #-16]! 109 stp x27, x28, [sp, #-16]! 110 stp x25, x26, [sp, #-16]! 111 stp x23, x24, [sp, #-16]! 112 stp x21, x22, [sp, #-16]! 113 stp x19, x20, [sp, #-16]! 115 stp x18, x15, [sp, #-16]!
|
| A D | smccc-call.S | 17 stp x0, x1, [x4, #ARM_SMCCC_RES_X0_OFFS] 18 stp x2, x3, [x4, #ARM_SMCCC_RES_X2_OFFS]
|
| A D | sha256_ce_core.S | 132 3: stp dga, dgb, [x0]
|
| /u-boot/arch/arm/mach-imx/imx8m/ |
| A D | lowlevel_init.S | 21 stp x1, x2, [x0], #16 22 stp x3, x4, [x0], #16 23 stp x5, x6, [x0], #16 24 stp x7, x8, [x0], #16 25 stp x9, x10, [x0], #16 26 stp x11, x12, [x0], #16 27 stp x13, x14, [x0], #16 28 stp x15, x16, [x0], #16 29 stp x17, x18, [x0], #16 30 stp x19, x20, [x0], #16 [all …]
|
| /u-boot/arch/arm/mach-imx/imx8ulp/ |
| A D | lowlevel_init.S | 22 stp x1, x2, [x0], #16 23 stp x3, x4, [x0], #16
|
| /u-boot/arch/arm/mach-imx/imx9/ |
| A D | lowlevel_init.S | 22 stp x1, x2, [x0], #16 23 stp x3, x4, [x0], #16
|
| /u-boot/arch/arm/mach-imx/imx8/ |
| A D | lowlevel_init.S | 21 stp x1, x2, [x0], #16 22 stp x3, x4, [x0], #16
|
| /u-boot/arch/arm/cpu/armv8/xen/ |
| A D | lowlevel_init.S | 22 stp x0, x2, [x1], #16 23 stp x3, x4, [x1], #16
|
| /u-boot/arch/arm/mach-rmobile/ |
| A D | lowlevel_init_gen3.S | 29 stp x0, x1, [x8], #16 30 stp x2, x3, [x8], #16
|
| /u-boot/board/armltd/vexpress64/ |
| A D | lowlevel_init.S | 10 stp x0, x1, [x8]
|
| /u-boot/scripts/ |
| A D | checkstack.pl | 49 $re = qr/^.*stp.*sp,\#-([0-9]{1,8})\]\!/o;
|
| /u-boot/include/linux/mtd/ |
| A D | nand.h | 123 #define NAND_ECCREQ(str, stp) { .strength = (str), .step_size = (stp) } argument
|