Searched refs:VUPK (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 2037 #define VUPK(suffix, unpacked, packee, hi) \ in VUPKPX() macro 2055 VUPK(hsb, s16, s8, UPKHI) 2056 VUPK(hsh, s32, s16, UPKHI) 2057 VUPK(hsw, s64, s32, UPKHI) 2058 VUPK(lsb, s16, s8, UPKLO) 2059 VUPK(lsh, s32, s16, UPKLO) 2060 VUPK(lsw, s64, s32, UPKLO) 2061 #undef VUPK
|