aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_idiv.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Optimize umod loweringSagar Ghuge2019-07-261-25/+23
* nir: Add lowering for nir_op_irem and nir_op_imodSagar Ghuge2019-07-241-2/+16
* nir/lower_idiv: Use ilt instead of bit twiddlingJason Ekstrand2018-12-161-1/+1
* nir: Make boolean conversions sized just like the othersJason Ekstrand2018-12-051-1/+1
* nir: Rework conversion opcodesJason Ekstrand2017-03-141-8/+8
* nir: Avoid an extra NIR op in integer divide lowering.Eric Anholt2016-11-161-2/+1
* nir: return progress from lower_idivRob Clark2016-05-151-6/+15
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/lower_idiv: fixup for new foreach_block()Connor Abbott2016-04-281-14/+7
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+151