summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/i860/dir-intel01.s
blob: 21aa685ed2e7a2bbac87bde431a8ec0854ac38dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Intel assembler directives:
// Test that the .dual and .enddual directives are recognized and
// function (i.e., that the dual bits are set properly).

	.text

	nop
	nop
	.dual
        fadd.ss       f0,f1,f2
        nop
        fadd.sd       f2,f3,f4
        nop
        fadd.dd       f6,f8,f10
        nop
	.enddual
	nop
	nop