]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/i860/dir-intel01.s
opcodes: bfin: simplify field width processing and fix build warnings
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / i860 / dir-intel01.s
CommitLineData
ed9dc3d0
JE
1// Intel assembler directives:
2// Test that the .dual and .enddual directives are recognized and
3// function (i.e., that the dual bits are set properly).
4
5 .text
6
7 nop
8 nop
9 .dual
10 fadd.ss f0,f1,f2
11 nop
12 fadd.sd f2,f3,f4
13 nop
14 fadd.dd f6,f8,f10
15 nop
16 .enddual
17 nop
18 nop
19