i965: Avoid int64 warnings.
authorDave Airlie <airlied@redhat.com>
Mon, 20 Jun 2016 04:55:35 +0000 (14:55 +1000)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 20 Jan 2017 23:41:23 +0000 (15:41 -0800)
commit8dfea5348ca8b537d371876372ca83e1dfccaaa9
tree1301f6369ef26256bfa70a4775348e75ca797b36
parentc101cee2babda71607a9b3ab4929e7fb3b779be7
i965: Avoid int64 warnings.

Just add operations to the switch statement here.

v2 (idr): "cut them down later" => Remove ir_unop_b2u64 and
ir_unop_u642b.  Handle these with extra i2u or u2i casts just like
uint(bool) and bool(uint) conversion is done.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp