Craig Topper
|
71dc02d659
|
Fix intrinsics for XOP frczss/sd instructions. These instructions only take one source register and zero the upper bits of the destination rather than preserving them.
llvm-svn: 158396
|
2012-06-13 07:18:53 +00:00 |
Craig Topper
|
3352ba55b9
|
Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as an argument.
llvm-svn: 158278
|
2012-06-09 16:46:13 +00:00 |
Craig Topper
|
4daa67483d
|
Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to the same instruction with different types. This would be better accomplished with casts in the not yet created xopintrin.h header file.
llvm-svn: 149795
|
2012-02-05 00:55:56 +00:00 |
Jan Sjödin
|
21f83d9f36
|
Add XOP Intrinsics and tests
llvm-svn: 147949
|
2012-01-11 15:20:20 +00:00 |