Home | History | Annotate | Download | only in arm64

Lines Matching defs:input_length

813       Register input_length = w14;
827 __ Add(input_length, start_offset(), Operand(w10, LSR, 1));
829 __ Add(input_length, start_offset(), w10);
844 __ Add(capture_start, input_length, Operand(capture_start, ASR, 1));
845 __ Add(capture_end, input_length, Operand(capture_end, ASR, 1));
847 __ Add(capture_start, input_length, capture_start);
848 __ Add(capture_end, input_length, capture_end);
882 input_length,
884 __ Add(capture_end, input_length, Operand(capture_end, ASR, 1));
886 __ Add(capture_start, input_length, capture_start);
887 __ Add(capture_end, input_length, capture_end);
912 __ Add(capture_start, input_length, Operand(capture_start, ASR, 1));
913 __ Add(capture_end, input_length, Operand(capture_end, ASR, 1));
915 __ Add(capture_start, input_length, capture_start);
916 __ Add(capture_end, input_length, capture_end);