summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa
AgeCommit message (Expand)Author
2007-06-08Fixed format arguments for XOR.Gabe Black
2007-06-08Add a bitfield to refer to the opSize member of the extMachInst.Gabe Black
2007-06-04Make limm (load immediate) microopGabe Black
2007-06-04Reworking x86's microcode system. This is a work in progress, and X86 doesn't...Gabe Black
2007-05-31x86 work that hadn't been checked in.Gabe Black
2007-04-10Include the new GenFault microop.Gabe Black
2007-04-10Reworked x86 a bitGabe Black
2007-04-10Changed some instruction names to be in all caps, and "implemented" move to t...Gabe Black
2007-04-10Added a class which lets you manipulate all the strings returned by the parse...Gabe Black
2007-04-09Accidentally didn't save when moving the specialization code out of here.Gabe Black
2007-04-06Move the instruction specialization stuff out of the microassembler file, and...Gabe Black
2007-04-06Consolidated the microcode assembler to help separate it from more x86-centri...Gabe Black
2007-04-06Refactored the x86 isa description some more. There should be more seperation...Gabe Black
2007-04-06Add in a stub merging functionGabe Black
2007-04-06Clean up the macroop code.Gabe Black
2007-04-04The process of going from an instruction definition to an instruction to be r...Gabe Black
2007-04-04Reworking how x86's isa description works. I'm adopting the following definit...Gabe Black
2007-04-03A batch of changes and fixes. Macroops are now generated automatically, multi...Gabe Black
2007-03-29Made the MultiOp format do a little more. It now sets up single microop instr...Gabe Black
2007-03-29Add a microcode assembler. A microcode "program" is a series of statements. E...Gabe Black
2007-03-29Fidget with the syntax of the MultiOp format in anticipation of making it act...Gabe Black
2007-03-29Add code to generate register and immediate based integer op microop classes.Gabe Black
2007-03-21Add a junk operand. With no operands, the parser breaks.Gabe Black
2007-03-21Start implementing groups of instructions which do the same thing on differen...Gabe Black
2007-03-21Break out the one and two byte opcodes into different files. Also change what...Gabe Black
2007-03-21Missed a constGabe Black
2007-03-15Make the predecoder an object with it's own switched header file. Start addin...Gabe Black
2007-03-05Stub decoder. This is probably even farther from finished than it looks...Gabe Black