Home | History | Annotate | Download | only in aarch32

Lines Matching defs:input_end

3396     Register input_end = scratch_registers.Acquire();
3399 // Initialize `input_ptr` to the first element and `input_end` the address
3402 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
3516 __ Cmp(input_ptr, input_end);