summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/microops
AgeCommit message (Expand)Author
2009-08-17X86: Implement a "sum of absolute differences" microop.Gabe Black
2009-08-17X86: Implement an integer media subtract microop.Gabe Black
2009-08-17X86: Implement a media integer multiply microop.Gabe Black
2009-08-17X86: Implement an integer media max microop.Gabe Black
2009-08-17X86: Add a media integer min microop.Gabe Black
2009-08-17X86: Implement an integer media addition microop with optional saturation.Gabe Black
2009-08-17X86: Implement a media microop that converts between floating point data types.Gabe Black
2009-08-17X86: Implement a microop that compares fp values and writes a mask as its res...Gabe Black
2009-08-17X86: Implement a media microop for converting integer values to floating point.Gabe Black
2009-08-17X86: Implement a floating point media divide microop.Gabe Black
2009-08-17X86: Implement a floating point media multiply microop.Gabe Black
2009-08-17X86: Implement a media floating point subtract microop.Gabe Black
2009-08-17X86: Implement a floating point media add microop.Gabe Black
2009-08-17X86: Implement a media square root microop.Gabe Black
2009-08-17X86: Implement the floating point media max microop.Gabe Black
2009-08-17X86: Implement a floating point media min microop.Gabe Black
2009-08-17X86: Create a pack media microop.Gabe Black
2009-08-17X86: Rename sel to ext for media microops.Gabe Black
2009-08-17X86: Implement a multimedia andn microop.Gabe Black
2009-08-17X86: Implement a multimedia and microop.Gabe Black
2009-08-17X86: Implement a media or microop.Gabe Black
2009-08-17X86: Implement a media xor microop.Gabe Black
2009-08-17X86: Implement the lfpimm microop.Gabe Black
2009-08-17X86: Implement an unpack microop.Gabe Black
2009-08-17X86: Set up a media microop framework and create mov2int and mov2fp microops.Gabe Black
2009-08-08X86: Make not taken conditional moves leave the destination alone. Adjust CMO...Gabe Black
2009-08-07X86: Implement shift right/left double microops.Gabe Black
2009-08-05X86: Make conditional moves zero extend their 32 bit destinations always.Gabe Black
2009-08-05X86: Fix condition code setting for signed multiplies with negative results.Gabe Black
2009-08-05X86: Make the check for negative operands for sign multiply more direct.Gabe Black
2009-08-05X86: Make sure immediate values are truncated properly.Gabe Black
2009-08-05X86: Handle rotate left with carry instructions that go all the way around or...Gabe Black
2009-08-05X86: Handle rotate right with carry instructions that go all the way around o...Gabe Black
2009-08-05X86: Fix the overflow bit for rotate right with carry.Gabe Black
2009-08-05X86: Fix the computation of the bottom part of rotate right with carry.Gabe Black
2009-08-05X86: Fix the computation of the upper part of rotate right with carry.Gabe Black
2009-08-05X86: Handle rotating right all the way around or more.Gabe Black
2009-08-05X86: Make shifts/rotations that write to 32 bits of a register zero extend.Gabe Black
2009-08-05X86: Handle left rotations that go all the way around or more.Gabe Black
2009-08-05X86: Fix the sar carry flag.Gabe Black
2009-08-05X86: Fix sign extension when doing an arithmetic shift right by 0.Gabe Black
2009-08-05X86: Fix the carry flag for shr.Gabe Black
2009-08-05X86: Fix the carry flag for shl.Gabe Black
2009-08-02X86: Fix the high result of mul1s, and removed undefined shifts from the mult...Gabe Black
2009-07-16X86: Take limitted advantage of the compilers type checking for microop opera...Gabe Black
2009-05-28X86: Keep track of more descriptor state to accomodate KVM.Gabe Black
2009-04-23X86: Put the StoreCheck flag with the others, and don't collide with other fl...Gabe Black
2009-04-19X86: Implement the stul microop.Gabe Black
2009-04-19X86: Implement the ldstl microop.Gabe Black
2009-04-19X86: Implement far jmp.Gabe Black