summaryrefslogtreecommitdiff
path: root/lib/Target/R600/SIInstrInfo.td
Commit message (Expand)AuthorAge
* R600/SI: Use a ComplexPattern for MUBUF storesTom Stellard2014-06-24
* R600/SI: Fix div_scale intrinsic.Matt Arsenault2014-06-23
* R600/SI: add gather4 and getlod intrinsics (v3)Marek Olsak2014-06-18
* R600/SI: Prettier operand printing for 64-bit ops.Matt Arsenault2014-06-18
* R600/SI: Comparisons set vcc.Matt Arsenault2014-06-18
* R600/SI: Make sure target flags are set on pseudo VOP3 instructionsTom Stellard2014-06-17
* R600/SI: Use a register set to -1 for data0 on ds_inc*/ds_dec*Matt Arsenault2014-06-12
* R600/SI: Add common 64-bit LDS atomicsMatt Arsenault2014-06-11
* R600/SI: Add instruction definitions for more LDS opsMatt Arsenault2014-06-11
* R600/SI: Implement i64 ctpopMatt Arsenault2014-06-10
* R600/SI: Rename VOP3 helper class to be more generalMatt Arsenault2014-06-09
* R600/SI: Refactor the VOP3_32 tablegen classTom Stellard2014-05-16
* R600/SI: Prettier display of input modifiersVincent Lejeune2014-05-10
* R600/SI: Fix SMRD pattern for offsets > 32 bitsTom Stellard2014-05-09
* R600/SI: Fix verifier error with pseudo store instructions.Matt Arsenault2014-05-01
* R600/SI: Stop using i128 as the resource descriptor typeTom Stellard2014-04-17
* R600/SI: Print more immediates in hex formatMatt Arsenault2014-04-15
* R600/SI: Refactor SOPC classes slightly.Matt Arsenault2014-04-11
* R600/SI: Lower 64-bit immediates using REG_SEQUENCETom Stellard2014-04-03
* R600/SI: Add unused LDS 2 form instructions.Matt Arsenault2014-03-19
* R600/SI: Match i16 immediate offset of LDS instructions.Matt Arsenault2014-03-19
* R600/SI: Don't display the GDS bit.Matt Arsenault2014-03-19
* R600/SI: Merge offset0 and offset1 fields for single address DS instructions v2Matt Arsenault2014-03-19
* R600/SI: Using SGPRs is illegal for instructions that read carry-out from VCCTom Stellard2014-03-07
* R600/SI: Initialize M0 and emit S_WQM_B64 whenever DS instructions are usedTom Stellard2014-02-10
* R600/SI: Add a MUBUF store pattern for Reg+Imm offsetsTom Stellard2014-02-06
* R600/SI: Use immediates offsets for SMRD instructions whenever possibleTom Stellard2014-02-06
* R600/SI: Add intrinsic for BUFFER_LOAD_DWORD* instructionsMichel Danzer2014-01-27
* R600/SI: Make private pointers be 32-bit.Matt Arsenault2013-12-19
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-13
* R600/SI: Prefer SALU instructions for bit shift operationsTom Stellard2013-11-13
* R600/SI: Define a separate MIMG instruction for each possible output value typeTom Stellard2013-10-10
* R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedbackTom Stellard2013-09-12
* R600: Add support for local memory atomic addTom Stellard2013-09-05
* Revert "R600/SI: Fix incorrect encoding of DS_WRITE_B32 instructions"Tom Stellard2013-08-16
* R600/SI: Fix incorrect encoding of DS_WRITE_B32 instructionsTom Stellard2013-08-16
* R600: Add support for i16 and i8 global storesTom Stellard2013-08-16
* R600/SI: Replace v1i32 type with i32 in imageload and sample intrinsicsTom Stellard2013-08-14
* R600/SI: Convert v16i8 resource descriptors to i128Tom Stellard2013-08-14
* R600/SI: Choose the correct MOV instruction for copying immediatesTom Stellard2013-08-14
* R600/SI: Assign a register class to the $vaddr operand for MIMG instructionsTom Stellard2013-08-14
* R600/SI: Implement sint<->fp64 conversionsNiels Ole Salscheider2013-08-08
* R600: Remove unsafe type punning. No intended functionality change.Benjamin Kramer2013-07-12
* R600/SI: SI support for 64bit ConstantFPTom Stellard2013-07-12
* R600/SI: Initial support for LDS/GDS instructionsMichel Danzer2013-07-10
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Cast to the correct type. Pointer, not reference.Bill Wendling2013-06-06
* R600/SI: Add support for global loadsTom Stellard2013-06-03
* R600/SI: Rework MUBUF store instructionsTom Stellard2013-06-03
* R600/SI: Use a multiclass for MUBUF_Load_HelperTom Stellard2013-05-20