aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/opcode/loongarch.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/opcode/loongarch.h b/include/opcode/loongarch.h
index 6d399f7..e145db5 100644
--- a/include/opcode/loongarch.h
+++ b/include/opcode/loongarch.h
@@ -211,6 +211,9 @@ dec2 : [1-9][0-9]?
int use_lsx;
int use_lasx;
+ int use_lvz;
+ int use_lbt;
+
int use_la_local_with_abs;
int use_la_global_with_pcrel;
int use_la_global_with_abs;
@@ -225,6 +228,9 @@ dec2 : [1-9][0-9]?
#define ase_lsx isa.use_lsx
#define ase_lasx isa.use_lasx
+#define ase_lvz isa.use_lvz
+#define ase_lbt isa.use_lbt
+
#define ase_labs isa.use_la_local_with_abs
#define ase_gpcr isa.use_la_global_with_pcrel
#define ase_gabs isa.use_la_global_with_abs