diff options
author | Jan Beulich <jbeulich@suse.com> | 2019-11-14 08:47:44 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2019-11-14 08:47:44 +0100 |
commit | 0cfa3eb3525d46ff6cfc94559a796c6a67bdcb27 (patch) | |
tree | c3c6882b59791bd6de53c3713dae30232e084348 /opcodes/i386-opc.tbl | |
parent | 6f2f06bea87613a6851607829e5893d74007f5bf (diff) | |
download | gdb-0cfa3eb3525d46ff6cfc94559a796c6a67bdcb27.zip gdb-0cfa3eb3525d46ff6cfc94559a796c6a67bdcb27.tar.gz gdb-0cfa3eb3525d46ff6cfc94559a796c6a67bdcb27.tar.bz2 |
x86: fold individual Jump* attributes into a single Jump one
..., taking just 3 bits instead of 5. No two of them are used together.
Diffstat (limited to 'opcodes/i386-opc.tbl')
-rw-r--r-- | opcodes/i386-opc.tbl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/i386-opc.tbl b/opcodes/i386-opc.tbl index 52c40b1..0420f56 100644 --- a/opcodes/i386-opc.tbl +++ b/opcodes/i386-opc.tbl @@ -53,6 +53,11 @@ #define RegBND Class=RegBND +#define JumpByte Jump=JUMP_BYTE +#define JumpDword Jump=JUMP_DWORD +#define JumpAbsolute Jump=JUMP_ABSOLUTE +#define JumpInterSegment Jump=JUMP_INTERSEGMENT + #define Size16 Size=SIZE16 #define Size32 Size=SIZE32 #define Size64 Size=SIZE64 |