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
loongson buffer overflow
[binutils-gdb.git]
/
sim
/
testsuite
/
riscv
/
m-ext.s
blob
4247156bea47f61c21ad8f06b4db44156ddaca10
1
# Check that the RV32M instructions run without any faults.
2
# mach: riscv32 riscv64
3
4
.include
"testutils.inc"
5
6
start
7
8
.option arch, +m
9
mul
x0
,
x1
,
x2
10
mulh x0
,
x1
,
x2
11
mulhu x0
,
x1
,
x2
12
mulhsu x0
,
x1
,
x2
13
div
x0
,
x1
,
x2
14
divu x0
,
x1
,
x2
15
rem x0
,
x1
,
x2
16
remu x0
,
x1
,
x2
17
18
pass