Lines Matching defs:address
1941 * address:
2808 /* Clear the base address and set the relative DCC offset. */
2839 * [2] is always 0, because the base address is cleared
3141 nir_ssa_def *address = zero;
3157 address = nir_ior(b, address, nir_ishl(b, v, nir_imm_int(b, i)));
3171 *bit_position = nir_ishl(b, nir_iand(b, address, nir_imm_int(b, 1)),
3176 nir_ixor(b, nir_ushr(b, address, one), pipeXor));
3209 nir_ssa_def *address = zero;
3213 /* Compute the address up until the last bit that doesn't use the block index. */
3228 address = nir_ior(b, address, nir_ishl(b, xor, nir_imm_int(b, i)));
3233 address = nir_ior(b, address,
3239 *bit_position = nir_ishl(b, nir_iand(b, address, nir_imm_int(b, 1)),
3243 return nir_ixor(b, nir_ushr(b, address, one),