These two instructions perform floating point fused multiply add using a GPR as one of the operands. As a result they select from a splat. VFMAS is q*q+r and VFMA is q*r + q
These, like the other floating point instruction using a gpr, will not be used a lot yet as the splat will not be sunk into loops. This will require some extra work to make sure that copies from fpr to gpr do not get stuck in the loop.