HP 226824-001 - ProLiant - ML750 Einführung Handbuch - Seite 6

Blättern Sie online oder laden Sie pdf Einführung Handbuch für Desktop HP 226824-001 - ProLiant - ML750 herunter. HP 226824-001 - ProLiant - ML750 22 Seiten. Visualization and acceleration in hp proliant servers
Auch für HP 226824-001 - ProLiant - ML750: Häufig gestellte Fragen (4 seiten), Handbuch zur Umsetzung (35 seiten), Technisches Weißbuch (12 seiten), Firmware-Aktualisierung (9 seiten), Übersicht (20 seiten), Handbuch zur Umsetzung (26 seiten), Handbuch zur Fehlersuche (18 seiten), Handbuch zur Umsetzung (11 seiten), Installationshandbuch (2 seiten), Konfigurationshandbuch (2 seiten), Einführung Handbuch (19 seiten), Handbuch aktualisieren (9 seiten), Handbuch aktualisieren (16 seiten), Einführung Handbuch (12 seiten), Einführung Handbuch (10 seiten), Technologie-Brief (9 seiten)

HP 226824-001 - ProLiant - ML750 Einführung Handbuch
Figure 3. By decreasing the amount of work done in each stage, the clock frequency can be increased.
A basic structure for a computer pipeline consists of the following four steps, which are performed
repeatedly to execute a program.
Fetch the next instruction from the address stored in the program counter.
1.
Store that instruction in the instruction register, decode it, and increment the address in the
2.
program counter.
Execute the instruction currently in the instruction register.
3.
Write the results of that instruction from the execution unit back into the destination register.
4.
Typical processor architectures split the pipeline into segments that perform those basic steps: the
"front end" of the microprocessor; the execution engine; and the retire unit (Figure 4). The front end
fetches the instruction and decodes it into smaller instructions (commonly referred to as micro-ops).
These decoded instructions are sent to one of the three types of execution units (integer, load/store, or
floating point) to be executed. Finally, the instruction is retired and the result is written back to its
destination register.
Figure 4. Basic 4-stage pipeline schematic
6