Home | History | Annotate | Download | only in source

Lines Matching refs:v32

381 void SetRow8_NEON(uint8* dst, uint32 v32, int count) {
390 : "r"(v32) // %2
396 void SetRows32_NEON(uint8* dst, uint32 v32, int width,
399 SetRow8_NEON(dst, v32, width << 2);