Lines Matching refs:S390Vector

80 static float32 s390_vec_read_float32(const S390Vector *v, uint8_t enr)  in s390_vec_read_float32()
85 static float64 s390_vec_read_float64(const S390Vector *v, uint8_t enr) in s390_vec_read_float64()
90 static float128 s390_vec_read_float128(const S390Vector *v) in s390_vec_read_float128()
96 static void s390_vec_write_float32(S390Vector *v, uint8_t enr, float32 data) in s390_vec_write_float32()
101 static void s390_vec_write_float64(S390Vector *v, uint8_t enr, float64 data) in s390_vec_write_float64()
106 static void s390_vec_write_float128(S390Vector *v, float128 data) in s390_vec_write_float128()
113 static void vop32_2(S390Vector *v1, const S390Vector *v2, CPUS390XState *env, in vop32_2()
118 S390Vector tmp = {}; in vop32_2()
137 static void vop64_2(S390Vector *v1, const S390Vector *v2, CPUS390XState *env, in vop64_2()
142 S390Vector tmp = {}; in vop64_2()
161 static void vop128_2(S390Vector *v1, const S390Vector *v2, CPUS390XState *env, in vop128_2()
167 S390Vector tmp = {}; in vop128_2()
260 static void vop32_3(S390Vector *v1, const S390Vector *v2, const S390Vector *v3, in vop32_3()
265 S390Vector tmp = {}; in vop32_3()
283 static void vop64_3(S390Vector *v1, const S390Vector *v2, const S390Vector *v3, in vop64_3()
288 S390Vector tmp = {}; in vop64_3()
306 static void vop128_3(S390Vector *v1, const S390Vector *v2, const S390Vector *v3, in vop128_3()
313 S390Vector tmp = {}; in vop128_3()
340 static int wfc32(const S390Vector *v1, const S390Vector *v2, in DEF_GVEC_VOP3()
360 static int wfc64(const S390Vector *v1, const S390Vector *v2, in wfc64()
380 static int wfc128(const S390Vector *v1, const S390Vector *v2, in wfc128()
416 static int vfc32(S390Vector *v1, const S390Vector *v2, const S390Vector *v3, in vfc32()
420 S390Vector tmp = {}; in vfc32()
448 static int vfc64(S390Vector *v1, const S390Vector *v2, const S390Vector *v3, in vfc64()
452 S390Vector tmp = {}; in vfc64()
480 static int vfc128(S390Vector *v1, const S390Vector *v2, const S390Vector *v3, in vfc128()
486 S390Vector tmp = {}; in vfc128()
536 S390Vector tmp = {}; in DEF_GVEC_VFC()
552 *(S390Vector *)v1 = tmp; in DEF_GVEC_VFC()
575 S390Vector tmp = {}; in HELPER()
593 *(S390Vector *)v1 = tmp; in HELPER()
615 static void vfma32(S390Vector *v1, const S390Vector *v2, const S390Vector *v3, in vfma32()
616 const S390Vector *v4, CPUS390XState *env, bool s, int flags, in vfma32()
620 S390Vector tmp = {}; in vfma32()
639 static void vfma64(S390Vector *v1, const S390Vector *v2, const S390Vector *v3, in vfma64()
640 const S390Vector *v4, CPUS390XState *env, bool s, int flags, in vfma64()
644 S390Vector tmp = {}; in vfma64()
663 static void vfma128(S390Vector *v1, const S390Vector *v2, const S390Vector *v3, in vfma128()
664 const S390Vector *v4, CPUS390XState *env, bool s, int flags, in vfma128()
903 static void vfminmax32(S390Vector *v1, const S390Vector *v2, in vfminmax32()
904 const S390Vector *v3, CPUS390XState *env, in vfminmax32()
910 S390Vector tmp = {}; in vfminmax32()
965 static void vfminmax64(S390Vector *v1, const S390Vector *v2, in vfminmax64()
966 const S390Vector *v3, CPUS390XState *env, in vfminmax64()
972 S390Vector tmp = {}; in vfminmax64()
1027 static void vfminmax128(S390Vector *v1, const S390Vector *v2, in vfminmax128()
1028 const S390Vector *v3, CPUS390XState *env, in vfminmax128()