Age | Commit message (Expand) | Author |
2007-11-12 | X86: Implement the wrcr microop which writes a control register, and some con... | Gabe Black |
2007-11-12 | X86: Implement some bit testing instructions. | Gabe Black |
2007-11-12 | X86: Flesh out the opcode groups for two byte opcodes. | Gabe Black |
2007-10-19 | X86: Implement the PUSHF, POPF, SAHF, and LAHF instructions. | Gabe Black |
2007-10-19 | X86: Impelement the HLT instruction and fix the "halt" microop. | Gabe Black |
2007-10-19 | X86: Implement the ENTER instruction. This could probably be optimized by cle... | Gabe Black |
2007-10-18 | X86: Replace "group10" placeholder with the corresponding instructions in the... | Gabe Black |
2007-10-18 | X86: Implement the string IO instructions, ins and outs. | Gabe Black |
2007-10-18 | X86: Implement the undocumented SALC instruction which sets AL to 0xFF if CF=... | Gabe Black |
2007-10-18 | X86: Implement the XLAT instruction. | Gabe Black |
2007-10-18 | X86: Implement the BOUND instruction. | Gabe Black |
2007-10-18 | X86: Make "Inst" the default format instead of WarnUnimpl for one byte opcodes. | Gabe Black |
2007-10-18 | X86: Implement the in/out instructions. These will still need support from th... | Gabe Black |
2007-10-18 | X86: Implement the LOOP instructions. | Gabe Black |
2007-10-18 | X86: Attach the CMC instruction to the decoder. | Gabe Black |
2007-10-18 | X86: Implemented the jrcx instruction. | Gabe Black |
2007-10-12 | X86: Added some new versions of MOV and a new argument type tag. | Gabe Black |
2007-10-12 | X86: Implemented LODS. | Gabe Black |
2007-10-12 | X86: Implement MSR reads and writes and the wrsmr and rdmsr instructions. | Gabe Black |
2007-10-02 | X86: Distinguish between the rep and repe prefixes. | Gabe Black |
2007-10-02 | X86: Hook in another version of the XCHG instruction. | Gabe Black |
2007-10-02 | X86: Implement MOVS | Gabe Black |
2007-10-02 | X86: Implement STOS. | Gabe Black |
2007-09-19 | X86: Implement the fld, fst, and fstp instructions. | Gabe Black |
2007-09-06 | X86: Add a square root microop and the SSE sqrt instruction. | Gabe Black |
2007-09-06 | X86: Add SSE comparison instructions and microops and move some FP microops t... | Gabe Black |
2007-09-04 | X86: Implement an SSE xor microop and instruction. | Gabe Black |
2007-09-04 | X86: Implement some SSE fp microops and instructions. | Gabe Black |
2007-09-04 | X86: Add some SSE floating point/integer conversion microops. | Gabe Black |
2007-09-04 | X86: Implement idiv and propogate the mul corner case fix. | Gabe Black |
2007-08-29 | X86: Implement the movaps instruction. | Gabe Black |
2007-08-29 | X86: Implement the movsd instruction. | Gabe Black |
2007-08-29 | X86: Implement the movlpd instruction. | Gabe Black |
2007-08-28 | X86: More two byte opcode decoding. I missed two groups in the last changeset. | Gabe Black |
2007-08-28 | X86: More fully decode two byte opcodes. | Gabe Black |
2007-08-26 | X86: Implement cmps (string compare) | Gabe Black |
2007-08-07 | X86: Implemented and hooked in SCAS (scan string) | Gabe Black |
2007-08-04 | X86: Implement microops and instructions that manipulate the flags register. | Gabe Black |
2007-08-04 | X86: Implement the cmpxchg instruction. | Gabe Black |
2007-07-31 | Add a flag to indicate an instruction triggers a syscall in SE mode. | Gabe Black |
2007-07-31 | X86: Add operand type information to the fnstcw and fldw instruction placehol... | Gabe Black |
2007-07-30 | X86: Add decoding for x87 floating point. | Gabe Black |
2007-07-30 | X86: Attach the "DIV" instruction implementation to the decoder. | Gabe Black |
2007-07-30 | X86: Hook in the new instructions. | Gabe Black |
2007-07-26 | X86: Hook in shift and rotate by one instructions, and NOT. | Gabe Black |
2007-07-24 | Hook in a bunch of new instructions, fix a few minor bugs, and expand out one... | Gabe Black |
2007-07-23 | Implement pusha, popa, three operand imul, hook them into the decoder, and cl... | Gabe Black |
2007-07-23 | Make the operand size reflect the size specifier on the operand tags, and imp... | Gabe Black |
2007-07-21 | Implemented and hooked in xchg, rotate with carry, and ret instructions | Gabe Black |
2007-07-20 | Fixed the distinction between far and near versions of jmp, call and ret. Imp... | Gabe Black |