Home
last modified time | relevance | path

Searched refs:stp (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/arch-arm64/generic/bionic/
Dmemcpy_base.S113 stp B_l, B_h, [dstin, 16]
114 stp C_l, C_h, [dstend, -32]
116 stp A_l, A_h, [dstin]
117 stp D_l, D_h, [dstend, -16]
162 stp A_l, A_h, [dstin]
163 stp B_l, B_h, [dstin, 16]
164 stp C_l, C_h, [dstin, 32]
165 stp D_l, D_h, [dstin, 48]
166 stp E_l, E_h, [dstend, -32]
167 stp F_l, F_h, [dstend, -16]
[all …]
Dmemmove.S111 stp D_l, D_h, [dstend, -16]
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]
138 stp B_l, B_h, [dstend, -32]
140 stp C_l, C_h, [dstend, -48]
142 stp D_l, D_h, [dstend, -64]
143 stp E_l, E_h, [dstin, 48]
[all …]
Dmemset.S93 stp x29, x30, [sp, -16]!
143 stp q0, q0, [dstin, 32]
144 stp q0, q0, [dstend, -32]
160 1: stp q0, q0, [dst], 64
161 stp q0, q0, [dst, -32]
165 2: stp q0, q0, [dstend, -64]
166 stp q0, q0, [dstend, -32]
182 stp q0, q0, [dst, 32]
184 stp q0, q0, [dst, 64]
185 stp q0, q0, [dst, 96]
[all …]
D__memcpy_chk.S39 stp x29, x30, [sp, -16]!
Dstring_copy.S128 stp data1, data2, [dst], #16
/bionic/libc/arch-arm64/bionic/
Dsetjmp.S121 stp x0, x30, [sp, #-16]!
137 stp x1, xzr, [sp, #-16]!
165 stp x30, x10, [x0, #(_JB_X30_SP * 8)]
166 stp x28, x29, [x0, #(_JB_X28_X29 * 8)]
167 stp x26, x27, [x0, #(_JB_X26_X27 * 8)]
168 stp x24, x25, [x0, #(_JB_X24_X25 * 8)]
169 stp x22, x23, [x0, #(_JB_X22_X23 * 8)]
170 stp x20, x21, [x0, #(_JB_X20_X21 * 8)]
171 stp x3, x19, [x0, #(_JB_SCS_X19 * 8)]
175 stp d14, d15, [x0, #(_JB_D14_D15 * 8)]
[all …]
D__bionic_clone.S35 stp x5, x6, [x1, #-16]!
Dvfork.S59 stp x0, x30, [sp, #-16]!
/bionic/linker/arch/arm64/
Dtlsdesc_resolver.S43 stp x19, x20, [sp, #-32]!
47 stp x21, x22, [sp, #16]
95 stp x, y, [sp, #((slot) * 8)]; \
100 stp x, y, [sp, #((slot) * 8)]; \
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c364 const char *stp; /* string matched by it cannot pass here */ in dissect() local
420 stp = stop; in dissect()
423 rest = slow(m, sp, stp, ss, es); in dissect()
430 stp = rest - 1; in dissect()
431 assert(stp >= sp); /* it did work */ in dissect()
449 stp = stop; in dissect()
452 rest = slow(m, sp, stp, ss, es); in dissect()
459 stp = rest - 1; in dissect()
460 assert(stp >= sp); /* it did work */ in dissect()
490 stp = stop; in dissect()
[all …]