i386: Add tests for -malign-branch-boundary and -malign-branch
[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.031164 seconds and 4 git commands to generate.