repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf32-ppc.c (ppc_elf_check_relocs): Set pointer_equality_needed
[binutils.git]
/
gas
/
testsuite
/
gas
/
i860
/
dir-intel01.s
blob
21aa685ed2e7a2bbac87bde431a8ec0854ac38dc
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