i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / noreg64.s
CommitLineData
a961a1e1
JB
1 .text
2noreg:
3 adc $1, (%rax)
4 add $1, (%rax)
5 and $1, (%rax)
6 bt $1, (%rax)
7 btc $1, (%rax)
8 btr $1, (%rax)
9 bts $1, (%rax)
10 call *(%rax)
11 cmp $1, (%rax)
12 cvtsi2sd (%rax), %xmm0
13 cvtsi2ss (%rax), %xmm0
14 fadd (%rax)
15 fcom (%rax)
16 fcomp (%rax)
17 fdiv (%rax)
18 fdivr (%rax)
19 fiadd (%rax)
20 ficom (%rax)
21 ficomp (%rax)
22 fidiv (%rax)
23 fidivr (%rax)
24 fild (%rax)
25 fimul (%rax)
26 fist (%rax)
27 fistp (%rax)
28 fisttp (%rax)
29 fisub (%rax)
30 fisubr (%rax)
31 fld (%rax)
32 fmul (%rax)
33 fst (%rax)
34 fstp (%rax)
35 fsub (%rax)
36 fsubr (%rax)
37 jmp *(%rax)
38 lgdt (%rax)
39 lidt (%rax)
40 lldt (%rax)
41 lmsw (%rax)
42 ltr (%rax)
43 mov %es, (%rax)
44 mov (%rax), %es
45 nop (%rax)
46 or $1, (%rax)
47 pop (%rax)
48 pop %fs
49 ptwrite (%rax)
50 push (%rax)
51 push %fs
52 sbb $1, (%rax)
53 sub $1, (%rax)
54 vcvtsi2sd (%rax), %xmm0, %xmm0
55 vcvtsi2sd (%rax), %xmm0, %xmm31
56 vcvtsi2ss (%rax), %xmm0, %xmm0
57 vcvtsi2ss (%rax), %xmm0, %xmm31
58 vcvtusi2sd (%rax), %xmm0, %xmm0
59 vcvtusi2ss (%rax), %xmm0, %xmm0
60 xor $1, (%rax)
This page took 0.031377 seconds and 4 git commands to generate.