Lines Matching defs:srcin
21 #define srcin x0
83 and tmp1, srcin, MIN_PAGE_SIZE - 1
87 ldp data1, data2, [srcin]
119 bic src, srcin, 15
160 sub len, src, srcin
189 /* Load 16 bytes from [srcin & ~15] and force the bytes that precede
190 srcin to 0x7f, so we ignore any NUL bytes before the string.
193 bic src, srcin, 15
195 lsl tmp1, srcin, 3
207 tst srcin, 8