From 4df03aaf5204d2f15885b49fe3f5c9cb61b4596d Mon Sep 17 00:00:00 2001 From: Léo Gourdin Date: Tue, 2 Feb 2021 18:31:46 +0100 Subject: Ccompu expansion --- riscV/NeedOp.v | 2 ++ 1 file changed, 2 insertions(+) (limited to 'riscV/NeedOp.v') diff --git a/riscV/NeedOp.v b/riscV/NeedOp.v index da406d8a..9fd79de4 100644 --- a/riscV/NeedOp.v +++ b/riscV/NeedOp.v @@ -90,7 +90,9 @@ Definition needs_of_operation (op: operation) (nv: nval): list nval := | OEseqw _ => op2 (default nv) | OEsnew _ => op2 (default nv) | OEsltw _ => op2 (default nv) + | OEsltuw _ => op2 (default nv) | OEsltiw n => op1 (default nv) + | OEsltiuw n => op1 (default nv) | OExoriw n => op1 (bitwise nv) | OEluiw n => op1 (default nv) | OEaddiwr0 n => op1 (modarith nv) -- cgit