pan/mdg: map uabs_i/usub to i/uabsdiff

Signed-off-by: Italo Nicola <italonicola@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6823>
This commit is contained in:
Italo Nicola 2020-09-19 10:36:08 +00:00 committed by Marge Bot
parent cea032a345
commit c9192d1083

View file

@ -900,6 +900,9 @@ emit_alu(compiler_context *ctx, nir_alu_instr *instr)
/* Zero shoved as second-arg */
ALU_CASE(iabs, iabsdiff);
ALU_CASE(uabs_isub, iabsdiff);
ALU_CASE(uabs_usub, uabsdiff);
ALU_CASE(mov, imov);
ALU_CASE_CMP(feq32, feq);