x86: Add tests for -n option of x86 assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-rep-suffix.s
index de748cf774e65c66e50c07336df623e2e2049042..94df9e59d86e04ef403dd0c7e9444c0fa5efc0d9 100644 (file)
@@ -9,3 +9,10 @@ _start:
        rep stosl
        rep lodsq
        rep stosq
+
+       rep bsf %ecx, %eax
+       rep bsr %ecx, %eax
+
+       rep ret
+
+       rep nop
This page took 0.026483 seconds and 4 git commands to generate.