processor_register

Processor register

Return to Registers, CPU, Assembly language

Also called: CPU register

Snippet from Wikipedia: Processor register

A processor register is a quickly accessible location available to a computer's processor. Registers usually consist of a small amount of fast storage, although some registers have specific hardware functions, and may be read-only or write-only. In computer architecture, registers are typically addressed by mechanisms other than main memory, but may in some cases be assigned a memory address e.g. DEC PDP-10, ICT 1900.

Almost all computers, whether load/store architecture or not, load items of data from a larger memory into registers where they are used for arithmetic operations, bitwise operations, and other operations, and are manipulated or tested by machine instructions. Manipulated items are then often stored back to main memory, either by the same instruction or by a subsequent one. Modern processors use either static or dynamic RAM as main memory, with the latter usually accessed via one or more cache levels.

Processor registers are normally at the top of the memory hierarchy, and provide the fastest way to access data. The term normally refers only to the group of registers that are directly encoded as part of an instruction, as defined by the instruction set. However, modern high-performance CPUs often have duplicates of these "architectural registers" in order to improve performance via register renaming, allowing parallel and speculative execution. Modern x86 design acquired these techniques around 1995 with the releases of Pentium Pro, Cyrix 6x86, Nx586, and AMD K5.

When a computer program accesses the same data repeatedly, this is called locality of reference. Holding frequently used values in registers can be critical to a program's performance. Register allocation is performed either by a compiler in the code generation phase, or manually by an assembly language programmer.

'Central Processing Units: Intel Spy Chip, Intel Corporation Spooks, CPU - Microprocessors, Central Processing Unit (CPU) and Microprocessor, CPU-Z, CPUbenchmark.net, CPU-Benchmark.org, Computer Hardware, Hardware, Computer Architecture, Hardware Architecture - Hardware Engineering; CPU Manufacturers: Intel processors: (Intel architecture Family, List of Intel Processors, List of Intel Chipsets - Chipsets, List of Intel CPU microarchitectures - Microarchitectures, List of Intel graphics processing units - Intel GPUs, Discontinued Intel processors), AMD processors: (AMD architecture Family, List of AMD Processors, List of AMD Chipsets, List of AMD CPU microarchitectures, List of AMD graphics processing units - AMD GPUs, Discontinued AMD processors); ARM processors: (ARM architecture Family, List of ARM Processors, List of ARM Chipsets, List of ARM CPU microarchitectures, List of ARM graphics processing units - ARM GPUs, Discontinued ARM processors); Apple processors: (Apple architecture Family, List of Apple Processors, List of Apple Chipsets, List of Apple CPU microarchitectures, List of Apple graphics processing units - Apple GPUs, Discontinued Apple processors); IBM processors: IBM processors: (IBM architecture Family, List of IBM Processors, List of IBM Chipsets, List of IBM CPU microarchitectures, List of IBM graphics processing units - IBM GPUs, Discontinued IBM processors); IBM mainframe processors: (IBM mainframe architecture Family, List of mainframe IBM Processors, List of IBM mainframe graphics processing units - IBM mainframe GPUs, Discontinued IBM mainframe processors); Nvidia processors: (Nvidia architecture Family, List of Nvidia Processors, List of Nvidia Chipsets, List of Nvidia CPU microarchitectures, List of Nvidia graphics processing units - Nvidia GPUs, Discontinued Nvidia processors); 64-bit computing - 64-bit, Low-Level Programming Languages: Assembly Language - Machine Language, Multi-Core Programming - Parallel Programming - Concurrency, Clock Speed, Awesome CPUs. (navbar_cpu - see also navbar_hardware_architectures, navbar_hardware, navbar_software, navbar_computer_science)


© 1994 - 2024 Cloud Monk Losang Jinpa or Fair Use. Disclaimers

SYI LU SENG E MU CHYWE YE. NAN. WEI LA YE. WEI LA YE. SA WA HE.


processor_register.txt · Last modified: 2024/04/28 03:44 (external edit)