fix signed shift test
Reference issue
What does this implement/fix?
vshrq_n_s64 and possibly other NEON integer shift operations accept arguments greater than or equal to 1. Passing zero causes the tests to fail. error: argument value 0 is outside the valid range [1, 64]