Support AVX Programming Reference (June, 2010)
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-rdrnd.s
1 # Check 64bit RdRnd new instructions.
2
3 .text
4 foo:
5 rdrnd %bx
6 rdrnd %ebx
7 rdrnd %rbx
8 rdrnd %r8w
9 rdrnd %r8d
10 rdrnd %r8
11
12 .intel_syntax noprefix
13 rdrnd bx
14 rdrnd ebx
15 rdrnd rbx
16 rdrnd r8w
17 rdrnd r8d
18 rdrnd r8
This page took 0.041782 seconds and 4 git commands to generate.