HP 124708-001 - ProLiant Cluster - 1850 Manual de Introdução - Página 6

Procurar online ou descarregar pdf Manual de Introdução para Ambiente de trabalho HP 124708-001 - ProLiant Cluster - 1850. HP 124708-001 - ProLiant Cluster - 1850 22 páginas. Proliant essentials foundation pack installation guide
Também para HP 124708-001 - ProLiant Cluster - 1850: Manual de implementação (35 páginas), Manual de prevenção de erros (12 páginas), Livro Branco Técnico (12 páginas), Atualização do firmware (9 páginas), Visão geral (20 páginas), Manual de implementação (26 páginas), Manual de resolução de problemas (18 páginas), Manual de implementação (11 páginas), Manual de instalação (2 páginas)

HP 124708-001 - ProLiant Cluster - 1850 Manual de Introdução
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