Lines Matching refs:w11
324 __ Ldp(w11, capture_start_offset, capture_location(start_reg, x10));
326 __ Sub(capture_length, w11, capture_start_offset); // Length to check.
370 __ Ldrb(w11, MemOperand(current_position_address, 1, PostIndex));
371 __ Cmp(w10, w11);
376 __ Orr(w11, w11, 0x20); // Also convert input character.
377 __ Cmp(w11, w10);
477 __ Ldp(w11, w10, capture_location(start_reg, x10));
479 __ Sub(capture_length, w11, w10); // Length to check.
514 __ Ldrb(w11, MemOperand(current_position_address, 1, PostIndex));
518 __ Ldrh(w11, MemOperand(current_position_address, 2, PostIndex));
520 __ Cmp(w10, w11);
639 __ Ldrb(w11, MemOperand(x11, w10, UXTW));
640 CompareAndBranchOrBacktrack(w11, 0, ne, on_bit_set);