nv50/ir: nir_op_b2i8 and nir_op_b2i16

Signed-off-by: Yusuf Khan <yusisamerican@gmail.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19256>
This commit is contained in:
Yusuf Khan 2022-10-08 19:39:01 -05:00 committed by Marge Bot
parent cc961a28f8
commit d9a257b339

View file

@ -2929,6 +2929,8 @@ Converter::visit(nir_alu_instr *insn)
mkCmp(OP_SET, cc, TYPE_U32, newDefs[0], sTypes[0], getSrc(&insn->src[0]), src1);
break;
}
case nir_op_b2i8:
case nir_op_b2i16:
case nir_op_b2i32: {
DEFAULT_CHECKS;
LValues &newDefs = convert(&insn->dest);