summaryrefslogtreecommitdiff
path: root/lib/Target/R600/SIInstructions.td
Commit message (Expand)AuthorAge
* R600/SI: Add intrinsic for MIMG IMAGE_GET_RESINFO opcodeTom Stellard2013-05-06
* R600/SI: Add intrinsic for texture image loadingTom Stellard2013-05-06
* R600/SI: Add pattern for uint_to_fpTom Stellard2013-05-06
* R600/SI: Add patterns for integer maxima / minimaTom Stellard2013-05-06
* R600/SI: Add pattern for AMDGPU.trunc intrinsicTom Stellard2013-05-06
* R600: Add pattern for SHA-256 Ma functionTom Stellard2013-05-03
* R600: Use new tablegen syntax for patternsTom Stellard2013-05-02
* R600/SI: remove nonsense select patternTom Stellard2013-05-02
* R600: Add pattern for the BFI_INT instructionTom Stellard2013-04-19
* R600/SI: Use InstFlag for VOP3 modifier operandsTom Stellard2013-04-19
* R600/SI: Add pattern for AMDGPUurecipMichel Danzer2013-04-10
* R600/SI: remove image sample writemaskChristian Konig2013-04-10
* R600/SI: Add support for buffer stores v2Tom Stellard2013-04-05
* R600/SI: add SETO/SETUO patternsChristian Konig2013-03-27
* R600/SI: add cummuting of rev instructionsChristian Konig2013-03-27
* R600/SI: add mulhu/mulhs patternsChristian Konig2013-03-27
* R600/SI: add srl/sha patterns for SIChristian Konig2013-03-27
* R600/SI: avoid unecessary subreg extraction in IMAGE_SAMPLEChristian Konig2013-03-26
* R600/SI: replace WQM intrinsicChristian Konig2013-03-26
* R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsicsMichel Danzer2013-03-22
* R600/SI: implement indirect adressing for SIChristian Konig2013-03-18
* R600/SI: add float vector typesChristian Konig2013-03-18
* R600/SI: add shl patternChristian Konig2013-03-18
* R600/SI: add BUFFER_LOAD_DWORD patternChristian Konig2013-03-18
* R600/SI: implement SI.load.const intrinsicChristian Konig2013-03-18
* R600/SI: enable all S_LOAD and S_BUFFER_LOAD opcodesChristian Konig2013-03-18
* R600/SI: rework input interpolation v2Christian Konig2013-03-07
* R600/SI: remove SGPR address space v2Christian Konig2013-03-07
* R600/SI: switch types of SGPRs to v*i8Christian Konig2013-03-07
* R600/SI: remove S_MOV immediate patternsChristian Konig2013-03-01
* R600/SI: add some more instruction flagsChristian Konig2013-02-26
* R600/SI: add post ISel folding for SI v2Christian Konig2013-02-26
* R600/SI: fix VOP3b encoding v2Christian Konig2013-02-26
* R600/SI: fix and cleanup SI register definition v2Christian Konig2013-02-26
* R600/SI: Add pattern for sign extension of i1 to i32.Michel Danzer2013-02-22
* R600/SI: Add pattern for logical or of i1 values.Michel Danzer2013-02-22
* R600/SI: Add pattern for fceil.Michel Danzer2013-02-22
* R600/SI: inline V_ADD|SUB_F32 patternsChristian Konig2013-02-21
* R600/SI: replace IMPLICIT_DEF with SIOperand.ZEROChristian Konig2013-02-21
* R600/SI: replace SI_V_CNDLT with a patternChristian Konig2013-02-21
* R600/SI: use patterns for clamp, fabs, fnegChristian Konig2013-02-21
* R600/SI: add all the other missing asm operands v2Christian Konig2013-02-21
* R600/SI: simplify VOPC_* pattern v2Christian Konig2013-02-21
* R600/SI: Make sure M0 is loaded for V_INTERP_MOV_F32Michel Danzer2013-02-21
* R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad patternVincent Lejeune2013-02-18
* R600/SI: Add pattern to simplify i64 loadingChristian Konig2013-02-16
* R600/SI: nuke SReg_1 v3Christian Konig2013-02-16
* R600/SI: cleanup literal handling v3Christian Konig2013-02-16
* R600/SI: replace AllReg_* with [SV]Src_* v2Christian Konig2013-02-16
* R600/SI: Fix int_SI_fs_interp_constantMichel Danzer2013-02-14