Searched refs:s390_vec_write_element (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_int_helper.c | 110 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 D | vec.h | 120 static inline void s390_vec_write_element(S390Vector *v, uint8_t enr, in s390_vec_write_element() function
|
H A D | vec_helper.c | 84 s390_vec_write_element##TBITS(&tmp, i, fn(src, &saturated)); \
|
H A D | vec_string_helper.c | 394 s390_vec_write_element(&rt_result, i, es, val); in vstrc()
|