Lines Matching refs:input_end
34 * - x25 : Address at the end of the input string: input_end.
93 * Address input_end,
247 input_end(),
320 input_end(),
326 input_end(),
365 __ Sub(current_input_offset().X(), current_position_address, input_end());
393 __ Add(x0, input_end(), Operand(capture_start_offset, SXTW));
397 __ Add(x1, input_end(), Operand(current_input_offset(), SXTW));
472 __ Add(capture_start_address, input_end(), Operand(w10, SXTW));
477 input_end(),
501 __ Sub(current_input_offset().X(), current_position_address, input_end());
708 // x3: byte* input_end
739 __ Mov(input_end(), x3);
794 __ Sub(x10, input_start(), input_end());
859 __ Sub(x10, input_end(), input_start());
1345 const byte** input_start, const byte** input_end) {
1349 frame_entry_address<String*>(re_frame, kInput), input_start, input_end);
1382 __ Poke(input_end(), 2 * kPointerSize);
1406 __ Peek(input_end(), 2 * kPointerSize);
1641 __ Ldr(current_character(), MemOperand(input_end(), offset, SXTW));
1643 __ Ldrh(current_character(), MemOperand(input_end(), offset, SXTW));
1646 __ Ldrb(current_character(), MemOperand(input_end(), offset, SXTW));
1651 __ Ldr(current_character(), MemOperand(input_end(), offset, SXTW));
1654 __ Ldrh(current_character(), MemOperand(input_end(), offset, SXTW));