aboutsummaryrefslogtreecommitdiff
path: root/hwacha/encodings_hwacha.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwacha/encodings_hwacha.h')
-rw-r--r--hwacha/encodings_hwacha.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/hwacha/encodings_hwacha.h b/hwacha/encodings_hwacha.h
index 2be35eb..11fa889 100644
--- a/hwacha/encodings_hwacha.h
+++ b/hwacha/encodings_hwacha.h
@@ -73,8 +73,9 @@
#define MASK_VFLSEGSTD 0x1e00707f
#define MASK_VFLSEGSTW 0x1e00707f
#define MASK_VFLSEGW 0x1ff0707f
-#define MASK_VFMSV 0xfff0707f
#define MASK_VFMVV 0xfff0707f
+#define MASK_VFMSV_S 0xfff0707f
+#define MASK_VFMSV_D 0xfff0707f
#define MASK_VFSSEGD 0x1ff0707f
#define MASK_VFSSEGSTD 0x1e00707f
#define MASK_VFSSEGSTW 0x1e00707f
@@ -120,8 +121,9 @@
#define MATCH_VFLSEGSTD 0x1600305b
#define MATCH_VFLSEGSTW 0x1400305b
#define MATCH_VFLSEGW 0x1400205b
-#define MATCH_VFMSV 0x1200202b
-#define MATCH_VFMVV 0x1200002b
+#define MATCH_VFMVV 0x1000002b
+#define MATCH_VFMSV_S 0x1000202b
+#define MATCH_VFMSV_D 0x1200202b
#define MATCH_VFSSEGD 0x1600207b
#define MATCH_VFSSEGSTD 0x1600307b
#define MATCH_VFSSEGSTW 0x1400307b