summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opcodes.py
Commit message (Expand)AuthorAgeFilesLines
* nir: Add more modulus opcodesJason Ekstrand2016-04-131-1/+15
* nir: add split versions of (un)pack_double_2x32Connor Abbott2016-04-111-0/+36
* nir: add support for (un)pack_double_2x32Connor Abbott2016-04-111-0/+29
* nir: add i2d and u2d opcodesIago Toral Quiroga2016-04-111-0/+2
* nir: add d2i, d2u, d2b opcodesIago Toral Quiroga2016-04-111-0/+3
* nir: add support for d2f and f2dConnor Abbott2016-04-111-0/+3
* nir: Add an opcode for stomping a 32-bit value to 16-bit precisionJason Ekstrand2016-04-011-0/+1
* nir: update opcode definitions for different bit sizesConnor Abbott2016-03-171-67/+71
* nir: Add lowering support for packing opcodes.Matt Turner2016-02-011-0/+10
* nir: Add opcodes to extract bytes or words.Matt Turner2016-02-011-0/+9
* nir: Make argument order of unop_convert match binop_convert.Matt Turner2016-02-011-10/+10
* nir: move to compiler/Emil Velikov2016-01-261-0/+668