Move rep tests for bsf/bsr/ret to rep-suffix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-rep-suffix.s
index de748cf774e65c66e50c07336df623e2e2049042..43d71cfcf39151978e3a2bfe70209dd9e72592eb 100644 (file)
@@ -9,3 +9,8 @@ _start:
        rep stosl
        rep lodsq
        rep stosq
+
+       rep bsf %ecx, %eax
+       rep bsr %ecx, %eax
+
+       rep ret
This page took 0.024387 seconds and 4 git commands to generate.