Searched refs:dnop (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | dfp_helper.c | 429 #define DFP_HELPER_TAB(op, dnop, postprocs, size) \ argument 435 dnop(&dfp.t, &dfp.a, &dfp.b, &dfp.context); \ 495 #define DFP_HELPER_BF_AB(op, dnop, postprocs, size) \ argument 500 dnop(&dfp.t, &dfp.a, &dfp.b, &dfp.context); \
|