Searched refs:dstend (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/arch/arm64/lib/ |
D | memcpy.S | 25 #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] 134 stp H_l, H_h, [dstend, -48] [all …]
|