i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / 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
76704929
L
10
11 rep bsf %ecx, %eax
12 rep bsr %ecx, %eax
13
14 rep ret
9fa0f14a
RM
15
16 rep nop
This page took 0.801699 seconds and 4 git commands to generate.