Informatika Komputer    
   
Daftar Isi
(Sebelumnya) Comparison of open source soft ...Comparison of desktop publishi ... (Berikutnya)

Perbandingan -- CPU architectures

Contents

Factors

Bits

Computer architectures are often described as n-bit architectures. Today n is often 8, 16, 32, or 64, but other sizes have been used. This is actually a strong simplification. A computer architecture often has a few more or less "natural" datasizes in the instruction set, but the hardware implementation of these may be very different. Many architectures have instructions operating on half and/or twice the size of respective processors major internal datapaths. Examples of this are the 8080, Z80, MC68000 as well as many others. On this type of implementations, a twice as wide operation typically also takes around twice as many clock cycles (which is not the case on high performance implementations). On the 68000, for instance, this means 8 instead of 4 clock ticks, and this particular chip may be described as a 32-bit architecture with a 16-bit implementation. The external databus width is often not useful to determine the width of the architecture; the NS32008, NS32016 and NS32032 were basically the same 32-bit chip with different external data buses. The NS32764 had a 64-bit bus, but used 32-bit registers.

The width of addresses may or may not be different than the width of data. Early 32-bit microprocessors often had a 24-bit address, as did the System/360 processors.

Operands

The number of operands is one of the factors that may give an indication about the performance of the instruction set. A three-operand architecture will allow

A := B + C

to be computed in one instruction.

A two-operand architecture will allow

A := A + B

to be computed in one instruction, so two instructions will need to be executed to simulate a single three-operand instruction

A := BA := A + C

Endianness

An architecture may use "big" or "little" endianness, or both, or be configurable to use either. Little endian processors order bytes in memory with the least significant byte of a multi-byte value in the lowest-numbered memory location. Big endian architectures instead order them with the most significant byte at the lowest-numbered address. The x86 and the ARM architectures as well as several 8-bit architectures are little endian. Most RISC architectures (SPARC, Power, PowerPC, MIPS) were originally big endian, but many (including ARM) are now configurable.

Architectures

The table below compares basic information about CPU architectures.

ArchitectureBitsVersionIntroducedMax # OperandsTypeDesignRegistersInstruction encodingBranch EvaluationEndiannessExtensionsOpenRoyalty-free
Alpha64 19923Register-RegisterRISC32FixedCondition registerBiMVI, BWX, FIX, CIXNoUnknown
ARM32ARMv7 and earlier19833Register-RegisterRISC16Fixed (32-bit), Thumb: Fixed (16-bit), Thumb-2: Variable (16 and 32-bit)Condition codeBiNEON, Jazelle, VFP, TrustZone, LPAEUnknownNo
ARM64ARMv8[1]2011[2]3Register-RegisterRISC30Fixed (32-bit), Thumb: Fixed (16-bit), Thumb-2: Variable (16 and 32-bit), A64Condition codeBiNEON, Jazelle, VFP, TrustZoneUnknownNo
AVR3232Rev 220062-3 RISC15Variable[3] BigJava Virtual MachineUnknownUnknown
Blackfin32 2000  RISC[4]8  Little[5] UnknownUnknown
DLX32 19903 RISC32Fixed (32-bit) Big UnknownUnknown
eSi-RISC16/32 20093Register-RegisterRISC8-72Variable(16 or 32-bit)Compare and branch and condition registerBiUser-defined instructionsNoNo
Itanium (IA-64)64 2001 Register-RegisterEPIC128 Condition registerBi (selectable)Intel Virtualization TechnologyYesYes
M32R32 1997  RISC16Fixed (16- or 32-bit) Bi UnknownUnknown
m68k16/32 1979  CISC16  Big UnknownUnknown
Mico3232 20063Register-RegisterRISC32[6]Fixed (32-bit)Compare and branchBigUser-defined instructionsYes[7]Yes
MIPS64 (32→64)519813Register-RegisterRISC32Fixed (32-bit)Condition registerBiMDMX, MIPS-3DUnknownNo
MMIX64 19993Register-RegisterRISC256Fixed (32-bit) Big YesYes
PA-RISC (HP/PA)64 (32→64)2.019863 RISC32FixedCompare and branchBigMultimedia Acceleration eXtensions (MAX), MAX-2NoUnknown
PowerPC32/64 (32→64)2.06[8]19913Register-RegisterRISC32Fixed, VariableCondition codeBig/BiAltiVec, APU, VSX, CellYes[9]No
S+core16/32 2005  RISC   Little UnknownUnknown
Series 3200032 19825Memory-MemoryCISC8Variable Huffman coded, up to 23 bytes longCondition CodeLittleBitBlt instructionsUnknownUnknown
SPARC64 (32→64)V919853Register-RegisterRISC31 (of at least 55)FixedCondition codeBig → BiVIS 1.0, 2.0, 3.0YesYes[10]
SuperH (SH)32 1990s2Register-Register/ Register-MemoryRISC16FixedCondition Code (Single Bit)Bi UnknownUnknown
System/360 / System/370 / z/Architecture64 (32→64)31964 Register-Memory/Memory-MemoryCISC16FixedCondition codeBig UnknownUnknown
VAX32 19776Memory-MemoryCISC16VariableCompare and branchLittleVAX Vector ArchitectureUnknownUnknown
x8632 (16→32) 19782Register-MemoryCISC8VariableCondition codeLittleMMX, 3DNow!, SSE, PAE,NoNo
x86-6464 20032Register-MemoryCISC16VariableCondition codeLittleMMX, 3DNow!, PAE, AVXNoNo
ArchitectureBitsVersionIntroducedMax # OperandsTypeDesignRegistersInstruction encodingBranch EvaluationEndiannessExtensionsOpenRoyalty-free

