It would be great to specify something like the following as a Rewrite rule (or library function) ``` def FMA(a : Data, b : Data, c : Data): x = PE(Inst.Mul,a,b) y = PE(Inst.Add,x,c) return y ```