Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dvec_int_helper.c110 s390_vec_write_element##BITS(v1, i, (a + b + 1) >> 1); \
126 s390_vec_write_element##BITS(v1, i, (a + b + 1) >> 1); \
140 s390_vec_write_element##BITS(v1, i, clz32(a) - 32 + BITS); \
154 s390_vec_write_element##BITS(v1, i, a ? ctz32(a) : BITS); \
273 s390_vec_write_element##BITS(v1, i, a * b + c); \
290 s390_vec_write_element##BITS(v1, i, (a * b + c) >> BITS); \
307 s390_vec_write_element##BITS(v1, i, (a * b + c) >> BITS); \
324 s390_vec_write_element##TBITS(v1, i, a * b + c); \
342 s390_vec_write_element##TBITS(v1, i, a * b + c); \
360 s390_vec_write_element##TBITS(v1, i, a * b + c); \
[all …]
H A Dvec.h120 static inline void s390_vec_write_element(S390Vector *v, uint8_t enr, in s390_vec_write_element() function
H A Dvec_helper.c84 s390_vec_write_element##TBITS(&tmp, i, fn(src, &saturated)); \
H A Dvec_string_helper.c394 s390_vec_write_element(&rt_result, i, es, val); in vstrc()