Home | History | Annotate | Download | only in x64

Lines Matching full:uc16

48  * - rdx : Currently loaded character(s) as ASCII or UC16.  Must be loaded
194 void RegExpMacroAssemblerX64::CheckCharacterGT(uc16 limit, Label* on_greater) {
224 void RegExpMacroAssemblerX64::CheckCharacterLT(uc16 limit, Label* on_less) {
321 ASSERT(mode_ == UC16);
430 ASSERT(mode_ == UC16);
487 uc16 c,
488 uc16 minus,
489 uc16 mask,
500 uc16 from,
501 uc16 to,
510 uc16 from,
511 uc16 to,
535 bool RegExpMacroAssemblerX64::CheckSpecialCharacterClass(uc16 type,
583 if (mode_ == UC16) {
649 // No custom implementation (yet): s(UC16), S(UC16).
755 if (mode_ == UC16) {
828 if (mode_ == UC16) {
840 if (mode_ == UC16) {
877 if (mode_ == UC16) {
1244 // If we changed between an ASCII and an UC16 string, the specialized
1430 ASSERT(mode_ == UC16);
1433 Operand(rsi, rdi, times_1, cp_offset * sizeof(uc16)));
1437 Operand(rsi, rdi, times_1, cp_offset * sizeof(uc16)));