Lines Matching defs:_p1
82 auto _p1 = as_u8(p1);
84 uint8x16_t a = vld1q_u8(_p1);
90 auto _p1 = as_u8(p1);
92 uint8x16_t a = vld1q_u8(_p1);
93 uint8x16_t b = vld1q_u8(_p1 + 16);
122 auto _p1 = as_u8(p1);
124 uint8x16_t a = vld1q_u8(_p1);
125 uint8x16_t b = vld1q_u8(_p1 + count - 16);
135 auto _p1 = as_u8(p1);
137 uint8x16_t a = vld1q_u8(_p1);
138 uint8x16_t b = vld1q_u8(_p1 + 16);
139 uint8x16_t c = vld1q_u8(_p1 + count - 16);
140 uint8x16_t d = vld1q_u8(_p1 + count - 32);