Searched refs:dstend (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/arch-arm64/generic/bionic/ |
D | memmove.S | 67 #define dstend x4 macro 98 add dstend, dstin, count 106 and tmp1, dstend, 15 111 stp D_l, D_h, [dstend, -16] 115 sub dstend, dstend, tmp1 120 stp A_l, A_h, [dstend, -16] 122 stp B_l, B_h, [dstend, -32] 124 stp C_l, C_h, [dstend, -48] 126 stp D_l, D_h, [dstend, -64]! 136 stp A_l, A_h, [dstend, -16] [all …]
|
D | memset.S | 78 #define dstend x4 macro 104 add dstend, dstin, count 115 str val, [dstend, -8] 120 str valw, [dstend, -4] 125 strh valw, [dstend, -2] 132 str q0, [dstend, -16] 135 str q0, [dstend, -32] 144 stp q0, q0, [dstend, -32] 157 sub count, dstend, dst /* Count is 16 too large. */ 165 2: stp q0, q0, [dstend, -64] [all …]
|
D | memcpy_base.S | 68 #define dstend x5 macro 99 add dstend, dstin, count 114 stp C_l, C_h, [dstend, -32] 117 stp D_l, D_h, [dstend, -16] 129 str A_h, [dstend, -8] 137 str A_hw, [dstend, -4] 150 strb A_hw, [dstend, -1] 166 stp E_l, E_h, [dstend, -32] 167 stp F_l, F_h, [dstend, -16] 213 stp E_l, E_h, [dstend, -64] [all …]
|