x86/Intel: fix fallout from earlier template folding
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / rdrnd.s
CommitLineData
c7b8aa3a
L
1# Check RdRnd new instructions.
2
3 .text
4foo:
d7d9a9f8
L
5 rdrand %bx
6 rdrand %ebx
c7b8aa3a
L
7
8 .intel_syntax noprefix
d7d9a9f8
L
9 rdrand bx
10 rdrand ebx
This page took 0.404744 seconds and 4 git commands to generate.