X86: add ULL to 1's being shifted in 64-bit values
[gem5.git] / src / arch / x86 / isa / microops / mediaop.isa
2009-11-11 Vince WeaverX86: add ULL to 1's being shifted in 64-bit values
2009-11-11 Gabe BlackMerge with the head.
2009-11-10 Vince WeaverX86: Remove double-cast in Cvtf2i micro-op
2009-08-23 Gabe BlackMerge with head.
2009-08-21 Nathan BinkertX86: fix some simple compile issues
2009-08-18 Gabe BlackMerge with head.
2009-08-18 Gabe BlackX86: Implement a microop for converting fp values to...
2009-08-18 Gabe BlackX86: Implement a microop that compares fp values and...
2009-08-18 Gabe BlackX86: Implement a microop that compares fp values and...
2009-08-18 Gabe BlackX86: Implement a shuffle media microop.
2009-08-18 Gabe BlackX86: Implement a mask move microop.
2009-08-18 Gabe BlackX86: Implement a microop that moves sign bits.
2009-08-18 Gabe BlackX86: Extend mov2int and mov2fp so they can support...
2009-08-18 Gabe BlackX86: Implement a media average microop.
2009-08-18 Gabe BlackX86: Let the integer multiply microop use every other...
2009-08-18 Gabe BlackX86: Implement the media shift microops. These don...
2009-08-18 Gabe BlackX86: Implement a "sum of absolute differences" microop.
2009-08-18 Gabe BlackX86: Implement an integer media subtract microop.
2009-08-18 Gabe BlackX86: Implement a media integer multiply microop.
2009-08-18 Gabe BlackX86: Implement an integer media max microop.
2009-08-18 Gabe BlackX86: Add a media integer min microop.
2009-08-18 Gabe BlackX86: Implement an integer media addition microop with...
2009-08-18 Gabe BlackX86: Implement a media microop that converts between...
2009-08-18 Gabe BlackX86: Implement a microop that compares fp values and...
2009-08-18 Gabe BlackX86: Implement a media microop for converting integer...
2009-08-18 Gabe BlackX86: Implement a floating point media divide microop.
2009-08-18 Gabe BlackX86: Implement a floating point media multiply microop.
2009-08-18 Gabe BlackX86: Implement a media floating point subtract microop.
2009-08-18 Gabe BlackX86: Implement a floating point media add microop.
2009-08-18 Gabe BlackX86: Implement a media square root microop.
2009-08-18 Gabe BlackX86: Implement the floating point media max microop.
2009-08-18 Gabe BlackX86: Implement a floating point media min microop.
2009-08-18 Gabe BlackX86: Create a pack media microop.
2009-08-18 Gabe BlackX86: Rename sel to ext for media microops.
2009-08-18 Gabe BlackX86: Implement a multimedia andn microop.
2009-08-18 Gabe BlackX86: Implement a multimedia and microop.
2009-08-18 Gabe BlackX86: Implement a media or microop.
2009-08-18 Gabe BlackX86: Implement a media xor microop.
2009-08-18 Gabe BlackX86: Implement an unpack microop.
2009-08-18 Gabe BlackX86: Set up a media microop framework and create mov2in...