X86: Make fixed register operands ignore register index extensions from the REX prefix.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 5 Aug 2007 03:17:31 +0000 (20:17 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 5 Aug 2007 03:17:31 +0000 (20:17 -0700)
commitfc6b2cceb4c16b8b33390b779d1ed64c84b1e954
tree7bcb47b10269dd14a04c70428d9d4d7fd81ec163
parent6f3bb03a3fff61de8c8dc53b01d9b48186021d21
X86: Make fixed register operands ignore register index extensions from the REX prefix.
The only cases where this was the correct behavior are now handled with the
"B" operand type, and doing things this way was breaking some instructions,
notably a shift.

--HG--
extra : convert_revision : 072346d4f541edaceba7aecc26ba8d2cd756e481
src/arch/x86/isa/specialize.isa