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