X86: Implement some SSE fp microops and instructions.
[gem5.git] / src / arch / x86 / 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-09-05 Gabe BlackX86: Add floating point micro registers.
2007-09-05 Gabe BlackX86: Fix a typo in the microassembly for the cqo instru...
2007-09-05 Gabe BlackX86: Implement idiv and propogate the mul corner case...
2007-09-05 Gabe BlackX86: Fix a corner case where mul would overwrite an...
2007-09-01 Gabe BlackX86: Major rework of how regop microops are generated.
2007-08-30 Gabe BlackX86: Fix the sra microop to get the sign bit from the...
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-30 Gabe BlackX86: Add an fp move microop.
2007-08-30 Gabe BlackX86: Add load and store microops that use the fp registers.
2007-08-30 Gabe BlackX86: Add operands to handle floating point registers.
2007-08-30 Gabe BlackX86: Flesh out register indexing constants.
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-28 Gabe BlackMerge with head.
2007-08-27 Gabe BlackX86: Make the Ruflag microop work correctly, and make...
2007-08-27 Gabe BlackX86: Return values for some cpuid functions that match...
2007-08-27 Gabe BlackX86: Make the microassembler accept lines which are...
2007-08-27 Gabe BlackX86: Make cpuid actually consider the eax parameter...
2007-08-27 Gabe BlackX86: Fix the sign extension microop so it extends zeros...
2007-08-27 Gabe BlackX86: Implement cmps (string compare)
2007-08-27 Gabe BlackX86: Make shift instructions set some of the flags...
2007-08-27 Gabe BlackX86: Remove x86 code that attempted to fix misaligned...
2007-08-12 Nathan Binkertmerge
2007-08-07 Gabe BlackMerge with head.
2007-08-07 Gabe BlackX86: Implemented and hooked in SCAS (scan string)
2007-08-07 Gabe BlackX86: Add a format to handle string instructions which...
2007-08-07 Gabe BlackX86: Overhaul of ruflags to get it to work correctly.
2007-08-07 Gabe BlackX86: Make a microcode branch microop.
2007-08-05 Gabe BlackMerge with head.
2007-08-05 Gabe BlackX86: Implement microops and instructions that manipulat...
2007-08-05 Gabe BlackX86: Make 64 bit unaligned accesses work as well as...
2007-08-05 Gabe BlackX86: Make fixed register operands ignore register index...
2007-08-05 Gabe BlackX86: Implement the cmpxchg instruction.
2007-08-05 Gabe BlackX86: Start implementing segmentation support.
2007-08-05 Gabe BlackX86: Add the arch_prctl system call and fix up some...
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 BlackX86: Fix for compilation bug with new cache code.
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackAdd a flag to indicate an instruction triggers a syscal...
2007-07-31 Gabe BlackX86: Add operand type information to the fnstcw and...
2007-07-31 Steve ReinhardtMerge from head.
2007-07-31 Gabe BlackX86: Add decoding for x87 floating point.
2007-07-30 Gabe BlackX86: Attach the "DIV" instruction implementation to...
2007-07-30 Gabe BlackX86: Remove a naming conflict between the register...
2007-07-30 Gabe BlackX86: Set up RIP relative LEA instructions operands...
2007-07-30 Gabe BlackX86: Implement unsigned divide. The non-byte version...
2007-07-30 Gabe BlackX86: Allow RIP relative decode on -all- memory forms...
2007-07-30 Gabe BlackX86: Take into account the regular registers and the...
2007-07-30 Gabe BlackX86: Hook in the new instructions.
2007-07-30 Gabe BlackX86: Implement a stub CPUID function which is hardcode...
2007-07-30 Gabe BlackX86: Force jumps to use 64 bit operand size.
2007-07-30 Gabe BlackX86: Make instructions use pick, and implement/adjust...
2007-07-30 Gabe BlackX86: missed a file which adds a "fold" bit.
2007-07-30 Gabe BlackMake the register indices use the appropriate "fold...
2007-07-30 Gabe BlackX86: Make disassembly use the final register index...
2007-07-30 Gabe BlackX86: Implement LEAVE
2007-07-30 Gabe BlackX86: Add a bitfield to indicate whether or not an REX...
2007-07-29 Gabe BlackMerge with head.
2007-07-29 Gabe BlackX86: Make logic instructions flag setting work.
2007-07-29 Gabe BlackX86: Make arithmetic instructions set the appropriate...
2007-07-29 Steve ReinhardtMerge Gabe's changes from head.
2007-07-29 Gabe BlackMerge ... head. style.py was also missing an argument...
2007-07-29 Gabe BlackX86: Make limm use merge and allow overriding the data...
2007-07-29 Gabe BlackX86: Fix popa and push with the stack pointer.
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-27 Gabe BlackMerge with head.
2007-07-27 Gabe BlackX86: Hook in shift and rotate by one instructions,...
2007-07-27 Gabe BlackX86: Fix pc relative versions of add and subtract.
2007-07-27 Gabe BlackX86: Implement rotate-by-one instructions, and make...
2007-07-27 Gabe BlackX86: Implement shift-by-one instructions, and make...
2007-07-27 Gabe BlackX86: Add functions to read and write to an exec context.
2007-07-27 Gabe BlackX86: Fix carry calculation for subtraction based microops.
2007-07-27 Gabe BlackImplement NOT
2007-07-24 Gabe BlackMerge with head.
2007-07-24 Gabe BlackHook in a bunch of new instructions, fix a few minor...
2007-07-24 Gabe BlackMake the shift and rotate microops mask the shift/rotat...
2007-07-24 Gabe BlackFix immediate shifts. Implement register shifts.
2007-07-24 Gabe BlackFix immediate rotates and add register ones.
2007-07-24 Gabe BlackClean out part of an old comment.
2007-07-24 Gabe BlackImplement cmov.
2007-07-24 Gabe BlackImplement cdqe and cqo, which are also called cbw and...
2007-07-24 Gabe BlackImplement setcc.
2007-07-24 Gabe BlackGet rid of an old comment.
2007-07-24 Gabe BlackGet rid of an old comment
2007-07-23 Gabe BlackImplement pusha, popa, three operand imul, hook them...
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-22 Gabe BlackImplemented and hooked in xchg, rotate with carry,...
2007-07-22 Gabe BlackImplement rotate with carry microops.
2007-07-21 Gabe BlackFixed the distinction between far and near versions...
2007-07-21 Gabe BlackImplement UD2 and replace the place holder in the decoder.
2007-07-21 Gabe BlackImplement adc and sbb instructions and microops.
2007-07-21 Gabe BlackImplement the rest of the conditional jump instructions...
next