Home | History | Annotate | Download | only in mips

Lines Matching refs:non_ascii

6571   Label non_ascii, allocated, ascii_data;
6573 // Branch to non_ascii if either string-encoding field is zero (non-ASCII).
6576 __ Branch(&non_ascii, eq, t4, Operand(zero_reg));
6588 __ bind(&non_ascii);