Home | History | Annotate | Download | only in asm

Lines Matching refs:avx

55 # the effort, not on pre-AVX processors. [Obviously with exclusion
69 # for AVX, but with %ymm as operands. Side effect is increased stack
80 # SHA256 SSSE3 AVX/XOP(*) SHA512 AVX/XOP(*)
118 # TODO(davidben): Enable AVX2 code after testing by setting $avx to 2. Is it
121 $avx = 1;
126 $avx=1 if (!$shaext && $avx);
258 $code.=<<___ if ($SZ==4 || $avx);
268 $code.=<<___ if ($avx && $SZ==8);
272 $code.=<<___ if ($avx>1);
277 $code.=<<___ if ($avx);
279 and \$`1<<28|1<<9`,%r10d # mask AVX and SSSE3 bits
1083 if ($avx) {{
1460 # AVX+shrd code path
1767 if ($avx>1) {{
2185 $code.=<<___ if ($avx>1);
2213 jb .Lin_prologue # non-AVX code
2313 $code.=<<___ if ($avx && $SZ==8);
2318 $code.=<<___ if ($avx);
2323 $code.=<<___ if ($avx>1);
2347 $code.=<<___ if ($avx && $SZ==8);
2353 $code.=<<___ if ($avx);
2359 $code.=<<___ if ($avx>1);