summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opcodes.py
Commit message (Expand)AuthorAgeFilesLines
* nir: fix definition of pack_uvec2_to_uintIlia Mirkin2016-09-061-1/+1
* nir: handle double-precision in fsign, fsat, fnot and frcpIago Toral Quiroga2016-05-231-4/+9
* nir: handle double-precision in fabs, frsq and fsqrtIago Toral Quiroga2016-05-231-3/+3
* nir: fix comment typo about f2d/d2fRob Clark2016-05-151-2/+2
* nir/opcodes: Make ldexp take an explicitly 32-bit intJason Ekstrand2016-04-281-1/+1
* nir/opcodes: Simplify the expressions for [un]pack_doubleJason Ekstrand2016-04-281-61/+8
* 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