Replace rdrnd with rdrand.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / rdrnd.s
index b3e0e69939e8b267354d868c5a19120bdb4467e9..7fc0fdf17346e4e46b515389bdf7308f7b0e7590 100644 (file)
@@ -2,9 +2,9 @@
 
        .text
 foo:
-       rdrnd %bx
-       rdrnd %ebx
+       rdrand %bx
+       rdrand %ebx
 
        .intel_syntax noprefix
-       rdrnd bx
-       rdrnd ebx
+       rdrand bx
+       rdrand ebx
This page took 0.024619 seconds and 4 git commands to generate.