Home
last modified time | relevance | path

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

/openbmc/qemu/include/fpu/
H A Dsoftfloat-types.h112 #define make_float128(high_, low_) ((float128) { .high = high_, .low = low_ }) macro
H A Dsoftfloat.h1351 #define float128_zero make_float128(0, 0)
/openbmc/qemu/target/s390x/tcg/
H A Dcc_helper.c455 r = set_cc_nz_f128(make_float128(src, dst)); in do_calc_cc()
H A Dfpu_helper.c43 return make_float128(int128_gethi(i), int128_getlo(i)); in ARG128()
H A Dvec_fpu_helper.c92 return make_float128(s390_vec_read_element64(v, 0), in s390_vec_read_float128()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c183 r = make_float128(hi, lo); in update_random_ops()
/openbmc/qemu/fpu/
H A Dsoftfloat.c689 return make_float128(hi, p->frac_lo); in float128_pack_raw()