How many cycles would it take to complete these multicycle instructions after pipelining assuming: first solve for No forwarding and then for Full forwarding, 1 Adder that takes 2 cycles (subtraction uses the adder) 1 Multiplier that takes 10 cycles 1Divider that takes40 cycles 1 Integer ALU that takes1cycle(Loads and Stores) You can write and read from the register file in the same cycle. Begin your your cycle counting from 1 (NOT 0) - L.D F4, 0(R2) MUL.D F0,F4,F6 ADD.D F2,F0,F8 DIV.D F4,F0,F8 SUB.D F6, F9,F4 SD F6, 0(R2)