Searched refs:AGX_ICOND_UEQ (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 105 return agx_icmpsel(b, P, max, one, agx_zero(), AGX_ICOND_UEQ); in agx_udiv_const() 496 case nir_op_ieq: return agx_icmpsel_to(b, dst, s0, s1, t, f, AGX_ICOND_UEQ); in agx_emit_alu_bool() 497 case nir_op_ine: return agx_icmpsel_to(b, dst, s0, s1, f, t, AGX_ICOND_UEQ); in agx_emit_alu_bool() 510 case nir_op_i2b1: return agx_icmpsel_to(b, dst, s0, f, f, t, AGX_ICOND_UEQ); in agx_emit_alu_bool() 511 case nir_op_b2b1: return agx_icmpsel_to(b, dst, s0, f, f, t, AGX_ICOND_UEQ); in agx_emit_alu_bool() 514 return agx_icmpsel_to(b, dst, s0, f, s2, s1, AGX_ICOND_UEQ); in agx_emit_alu_bool() 604 return agx_icmpsel_to(b, dst, s0, agx_zero(), s2, s1, AGX_ICOND_UEQ); in agx_emit_alu() 608 return agx_icmpsel_to(b, dst, s0, agx_zero(), agx_zero(), agx_immediate(1), AGX_ICOND_UEQ); in agx_emit_alu() 954 agx_if_icmp(&_b, cond, agx_zero(), 1, AGX_ICOND_UEQ, true); in emit_if() 963 agx_else_icmp(&_b, cond, agx_zero(), 1, AGX_ICOND_UEQ, false); in emit_if() [all …]
|
D | agx_compiler.h | 208 AGX_ICOND_UEQ = 0, enumerator
|