Searched refs:dstend (Results 1 – 2 of 2) sorted by relevance
| /arch/arm/lib/ |
| A D | memcpy-arm64.S | 21 #define dstend x5 macro 62 add dstend, dstin, count 74 stp D_l, D_h, [dstend, -16] 83 str A_h, [dstend, -8] 93 str B_lw, [dstend, -4] 105 strb C_lw, [dstend, -1] 120 stp C_l, C_h, [dstend, -32] 121 stp D_l, D_h, [dstend, -16] 133 stp G_l, G_h, [dstend, -64] 202 and tmp1, dstend, 15 [all …]
|
| A D | memset-arm64.S | 22 #define dstend x4 macro 61 add dstend, dstin, count 72 str val, [dstend, -8] 77 str valw, [dstend, -4] 82 strh valw, [dstend, -2] 89 str q0, [dstend, -16] 92 str q0, [dstend, -32] 101 stp q0, q0, [dstend, -32] 131 stp q0, q0, [dstend, -64] 132 stp q0, q0, [dstend, -32] [all …]
|
Completed in 5 milliseconds