summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/AMDGPUInstrInfo.td
Commit message (Collapse)AuthorAgeFilesLines
* radeon/llvm: Remove backend code from MesaTom Stellard2013-01-041-71/+0
| | | | | | | | | | | | This code now lives in an external tree. For the next Mesa release fetch the code from the master branch of this LLVM repo: http://cgit.freedesktop.org/~tstellar/llvm/ For all subsequent Mesa releases, fetch the code from the official LLVM project: www.llvm.org
* radeon/llvm: Replace AMDGPU pow intrinsic with the llvm versionTom Stellard2012-09-211-0/+2
|
* radeon/llvm: Lower ROTL to BIT_ALIGNTom Stellard2012-06-211-0/+14
|
* radeon/llvm: Lower UDIV using the Selection DAGTom Stellard2012-05-241-0/+6
|
* radeon/llvm: Add custom SDNode for FRACTTom Stellard2012-05-241-0/+3
|
* radeon/llvm: Add DAG nodes for MIN instructionsTom Stellard2012-05-171-0/+15
| | | | Also, remove the AMDIL MIN* instruction defs.
* radeon/llvm: Add custom SDNodes for MAXTom Stellard2012-05-171-0/+31
We now lower the various intrinsics for max to SDNodes and then use tablegen patterns to lower the SDNodes to instructions.