summaryrefslogtreecommitdiff
path: root/src/arch/x86/insts
AgeCommit message (Expand)Author
2007-12-01X86: Reorganize segmentation and implement segment selector movs.Gabe Black
2007-11-12X86: Various fixes to indexing segmentation related registersGabe Black
2007-10-31String constant const-ness changes to placate g++ 4.2.Steve Reinhardt
2007-10-09X86: Get rid of stray Sparc DPRINTFGabe Black
2007-10-07X86: Significantly filled out misc regs.Gabe Black
2007-10-02X86: Fix x87 floating point stack register indexing.Gabe Black
2007-09-19X86: Move the fp microops to their own file with their own base classes in C+...Gabe Black
2007-09-13X86: Fix how ECF is computed in genFlags, and get rid of some duplicate code.Gabe Black
2007-09-06X86: Make signed versions of partial register values available to microops.Gabe Black
2007-09-04X86: Add floating point micro registers.Gabe Black
2007-08-26X86: Remove x86 code that attempted to fix misaligned accesses.Gabe Black
2007-08-07X86: Added some missing parenthesis in the condition code calculation function.Gabe Black
2007-08-07X86: Implemented and hooked in SCAS (scan string)Gabe Black
2007-08-04X86: Make 64 bit unaligned accesses work as well as the other sizes.Gabe Black
2007-08-01X86: Hide the irrelevant portions of the address components for load and stor...Gabe Black
2007-07-30X86: Make merge and pick work with high bytes. Fix a sizing issue in pick.Gabe Black
2007-07-30X86: Make register names in disassembly reflect high bytes.Gabe Black
2007-07-30X86: Make disassembly use the final register index. Add bits to indicate whet...Gabe Black
2007-07-29X86: Fix a bug with mergeGabe Black
2007-07-26X86: Add functions to read and write to an exec context.Gabe Black
2007-07-20Fixed width parameter and provided a parameter to flip the carry bit on subtr...Gabe Black
2007-07-17Make disassembled x86 register indices reflect their size.Gabe Black
2007-07-17Add in support for condition code flags.Gabe Black
2007-07-14Pull some hard coded base classes out of the isa description.Gabe Black