aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-16 14:32:51 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-16 14:32:51 +0200
commitaecc44ba24c68b03f5cd978ce193ac9b7bc9bb42 (patch)
treeedf77a7d79b8c234ad7d8825396cceef30f1bd40 /runtime
parenta36a8c77b67ad1e054cb7aabae53817e98c00088 (diff)
downloadcompcert-kvx-aecc44ba24c68b03f5cd978ce193ac9b7bc9bb42.tar.gz
compcert-kvx-aecc44ba24c68b03f5cd978ce193ac9b7bc9bb42.zip
simplify sdiv
Diffstat (limited to 'runtime')
-rw-r--r--runtime/mppa_k1c/vararg.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/mppa_k1c/vararg.S b/runtime/mppa_k1c/vararg.S
index d3626c25..e7b05893 100644
--- a/runtime/mppa_k1c/vararg.S
+++ b/runtime/mppa_k1c/vararg.S
@@ -63,9 +63,7 @@ __compcert_i32_udiv:
__compcert_i32_umod:
sxwd $r0 = $r0
sxwd $r1 = $r1
- ;; /* Can't issue next in the same bundle */
make $r2 = 0x3ff0000000000000
- addd $r12 = $r12, -16
;;
floatd.rn.s $r0 = $r0, 0
;;
@@ -86,9 +84,6 @@ __compcert_i32_umod:
;;
ffmad $r0 = $r2, $r1
;;
- sd 8[$r12] = $r1
- addd $r12 = $r12, 16
- ;;
fixedd.rz $r0 = $r0, 0
ret
;;