Searched refs:DXIL_ICMP_EQ (Results 1 – 3 of 3) sorted by relevance
140 [DXIL_ICMP_EQ] = "iEQ",
113 DXIL_ICMP_EQ = 32, enumerator
2121 case nir_op_ieq: return emit_cmp(ctx, alu, DXIL_ICMP_EQ, src[0], src[1]); in emit_alu()