Home
last modified time | relevance | path

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

/bionic/libc/arch-arm64/oryon/
Dmemcpy-nt.S74 stp A_l, A_h, [dstin]
75 stp D_l, D_h, [dstend, -16]
119 stp A_l, A_h, [dstin]
120 stp B_l, B_h, [dstin, 16]
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]
137 stp A_l, A_h, [dstin]
138 stp B_l, B_h, [dstin, 16]
[all …]
Dmemset-nt.S71 stp A_l, A_l, [dst, #-48]
73 stp A_l, A_l, [dst, #-32]
75 stp A_l, A_l, [dst, #-16]
79 stp A_l, A_l, [dst, #-16] /* Repeat some/all of last store. */
112 stp A_l, A_l, [dst]
121 stp A_l, A_l, [dst, #16]
122 stp A_l, A_l, [dst, #32]
123 stp A_l, A_l, [dst, #48]
124 stp A_l, A_l, [dst, #64]!
167 stp A_l, A_l, [dst]
[all …]
/bionic/libc/arch-arm64/bionic/
Dsetjmp.S112 stp x0, x30, [sp, #-16]!
128 stp x1, xzr, [sp, #-16]!
159 stp x30, x10, [x0, #(_JB_X30_SP * 8)]
160 stp x28, x29, [x0, #(_JB_X28_X29 * 8)]
161 stp x26, x27, [x0, #(_JB_X26_X27 * 8)]
162 stp x24, x25, [x0, #(_JB_X24_X25 * 8)]
163 stp x22, x23, [x0, #(_JB_X22_X23 * 8)]
164 stp x20, x21, [x0, #(_JB_X20_X21 * 8)]
165 stp x3, x19, [x0, #(_JB_SCS_X19 * 8)]
169 stp d14, d15, [x0, #(_JB_D14_D15 * 8)]
[all …]
D__bionic_clone.S35 stp x5, x6, [x1, #-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/arch-arm64/string/
D__memset_chk.S39 stp x29, x30, [sp, -16]!
D__memcpy_chk.S39 stp x29, x30, [sp, -16]!
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c443 const char *stp; /* string matched by it cannot pass here */ in dissect() local
503 stp = stop; in dissect()
506 rest = walk(m, sp, stp, ss, es, false); in dissect()
513 stp = rest - 1; in dissect()
514 assert(stp >= sp); /* it did work */ in dissect()
527 stp = stop; in dissect()
530 rest = walk(m, sp, stp, ss, es, false); in dissect()
537 stp = rest - 1; in dissect()
538 assert(stp >= sp); /* it did work */ in dissect()
563 stp = stop; in dissect()
[all …]