aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/R600Instructions.td
Commit message (Expand)AuthorAgeFilesLines
* R600: Add a ldptr intrinsic to support MSAA.Vincent Lejeune2013-10-021-0/+4
* R600: add a pass that merges clauses.Vincent Lejeune2013-10-011-0/+1
* R600: Enable -verify-machineinstrs in some tests.Vincent Lejeune2013-10-011-1/+1
* R600: Fix handling of NAN in comparison instructionsTom Stellard2013-09-281-43/+11
* SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()Tom Stellard2013-09-281-48/+0
* R600: Add support for LDS atomic subtractAaron Watry2013-09-061-0/+4
* R600: Add support for local memory atomic addTom Stellard2013-09-051-7/+35
* R600: Use SchedModel enum for is{Trans,Vector}Only functionsVincent Lejeune2013-09-041-20/+6
* R600: Add support for i8 and i16 local memory loadsTom Stellard2013-08-261-0/+12
* R600: Add support for i8 and i16 local memory storesTom Stellard2013-08-261-3/+21
* R600: Add support for i16 and i8 global storesTom Stellard2013-08-161-0/+13
* R600: Add support for v4i32 stores on CaymanTom Stellard2013-08-161-0/+1
* R600: Add IsExport bit to TableGen instruction definitionsTom Stellard2013-08-161-0/+3
* R600: Change the RAT instruction assembly names so they match the docsTom Stellard2013-08-161-30/+33
* R600/SI: Handle MSAA texture targetsTom Stellard2013-08-141-1/+15
* R600: Add 64-bit float load/store supportTom Stellard2013-08-011-5/+75
* Revert "R600: Use SchedModel enum for is{Trans,Vector}Only functions"Tom Stellard2013-07-311-6/+20
* R600: Use SchedModel enum for is{Trans,Vector}Only functionsVincent Lejeune2013-07-311-20/+6
* R600: Remove predicated_break instVincent Lejeune2013-07-311-3/+0
* R600: Treat CONSTANT_ADDRESS loads like GLOBAL_ADDRESS loads when necessaryTom Stellard2013-07-231-19/+0
* R600: Add support for 24-bit MAD instructionsTom Stellard2013-07-231-0/+6
* R600: Add support for 24-bit MUL instructionsTom Stellard2013-07-231-0/+7
* R600: Improve support for < 32-bit loadsTom Stellard2013-07-231-0/+8
* R600: Use KCache for kernel argumentsTom Stellard2013-07-231-1/+1
* R600: Clean up extended load patternsTom Stellard2013-07-231-8/+8
* R600: Don't emit empty then clause and use alu_pop_afterVincent Lejeune2013-07-191-0/+1
* R600: Do not predicated basic block with multiple alu clauseVincent Lejeune2013-07-091-1/+1
* R600: Use DAG lowering pass to handle fcos/fsinVincent Lejeune2013-07-091-22/+10
* R600: Print Export SwizzleVincent Lejeune2013-07-091-2/+2
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-291-0/+2
* R600: Add local memory support via LDSTom Stellard2013-06-281-0/+75
* R600: Add support for GROUP_BARRIER instructionTom Stellard2013-06-281-0/+30
* R600: Add ALUInst bit to tablegen definitions v2Tom Stellard2013-06-281-0/+3
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-251-4/+12
* R600: Add support for i32 loads from the constant address space on CaymanTom Stellard2013-06-251-0/+9
* R600: Fix spelling error in commentAaron Watry2013-06-241-1/+1
* R600: Properly set COUNT_3 bit in TEX clause initiating inst for pre EG gen.Vincent Lejeune2013-06-171-14/+16
* R600: Use correct encoding for Vertex Fetch instructions on CaymanTom Stellard2013-06-141-150/+268
* R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on CaymanTom Stellard2013-06-141-37/+56
* R600: Factor the instruction encoding out the RAT_WRITE_CACHELESS_eg classTom Stellard2013-06-141-50/+23
* R600: Move instruction encoding definitions into a separate .td fileTom Stellard2013-06-141-362/+1
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-071-16/+11
* R600: Constraints input regs of interp_xy,_zwVincent Lejeune2013-06-031-2/+2
* R600: Swap the legality of rotl and rotrTom Stellard2013-05-201-4/+2
* R600: Relax some vector constraints on Dot4.Vincent Lejeune2013-05-171-10/+49
* R600: Improve texture handlingVincent Lejeune2013-05-171-110/+86
* R600: Rename 128 bit registers.Vincent Lejeune2013-05-171-9/+8
* R600: prettier dump of clampVincent Lejeune2013-05-171-3/+3
* R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen ...Tom Stellard2013-05-101-0/+1
* R600: BFI_INT is a vector-only instructionTom Stellard2013-05-031-1/+1