nir: Populate conversion opcodes to 16-bit types
authorEduardo Lima Mitev <elima@igalia.com>
Sat, 1 Jul 2017 06:01:21 +0000 (08:01 +0200)
committerJose Maria Casanova Crespo <jmcasanova@igalia.com>
Wed, 6 Dec 2017 07:57:18 +0000 (08:57 +0100)
commit2af63683bc61e1efb8f634697770d314ef07c882
treec568152d1fd863e1a405603bb2bf5df593d55d07
parentd7114454305a64f9624d7b1fcc726d97d7f1835a
nir: Populate conversion opcodes to 16-bit types

This will include the following NIR ALU opcodes:
 * nir_op_i2i16
 * nir_op_i2f16
 * nir_op_u2u16
 * nir_op_u2f16
 * nir_op_f2i16
 * nir_op_f2u16
 * nir_op_f2f16

v2: Remove "from" 16-bit in commit subject (Topi Pohjolainen)

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/nir/nir_opcodes_c.py