summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/microasm.isa
AgeCommit message (Expand)Author
2017-12-14x86: Use operand size 4 when it would be 2 for cmpxchg8b.Gabe Black
2013-01-15x86: implements emms instructionNilay Vaish
2012-12-30x86: implement x87 fp instruction fnstswNilay Vaish
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-12-19X86: Add a common named flag for signed media operations.Gabe Black
2009-12-19X86: Create a common flag with a name to indicate high multiplies.Gabe Black
2009-12-19X86: Create a common flag with a name to indicate scalar media instructions.Gabe Black
2009-08-20X86: Add microassembler symbols for floating point stack register operands.Gabe Black
2009-08-17X86: Add microcode assembler symbols for mmx registers.Gabe Black
2009-08-05X86: Let microops force folding an index into the high byte of a register.Gabe Black
2009-07-16X86: Take limitted advantage of the compilers type checking for microop opera...Gabe Black
2009-02-25X86: Add segmentation checks for ldt related descriptors and selectors.Gabe Black
2009-02-25X86: Rename oszForPseudoDesc maxOsz to reflect its more general use.Gabe Black
2009-02-25X86: Make the microcode assembler recognize r8-r15.Gabe Black
2009-02-25X86: Add a check to chks to verify a task state segment descriptor.Gabe Black
2009-02-25X86: Add a check to chks which raises #GP(selector) if selector is NULL or no...Gabe Black
2009-02-01X86: Distinguish between hardware and software interrupts/exceptionsGabe Black
2009-02-01X86: Fix the upper bound on some ranges that were setting up the micro code a...Gabe Black
2008-10-12X86: Add wrval/rdval microops for reading significant miscregs.Gabe Black
2008-10-12X86: Implement local labels for the ROM that actually refer into the ROM.Gabe Black
2008-10-12X86: Add a check type for interrupt gates.Gabe Black
2008-10-12X86: Let the microassembler know about the microcode only H segment.Gabe Black
2008-10-12X86: Create a handy way to access labels from the ROM in microcode.Gabe Black
2008-10-12X86: Make X86's microcode ROM actually do something.Gabe Black
2008-06-12X86: Change what the microop chks does.Gabe Black
2008-06-12X86: Add microops and supporting code to manipulate the whole rflags register.Gabe Black
2008-01-12X86: Redo the bit test instructions.Gabe Black
2007-12-01X86: Reorganize segmentation and implement segment selector movs.Gabe Black
2007-12-01X86: Implement the lgdt instruction.Gabe Black
2007-11-12X86: Implement the wrcr microop which writes a control register, and some con...Gabe Black
2007-11-12X86: Various fixes to indexing segmentation related registersGabe Black
2007-10-18X86: Implement the in/out instructions. These will still need support from th...Gabe Black
2007-10-12X86: Implement MSR reads and writes and the wrsmr and rdmsr instructions.Gabe Black
2007-10-02X86: Fix x87 floating point stack register indexing.Gabe Black
2007-09-19X86: Put in the foundation for x87 stack based fp registers.Gabe Black
2007-09-04X86: Add floating point micro registers.Gabe Black
2007-08-29X86: Implement the movlpd instruction.Gabe Black
2007-08-26X86: Make cpuid actually consider the eax parameter and return different values.Gabe Black
2007-08-07X86: Implemented and hooked in SCAS (scan string)Gabe Black
2007-08-04X86: Start implementing segmentation support.Gabe Black
2007-07-17Add symbols for each of the flags a microop could set and each condition it c...Gabe Black
2007-07-14Pull some hard coded base classes out of the isa description.Gabe Black
2007-06-21Make symbols for regular registers.Gabe Black
2007-06-21Define symbols for the x86 specialization of the microassembler.Gabe Black
2007-06-20Comment out some unnecessary debug output.Gabe Black
2007-06-08Adjust a few more comments.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-10Reworked x86 a bitGabe Black