Lines Matching refs:reg1
388 // Round, shift and saturate and store reg1-reg2 over 4 lines
389 .macro do_store4 reg1, reg2, tmp1, tmp2, type
390 sqrshrun \reg1\().8b, \reg1\().8h, #7
397 urhadd \reg1\().8b, \reg1\().8b, \tmp1\().8b
400 st1 {\reg1\().s}[0], [x0], x1
402 st1 {\reg1\().s}[1], [x0], x1
406 // Round, shift and saturate and store reg1-4
407 .macro do_store reg1, reg2, reg3, reg4, tmp1, tmp2, tmp3, tmp4, type
408 sqrshrun \reg1\().8b, \reg1\().8h, #7
417 urhadd \reg1\().8b, \reg1\().8b, \tmp1\().8b
422 st1 {\reg1\().8b}, [x0], x1