summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opcodes.py
Commit message (Expand)AuthorAgeFilesLines
* nir: Add support for 8 and 16-bit typesJason Ekstrand2017-03-301-1/+5
* nir: Add positional argument specifiers.Vinson Lee2017-03-211-1/+1
* nir: Rework conversion opcodesJason Ekstrand2017-03-141-35/+19
* nir: remove shebang from python scriptsEmil Velikov2017-03-101-1/+0
* nir: Combine the int and double [un]pack opcodesJason Ekstrand2017-02-161-16/+5
* nir: add opcode to perform int64 to bool conversionsSamuel Iglesias Gonsálvez2017-02-091-0/+1
* nir: Shift count for shift opcodes is always 32-bitsIan Romanick2017-01-201-3/+3
* nir: Add 64-bit integer support for conversions and bitcastsIan Romanick2017-01-201-1/+29
* 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