aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/compiler/aco_opcodes.py
Commit message (Expand)AuthorAgeFilesLines
* 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