gem5/src/arch/x86/isa
Gabe Black 8e7bca8b36 X86: Move a comment to be next to the code it describes.
--HG--
extra : convert_revision : c384391175babb7cfdd3885ae9d9f1a9405ea44f
2007-09-10 11:01:52 -07:00
..
decoder X86: Add a square root microop and the SSE sqrt instruction. 2007-09-06 16:18:34 -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: Rework the multiplication microops so that they work like they would in the patent. 2007-09-06 16:27:28 -07:00
microops X86: Move a comment to be next to the code it describes. 2007-09-10 11:01:52 -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 SSE comparison instructions and microops and move some FP microops to be with the other ones. 2007-09-06 16:09:28 -07:00
macroop.isa X86: Add some SSE floating point/integer conversion microops. 2007-09-04 23:32:18 -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: Add floating point micro registers. 2007-09-04 23:31:40 -07:00
operands.isa X86: Rework the multiplication microops so that they work like they would in the patent. 2007-09-06 16:27:28 -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