x86: implement fabs, fchs instructions
[gem5.git] / src / arch / x86 / isa / insts / system /
2011-05-06 Gabe BlackX86: Fix the Lldt instructions so they load the ldtr...
2010-08-23 Gabe BlackX86: Mark serializing macroops and regular instructions...
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
2010-01-19 Derek Howermerge
2009-09-17 Gabe BlackX86: Fix setting the busy bit in the task descriptor...
2009-07-18 Derek Howermerge
2009-07-16 Polina Dudnikmerge
2009-07-16 Gabe BlackX86: Take limitted advantage of the compilers type...
2009-04-19 Gabe BlackX86: Explicitly use the right width in a few places...
2009-04-19 Gabe BlackX86: Implement the save machine status word instruction...
2009-04-19 Gabe BlackX86: Implement the load machine status word instruction...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Gabe BlackX86: Make instructions that use intseg preserve all...
2009-02-25 Gabe BlackX86: Implement the lldt instruction.
2009-02-25 Gabe BlackX86: Implement CLTS.
2009-02-25 Gabe BlackX86: Rename oszForPseudoDesc maxOsz to reflect its...
2009-02-25 Gabe BlackX86: Do a merge for the zero extension microop.
2009-02-25 Gabe BlackX86: Implement the LTR instruction.
2008-10-13 Gabe BlackX86: Implement the swapgs instruction.
2008-06-12 Gabe BlackX86: Bypass unaligned access support for register addre...
2008-06-12 Gabe BlackX86: Add in some support for the tsc register.
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Gabe BlackX86: Implement the INVLPG instruction and the TIA microop.
2008-01-12 Gabe BlackX86: Fix the wrmsr instruction.
2007-12-02 Gabe BlackX86: Reorganize segmentation and implement segment...
2007-12-02 Gabe BlackX86: Implement the LIDT instruction.
2007-12-02 Gabe BlackX86: Implement the lgdt instruction.
2007-11-15 Korey Sewellbranch merge
2007-11-12 Gabe BlackX86: Fix a stupid typo where WRMSR and RDMSR were switc...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-19 Gabe BlackX86: Impelement the HLT instruction and fix the "halt...
2007-10-13 Gabe BlackMerge with head
2007-10-12 Gabe BlackX86: Implement MSR reads and writes and the wrsmr and...
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackX86: Add classes for the actual x86 faults.
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-22 Steve ReinhardtMerge Gabe's changes with mine.
2007-07-22 Gabe BlackMerge with head.
2007-07-21 Gabe BlackImplement UD2 and replace the place holder in the decoder.