Lines Matching defs:srcin
23 #define srcin x1
95 and tmp2, srcin, #(MIN_PAGE_SIZE - 1)
97 and to_align, srcin, #15
101 srcin + 15 causes bit[MIN_PAGE_P2] to change value. A 16-byte
107 ldp data1, data2, [srcin]
197 sub src, srcin, to_align
250 bic src, srcin, #15
251 /* Start by loading two words at [srcin & ~15], then forcing the
252 bytes that precede srcin to 0xff. This means they never look
277 loaded directly from srcin. Do a rotate on the 128-bit value. */