Lines Matching refs:allow_DFP
18879 Bool allow_DFP = False; in disInstr_PPC_WRK() local
18891 allow_DFP = (0 != (hwcaps & VEX_HWCAPS_PPC64_DFP)); in disInstr_PPC_WRK()
18899 allow_DFP = (0 != (hwcaps & VEX_HWCAPS_PPC32_DFP)); in disInstr_PPC_WRK()
19156 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19161 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19168 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19179 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19185 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19191 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19211 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19217 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19228 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19233 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19239 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19467 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19473 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19480 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19489 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19495 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19502 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19577 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19583 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19596 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19606 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
20272 vassert(!allow_DFP); in disInstr_PPC_WRK()