summaryrefslogtreecommitdiff
path: root/src/Helium/Instructions.agda
diff options
context:
space:
mode:
Diffstat (limited to 'src/Helium/Instructions.agda')
-rw-r--r--src/Helium/Instructions.agda2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Helium/Instructions.agda b/src/Helium/Instructions.agda
index 256f9c4..1fa2829 100644
--- a/src/Helium/Instructions.agda
+++ b/src/Helium/Instructions.agda
@@ -41,6 +41,8 @@ record VecOp₂ : Set where
VAdd = VecOp₂
+VSub = VecOp₂
+
record VHSub : Set where
field
op₂ : VecOp₂