x86: Add assembler -mx86-used-note=yes test
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / rdrnd.s
1 # Check RdRnd new instructions.
2
3 .text
4 foo:
5 rdrand %bx
6 rdrand %ebx
7
8 .intel_syntax noprefix
9 rdrand bx
10 rdrand ebx
This page took 0.040313 seconds and 4 git commands to generate.