diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-01-16 22:11:05 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-01-16 22:11:05 +0000 |
commit | 2f81ff928644e457e4edbff1257e663845857f6b (patch) | |
tree | f7abf038350517b056fbb986cf5bc91b7874ffdb /opcodes/i386-init.h | |
parent | fb8cf7c532d406a44b77670cf7ad09046dc04c5e (diff) | |
download | gdb-2f81ff928644e457e4edbff1257e663845857f6b.zip gdb-2f81ff928644e457e4edbff1257e663845857f6b.tar.gz gdb-2f81ff928644e457e4edbff1257e663845857f6b.tar.bz2 |
Add OPERAND_TYPE_IMM32_64
* i386-gen.c (operand_type_init): Add OPERAND_TYPE_IMM32_64.
* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.
Diffstat (limited to 'opcodes/i386-init.h')
-rw-r--r-- | opcodes/i386-init.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/opcodes/i386-init.h b/opcodes/i386-init.h index 2e4589b..294c05d 100644 --- a/opcodes/i386-init.h +++ b/opcodes/i386-init.h @@ -1,5 +1,5 @@ /* This file is automatically generated by i386-gen. Do not edit! */ -/* Copyright 2007, 2008, 2009, 2010, 2011 +/* Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. This file is part of the GNU opcodes library. @@ -722,6 +722,11 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0 } } +#define OPERAND_TYPE_IMM32_64 \ + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, \ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ + 0, 0, 0, 0, 0, 0 } } + #define OPERAND_TYPE_IMM32_32S_DISP32 \ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, \ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ |