X86: Implement PUNPCKLWD.
[gem5.git] / src / arch / x86 / isa / decoder / two_byte_opcodes.isa
2009-08-18 Gabe BlackX86: Implement PUNPCKLWD.
2009-08-18 Gabe BlackX86: Implement the versions of PUNPCKLBW that use XMM...
2009-08-18 Gabe BlackX86: Implement the MOVQ instruction.
2009-08-18 Gabe BlackX86: Implement the versions of MOVD that have an MMX...
2009-08-18 Gabe BlackX86: Implement the versions of PUNPCKLBW that use MMX...
2009-08-18 Gabe BlackX86: Implement the versions of MOVD that have an MMX...
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: Implement the CMPXCHG8B/CMPXCHG16B instruction.
2009-08-07 Gabe BlackX86: (Re)Implemented SHRD.
2009-08-07 Gabe BlackX86: Implement SHLD.
2009-08-07 Gabe BlackX86: Use the right field when using legacy prefixes...
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-19 Gabe BlackX86: Only use %eax to select a function and look like...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Gabe BlackX86: Implement shrd.
2009-02-27 Gabe BlackX86: Implement sysenter as a system call interface.
2009-02-27 Gabe BlackX86: Fix a decoder bug and add in some missing instruct...
2009-02-25 Gabe BlackX86: Implement the lldt instruction.
2009-02-25 Gabe BlackX86: Implement CLTS.
2009-02-25 Gabe BlackX86: Implement the mov to debug register intructions.
2009-02-25 Gabe BlackX86: Implement the fence instructions. These are not...
2009-02-25 Gabe BlackX86: Implement a basic prefetch instruction.
2009-02-25 Gabe BlackX86: Implement the sysret instruction in long mode.
2009-02-25 Gabe BlackX86: Implement the longmode versions of the syscall...
2009-02-25 Gabe BlackX86: Implement the LTR instruction.
2009-01-26 Gabe BlackX86: Implement the xadd instruction.
2009-01-26 Gabe BlackX86: Implement the bswap instruction.
2009-01-07 Gabe BlackX86: Hook in the M5 pseudo insts.
2008-10-13 Gabe BlackX86: Implement the swapgs instruction.
2008-10-12 Gabe BlackX86: Implement CPUID with a magical function instead...
2008-06-12 Gabe BlackX86: Flesh out 3dnow instruction decoding a bit and...
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-22 Gabe BlackX86: Implement and attach the BSR and BSF instructions.
2008-01-21 Gabe BlackX86: Fill out group17 in the decoder.
2007-12-02 Gabe BlackX86: Implement mov from control register.
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: Implement the wrcr microop which writes a control...
2007-11-12 Gabe BlackX86: Implement some bit testing instructions.
2007-11-12 Gabe BlackX86: Flesh out the opcode groups for two byte opcodes.
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-13 Gabe BlackMerge with head
2007-10-12 Gabe BlackX86: Implement MSR reads and writes and the wrsmr and...
2007-09-06 Gabe BlackMerge with head.
2007-09-06 Gabe BlackX86: Add a square root microop and the SSE sqrt instruc...
2007-09-06 Gabe BlackX86: Add SSE comparison instructions and microops and...
2007-09-05 Gabe BlackMerge with head.
2007-09-05 Gabe BlackX86: Implement an SSE xor microop and instruction.
2007-09-05 Gabe BlackX86: Implement some SSE fp microops and instructions.
2007-09-05 Gabe BlackX86: Add some SSE floating point/integer conversion...
2007-08-30 Gabe BlackX86: Implement the movaps instruction.
2007-08-30 Gabe BlackX86: Implement the movsd instruction.
2007-08-30 Gabe BlackX86: Implement the movlpd instruction.
2007-08-29 Gabe BlackX86: More two byte opcode decoding. I missed two groups...
2007-08-29 Gabe BlackX86: More fully decode two byte opcodes.
2007-08-05 Gabe BlackMerge with head.
2007-08-05 Gabe BlackX86: Implement the cmpxchg instruction.
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Ali SaidiMerge Gabe and my changes to arch/mips/utility.hh
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackAdd a flag to indicate an instruction triggers a syscal...
2007-07-31 Steve ReinhardtMerge from head.
2007-07-30 Gabe BlackX86: Hook in the new instructions.
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-24 Gabe BlackMerge with head.
2007-07-24 Gabe BlackHook in a bunch of new instructions, fix a few minor...
2007-07-23 Gabe BlackMake the operand size reflect the size specifier on...
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.
2007-07-21 Gabe BlackImplement the rest of the conditional jump instructions...
2007-07-20 Gabe BlackMake the decoder take advantage of the new "B" operand...
2007-07-20 Gabe BlackHook in newly implemented instructions.
2007-07-19 Gabe Blackx86 fixes
2007-07-19 Gabe BlackCheck for the two opcode prefix correctly and add in...
2007-04-03 Ali SaidiMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-03-27 Ron DreslinskiMerge zizzer:/bk/newmem
2007-03-24 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-22 Ali SaidiMerge zizzer:/bk/newmem
2007-03-22 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-21 Gabe BlackBreak out the one and two byte opcodes into different...