x86: increment the stack pointer in lret inst
[gem5.git] / src / arch / x86 / isa / microops /
2013-03-11 Nilay Vaishx86: implement some of the x87 instructions
2013-01-15 Nilay Vaishx86: implements emms instruction
2013-01-15 Nilay Vaishx86: implement fabs, fchs instructions
2012-12-30 Nilay Vaishx86: implement x87 fp instruction fsincos
2012-09-11 Nilay VaishX86: make use of register predication
2012-09-11 Nilay Vaishx86: Add a separate register for D flag bit
2012-05-22 Nilay VaishX86: Split Condition Code register
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-03-31 Gabe BlackX86: Fix address size handling so real mode works properly.
2012-02-26 Gabe BlackX86: Use the M5PanicFault fault in execute methods...
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-12-01 Gabe BlackX86: Fix a bad segmentation check for the stack segment.
2011-11-04 Nilay Vaishx86: Add microop for fence
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-07-03 Nilay VaishMerged with Gabe's recent changes.
2011-07-03 Gabe BlackISA: Use readBytes/writeBytes for all instruction level...
2011-07-03 Gabe BlackX86: Fix store microops so they don't drop faults in...
2011-06-22 Gabe BlackX86: Eliminate an unused argument for building store...
2011-03-02 Gabe BlackX86: Mark IO reads and writes as non-speculative.
2011-03-02 Gabe BlackX86: Mark prefetches as such in their instruction and...
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-15 Gabe BlackX86: Get rid of "inline" on the MicroPanic constructor...
2011-02-14 Gabe BlackX86: Put the result used for flags in an intermediate...
2011-02-14 Gabe BlackX86: Don't read in dest regs if all bits are replaced.
2011-02-14 Gabe BlackX86: Define fault objects to carry debug messages.
2011-02-07 Brad Beckmannx86: set IsCondControl flag for the appropriate microops
2011-02-03 Gabe BlackX86: Get rid of the stupd microop.
2010-12-08 Gabe BlackX86: Take advantage of new PCState syntax.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-29 Gabe BlackX86: Fault on divide by zero instead of panicing.
2010-09-14 Gabe BlackX86: Make the halt microop non-speculative.
2010-08-23 Gabe BlackX86: Get rid of the flagless microop constructor.
2010-08-23 Gabe BlackX86: Consolidate extra microop flags into one parameter.
2010-08-23 Gabe BlackX86: Get rid of the unused getAllocator on the python...
2010-06-25 Gabe BlackX86: Fix div2 flag calculation.
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
2010-05-14 Ali SaidiAutomated merge with ssh://m5sim.org//repo/m5
2010-05-12 Gabe BlackX86: Make the cvti2f microop sign extend its integer...
2010-05-12 Gabe BlackX86: Actual change that fixes div. How did that happen?
2010-05-02 Gabe BlackX86: Finally fix a division corner case.
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-19 Derek Howermerge
2009-12-19 Gabe BlackX86: Add a common named flag for signed media operations.
2009-12-19 Gabe BlackX86: Create a common flag with a name to indicate high...
2009-12-19 Gabe BlackX86: Create a common flag with a name to indicate scala...
2009-11-11 Vince WeaverX86: add ULL to 1's being shifted in 64-bit values
2009-11-11 Gabe BlackMerge with the head.
2009-11-10 Vince WeaverX86: Remove double-cast in Cvtf2i micro-op
2009-11-09 Gabe BlackX86: Make x86 use PREFETCH instead of PF_EXCLUSIVE.
2009-09-17 Gabe BlackX86: Sign extend the immediate of wripi like the regist...
2009-09-17 Gabe BlackX86: Make the imm8 member of immediate microops really...
2009-08-25 Derek Howermerge
2009-08-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-23 Gabe BlackMerge with head.
2009-08-23 Gabe BlackX86: Preserve the NO_ACCESS flag when giving CDA a...
2009-08-21 Nathan BinkertX86: fix some simple compile issues
2009-08-18 Gabe BlackMerge with head.
2009-08-18 Gabe BlackX86: Implement a microop for converting fp values to...
2009-08-18 Gabe BlackX86: Implement a microop that compares fp values and...
2009-08-18 Gabe BlackX86: Implement a microop that compares fp values and...
2009-08-18 Gabe BlackX86: Implement a shuffle media microop.
2009-08-18 Gabe BlackX86: Implement a mask move microop.
2009-08-18 Gabe BlackX86: Implement a microop that moves sign bits.
2009-08-18 Gabe BlackX86: Extend mov2int and mov2fp so they can support...
2009-08-18 Gabe BlackX86: Implement a media average microop.
2009-08-18 Gabe BlackX86: Let the integer multiply microop use every other...
2009-08-18 Gabe BlackX86: Implement the media shift microops. These don...
2009-08-18 Gabe BlackX86: Implement a "sum of absolute differences" microop.
2009-08-18 Gabe BlackX86: Implement an integer media subtract microop.
2009-08-18 Gabe BlackX86: Implement a media integer multiply microop.
2009-08-18 Gabe BlackX86: Implement an integer media max microop.
2009-08-18 Gabe BlackX86: Add a media integer min microop.
2009-08-18 Gabe BlackX86: Implement an integer media addition microop with...
2009-08-18 Gabe BlackX86: Implement a media microop that converts between...
2009-08-18 Gabe BlackX86: Implement a microop that compares fp values and...
2009-08-18 Gabe BlackX86: Implement a media microop for converting integer...
2009-08-18 Gabe BlackX86: Implement a floating point media divide microop.
2009-08-18 Gabe BlackX86: Implement a floating point media multiply microop.
2009-08-18 Gabe BlackX86: Implement a media floating point subtract microop.
2009-08-18 Gabe BlackX86: Implement a floating point media add microop.
2009-08-18 Gabe BlackX86: Implement a media square root microop.
2009-08-18 Gabe BlackX86: Implement the floating point media max microop.
2009-08-18 Gabe BlackX86: Implement a floating point media min microop.
2009-08-18 Gabe BlackX86: Create a pack media microop.
2009-08-18 Gabe BlackX86: Rename sel to ext for media microops.
2009-08-18 Gabe BlackX86: Implement a multimedia andn microop.
2009-08-18 Gabe BlackX86: Implement a multimedia and microop.
2009-08-18 Gabe BlackX86: Implement a media or microop.
2009-08-18 Gabe BlackX86: Implement a media xor microop.
2009-08-18 Gabe BlackX86: Implement the lfpimm microop.
2009-08-18 Gabe BlackX86: Implement an unpack microop.
2009-08-18 Gabe BlackX86: Set up a media microop framework and create mov2in...
2009-08-11 Brad Beckmannmerged Tushar's bug fix with public repository changes
2009-08-09 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-09 Gabe BlackX86: Make not taken conditional moves leave the destina...
2009-08-07 Gabe BlackX86: Implement shift right/left double microops.
next