aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/SIInstructions.td
Commit message (Expand)AuthorAgeFilesLines
* R600/SI: Add pattern for mul.Tom Stellard2013-02-071-0/+4
* R600/SI: simplify and fix SMRD encodingTom Stellard2013-02-071-3/+36
* R600/SI: add proper 64bit immediate support v2Tom Stellard2013-02-071-11/+8
* R600/SI: Use proper instructions for array/shadow samplers.Tom Stellard2013-02-071-3/+39
* R600/SI: Make sample intrinsic address parameter type overloaded.Tom Stellard2013-02-071-18/+34
* R600/SI: Add basic support for more integer vector types.Tom Stellard2013-02-071-6/+10
* R600/SI: Add pattern for flog2Michel Danzer2013-02-071-1/+3
* R600: Consolidate sub register indices.Tom Stellard2013-02-071-24/+24
* R600/SI: Add patterns for fcos and fsin.Tom Stellard2013-02-051-0/+10
* R600/SI: Use unnormalized coordinates for sampling with the RECT target.Tom Stellard2013-01-211-0/+6
* R600/SI: Take target parameter for sample intrinsics.Tom Stellard2013-01-211-3/+3
* R600: Optimize and cleanup KILL on SITom Stellard2013-01-181-12/+12
* R600: New control flow for SI v2Tom Stellard2012-12-191-15/+60
* R600: enable S_*N2_* instructionsTom Stellard2012-12-171-4/+4
* Add R600 backendTom Stellard2012-12-111-0/+1306