Patrick McCarty b129932f1a Improve instruction detection for lines with xmm/ymm/zmm
In `objdump -d` output, lines with instructions may list function names
that have "xmm", "ymm", or "zmm" in their names.

Avoid detecting lines like this as sse/avx2/avx512 by searching the
instruction argument field for "%xmm", "%ymm", or "%zmm" instead.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2020-06-22 11:21:38 -07:00
S
Description
No description provided
191 KiB
Languages
Python 80%
Shell 9.3%
Perl 8.7%
Makefile 2%