Home | History | Annotate | Download | only in asm

Lines Matching full:shifts

33 # shifts and masking the result with 0xFF<<2 instead of "boring" 0xFF.
36 # void. Performance improvement with off-by-2 shifts was observed on
234 # performed with "horizontal" shifts. This is because this "vertical"
235 # implementation [one which groups shifts on a given $s[i] to form a
236 # "column," unlike "horizontal" one, which groups shifts on different