i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / unspec64.s
1 .text
2 unspec:
3 bextr %eax, (%rax), %rax
4 bextr %rax, (%rax), %eax
5 bzhi %eax, (%rax), %rax
6 bzhi %rax, (%rax), %eax
7 sarx %eax, (%rax), %rax
8 sarx %rax, (%rax), %eax
9 shlx %eax, (%rax), %rax
10 shlx %rax, (%rax), %eax
11 shrx %eax, (%rax), %rax
12 shrx %rax, (%rax), %eax
13
14 .intel_syntax noprefix
15
16 bextr eax, [rax], rax
17 bextr rax, [rax], eax
18 bzhi eax, [rax], rax
19 bzhi rax, [rax], eax
20 sarx eax, [rax], rax
21 sarx rax, [rax], eax
22 shlx eax, [rax], rax
23 shlx rax, [rax], eax
24 shrx eax, [rax], rax
25 shrx rax, [rax], eax
This page took 0.029556 seconds and 4 git commands to generate.