i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-rdrnd.s
CommitLineData
c7b8aa3a
L
1# Check 64bit RdRnd new instructions.
2
3 .text
4foo:
d7d9a9f8
L
5 rdrand %bx
6 rdrand %ebx
7 rdrand %rbx
8 rdrand %r8w
9 rdrand %r8d
10 rdrand %r8
c7b8aa3a
L
11
12 .intel_syntax noprefix
d7d9a9f8
L
13 rdrand bx
14 rdrand ebx
15 rdrand rbx
16 rdrand r8w
17 rdrand r8d
18 rdrand r8
This page took 0.791495 seconds and 4 git commands to generate.