Home | History | Annotate | Download | only in mips64

Lines Matching refs:UC16

213 void RegExpMacroAssemblerMIPS::CheckCharacterGT(uc16 limit, Label* on_greater) {
234 void RegExpMacroAssemblerMIPS::CheckCharacterLT(uc16 limit, Label* on_less) {
330 DCHECK(mode_ == UC16);
438 DCHECK(mode_ == UC16);
484 uc16 c,
485 uc16 minus,
486 uc16 mask,
496 uc16 from,
497 uc16 to,
506 uc16 from,
507 uc16 to,
531 bool RegExpMacroAssemblerMIPS::CheckSpecialCharacterClass(uc16 type,
570 if (mode_ == UC16) {
629 // No custom implementation (yet): s(UC16), S(UC16).
720 __ dsll(t1, a1, (mode_ == UC16) ? 1 : 0);
778 if (mode_ == UC16) {
796 if (mode_ == UC16) {
850 Operand((mode_ == UC16) ? 2 : 1));
1323 DCHECK(mode_ == UC16);