summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/compat.s
blob: 2b4f06dc3888c3fef7284ff4f561d6d7b7a2a8a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Check SYSV mnemonic instructions.
	.text 
	fsub	%st,%st(3)
	fsub	%st(3),%st
	fsubp
	fsubp	%st(3)
	fsubp	%st,%st(3)
	fsubr	%st,%st(3)
	fsubr	%st(3),%st
	fsubrp
	fsubrp	%st(3)
	fsubrp	%st,%st(3)
	fdiv	%st,%st(3)
	fdiv	%st(3),%st
	fdivp
	fdivp	%st(3)
	fdivp	%st,%st(3)
	fdivr	%st,%st(3)
	fdivr	%st(3),%st
	fdivrp
	fdivrp	%st(3)
	fdivrp	%st,%st(3)