Lines Matching defs:zero
210 /* 64-bit multiplication, zero extending 32-bit x 32-bit, get the top word */
243 /* A nonzero divisor requires dividing the instance ID. A zero divisor
268 agx_index zero = agx_mov_imm(b, 32, 0);
269 agx_index default_value[4] = { zero, zero, zero, one };
590 /* Handle 1-bit bools as zero/nonzero rather than specifically 0/1 or 0/~0.
718 /* At this point, boolean is just zero/nonzero, so compare with zero */
723 agx_index zero = agx_zero();
725 return agx_fcmpsel_to(b, dst, s0, zero, zero, one, AGX_FCOND_EQ);