Home | History | Annotate | Download | only in tests

Lines Matching refs:rm_so

32 	return matches[index].rm_eo - matches[index].rm_so;
57 matches[i].rm_so, matches[i].rm_eo);
106 tokens.Negate.String = src_str + matches[1].rm_so;
108 tokens.Abs.String = src_str + matches[2].rm_so;
110 tokens.File.String = src_str + matches[3].rm_so;
112 tokens.Index.String = src_str + matches[4].rm_so;
114 tokens.Swizzle.String = src_str + matches[5].rm_so;
232 tokens.File.String = dst_str + matches[1].rm_so;
234 tokens.Index.String = dst_str + matches[2].rm_so;
236 tokens.WriteMask.String = dst_str + matches[3].rm_so;
334 tokens.Opcode.String = inst_str + matches[1].rm_so;
336 if (matches[2].rm_so > -1) {
337 tokens.Sat.String = inst_str + matches[2].rm_so;
353 tokens.Dst.String = inst_str + matches[3].rm_so;
366 inst_str + matches[first_src + j].rm_so;