Lines Matching full:src_base
1342 * \param src_base First component of the source to be used in assignment
1348 * \c src_base + \c count must be less than or equal to the number of
1353 ir_rvalue *src, unsigned src_base, unsigned count,
1361 assert(src->type->components() >= (src_base + count));
1368 src_base + 0, src_base + 1,
1369 src_base + 2, src_base + 3,