Searched refs:srcin (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/lib/cortex-strings/src/aarch64/
H A Dstrlen.S37 #define srcin x0 define
104 and tmp1, srcin, MIN_PAGE_SIZE - 1
108 ldp data1, data2, [srcin]
140 bic src, srcin, 15
181 sub len, src, srcin
210 /* Load 16 bytes from [srcin & ~15] and force the bytes that precede
211 srcin to 0x7f, so we ignore any NUL bytes before the string.
214 bic src, srcin, 15
216 lsl tmp1, srcin, 3
228 tst srcin,
[all...]
H A Dstrnlen.S35 #define srcin x0 define
81 bic src, srcin, #15
82 ands tmp1, srcin, #15
119 sub len, src, srcin
H A Dmemchr.S38 #define srcin x0 define
79 /* Do not dereference srcin if no bytes to compare. */
89 bic src, srcin, #31
91 ands soff, srcin, #31
H A Dstrchrnul.S37 #define srcin x0 define
83 bic src, srcin, #31 /* Work with aligned 32-byte hunks. */
85 ands tmp1, srcin, #31
H A Dstrcpy.S43 #define srcin x1 define
121 and tmp2, srcin, #(MIN_PAGE_SIZE - 1)
123 and to_align, srcin, #15
127 srcin + 15 causes bit[MIN_PAGE_P2] to change value. A 16-byte
133 ldp data1, data2, [srcin]
223 sub src, srcin, to_align
276 bic src, srcin, #15
277 /* Start by loading two words at [srcin & ~15], then forcing the
278 bytes that precede srcin to 0xff. This means they never look
303 loaded directly from srcin
[all...]
H A Dstrchr.S37 #define srcin x0 define
88 bic src, srcin, #31 /* Work with aligned 32-byte hunks. */
90 ands tmp1, srcin, #31

Completed in 80 milliseconds