aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/NeedOp.v
diff options
context:
space:
mode:
Diffstat (limited to 'riscV/NeedOp.v')
-rw-r--r--riscV/NeedOp.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/riscV/NeedOp.v b/riscV/NeedOp.v
index cfadea37..715951a0 100644
--- a/riscV/NeedOp.v
+++ b/riscV/NeedOp.v
@@ -87,6 +87,7 @@ Definition needs_of_operation (op: operation) (nv: nval): list nval :=
| Ointofsingle | Ointuofsingle | Osingleofint | Osingleofintu => op1 (default nv)
| Olongofsingle | Olonguofsingle | Osingleoflong | Osingleoflongu => op1 (default nv)
| Ocmp c => needs_of_condition c
+ | OEimmR0 _ => op1 (default nv)
| OEseqw _ => op2 (default nv)
| OEsnew _ => op2 (default nv)
| OEsequw _ => op2 (default nv)
@@ -98,7 +99,6 @@ Definition needs_of_operation (op: operation) (nv: nval): list nval :=
| OExoriw _ => op1 (bitwise nv)
| OEluiw _ => op1 (default nv)
| OEaddiw _ => op1 (default nv)
- | OEaddiwr0 _ => op1 (default nv)
| OEandiw n => op1 (andimm nv n)
| OEoriw n => op1 (orimm nv n)
| OEseql _ => op2 (default nv)
@@ -112,7 +112,6 @@ Definition needs_of_operation (op: operation) (nv: nval): list nval :=
| OExoril _ => op1 (default nv)
| OEluil _ => op1 (default nv)
| OEaddil _ => op1 (default nv)
- | OEaddilr0 _ => op1 (default nv)
| OEandil _ => op1 (default nv)
| OEoril _ => op1 (default nv)
| OEloadli _ => op1 (default nv)