Searched refs:DFP_HELPER_RINT (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | dfp_helper.c | 856 #define DFP_HELPER_RINT(op, postprocs, size) \ macro 879 DFP_HELPER_RINT(DRINTX, RINTX_PPs, 64) 880 DFP_HELPER_RINT(DRINTXQ, RINTX_PPs, 128) 888 DFP_HELPER_RINT(DRINTN, RINTN_PPs, 64) 889 DFP_HELPER_RINT(DRINTNQ, RINTN_PPs, 128)
|