X86: Implement some SSE fp microops and instructions.
[gem5.git] / src / arch / x86 / isa / decoder / two_byte_opcodes.isa
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...