Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dint_helper.c454 #define SATCVTU(from, to, from_type, to_type, min, max) \ macro
471 SATCVTU(uh, ub, uint16_t, uint8_t, 0, UINT8_MAX) in SATCVT()
472 SATCVTU(uw, uh, uint32_t, uint16_t, 0, UINT16_MAX) in SATCVT()
473 SATCVTU(ud, uw, uint64_t, uint32_t, 0, UINT32_MAX) in SATCVT()
478 #undef SATCVTU in SATCVT()