Home | History | Annotate | Download | only in aarch32

Lines Matching defs:input_end

1429     Register input_end = scratch_registers.Acquire();
1432 // Initialize `input_ptr` to the first element and `input_end` the address
1435 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
1465 __ Cmp(input_ptr, input_end);