Home
last modified time | relevance | path

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

/openbmc/qemu/include/fpu/
H A Dsoftfloat-types.h112 #define make_float128(high_, low_) ((float128) { .high = high_, .low = low_ }) argument
113 #define make_float128_init(high_, low_) { .high = high_, .low = low_ } argument