gem5/src/arch/x86/isa
Gabe Black 7a52faa39b Use objects to pass around output code, and fix/implement a few things.
src/arch/x86/isa/formats/multi.isa:
    Make the formats use objects to pass around output code.

--HG--
extra : convert_revision : 428915bda22e848befac15097f56375c1818426e
2007-06-12 16:25:47 +00:00
..
decoder Fixed format arguments for XOR. 2007-06-08 16:07:31 +00:00
formats Use objects to pass around output code, and fix/implement a few things. 2007-06-12 16:25:47 +00:00
insts Move the microcode assembly to a python package instead of isa_parser files. Also, the code is now a single string which runs through the microcode assembler rather than docstrings associated with classes named after each architectural level instruction. 2007-06-08 16:13:20 +00:00
microops Make microOp vs microop and macroOp vs macroop capitilization consistent. 2007-06-12 16:21:47 +00:00
base.isa Added a class which lets you manipulate all the strings returned by the parser as a unit. 2007-04-10 17:14:51 +00:00
bitfields.isa Add an address size bitfield to the isa description and the ExtMachInst 2007-06-12 16:23:42 +00:00
includes.isa Big changes to use the new microcode assembler. 2007-06-08 16:09:43 +00:00
macroop.isa Make microOp vs microop and macroOp vs macroop capitilization consistent. 2007-06-12 16:21:47 +00:00
main.isa Fix another outdated comment. 2007-06-08 18:41:58 +00:00
microasm.isa Adjust a few more comments. 2007-06-08 17:41:23 +00:00
operands.isa Reworking x86's microcode system. This is a work in progress, and X86 doesn't compile. 2007-06-04 15:59:20 +00:00
specialize.isa Use objects to pass around output code, and fix/implement a few things. 2007-06-12 16:25:47 +00:00