x86: Allow integer conversion without suffix in AT&T syntax
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / rdseed.s
1 # Check RdSeed instruction.
2
3 .text
4 foo:
5 rdseed %ax
6 rdseed %eax
7
8 .intel_syntax noprefix
9 rdseed bx
10 rdseed ebx
This page took 0.03351 seconds and 4 git commands to generate.