Age | Commit message (Expand) | Author |
2009-10-30 | X86: Add support for x86 psrldq and pslldq instructions | Vince Weaver |
2009-10-30 | X86: Implement movd_Vo_Edp on X86 | Vince Weaver |
2009-10-30 | X86: Implement the X86 sse2 haddpd instruction | Vince Weaver |
2009-10-21 | Implement X86 sse2 movdqu and movdqa instructions | Vince Weaver |
2009-08-20 | X86: Fix the decoding for and fill out FST and FSTP. | Gabe Black |
2009-08-18 | X86: Decode the immediate byte opcode extension for 3dNow! instructions. | Gabe Black |
2009-08-18 | X86: Decode three byte opcodes. | Gabe Black |
2009-08-17 | X86: Double check the two byte portion of the decoder and fix bugs/clean up. | Gabe Black |
2009-08-17 | X86: Implement MOVNTI. | Gabe Black |
2009-08-17 | X86: Implement MOVQ2DQ. | Gabe Black |
2009-08-17 | X86: Implement MOVDQ2Q. | Gabe Black |
2009-08-17 | X86: Implement the media instructions that convert fp values to ints. | Gabe Black |
2009-08-17 | X86: Implement the instructions that compare fp values and write a mask as a ... | Gabe Black |
2009-08-17 | X86: Implement the instructions that compare fp values and write to rflags. | Gabe Black |
2009-08-17 | X86: Implement MOVSS. | Gabe Black |
2009-08-17 | X86: Implement LDMXCSR. | Gabe Black |
2009-08-17 | X86: Implement STMXCSR. | Gabe Black |
2009-08-17 | X86: Implement the shuffle media instructions. | Gabe Black |
2009-08-17 | X86: Implement the mask move instructions. | Gabe Black |
2009-08-17 | X86: Implement the instructions that move sign bits. | Gabe Black |
2009-08-17 | X86: Implement the insert/extract instructions. | Gabe Black |
2009-08-17 | X86: Fix a bug in the decoder where the insert/extract instructions go. | Gabe Black |
2009-08-17 | X86: Implement the media average instructions. | Gabe Black |
2009-08-17 | X86: Implement the multiply and add instructions. | Gabe Black |
2009-08-17 | X86: Implement the media shifts that operate on 64 bits or less at a time. | Gabe Black |
2009-08-17 | X86: Implement the sum of absolute differences instructions. | Gabe Black |
2009-08-17 | X86: Implement the media integer subtract instructions. | Gabe Black |
2009-08-17 | X86: Implement the integer media multiply instructions. | Gabe Black |
2009-08-17 | X86: Make larger blocks of instructions use the Inst format by default. | Gabe Black |
2009-08-17 | X86: Implement the integer media max instructions. | Gabe Black |
2009-08-17 | X86: Implement the integer media min instructions. | Gabe Black |
2009-08-17 | X86: Implement the media integer addition instructions. | Gabe Black |
2009-08-17 | X86: Implement the instructions that convert between forms of floating point. | Gabe Black |
2009-08-17 | X86: Implement the instructions that compare fp values and write masks as the... | Gabe Black |
2009-08-17 | X86: Implement the MOVDDUP instruction. | Gabe Black |
2009-08-17 | X86: Implement many of the media mov instructions. | Gabe Black |
2009-08-17 | X86: Implement the media instructions that convert integer values to floating... | Gabe Black |
2009-08-17 | X86: Implement the floating point media instructions. | Gabe Black |
2009-08-17 | X86: Implement the floating point media multiply instructions. | Gabe Black |
2009-08-17 | X86: Implement the floating point media subtract instructions. | Gabe Black |
2009-08-17 | X86: Implement the floating point media add instructions. | Gabe Black |
2009-08-17 | X86: Implement the media sqrt instructions. | Gabe Black |
2009-08-17 | X86: Implement the media floating point max instructions. | Gabe Black |
2009-08-17 | X86: Implement the media floating point min instructions. | Gabe Black |
2009-08-17 | X86: Implement the pack instructions. | Gabe Black |
2009-08-17 | X86: Implement the remaining unpack instructions. | Gabe Black |
2009-08-17 | X86: Implement PANDN, ANDNPS, and ANDNPD. | Gabe Black |
2009-08-17 | X86: Implement PAND, ANDPS, and ANDPD. | Gabe Black |
2009-08-17 | X86: Implement POR, ORPD and ORPS. | Gabe Black |
2009-08-17 | X86: Implement PXOR. | Gabe Black |