gem5/src/arch/x86/isa
Gabe Black fc6b2cceb4 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
2007-08-04 20:17:31 -07:00
..
decoder X86: Implement the cmpxchg instruction. 2007-08-04 20:15:27 -07:00
formats X86: missed a file which adds a "fold" bit. 2007-07-30 13:25:38 -07:00
insts X86: Implement the cmpxchg instruction. 2007-08-04 20:15:27 -07:00
microops X86: Start implementing segmentation support. 2007-08-04 20:12:54 -07:00
bitfields.isa X86: Add a bitfield to indicate whether or not an REX prefix was present. 2007-07-30 13:17:34 -07:00
includes.isa Actually include miscregs.hh 2007-07-17 13:30:23 -07:00
macroop.isa X86: Start implementing segmentation support. 2007-08-04 20:12:54 -07:00
main.isa Pull some hard coded base classes out of the isa description. 2007-07-14 17:14:19 -07:00
microasm.isa X86: Start implementing segmentation support. 2007-08-04 20:12:54 -07:00
operands.isa X86: Start implementing segmentation support. 2007-08-04 20:12:54 -07:00
outputblock.isa Pull some hard coded base classes out of the isa description. 2007-07-14 17:14:19 -07:00
specialize.isa X86: Make fixed register operands ignore register index extensions from the REX prefix. 2007-08-04 20:17:31 -07:00