summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/rep-bsf.d
blob: c0a47ddff46c07833c136a04a2a07db3e9aa8995 (plain)
1
2
3
4
5
6
7
8
9
10
11
#objdump: -d
#name: rep prefix on bsf/bsr

.*: +file format .*

Disassembly of section .text:

0+000 <bsf>:
\s*[0-9]+:\s+f3 0f bc c1\s+tzcnt  %ecx,%eax
0+004 <bsr>:
\s*[0-9]+:\s+f3 0f bd c1\s+lzcnt  %ecx,%eax