gdb: Convert language la_word_break_characters field to a method
[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.028882 seconds and 4 git commands to generate.