merge
[gem5.git] / src / arch / x86 / isa / insts / general_purpose /
2009-07-16 Polina Dudnikmerge
2009-07-16 Gabe BlackX86: Fix a number of places where the wrong form of...
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackX86: Fix a bug in IRET_PROT's microcode. The immediate...
2009-05-29 Gabe BlackX86: Keep track of more descriptor state to accomodate...
2009-04-19 Gabe BlackX86: Implement a locking version of XADD.
2009-04-19 Gabe BlackX86: Implement a locking version of BTC.
2009-04-19 Gabe BlackX86: Implement a locking version of BTR.
2009-04-19 Gabe BlackX86: Implement a locking version of CMPXCHG.
2009-04-19 Gabe BlackX86: Implement a locking version of BTS.
2009-04-19 Gabe BlackX86: Implement a locking version of DEC.
2009-04-19 Gabe BlackX86: Implement a locking version of INC.
2009-04-19 Gabe BlackX86: Implement a locking version of NEG.
2009-04-19 Gabe BlackX86: Implement a locking version of NOT.
2009-04-19 Gabe BlackX86: Implement a locking version of XCHG.
2009-04-19 Gabe BlackX86: Implement a locking version of XOR.
2009-04-19 Gabe BlackX86: Implement a locking version of SUB.
2009-04-19 Gabe BlackX86: Implement a locking version of AND.
2009-04-19 Gabe BlackX86: Implement a locking version of SBB.
2009-04-19 Gabe BlackX86: Implement a locking version of ADC.
2009-04-19 Gabe BlackX86: Implement a locking version of OR.
2009-04-19 Gabe BlackX86: Implement a locking version of ADD.
2009-04-19 Gabe BlackX86: Make the TEST instruction set all the flags it...
2009-04-19 Gabe BlackX86: Explicitly use the right width in a few places...
2009-04-19 Gabe BlackX86: Implement far jmp.
2009-04-19 Gabe BlackX86: Fix the mov to segment selector in real mode instr...
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: Set address size to 64 bits when generating addres...
2009-02-27 Gabe BlackX86: Make instructions that use intseg preserve all...
2009-02-27 Gabe BlackX86: Compute shift instruction flags correctly.
2009-02-25 Gabe BlackX86: Make rdcr use merge and the mov to control registe...
2009-02-25 Gabe BlackX86: Make the segment register reading microops use...
2009-02-25 Gabe BlackX86: Implement the mov to debug register intructions.
2009-02-25 Gabe BlackX86: Fix a few bugs with the segment register instructi...
2009-02-25 Gabe BlackX86: Do a merge for the zero extension microop.
2009-02-25 Gabe BlackX86: Implement a basic prefetch instruction.
2009-02-25 Gabe BlackX86: Update CS later so stack accesses have the right...
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-01 Gabe BlackX86: Fix the microcode for the LODS instruction.
2009-01-26 Gabe BlackX86: Implement the xadd instruction.
2009-01-26 Gabe BlackX86: Implement the bswap instruction.
2009-01-26 Gabe BlackX86: Fix a bug in the iret microcode.
2008-10-13 Gabe BlackX86: Fix the segment setting code in IRET, and make...
2008-10-12 Gabe BlackX86: Create a SeqOp class of microops and make Br one...
2008-10-12 Gabe BlackX86: Implement CPUID with a magical function instead...
2008-10-09 Gabe BlackX86: Make far ret modify CS instead of some random...
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-09-03 Gabe BlackX86: Fix the microcode for sign/zero extending moves...
2008-06-12 Gabe BlackX86: Make the cpuid processor identifier return a real...
2008-06-12 Gabe BlackX86: Implement and hook up STI and CLI instructions.
2008-06-12 Gabe BlackX86: Implement a partial, sort of correct version of...
2008-06-12 Gabe BlackX86: Change how segment loading is performed.
2008-06-12 Gabe BlackX86: Make pushes and pops use the stack size instead...
2008-06-12 Gabe BlackX86: Add microops and supporting code to manipulate...
2008-06-12 Gabe BlackX86: Redo BSF.
2008-06-12 Gabe BlackX86: Make string instructions work when rcx=0.
2008-06-12 Gabe BlackX86: Bypass unaligned access support for register addre...
2008-06-12 Gabe BlackX86: Fix the implementation of BSF.
2008-06-12 Gabe BlackX86: Bit scan forward/reverse were accidentally transposed.
2008-06-12 Gabe BlackX86: Fix a byte register indexing issue in the sign...
2008-01-23 Gabe BlackX86: Optomize the bit scanning instruction microassembl...
2008-01-22 Gabe BlackX86: Implement and attach the BSR and BSF instructions.
2008-01-21 Gabe BlackX86: Fill out group17 in the decoder.
2008-01-12 Gabe BlackX86: Redo the bit test instructions.
2008-01-12 Gabe BlackX86: Fix the general IO instructions dataSize.
2007-12-03 Gabe BlackX86: Please excuse my dear Aunt Sally. (precedence...
2007-12-02 Gabe BlackX86: Make sure the memory index is calculated using...
2007-12-02 Gabe BlackX86: Fix a copy/paste mistake where the bit test instru...
2007-12-02 Gabe BlackX86: Make the 0xA0-0xA3 versions of mov use the right...
2007-12-02 Gabe BlackX86: Fix a copy paste error in the bts microcode.
2007-12-02 Gabe BlackX86: Implement mov from control register.
2007-12-02 Gabe BlackX86: First crack at far returns. This is grossly approx...
2007-12-02 Gabe BlackX86: Reorganize segmentation and implement segment...
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: Change the meaning of the sext and zext width...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-22 Gabe BlackMerge with head.
2007-10-22 Gabe BlackX86: Use the cda microop where appropriate. The ENTER...
2007-10-22 Gabe BlackX86: Start using the stupd microop, and update statisti...
2007-10-22 Gabe BlackX86: Implement the stupd microop ("store with update...
2007-10-19 Gabe BlackX86: Implement the PUSHF, POPF, SAHF, and LAHF instruct...
2007-10-19 Gabe BlackX86: Implement the ENTER instruction. This could probab...
2007-10-19 Gabe BlackMerge with head.
2007-10-19 Gabe BlackX86: Implement the string IO instructions, ins and...
2007-10-19 Gabe BlackX86: Implement the undocumented SALC instruction which...
2007-10-19 Gabe BlackX86: Implement the XLAT instruction.
2007-10-19 Gabe BlackX86: Implement the BOUND instruction.
2007-10-19 Gabe BlackX86: Implement the in/out instructions. These will...
2007-10-19 Gabe BlackX86: Implement the LOOP instructions.
2007-10-19 Gabe BlackX86: Implemented the jrcx instruction.
2007-10-13 Gabe BlackMerge with head
2007-10-13 Gabe BlackX86: Added some new versions of MOV and a new argument...
2007-10-13 Gabe BlackX86: Implemented LODS.
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackX86: Distinguish between the rep and repe prefixes.
2007-10-03 Gabe BlackX86: Put ldst into the microcode (the earlier changeset...
next