Home | History | Annotate | Download | only in aarch32

Lines Matching defs:input_end

618     Register input_end = scratch_registers.Acquire();
621 // Initialize `input_ptr` to the first element and `input_end` the address
624 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
658 __ Cmp(input_ptr, input_end);