Searched refs:DFP_HELPER_BF_AB (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | dfp_helper.c | 495 #define DFP_HELPER_BF_AB(op, dnop, postprocs, size) \ macro 513 DFP_HELPER_BF_AB(DCMPU, decNumberCompare, CMPU_PPs, 64) 514 DFP_HELPER_BF_AB(DCMPUQ, decNumberCompare, CMPU_PPs, 128) 524 DFP_HELPER_BF_AB(DCMPO, decNumberCompare, CMPO_PPs, 64) 525 DFP_HELPER_BF_AB(DCMPOQ, decNumberCompare, CMPO_PPs, 128)
|