Two of the float materialization patterns use the VSSRC regsiter class. This
register class is not available before Power 8. The patterns will stay the same
for Power 8 and up but must use the class F4RC for Power 7 and earlier.
This patch fixes those patterns.
I assume that the -O0 is required in order to trigger spills. If so, perhaps just add a comment here to that effect for anyone looking at this in the future.