Searched refs:AGX_ICOND_UEQ (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 190 return agx_icmpsel(b, P, max, one, agx_zero(), AGX_ICOND_UEQ); in agx_udiv_const() 601 case nir_op_ieq: return agx_icmpsel_to(b, dst, s0, s1, t, f, AGX_ICOND_UEQ); in agx_emit_alu_bool() 602 case nir_op_ine: return agx_icmpsel_to(b, dst, s0, s1, f, t, AGX_ICOND_UEQ); in agx_emit_alu_bool() 615 case nir_op_i2b1: return agx_icmpsel_to(b, dst, s0, f, f, t, AGX_ICOND_UEQ); in agx_emit_alu_bool() 616 case nir_op_b2b1: return agx_icmpsel_to(b, dst, s0, f, f, t, AGX_ICOND_UEQ); in agx_emit_alu_bool() 619 return agx_icmpsel_to(b, dst, s0, f, s2, s1, AGX_ICOND_UEQ); in agx_emit_alu_bool() 709 return agx_icmpsel_to(b, dst, s0, agx_zero(), s2, s1, AGX_ICOND_UEQ); in agx_emit_alu() 713 return agx_icmpsel_to(b, dst, s0, agx_zero(), agx_zero(), agx_immediate(1), AGX_ICOND_UEQ); in agx_emit_alu() 1179 agx_if_icmp(&_b, cond, agx_zero(), 1, AGX_ICOND_UEQ, true); in emit_if() 1188 agx_else_icmp(&_b, cond, agx_zero(), 1, AGX_ICOND_UEQ, fals in emit_if() [all...] |
H A D | agx_compiler.h | 215 AGX_ICOND_UEQ = 0, enumerator
|
Completed in 4 milliseconds