aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/compiler/aco_opcodes.py
Commit message (Expand)AuthorAgeFilesLines
* aco: implement sub-dword swapsRhys Perry2020-04-221-0/+9
* aco: add VOP3P_instructionRhys Perry2020-04-221-4/+4
* aco: Fix the meaning of is_atomic.Timur Kristóf2020-01-291-6/+6
* aco: rework vertex fetching a bitRhys Perry2020-01-281-3/+1
* radv/aco,aco: implement GS on GFX9+Rhys Perry2020-01-241-1/+3
* aco: add new addr64 bit to MUBUF instructions on GFX6-GFX7Samuel Pitoiset2020-01-201-0/+1
* aco: allow input modifiers on v_cndmask_b32Rhys Perry2020-01-141-1/+5
* aco: don't DCE atomics with return valuesRhys Perry2020-01-131-8/+9
* aco: split read/writelane opcode into VOP2/VOP3 version for SI/CIDaniel Schürmann2019-12-071-2/+4
* aco: Initial GFX7 SupportDaniel Schürmann2019-12-071-53/+52
* aco: improve FLAT/GLOBAL schedulingRhys Perry2019-11-291-0/+1
* aco: fix GFX10 opcodes for some global/flat atomicsRhys Perry2019-11-291-6/+6
* aco: Implement subgroup shuffle in GFX10 wave64 mode.Timur Kristóf2019-10-281-0/+2
* aco: move s_andn2_b64 instructions out of the p_discard_ifRhys Perry2019-10-091-0/+1
* aco: check for duplicate opcode numbersRhys Perry2019-09-251-0/+25
* aco: fix opcode for s_mul_hi_i32Rhys Perry2019-09-251-1/+1
* aco: fix v_subrev_co_u32_e64 opcodeRhys Perry2019-09-251-1/+1
* aco: fix GFX9 opcode for v_xad_u32Rhys Perry2019-09-251-1/+1
* aco: Initial commit of independent AMD compilerDaniel Schürmann2019-09-191-0/+1552