Lines Matching refs:S390Vector
19 static bool s390_vec_is_zero(const S390Vector *v) in s390_vec_is_zero()
24 static void s390_vec_and(S390Vector *res, const S390Vector *a, in s390_vec_and()
25 const S390Vector *b) in s390_vec_and()
31 static bool s390_vec_equal(const S390Vector *a, const S390Vector *b) in s390_vec_equal()
37 static void s390_vec_shl(S390Vector *d, const S390Vector *a, uint64_t count) in s390_vec_shl()
58 static void s390_vec_sar(S390Vector *d, const S390Vector *a, uint64_t count) in s390_vec_sar()
80 static void s390_vec_shr(S390Vector *d, const S390Vector *a, uint64_t count) in s390_vec_shr()
527 S390Vector tmp; in HELPER()
538 *(S390Vector *)v1 = tmp; in HELPER()
550 S390Vector tmp; in HELPER()
566 *(S390Vector *)v1 = tmp; in HELPER()
578 S390Vector tmp; in HELPER()
588 *(S390Vector *)v1 = tmp; in HELPER()
610 S390Vector tmp; in HELPER()