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.agda7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Helium/Instructions.agda b/src/Helium/Instructions.agda
index 4bd02ac..41bc74d 100644
--- a/src/Helium/Instructions.agda
+++ b/src/Helium/Instructions.agda
@@ -88,3 +88,10 @@ record VQDMulH : Set where
rounding : Bool
open VecOp₂ op₂ public
+
+data Instruction : Set where
+ vadd : VAdd → Instruction
+ vsub : VSub → Instruction
+ vmul : VMul → Instruction
+ vmulh : VMulH → Instruction
+ vqdmulh : VQDMulH → Instruction