Re: Clock gating ?
No, the circuit shows a divider, not clock gating.
Clock gating is a low-power technique whereby you switch off certain branches of the clock tree when that part of the logic is not needed. This saves a lot of power by preventing needles switching of those FFs and clock buffers.
A clock gate in its simplest form is an AND gate with pin A connected to the clock and pin B connected to an 'enable' signal. If the enable is high then the clock passes through the AND. If the enable is low then the clock signal is blocked.
In practice, a clock gate needs a transparent latch as well. Most semiconductor libraries include several Integrated Clock Gating (ICG) cells that implement a complete clock gate circuit with a latch, test enable, regular enable and clock input/outputs.[/img]