Microarchitectures

The following table compares specific microarchitectures.

MicroarchitecturePipeline stagesMisc
AMD K5 Out-of-order execution, register renaming, speculative execution
AMD K6 Superscalar, branch prediction
AMD K6-III Branch prediction, speculative execution, out-of-order execution[11]
AMD K7 Out-of-order execution, branch prediction, Harvard architecture
AMD K8 64-bit, integrated memory controller, 16 byte instruction prefetching
AMD K10 Superscalar, out-of-order execution, 32-way set associative L3 victim cache, 32-byte instruction prefetching
ARM7TDMI(-S)3 
ARM7EJ-S5 
ARM8105 
ARM9TDMI5 
ARM1020E6 
XScale PXA210/PXA2507 
ARM1136J(F)-S8 
ARM1156T2(F)-S9 
ARM Cortex-A58Single issue, in-order
ARM Cortex-A7 MPCore8Partial dual-issue, in-order
ARM Cortex-A813Dual-issue
ARM Cortex-A9 MPCore8-11Out-of-order, speculative issue, superscalar
ARM Cortex-A15 MPCore15Multicore (up to 16), out-of-order, speculative issue, 3-way superscalar
ARM Cortex-A53 Partial dual-issue, in-order
ARM Cortex-A57 Deeply out-of-order, wide multi-issue, 3-way superscalar
AVR32 AP77 
AVR32 UC33Harvard architecture
Bobcat Out-of-order execution
Bulldozer Shared L3 cache, multithreading, multicore, integrated memory controller
Crusoe In-order execution, 128-bit VLIW, integrated memory controller
Efficeon In-order execution, 256-bit VLIW, fully integrated memory controller
Cyrix Cx5x866[12]Branch prediction
Cyrix 6x86 Superscalar, superpipelined, register renaming, speculative execution, out-of-order execution
DLX5 
eSi-32005In-order, speculative issue
eSi-32505In-order, speculative issue
EV4 (Alpha 21064) Superscalar
EV7 (Alpha 21364) Superscalar design with out-of-order execution, branch prediction, 4-way SMT, integrated memory controller
EV8 (Alpha 21464) Superscalar design with out-of-order execution
P5 (Pentium)5Superscalar
P6 (Pentium Pro)14Speculative execution, Register renaming, superscalar design with out-of-order execution
P6 (Pentium II) Branch prediction
P6 (Pentium III)10 
Itanium8[13]Speculative execution, branch prediction, register renaming, 30 execution units, multithreading
NetBurst (Willamette)20Simultaneous multithreading
NetBurst (Northwood)20Simultaneous multithreading
NetBurst (Prescott)31Simultaneous multithreading
NetBurst (Cedar Mill)31Simultaneous multithreading
Core14 
Intel Atom16Simultaneous multithreading, in-order. No instruction reordering, speculative execution, or register renaming.
Nehalem Simultaneous multithreading, integrated memory controller, L1/L2/L3 cache
Sandy Bridge Simultaneous multithreading, multicore, integrated memory controller, L1/L2/L3 cache. 2 threads per core.
Haswell14Multicore
LatticeMico326Harvard architecture
POWER1 Superscalar, out-of-order execution
POWER3 Superscalar, out-of-order execution
POWER4 Superscalar, speculative execution, out-of-order execution
POWER5 Simultaneous multithreading, out-of-order execution, integrated memory controller
POWER6 2-way simultaneous multithreading, in-order execution
POWER7 4 SMT threads per core, 12 execution units per core
PowerPC 4013 
PowerPC 4055 
PowerPC 4407 
PowerPC 4709SMP
PowerPC A215 
PowerPC e3004Superscalar, Branch prediction
PowerPC e500Dual 7 stageMulticore
PowerPC e6003-issue 7 stageSuperscalar out-of-order execution, branch prediction
PowerPC e55004-issue 7 stageOut-of-order, multicore
PowerPC e6500 multicore
PowerPC 60345 execution units, branch prediction. No SMP.
PowerPC 603q5In-order
PowerPC 6046Superscalar, out-of-order execution, 6 execution units. SMP support.
PowerPC 6205Out-of-order execution- SMP support.
PWRficient Superscalar, out-of-order execution, 6 execution units
R40008Scalar
StrongARM SA-1105Scalar, in-order
SuperH SH25 
SuperH SH2A5Superscalar, Harvard architecture
SPARC Superscalar
HyperSPARC Superscalar
SuperSPARC Superscalar, in-order
SPARC64 VI/VII/VII+ Superscalar, out-of-order[14]
UltraSPARC9 
UltraSPARC T16Open source, multithreading, multi-core, 4 threads per core, integrated memory controller
UltraSPARC T28Open source, multithreading, multi-core, 8 threads per core
SPARC T38Multithreading, multi-core, 8 threads per core, SMP
SPARC T416Multithreading, multi-core, 8 threads per core, SMP, out-of-order
VIA C7 In-order execution
VIA Nano (Isaiah) Superscalar out-of-order execution, branch prediction, 7 execution units
WinChip4In-order execution

