Remove test files for a different patch accidentally committed with patch for ARM...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-rep-suffix.s
CommitLineData
35c52694
L
1# Disassembling with -Msuffix.
2 .text
3_start:
4 rep lodsb
5 rep stosb
6 rep lodsw
7 rep stosw
8 rep lodsl
9 rep stosl
10 rep lodsq
11 rep stosq
76704929
L
12
13 rep bsf %ecx, %eax
14 rep bsr %ecx, %eax
15
16 rep ret
9fa0f14a
RM
17
18 rep nop
This page took 0.633035 seconds and 4 git commands to generate.