Lines Matching refs:bytes
43 lsrl.f r12, r2, 6 ; Check size < 64bytes
57 ;; Handle anything between 15bytes < size < 64bytes
59 ;; - copy 16, 32, or 48 bytes of data using 128bit ops
60 ;; - copy the remaining 15 bytes of data using a single stdl/lddl pair
63 lsr.f r12, r2, 4 ; Check size < 16bytes
67 ;; copy: 3 -> 48bytes, 2 -> 32bytes, 1 -> 16bytes.
96 ;; We are still having 15 bytes top to transfer, exactly like in the
98 ;; at least 16bytes before, thus, we can create a new 16byte load which
100 ;; 15 bytes of data still to be transfered.
102 ;; complement of the number of remaining bytes.
141 ; The remainder bits indicating how many more bytes to copy