Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/aarch64/
Dmemcpy.S78 stp A_l, A_h, [dstin]
79 stp D_l, D_h, [dstend, -16]
123 stp A_l, A_h, [dstin]
124 stp B_l, B_h, [dstin, 16]
125 stp C_l, C_h, [dstend, -32]
126 stp D_l, D_h, [dstend, -16]
138 stp G_l, G_h, [dstend, -64]
139 stp H_l, H_h, [dstend, -48]
141 stp A_l, A_h, [dstin]
142 stp B_l, B_h, [dstin, 16]
[all …]
Dmemset.S73 stp q0, q0, [dstin, 32]
74 stp q0, q0, [dstend, -32]
93 stp q0, q0, [dst, 32]
104 stp q0, q0, [dstend, -64]
105 stp q0, q0, [dstend, -32]
113 stp q0, q0, [dst, 32]
114 stp q0, q0, [dst, 64]!
117 stp q0, q0, [dstend, -64]
118 stp q0, q0, [dstend, -32]
Dsetjmp.S54 #define REG_PAIR(REG1, REG2, OFFS) stp REG1, REG2, [x0, OFFS]
/picolibc-latest/newlib/libc/posix/
Dengine.c356 char *stp; /* string matched by it cannot pass here */ in dissect() local
406 stp = stop; in dissect()
409 rest = slow(m, sp, stp, ss, es); in dissect()
416 stp = rest - 1; in dissect()
417 assert(stp >= sp); /* it did work */ in dissect()
431 stp = stop; in dissect()
434 rest = slow(m, sp, stp, ss, es); in dissect()
441 stp = rest - 1; in dissect()
442 assert(stp >= sp); /* it did work */ in dissect()
468 stp = stop; in dissect()
[all …]