summaryrefslogtreecommitdiff
path: root/src/Helium/Instructions.agda
AgeCommit message (Expand)Author
2022-02-13Refactor to group instruction definitions togetherGreg Brown
2022-02-02Define pseudocode for a number of instructions.Greg Brown
2022-01-07Introduce semantics for sequences of instructions.Greg Brown
2021-12-27Introduce Everything.agda to aid in overall compilation.Greg Brown
2021-12-21Define semantics of vqdmulh.Greg Brown
2021-12-21Define semantics for vmulh.Greg Brown
2021-12-20Define vsub.Greg Brown
2021-12-20Extract structures shared by most binary vector operations.Greg Brown
2021-12-20Define vmul.Greg Brown
2021-12-20Define semantics of vhsub.Greg Brown
2021-12-20Define semantics for vadd.Greg Brown