Replace rdrnd with rdrand.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-rdrnd.s
index b1b3d1c7bcad5a0ba69c48c001452280aed7d1ba..2d9df167e9d351f43f184cac3a077565fb2978b9 100644 (file)
@@ -2,17 +2,17 @@
 
        .text
 foo:
-       rdrnd %bx
-       rdrnd %ebx
-       rdrnd %rbx
-       rdrnd %r8w
-       rdrnd %r8d
-       rdrnd %r8
+       rdrand %bx
+       rdrand %ebx
+       rdrand %rbx
+       rdrand %r8w
+       rdrand %r8d
+       rdrand %r8
 
        .intel_syntax noprefix
-       rdrnd bx
-       rdrnd ebx
-       rdrnd rbx
-       rdrnd r8w
-       rdrnd r8d
-       rdrnd r8
+       rdrand bx
+       rdrand ebx
+       rdrand rbx
+       rdrand r8w
+       rdrand r8d
+       rdrand r8
This page took 0.024863 seconds and 4 git commands to generate.