change some variable's type to op_err
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i860 / dir-intel01.s
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
This page took 0.031081 seconds and 4 git commands to generate.