Home | History | Annotate | Download | only in mips

Lines Matching full:match_char

263       uc16 match_char = str[i];
264 int match_high_byte = (match_char >> 8);
272 __ Addu(a3, a2, Operand(match_char & 0xff));