Searched refs:dstend (Results 1 – 2 of 2) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/machine/aarch64/ |
D | memcpy.S | 24 #define dstend x5 macro 65 add dstend, dstin, count 77 stp D_l, D_h, [dstend, -16] 86 str A_h, [dstend, -8] 96 str B_lw, [dstend, -4] 108 strb C_lw, [dstend, -1] 123 stp C_l, C_h, [dstend, -32] 124 stp D_l, D_h, [dstend, -16] 136 stp G_l, G_h, [dstend, -64] 137 stp H_l, H_h, [dstend, -48] [all …]
|
D | memset.S | 24 #define dstend x4 macro 32 add dstend, dstin, count 43 str val, [dstend, -8] 48 str valw, [dstend, -4] 53 strh valw, [dstend, -2] 60 str q0, [dstend, -16] 63 str q0, [dstend, -32] 72 stp q0, q0, [dstend, -32] 93 sub count, dstend, dst /* Count is now 64 too large. */ 102 stp q0, q0, [dstend, -64] [all …]
|