Home
last modified time | relevance | path

Searched refs:s390_vec_read_float128 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c89 static float128 s390_vec_read_float128(const S390Vector *v) in s390_vec_read_float128() function
164 const float128 a = s390_vec_read_float128(v2); in vop128_2()
309 const float128 a = s390_vec_read_float128(v2); in vop128_3()
310 const float128 b = s390_vec_read_float128(v3); in vop128_3()
383 const float128 a = s390_vec_read_float128(v1); in wfc128()
384 const float128 b = s390_vec_read_float128(v2); in wfc128()
482 const float128 a = s390_vec_read_float128(v2); in vfc128()
483 const float128 b = s390_vec_read_float128(v3); in vfc128()
605 ret = float128_to_float64(s390_vec_read_float128(v2), &env->fpu_status); in HELPER()
666 const float128 a = s390_vec_read_float128(v3); in vfma128()
[all …]