Lines Matching refs:allow_DFP

19020    Bool      allow_DFP = False;  in disInstr_PPC_WRK()  local
19032 allow_DFP = (0 != (hwcaps & VEX_HWCAPS_PPC64_DFP)); in disInstr_PPC_WRK()
19040 allow_DFP = (0 != (hwcaps & VEX_HWCAPS_PPC32_DFP)); in disInstr_PPC_WRK()
19297 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19302 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19309 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19316 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19321 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19327 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19333 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19353 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19359 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19370 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19375 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19381 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19609 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19615 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19622 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19631 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19637 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19644 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19719 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19725 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19738 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19743 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
19749 if (!allow_DFP) goto decode_noDFP; in disInstr_PPC_WRK()
20415 vassert(!allow_DFP); in disInstr_PPC_WRK()