See also

References

  1. ^ ARMv8 Technology Preview
  2. ^ "ARM goes 64-bit with new ARMv8 chip architecture". http://www.computerworld.com/s/articl e/9221262/ARM_goes_64_bit_with_new_AR Mv8_chip_architecture/. Retrieved 26 May 2012.
  3. ^ "AVR32 Architecture Document". Atmel. http://www.atmel.com/dyn/resources/pr od_documents/doc32000.pdf. Retrieved 2008-06-15.
  4. ^ "Blackfin Processor Architecture Overview". Analog Devices. http://www.analog.com/en/embedded-pro cessing-dsp/blackfin/content/blackfin _architecture/fca.html. Retrieved 2009-05-10.
  5. ^ "Blackfin memory architecture". Analog Devices. http://www.analog.com/FAQs/FAQDisplay .html?DSPKBContentID=752A11D1-9E11-4A 7F-91AC-CA3C264C5667. Retrieved 2009-12-18.
  6. ^ "LatticeMico32 Architecture". Lattice Semiconductor. http://www.latticesemi.com/products/i ntellectualproperty/ipcores/mico32/mi co32architecture.cfm. Retrieved 2009-12-18.
  7. ^ "Open Source Licensing". Lattice Semiconductor. http://www.latticesemi.com/products/i ntellectualproperty/ipcores/mico32/mi co32opensourcelicensing.cfm. Retrieved 2009-12-18.
  8. ^ "Power ISA V2.06". IBM. http://www.power.org/resources/downlo ads/PowerISA_V2.06_PUBLIC.pdf. Retrieved 2009-07-04.[dead link]
  9. ^ http://www.ibm.com/developerworks/pow er/newto/#2 New to Cell/B.E., multicore, and Power Architecture technology
  10. ^ http://www.sparc.org/specificationsDo cuments.html##ArchLic SPARC Architecture License
  11. ^ http://www.amd.com/us-en/Processors/P roductInformation/0,,30_118_1260_1288 %5E1295,00.html
  12. ^ http://www.pcguide.com/ref/cpu/fam/g4 C5x86-c.html
  13. ^ Intel Itanium 2 Processor Hardware Developer's Manual. p. 14. <http://www.intel.com/design/itanium2/ manuals/25110901.pdf> (2002) [Retrieved November 28, 2011]
  14. ^ http://www.fujitsu.com/global/service s/computing/server/sparcenterprise/te chnology/performance/processor.html


(Sebelumnya) Comparison of open source soft ...Comparison of desktop publishi ... (Berikutnya)