X86: Don't read in dest regs if all bits are replaced.
[gem5.git] / src / arch / x86 / isa /
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 Tim HarrisX86: Use all 64 bits of the lstar register in the SYSCA...
2011-02-07 Tim HarrisX86: Fix JMP_FAR_I to unpack a far pointer correctly.
2011-02-07 Tim HarrisX86: Read the LDT/GDT at CPL0 when executing an iret.
2011-02-07 Brad Beckmannm5: added work completed monitoring support
2011-02-07 Brad Beckmannx86: set IsCondControl flag for the appropriate microops
2011-02-03 Gabe BlackX86: Get rid of the stupd microop.
2011-02-03 Gabe BlackX86: Replace the stupd microop with a store/update...
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-10-29 Gabe BlackX86: Make syscalls also serialize after.
2010-10-22 Gabe BlackX86: Make nop a regular, non-microcoded instruction.
2010-10-22 Gabe BlackX86: Make syscall instructions non-speculative in SE.
2010-09-29 Gabe BlackX86: Fix the RIP relative versions of the BT, BTC,...
2010-09-14 Gabe BlackX86: Make the halt microop non-speculative.
2010-09-14 Gabe BlackX86: Make unrecognized instructions behave better in...
2010-08-23 Gabe BlackX86: Create a directory for files that define register...
2010-08-23 Gabe BlackX86: Get rid of the flagless microop constructor.
2010-08-23 Gabe BlackX86: Mark serializing macroops and regular instructions...
2010-08-23 Gabe BlackX86: Add a .serializing directive that makes a macroop...
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-07-21 Tushar KrishnaFix x86 XCHG macro-op to use locked micro-ops for all...
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: Sometimes CPUID depends on ecx, so pass that in.
2010-05-02 Gabe BlackX86: Finally fix a division corner case.
2010-01-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
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: Fix bugs in movd implementation.
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-11-06 Nathan Binkertcompile: compile on 32 bit hardware
2009-11-04 Vince WeaverX86: Fix problem with movhps instruction
2009-10-30 Vince WeaverX86: Add support for x86 psrldq and pslldq instructions
2009-10-30 Vince WeaverX86: Implement movd_Vo_Edp on X86
2009-10-30 Vince WeaverX86: Implement the X86 sse2 haddpd instruction
2009-10-28 Gabe BlackX86: Replace "DISPLACEMENT" with disp in movhpd.
2009-10-27 Vince WeaverFix problem with the x86 sse movhpd instruction.
2009-10-21 Vince WeaverImplement X86 sse2 movdqu and movdqa instructions
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-09-17 Gabe BlackX86: Fix checking the NT bit during an IRET.
2009-09-17 Gabe BlackX86: Fix setting the busy bit in the task descriptor...
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-20 Gabe BlackX86: Fix the decoding for and fill out FST and FSTP.
2009-08-20 Gabe BlackX86: Add microassembler symbols for floating point...
2009-08-18 Gabe BlackX86: Decode the immediate byte opcode extension for...
2009-08-18 Gabe BlackX86: Decode three byte opcodes.
2009-08-18 Gabe BlackMerge with head.
2009-08-18 Gabe BlackX86: Double check the two byte portion of the decoder...
2009-08-18 Gabe BlackX86: Implement MOVNTI.
2009-08-18 Gabe BlackX86: Implement MOVQ2DQ.
2009-08-18 Gabe BlackX86: Implement MOVDQ2Q.
2009-08-18 Gabe BlackX86: Implement the media instructions that convert...
2009-08-18 Gabe BlackX86: Implement a microop for converting fp values to...
2009-08-18 Gabe BlackX86: Implement the instructions that compare fp values...
2009-08-18 Gabe BlackX86: Implement a microop that compares fp values and...
2009-08-18 Gabe BlackX86: Implement the instructions that compare fp values...
2009-08-18 Gabe BlackX86: Implement a microop that compares fp values and...
2009-08-18 Gabe BlackX86: Implement MOVSS.
2009-08-18 Gabe BlackX86: Implement LDMXCSR.
2009-08-18 Gabe BlackX86: Implement STMXCSR.
2009-08-18 Gabe BlackX86: Implement the shuffle media instructions.
2009-08-18 Gabe BlackX86: Implement a shuffle media microop.
2009-08-18 Gabe BlackX86: Implement the mask move instructions.
2009-08-18 Gabe BlackX86: Implement a mask move microop.
2009-08-18 Gabe BlackX86: Implement the instructions that move sign bits.
2009-08-18 Gabe BlackX86: Implement a microop that moves sign bits.
2009-08-18 Gabe BlackX86: Implement the insert/extract instructions.
2009-08-18 Gabe BlackX86: Fix a bug in the decoder where the insert/extract...
2009-08-18 Gabe BlackX86: Extend mov2int and mov2fp so they can support...
2009-08-18 Gabe BlackX86: Implement the media average instructions.
2009-08-18 Gabe BlackX86: Implement a media average microop.
2009-08-18 Gabe BlackX86: Implement the multiply and add instructions.
2009-08-18 Gabe BlackX86: Let the integer multiply microop use every other...
2009-08-18 Gabe BlackX86: Implement the media shifts that operate on 64...
2009-08-18 Gabe BlackX86: Implement the media shift microops. These don...
2009-08-18 Gabe BlackX86: Implement the sum of absolute differences instruct...
2009-08-18 Gabe BlackX86: Implement a "sum of absolute differences" microop.
2009-08-18 Gabe BlackX86: Implement the media integer subtract instructions.
2009-08-18 Gabe BlackX86: Implement an integer media subtract microop.
2009-08-18 Gabe BlackX86: Implement the integer media multiply instructions.
2009-08-18 Gabe BlackX86: Implement a media integer multiply microop.
2009-08-18 Gabe BlackX86: Make larger blocks of instructions use the Inst...
next