aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/SelectLong.vp
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-18 11:22:49 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-18 11:22:49 +0100
commitcfc949a5fce43f2d4e094b52ea42d619f64692c1 (patch)
tree3142e86ad1b74b33f78c8ead4773ec1888a3ca82 /mppa_k1c/SelectLong.vp
parent4bd693ddb0f1489c301927fd0eb521cf3505ac2b (diff)
downloadcompcert-kvx-cfc949a5fce43f2d4e094b52ea42d619f64692c1.tar.gz
compcert-kvx-cfc949a5fce43f2d4e094b52ea42d619f64692c1.zip
andn / orn suite
Diffstat (limited to 'mppa_k1c/SelectLong.vp')
-rw-r--r--mppa_k1c/SelectLong.vp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mppa_k1c/SelectLong.vp b/mppa_k1c/SelectLong.vp
index cc266abd..dbd14b99 100644
--- a/mppa_k1c/SelectLong.vp
+++ b/mppa_k1c/SelectLong.vp
@@ -295,7 +295,7 @@ Nondetfunction notl (e: expr) :=
| Eop (Oorlimm n) (e1:::Enil) => Eop (Onorlimm n) (e1:::Enil)
| Eop Oxorl (e1:::e2:::Enil) => Eop Onxorl (e1:::e2:::Enil)
| Eop (Oxorlimm n) (e1:::Enil) => Eop (Onxorlimm n) (e1:::Enil)
- | _ => xorlimm Int64.mone e
+ | _ => Eop Onotl (e:::Enil)
end.
(* old: if Archi.splitlong then SplitLong.notl e else xorlimm Int64.mone e. *)