Lines Matching refs:size
51 uint32_t size;
92 uint16_t size;
172 /* for relative addressing, 32bits for array size is too small,
174 * use a simple size field (number of scalar components).
176 * Note the size field isn't important for relative const (since
179 unsigned size : 16;
903 /* A move from const, which changes size but not type, can also be
1140 return reg->size;
1221 * size and never alias normal registers, even though a naive calculation
1457 * internal result of the op (which is assumed to be the same size as the
1458 * sources) to the destination when they are not the same size. If F32 it does
1537 /* Comparisons only return 0/1 and the size of the comparison sources
1539 * by returning a type with the dest size here:
2575 for (unsigned i = 0; i < reg->size; i++)
2589 for (unsigned i = 0; i < reg->size; i++)
2603 for (unsigned i = 0; i < reg->size; i++)