summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/float.s
blob: 6bb09f8b8912d35be5f54ba2b83a73ad25d65c0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.psize 0
.text
	fadd
	fadd	%st(3)
	fadd	%st(3),%st
	fadd	%st,%st(3)
	fadds	(%ebx)
	faddl	(%ebx)
	fiadds	(%ebx)
	fiaddl	(%ebx)
	faddp
	faddp	%st(3)
	faddp	%st,%st(3)
	fsub
	fsub	%st(3)
	fsub	%st(3),%st
	fsub	%st,%st(3)
	fsubs	(%ebx)
	fsubl	(%ebx)
	fisubs	(%ebx)
	fisubl	(%ebx)
	fsubp
	fsubp	%st(3)
	fsubp	%st,%st(3)
	fsubr
	fsubr	%st(3)
	fsubr	%st(3),%st
	fsubr	%st,%st(3)
	fsubrs	(%ebx)
	fsubrl	(%ebx)
	fisubrs	(%ebx)
	fisubrl	(%ebx)
	fsubrp
	fsubrp	%st(3)
	fsubrp	%st,%st(3)
	fmul
	fmul	%st(3)
	fmul	%st(3),%st
	fmul	%st,%st(3)
	fmuls	(%ebx)
	fmull	(%ebx)
	fimuls	(%ebx)
	fimull	(%ebx)
	fmulp
	fmulp	%st(3)
	fmulp	%st,%st(3)
	fdiv
	fdiv	%st(3)
	fdiv	%st(3),%st
	fdiv	%st,%st(3)
	fdivs	(%ebx)
	fdivl	(%ebx)
	fidivs	(%ebx)
	fidivl	(%ebx)
	fdivp
	fdivp	%st(3)
	fdivp	%st,%st(3)
	fdivr
	fdivr	%st(3)
	fdivr	%st(3),%st
	fdivr	%st,%st(3)
	fdivrs	(%ebx)
	fdivrl	(%ebx)
	fidivrs	(%ebx)
	fidivrl	(%ebx)
	fdivrp
	fdivrp	%st(3)
	fdivrp	%st,%st(3)