summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_opcodes.py
AgeCommit message (Expand)AuthorFilesLines
2017-06-27nir: sge operation is defined for floating-point typesJuan A. Suarez Romero1-1/+1
2017-03-30nir: Add support for 8 and 16-bit typesJason Ekstrand1-1/+5
2017-03-21nir: Add positional argument specifiers.Vinson Lee1-1/+1
2017-03-14nir: Rework conversion opcodesJason Ekstrand1-35/+19
2017-03-10nir: remove shebang from python scriptsEmil Velikov1-1/+0
2017-02-16nir: Combine the int and double [un]pack opcodesJason Ekstrand1-16/+5
2017-02-09nir: add opcode to perform int64 to bool conversionsSamuel Iglesias Gonsálvez1-0/+1
2017-01-20nir: Shift count for shift opcodes is always 32-bitsIan Romanick1-3/+3
2017-01-20nir: Add 64-bit integer support for conversions and bitcastsIan Romanick1-1/+29
2016-09-06nir: fix definition of pack_uvec2_to_uintIlia Mirkin1-1/+1
2016-05-23nir: handle double-precision in fsign, fsat, fnot and frcpIago Toral Quiroga1-4/+9
2016-05-23nir: handle double-precision in fabs, frsq and fsqrtIago Toral Quiroga1-3/+3
2016-05-15nir: fix comment typo about f2d/d2fRob Clark1-2/+2
2016-04-28nir/opcodes: Make ldexp take an explicitly 32-bit intJason Ekstrand1-1/+1
2016-04-28nir/opcodes: Simplify the expressions for [un]pack_doubleJason Ekstrand1-61/+8
2016-04-13nir: Add more modulus opcodesJason Ekstrand1-1/+15
2016-04-11nir: add split versions of (un)pack_double_2x32Connor Abbott1-0/+36
2016-04-11nir: add support for (un)pack_double_2x32Connor Abbott1-0/+29
2016-04-11nir: add i2d and u2d opcodesIago Toral Quiroga1-0/+2
2016-04-11nir: add d2i, d2u, d2b opcodesIago Toral Quiroga1-0/+3
2016-04-11nir: add support for d2f and f2dConnor Abbott1-0/+3
2016-04-01nir: Add an opcode for stomping a 32-bit value to 16-bit precisionJason Ekstrand1-0/+1
2016-03-17nir: update opcode definitions for different bit sizesConnor Abbott1-67/+71
2016-02-01nir: Add lowering support for packing opcodes.Matt Turner1-0/+10
2016-02-01nir: Add opcodes to extract bytes or words.Matt Turner1-0/+9
2016-02-01nir: Make argument order of unop_convert match binop_convert.Matt Turner1-10/+10
2016-01-26nir: move to compiler/Emil Velikov1-0/+668