repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RISC-V: Cleanup the imply code and test cases for vendor xsf extensions.
[binutils-gdb.git]
/
sim
/
testsuite
/
mips
/
hilo-hazard-2.s
blob
07b84d267804c87c852985d0278ea81f7617f884
1
# Test for architectures without mf{hi,lo} -> mult/div/mt{hi,lo} hazards.
2
#
3
# mach: vr5500 mips32 mips64
4
# as: -mabi=eabi
5
# ld: -N -Ttext=0x80010000
6
# output: pass\\n
7
8
.include
"hilo-hazard.inc"
9
.include
"testutils.inc"
10
11
setup
12
13
.set noreorder
14
.ent DIAG
15
DIAG
:
16
hilo
17
pass
18
.end DIAG