projects
/
external
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initialize Tizen 2.3
[external/binutils.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