aboutsummaryrefslogtreecommitdiffstats
path: root/kvx/Asmvliw.v
diff options
context:
space:
mode:
authorDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2022-02-14 16:19:17 +0100
committerDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2022-02-14 16:19:17 +0100
commitfc384f172b72f90c8de52ec846344b7ffda76070 (patch)
tree69c5685aa56d066a8e1a9b1f3e9e43b4153ed867 /kvx/Asmvliw.v
parentf6686d81092ccaaf3a22b4e34aecc7c5895b08ba (diff)
downloadcompcert-kvx-fc384f172b72f90c8de52ec846344b7ffda76070.tar.gz
compcert-kvx-fc384f172b72f90c8de52ec846344b7ffda76070.zip
compiled absdiff
Diffstat (limited to 'kvx/Asmvliw.v')
-rw-r--r--kvx/Asmvliw.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvx/Asmvliw.v b/kvx/Asmvliw.v
index bbd40692..0ce2ed69 100644
--- a/kvx/Asmvliw.v
+++ b/kvx/Asmvliw.v
@@ -1087,7 +1087,7 @@ Definition arith_eval_rri64 n v i :=
| Pornil => Val.orl (Val.notl v) (Vlong i)
| Paddxil shift => ExtValues.addxl (int_of_shift1_4 shift) v (Vlong i)
| Prevsubxil shift => ExtValues.revsubxl (int_of_shift1_4 shift) v (Vlong i)
- | Pabdil => ExtValues.absdiff v (Vlong i)
+ | Pabdil => ExtValues.absdiffl v (Vlong i)
end.
Definition cmove bt v1 v2 v3 :=