aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/Asmblockgen.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-20 09:58:55 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-20 09:58:55 +0100
commit69ee85006f81571a7a5cf5d13a38078f07be07c4 (patch)
treee77e9fd64cabf0d78df154771059364ad5648e5b /mppa_k1c/Asmblockgen.v
parent4cc5324db73dd014bcd2c118f5769f88e52f8643 (diff)
parenta0c25ff1259a8373fb71e780f70d28916c321612 (diff)
downloadcompcert-kvx-69ee85006f81571a7a5cf5d13a38078f07be07c4.tar.gz
compcert-kvx-69ee85006f81571a7a5cf5d13a38078f07be07c4.zip
Merge branch 'mppa-madd' into mppa_postpass
Diffstat (limited to 'mppa_k1c/Asmblockgen.v')
-rw-r--r--mppa_k1c/Asmblockgen.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/mppa_k1c/Asmblockgen.v b/mppa_k1c/Asmblockgen.v
index 312d2386..5b00a64f 100644
--- a/mppa_k1c/Asmblockgen.v
+++ b/mppa_k1c/Asmblockgen.v
@@ -639,7 +639,6 @@ Definition transl_op
Psrlil RTMP RTMP (Int.sub Int64.iwordsize' n) ::i
Paddl RTMP rs RTMP ::i
Psrail rd RTMP n ::i k)
- (* FIXME
| Omaddl, a1 :: a2 :: a3 :: nil =>
assertion (mreg_eq a1 res);
do r1 <- ireg_of a1;
@@ -651,7 +650,6 @@ Definition transl_op
do r1 <- ireg_of a1;
do r2 <- ireg_of a2;
OK (Pmaddil r1 r2 n ::i k)
-*)
| Oabsf, a1 :: nil =>
do rd <- freg_of res; do rs <- freg_of a1;
OK (Pfabsd rd rs ::i k)