Searched refs:DXIL_ICMP_UGE (Results 1 – 3 of 3) sorted by relevance
143 [DXIL_ICMP_UGE] = "uiGE",
116 DXIL_ICMP_UGE = 35, enumerator
2416 case nir_op_uge: return emit_cmp(ctx, alu, DXIL_ICMP_UGE, src[0], src[1]); in emit_alu()