summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/main.isa
AgeCommit message (Expand)Author
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2007-07-14Pull some hard coded base classes out of the isa description.Gabe Black
2007-06-12Fix up a comment that wasn't changed over to x86.Gabe Black
2007-06-08Fix another outdated comment.Gabe Black
2007-06-08Clean up where files are included, and get rid of some cruft.Gabe Black
2007-06-08Big changes to use the new microcode assembler.Gabe Black
2007-06-04Reworking x86's microcode system. This is a work in progress, and X86 doesn't...Gabe Black
2007-04-06Move the instruction specialization stuff out of the microassembler file, and...Gabe Black
2007-04-06Refactored the x86 isa description some more. There should be more seperation...Gabe Black
2007-04-04Reworking how x86's isa description works. I'm adopting the following definit...Gabe Black
2007-03-29Add a microcode assembler. A microcode "program" is a series of statements. E...Gabe Black
2007-03-29Add code to generate register and immediate based integer op microop classes.Gabe Black
2007-03-21Break out the one and two byte opcodes into different files. Also change what...Gabe Black
2007-03-05Stub decoder. This is probably even farther from finished than it looks...Gabe Black