diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-03-02 01:57:48 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-03-02 01:57:48 +0000 |
commit | 99dce992c484775ffdb25a2c22187757cc5165ec (patch) | |
tree | be25e373fcb27583bfd2fcbb7e1b76ac5139cf5c /opcodes/i386-reg.tbl | |
parent | 5fe308e1a33f0f28b1aa3ff5b9a0c29eeeaca3b1 (diff) | |
download | gdb-99dce992c484775ffdb25a2c22187757cc5165ec.zip gdb-99dce992c484775ffdb25a2c22187757cc5165ec.tar.gz gdb-99dce992c484775ffdb25a2c22187757cc5165ec.tar.bz2 |
Add RegRex64 to riz
* i386-reg.tbl (riz): Add RegRex64.
* i386-tbl.h: Regenerated.
Diffstat (limited to 'opcodes/i386-reg.tbl')
-rw-r--r-- | opcodes/i386-reg.tbl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-reg.tbl b/opcodes/i386-reg.tbl index 8c5b5d1..8eed65b 100644 --- a/opcodes/i386-reg.tbl +++ b/opcodes/i386-reg.tbl @@ -211,8 +211,8 @@ rip, BaseIndex, RegRex64, RegRip, Dw2Inval, 16 eip, BaseIndex, RegRex64, RegEip, 8, Dw2Inval // No type will make these registers rejected for all purposes except // for addressing. +riz, BaseIndex, RegRex64, RegRiz, Dw2Inval, Dw2Inval eiz, BaseIndex, 0, RegEiz, Dw2Inval, Dw2Inval -riz, BaseIndex, 0, RegRiz, Dw2Inval, Dw2Inval // fp regs. st(0), FloatReg|FloatAcc, 0, 0, 11, 33 st(1), FloatReg, 0, 1, 12, 34 |