Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c84 static float64 s390_vec_read_float64(const S390Vector *v, uint8_t enr) in s390_vec_read_float64() function
146 const float64 a = s390_vec_read_float64(v2, i); in vop64_2()
291 const float64 a = s390_vec_read_float64(v2, i); in vop64_3()
292 const float64 b = s390_vec_read_float64(v3, i); in vop64_3()
363 const float64 a = s390_vec_read_float64(v1, 0); in wfc64()
364 const float64 b = s390_vec_read_float64(v2, 0); in wfc64()
456 const float64 a = s390_vec_read_float64(v2, i); in vfc64()
457 const float64 b = s390_vec_read_float64(v3, i); in vfc64()
558 const float128 ret = float64_to_float128(s390_vec_read_float64(v2, 0), in HELPER()
647 const float64 a = s390_vec_read_float64(v3, i); in vfma64()
[all …]