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.c85 static float64 s390_vec_read_float64(const S390Vector *v, uint8_t enr) in s390_vec_read_float64() function
147 const float64 a = s390_vec_read_float64(v2, i); in vop64_2()
292 const float64 a = s390_vec_read_float64(v2, i); in vop64_3()
293 const float64 b = s390_vec_read_float64(v3, i); in vop64_3()
364 const float64 a = s390_vec_read_float64(v1, 0); in wfc64()
365 const float64 b = s390_vec_read_float64(v2, 0); in wfc64()
457 const float64 a = s390_vec_read_float64(v2, i); in vfc64()
458 const float64 b = s390_vec_read_float64(v3, i); in vfc64()
559 const float128 ret = float64_to_float128(s390_vec_read_float64(v2, 0), in HELPER()
648 const float64 a = s390_vec_read_float64(v3, i); in vfma64()
[all …]