summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/general_purpose
AgeCommit message (Expand)Author
2007-11-12X86: Implement the wrcr microop which writes a control register, and some con...Gabe Black
2007-11-12X86: Implement some bit testing instructions.Gabe Black
2007-11-12X86: Change the meaning of the sext and zext width operand, and make sext set...Gabe Black
2007-10-22X86: Use the cda microop where appropriate. The ENTER instruction still needs...Gabe Black
2007-10-21X86: Start using the stupd microop, and update statistics accordingly.Gabe Black
2007-10-21X86: Implement the stupd microop ("store with update", not "stupid") and use ...Gabe Black
2007-10-19X86: Implement the PUSHF, POPF, SAHF, and LAHF instructions.Gabe Black
2007-10-19X86: Implement the ENTER instruction. This could probably be optimized by cle...Gabe Black
2007-10-18X86: Implement the string IO instructions, ins and outs.Gabe Black
2007-10-18X86: Implement the undocumented SALC instruction which sets AL to 0xFF if CF=...Gabe Black
2007-10-18X86: Implement the XLAT instruction.Gabe Black
2007-10-18X86: Implement the BOUND instruction.Gabe Black
2007-10-18X86: Implement the in/out instructions. These will still need support from th...Gabe Black
2007-10-18X86: Implement the LOOP instructions.Gabe Black
2007-10-18X86: Implemented the jrcx instruction.Gabe Black
2007-10-12X86: Added some new versions of MOV and a new argument type tag.Gabe Black
2007-10-12X86: Implemented LODS.Gabe Black
2007-10-02X86: Distinguish between the rep and repe prefixes.Gabe Black
2007-10-02X86: Put ldst into the microcode (the earlier changeset didn't really).Gabe Black
2007-10-02X86: Implement MOVSGabe Black
2007-10-02X86: Implement STOS.Gabe Black
2007-09-19X86: Put in stubs for x87, 64 bit and 128 bit SIMD instruction microcode.Gabe Black