gem5/src/arch/x86/isa
Gabe Black b0b4038ee9 X86: Fix a corner case where mul would overwrite an original register value it still needed.
--HG--
extra : convert_revision : 86ee0e2bf716d52c34ee731727d6366935f103ed
2007-09-04 23:22:08 -07:00
..
decoder X86: Implement the movaps instruction. 2007-08-29 20:38:22 -07:00
formats X86: Add a format to handle string instructions which can use the repe and repne prefixes. 2007-08-07 15:23:01 -07:00
insts X86: Fix a corner case where mul would overwrite an original register value it still needed. 2007-09-04 23:22:08 -07:00
microops X86: Fix a corner case where mul would overwrite an original register value it still needed. 2007-09-04 23:22:08 -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 X86: Add operands to handle floating point registers. 2007-08-29 20:35:30 -07:00
macroop.isa X86: Major rework of how regop microops are generated. 2007-08-31 22:28:07 -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: Implement the movlpd instruction. 2007-08-29 20:37:16 -07:00
operands.isa X86: Add operands to handle floating point registers. 2007-08-29 20:35:30 -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: Implement microops and instructions that manipulate the flags register. 2007-08-04 20:24:18 -07:00