Keep in mind the total die size is just 3.1 mm^2. Also, I suppose the green area named "FP" actually contains:
- scheduler
- vector register file
- 2 x VALU
- 1 x VIMUL
- 1 x St. Conv.
- 1 x FPAdd
- 1 x FPMul
Replacing the FPAdd and the FPMul with two FMA units (similar to the ones in Piledriver) shouldn't add too much to the die area.
The problem is that replacing ADD and MUL units with FMA is that you will likely up the latency which may be a major problem for the Jaguar with it's more modest out-of-order engine.