aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/TargetPrinter.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-08-30 10:10:06 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-08-30 10:10:06 +0200
commitcfc681ae18c59f4a19143a7245be23eb6a4045a0 (patch)
tree9de825a02fe2abd027cad7cb142c1220b7c5035f /mppa_k1c/TargetPrinter.ml
parentc0984982ea5b8481bfc75c0ea4254eb5db07d875 (diff)
downloadcompcert-kvx-cfc681ae18c59f4a19143a7245be23eb6a4045a0.tar.gz
compcert-kvx-cfc681ae18c59f4a19143a7245be23eb6a4045a0.zip
add finvw ; not yet generated
Diffstat (limited to 'mppa_k1c/TargetPrinter.ml')
-rw-r--r--mppa_k1c/TargetPrinter.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mppa_k1c/TargetPrinter.ml b/mppa_k1c/TargetPrinter.ml
index 3ff016c2..3d3b56a2 100644
--- a/mppa_k1c/TargetPrinter.ml
+++ b/mppa_k1c/TargetPrinter.ml
@@ -636,6 +636,8 @@ module Target (*: TARGET*) =
fprintf oc " fmaxd %a = %a, %a\n" ireg rd ireg rs1 ireg rs2
| Pfmaxw (rd, rs1, rs2) ->
fprintf oc " fmaxw %a = %a, %a\n" ireg rd ireg rs1 ireg rs2
+ | Pfinvw (rd, rs1) ->
+ fprintf oc " finvw %a = %a\n" ireg rd ireg rs1
(* Arith RRI32 instructions *)
| Pcompiw (it, rd, rs, imm) ->