Home
last modified time | relevance | path

Searched defs:SATCVT (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dint_helper.c438 #define SATCVT(from, to, from_type, to_type, min, max) \ macro
467 SATCVT(sh, sb, int16_t, int8_t, INT8_MIN, INT8_MAX) in SATCVT() function