aboutsummaryrefslogtreecommitdiffstats
path: root/x86/Machregs.v
diff options
context:
space:
mode:
Diffstat (limited to 'x86/Machregs.v')
-rw-r--r--x86/Machregs.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/x86/Machregs.v b/x86/Machregs.v
index a440bffc..042248a8 100644
--- a/x86/Machregs.v
+++ b/x86/Machregs.v
@@ -334,6 +334,8 @@ Definition two_address_op (op: operation) : bool :=
| Osubf => true
| Omulf => true
| Odivf => true
+ | Omaxf => true
+ | Ominf => true
| Onegfs => true
| Oabsfs => true
| Oaddfs => true