Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dop_helper.c299 static float32 build_float32(uint8_t sign, uint32_t exp, uint32_t mant) in build_float32() function
330 RdV = build_float32(extract32(RtV, 31, 1), exp, mant); in HELPER()
351 RdV = build_float32(extract32(RsV, 31, 1), exp, mant); in HELPER()