aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-opc.tbl
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2019-11-08 09:06:24 +0100
committerJan Beulich <jbeulich@suse.com>2019-11-08 09:06:24 +0100
commitf74a6307279f162e892e570448dc2433963db1d8 (patch)
tree8511668a57eb3a30335ab74559d0adc94bdec513 /opcodes/i386-opc.tbl
parent3528c362d9471524cfe8a76c692081838b292d64 (diff)
downloadgdb-f74a6307279f162e892e570448dc2433963db1d8.zip
gdb-f74a6307279f162e892e570448dc2433963db1d8.tar.gz
gdb-f74a6307279f162e892e570448dc2433963db1d8.tar.bz2
x86: convert RegMask and RegBND from bitfield to enumerator
This is to further shrink the operand type representation.
Diffstat (limited to 'opcodes/i386-opc.tbl')
-rw-r--r--opcodes/i386-opc.tbl4
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/i386-opc.tbl b/opcodes/i386-opc.tbl
index 0820a2e..6ed794c 100644
--- a/opcodes/i386-opc.tbl
+++ b/opcodes/i386-opc.tbl
@@ -41,6 +41,10 @@
#define RegYMM Class=RegSIMD|Ymmword
#define RegZMM Class=RegSIMD|Zmmword
+#define RegMask Class=RegMask
+
+#define RegBND Class=RegBND
+
#define Size16 Size=SIZE16
#define Size32 Size=SIZE32
#define Size64 Size=SIZE64