summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/sse/__init__.py
AgeCommit message (Expand)Author
2007-09-06X86: Add a square root microop and the SSE sqrt instruction.Gabe Black
2007-09-06X86: Add SSE comparison instructions and microops and move some FP microops t...Gabe Black
2007-09-04X86: Implement an SSE xor microop and instruction.Gabe Black
2007-09-04X86: Hook in the fp arithmetic instructions. Stale python made it work before.Gabe Black
2007-09-04X86: Add some SSE floating point/integer conversion microops.Gabe Black
2007-09-04X86: Fix a corner case where mul would overwrite an original register value i...Gabe Black