Searched refs:dstend (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/machine/aarch64/ |
D | memcpy.S | 26 #define dstend x5 macro 67 add dstend, dstin, count 79 stp D_l, D_h, [dstend, -16] 88 str A_h, [dstend, -8] 98 str B_lw, [dstend, -4] 110 strb C_lw, [dstend, -1] 125 stp C_l, C_h, [dstend, -32] 126 stp D_l, D_h, [dstend, -16] 138 stp G_l, G_h, [dstend, -64] 139 stp H_l, H_h, [dstend, -48] [all …]
|
D | memset.S | 26 #define dstend x4 macro 34 add dstend, dstin, count 45 str val, [dstend, -8] 50 str valw, [dstend, -4] 55 strh valw, [dstend, -2] 62 str q0, [dstend, -16] 65 str q0, [dstend, -32] 74 stp q0, q0, [dstend, -32] 95 sub count, dstend, dst /* Count is now 64 too large. */ 104 stp q0, q0, [dstend, -64] [all …]
|