Remove f14 to f31 from FREG and FSREG.
authorGeorge Koehler <xkernigh@netscape.net>
Wed, 19 Oct 2016 01:16:47 +0000 (21:16 -0400)
committerGeorge Koehler <xkernigh@netscape.net>
Wed, 19 Oct 2016 01:16:47 +0000 (21:16 -0400)
commit99dee0ad24b454d561e6348d162c54769fb21786
tree0dc9acb7d1ca53a4ce6a841bab9a1de20c6124d2
parentcfbc537959dcb03941e0e1b4e9b6751c077fa66d
Remove f14 to f31 from FREG and FSREG.

This would have happened later, if f14 to f31 became regvar (like r13
to r31 are now).  I am doing it now because ncg is too slow for rules
"with FREG FREG uses FREG".  We use such rules for adf 8 and other EM
instructions that operate on 2 floats.  Like my last commit cfbc537,
this commit speeds ncg by removing choices for register allocation.
mach/powerpc/ncg/table