Searched refs:dstend (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/arch-arm64/oryon/ |
D | memcpy-nt.S | 22 #define dstend x5 macro 63 add dstend, dstin, count 75 stp D_l, D_h, [dstend, -16] 84 str A_h, [dstend, -8] 94 str B_lw, [dstend, -4] 106 strb C_lw, [dstend, -1] 121 stp C_l, C_h, [dstend, -32] 122 stp D_l, D_h, [dstend, -16] 134 stp G_l, G_h, [dstend, -64] 135 stp H_l, H_h, [dstend, -48] [all …]
|