Add more tests to show oppurtunity for generating fused mul+add/sub ops.
Currently, in many cases, depending upon what immediate an add/sub immediate operation can handle, decision is taken at ISel to have seperate mul+add/sub or fused operations with priority being given to separate ops.
Upcoming patch in D142656 will try to address this.