Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dvec_string_helper.c119 s390_vec_write_element64(v1, 0, e0); in vfae()
120 s390_vec_write_element64(v1, 1, e1); in vfae()
122 s390_vec_write_element64(v1, 0, MIN(first_equal, first_zero)); in vfae()
123 s390_vec_write_element64(v1, 1, 0); in vfae()
185 s390_vec_write_element64(v1, 0, MIN(first_equal, first_zero)); in vfee()
186 s390_vec_write_element64(v1, 1, 0); in vfee()
252 s390_vec_write_element64(v1, 0, MIN(first_inequal, first_zero)); in vfene()
253 s390_vec_write_element64(v1, 1, 0); in vfene()
307 s390_vec_write_element64(v1, 0, a0); in vistr()
308 s390_vec_write_element64(v1, 1, a1); in vistr()
[all …]
H A Dvec.h113 static inline void s390_vec_write_element64(S390Vector *v, uint8_t enr, in s390_vec_write_element64() function
134 s390_vec_write_element64(v, enr, data); in s390_vec_write_element()
H A Dvec_fpu_helper.c102 return s390_vec_write_element64(v, enr, data); in s390_vec_write_float64()
107 s390_vec_write_element64(v, 0, data.high); in s390_vec_write_float128()
108 s390_vec_write_element64(v, 1, data.low); in s390_vec_write_float128()
462 s390_vec_write_element64(&tmp, i, -1ull); in vfc64()
491 s390_vec_write_element64(&tmp, 0, -1ull); in vfc128()
492 s390_vec_write_element64(&tmp, 1, -1ull); in vfc128()
543 s390_vec_write_element64(&tmp, i, ret); in DEF_GVEC_VFC()
740 s390_vec_write_element64(v1, i, -1ull); in HELPER()
742 s390_vec_write_element64(v1, i, 0); in HELPER()
766 s390_vec_write_element64(v1, 0, -1ull); in HELPER()
[all …]
H A Dvec_helper.c51 s390_vec_write_element64(v1, 0, t0); in HELPER()
52 s390_vec_write_element64(v1, 1, t1); in HELPER()