Lines Matching defs:array
172 /* for relative addressing, 32bits for array size is too small,
196 } array;
208 * array access (although the net effect is the same, it points
227 * Stupid/simple growable array implementation:
561 /* To avoid array write's from getting DCE'd, keep track of the
562 * most recent write. Any array access depends on the most
1980 ir3_src_create(mov, 0, IR3_REG_CONST | IR3_REG_RELATIV)->array.offset = n;
1996 src_reg->array = src->dsts[0]->array;
2576 __regmask_set(regmask, half, reg->array.base + i);
2590 __regmask_clear(regmask, half, reg->array.base + i);
2604 if (__regmask_get(regmask, half, reg->array.base + i))