diff options
author | Jan Beulich <jbeulich@novell.com> | 2017-11-15 08:48:51 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2017-11-15 08:48:51 +0100 |
commit | 0645f0a2a75ad77d9786595978591d3f302f9647 (patch) | |
tree | dbb506276f9cd08824e99995a4a471403b9d56ee /opcodes/i386-reg.tbl | |
parent | 99847db8ea741f895d79b9312114c13ccb660d83 (diff) | |
download | gdb-0645f0a2a75ad77d9786595978591d3f302f9647.zip gdb-0645f0a2a75ad77d9786595978591d3f302f9647.tar.gz gdb-0645f0a2a75ad77d9786595978591d3f302f9647.tar.bz2 |
x86-64: don't allow use of %axl as accumulator
Just like %cxl can't be used as shift count register. Otherwise for
consistency %cxl would need to gain "ShiftCount" and use of both ought
to properly cause REX prefixes to be emitted.
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 fa9c856..0c4e796 100644 --- a/opcodes/i386-reg.tbl +++ b/opcodes/i386-reg.tbl @@ -29,7 +29,7 @@ ah, Reg8, 0, 4, Dw2Inval, Dw2Inval ch, Reg8, 0, 5, Dw2Inval, Dw2Inval dh, Reg8, 0, 6, Dw2Inval, Dw2Inval bh, Reg8, 0, 7, Dw2Inval, Dw2Inval -axl, Reg8|Acc|Byte, RegRex64, 0, Dw2Inval, Dw2Inval +axl, Reg8, RegRex64, 0, Dw2Inval, Dw2Inval cxl, Reg8, RegRex64, 1, Dw2Inval, Dw2Inval dxl, Reg8, RegRex64, 2, Dw2Inval, Dw2Inval bxl, Reg8, RegRex64, 3, Dw2Inval, Dw2Inval |