Home | History | Annotate | Download | only in priv

Lines Matching refs:DFP

1356    const UInt DFP = VEX_HWCAPS_PPC32_DFP;
1368 if (c == (F|V|FX|GX|DFP)) return "ppc32-int-flt-vmx-FX-GX-DFP";
1369 if (c == (F|V|FX|GX|VX|DFP)) return "ppc32-int-flt-vmx-FX-GX-VX-DFP";
1370 if (c == (F|V|FX|GX|VX|DFP|ISA2_07))
1371 return "ppc32-int-flt-vmx-FX-GX-VX-DFP-ISA2_07";
1384 const UInt DFP = VEX_HWCAPS_PPC64_DFP;
1395 if (c == (V|FX|GX|DFP)) return "ppc64-int-flt-vmx-FX-GX-DFP";
1396 if (c == (V|FX|GX|VX|DFP)) return "ppc64-int-flt-vmx-FX-GX-VX-DFP";
1397 if (c == (V|FX|GX|VX|DFP|ISA2_07))
1398 return "ppc64-int-flt-vmx-FX-GX-VX-DFP-ISA2_07";
1461 { VEX_HWCAPS_S390X_DFP, "dfp" },