Home | History | Annotate | Download | only in mips64

Lines Matching refs:And

32  * - fp : Frame pointer. Used to access arguments, local variables and
109 * code and the remaining arguments are passed in registers, e.g. by calling the
150 // raised, and we will exit right away.
154 __ bind(&start_label_); // And then continue from here.
198 // Pop Code* offset from backtrack stack, add Code* and jump to location.
424 // Compute pointers to match string and capture string.
470 __ And(a0, current_character(), Operand(mask));
479 __ And(a0, current_character(), Operand(mask));
492 __ And(a0, a0, Operand(mask));
522 __ And(a1, current_character(), Operand(kTableSize - 1));
541 // One byte space characters are '\t'..'\r', ' ' and \u00a0.
567 // Match non-newlines (not 0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029).
573 // Compare original value to 0x2028 and 0x2029, using the already
582 // Match newlines (0x0a('\n'), 0x0d('\r'), 0x2028 and 0x2029).
591 // Compare original value to 0x2028 and 0x2029, using the already
647 // If the code gets corrupted due to long regular expressions and lack of
682 __ push(a0); // Make room for success counter and initialize it to 0.
790 // and the following use of that register.
861 // Exit and return v0.
868 // Skip sp past regexp registers and local variables..
870 // Restore registers s0..s7 and return (restoring ra to pc).
921 // If return NULL, we have failed to grow the stack, and
926 // Restore saved registers and continue.
994 DCHECK(cp_offset < (1<<30)); // Be sane! (And ensure negation works).
1132 // Align the stack pointer and save the original sp value on the stack.
1136 __ And(sp, sp, Operand(-stack_alignment));