Home Common Problem What are the four mainstream CPU architectures?

What are the four mainstream CPU architectures?

Aug 24, 2022 pm 02:48 PM
cpu

Four mainstream CPU architectures: 1. Executed sequentially. 2. ARM architecture is a 32-bit reduced instruction set (RISC) architecture. 3. RISC-V architecture is an open instruction set architecture based on the principle of reduced instruction set computing (RISC). 4. MIPS architecture is a processor architecture that adopts reduced instruction set (RISC) and can support optimized execution of high-level languages.

What are the four mainstream CPU architectures?

The operating environment of this tutorial: Windows 7 system, Dell G3 computer.

The central processing unit (CPU) is the brain of your smart device. Its job is to turn a blob of plastic and metal into a shiny smartphone or tablet by executing a series of instructions to drive your device, including a display, touch screen, modem, etc.

cpu architecture

CPU architecture is a specification set by CPU manufacturers for CPU products belonging to the same series. The main purpose is to distinguish important indicators of different types of CPUs. Currently, the CPU classification on the market is mainly divided into two camps. One is the complex instruction set CPU led by Intel and AMD, and the other is the reduced instruction set CPU led by IBM and ARM. Two different brands of CPUs have different product architectures. For example, Intel and AMD's CPUs are based on X86 architecture, while IBM's CPUs are based on PowerPC architecture, and ARM's CPUs are based on ARM architecture.

Four major mainstream chip architectures (X86, ARM, RISC, MIPS)

1, X86 architecture

X86 is a computer language instruction set executed by a microprocessor. It refers to the standard number abbreviation of an Intel general-purpose computer series and also identifies a set of general-purpose computer instructions. On June 8, 1978, Intel released the new 16-bit microprocessor 8086, which also ushered in a new era: the X86 architecture was born.

The X86 instruction set was specially developed by Intel Corporation of the United States for its first 16-bit CPU (i8086). The CPU in the world's first PC launched by IBM Corporation of the United States in 1981-i8088 (simplified version of i8086 ) also uses X86 instructions.

Adopts CISC (Complex Instruction Set Computer, complex instruction set computer) architecture. Different from using RISC, in the CISC processor, each instruction of the program is executed serially in order, and the operations in each instruction are also executed serially in order. The advantage of sequential execution is simple control, but the utilization rate of various parts of the computer is not high and the execution speed is slow.

With the continuous development of CPU technology, Intel has successively developed newer i80386, i80486 and today’s Pentium 4 series. However, in order to ensure that the computer can continue to run various applications developed in the past to protect and inherit rich software resources, so all CPUs produced by Intel continue to use the X86 instruction set.

2. ARM architecture

ARM is the abbreviation of Advanced RISC Machine. It is a 32-bit reduced instruction set (RISC) architecture. But it is also equipped with a 16-bit instruction set, which generally saves up to 35% compared to equivalent 32-bit code, but can retain all the advantages of 32-bit systems.

It is widely used in many embedded system designs. Due to its energy-saving characteristics, ARM processors are very suitable for mobile communications, in line with its main design goal of low power consumption. Today, the ARM family accounts for 75% of all 32-bit embedded processors, making it one of the most dominant 32-bit architectures in the world. ARM processors can be seen in many consumer electronics products, from portable devices to computer peripherals and even in military facilities such as missile onboard computers.

Small size, low power consumption, low cost, and high performance—the most important reasons why ARM is widely used in embedded systems support Thumb (16-bit)/ARM (32-bit) dual instruction sets, It is well compatible with 8-bit/16-bit devices; a large number of registers are used to execute instructions faster; most data operations are completed in registers; the addressing method is flexible and simple, and the execution efficiency is high; the instruction length is fixed. Load_store structure: In RISC, all calculations are required to be completed in registers. The communication between registers and memory is completed by separate instructions. In CSIC, the CPU can directly operate on the memory. Pipeline processing method

Ps: RISC and CISC

Personal computers are often called X86 architecture computers because current computers use a large number of Intel X86 architecture CPUs. The X86 architecture CPU uses a complex instruction set, while current mobile phone chips use a simplified instruction set. The so-called instruction set is a collection of the smallest units that the processor can perform operations. For example, addition, subtraction, multiplication and division are implemented by specific instructions. The complex instruction set (CISC) has many and complex instructions, and the length of each instruction is different. The instruction execution is flexible. A single individual instruction can handle a richer work content, but the problem is that more flexibility makes CISC The utilization rate of processor resources is not high, just like a pentathlon athlete who can run and jump, but has no advantage compared to running athletes. Reduced instruction set (RISC) processors are what we call specialized players, with a relatively streamlined microinstruction set and a single completion action. Therefore, the running time of a single microinstruction is relatively short. To complete relatively complex operations, the number of microinstructions that need to be run increases.

  • RISC: Reduced Instruction Set Computer

RISC has a simple structure and selects simple instructions that are frequently used. The length is fixed, mostly a single cycle instruction
has great advantages in terms of power consumption, volume, price and other aspects. It is mostly used in the embedded field

  • Cisc: Complex instruction set processor

focuses on the functionality of the hardware execution instructions. The hardware structure of the CISC instruction and processor is complicated.

##3. RISC-V architecture

RISC-V architecture is an open instruction set architecture (ISA) based on the principle of reduced instruction set computing (RISC). RISC-V is a brand-new instruction based on the continuous development and maturity of the instruction set. The RISC-V instruction set is completely open source, with simple design, easy to transplant into Unix systems, modular design, complete tool chain, and a large number of open source implementation and tape-out cases, and has been recognized by many chip companies.

RISC-V architecture started relatively late, but is developing rapidly. It can select an instruction set architecture suitable for the specific scenario. Based on the RISC-V instruction set architecture, server CPUs, home appliance CPUs, industrial control CPUs and CPUs used in sensors smaller than a finger can be designed.

4. MIPS architecture

MIPS architecture (MIPS architecture, the abbreviation of Microprocessor without interlocked piped stages architecture, also a related term of Millions of Instructions Per Second), It is a processor architecture using reduced instruction set (RISC). It appeared in 1981 and was developed and licensed by MIPS Technology Company. It is widely used in many electronic products, network equipment, personal entertainment devices and commercial devices. The earliest MIPS architecture was 32-bit, and the latest version has become 64-bit.

The MIPS architecture is based on a fixed-length regularly encoded instruction set and adopts a Load/Store data model. This architecture has been improved to support optimized execution of high-level languages. Its arithmetic and logical operations take the form of three operands, allowing the compiler to optimize complex expressions.

Today, chips based on this architecture are widely used in many electronic products, network equipment, personal entertainment devices and commercial devices. The earliest MIPS architecture was 32-bit, and the latest version has become 64-bit.

Its basic features are:

    Contains a large number of registers, instruction numbers and character-visible pipeline delay slots
  • These features make The MIPS architecture delivers the highest performance per square millimeter and the lowest energy consumption in today's SoC designs.

Note:

x86 is the mainstream for PCs and servers, ARM is the mainstream for mobile devices, and RISC-V may be the mainstream in the future. For more related knowledge, please visit the

FAQ

column!

The above is the detailed content of What are the four mainstream CPU architectures?. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What should the CPU utilization be when gaming? What should the CPU utilization be when gaming? Feb 19, 2024 am 11:21 AM

It's common for games to slow down your computer because they consume a lot of resources. It's crucial to understand your CPU usage when gaming so you can avoid overloading it. Therefore, keeping track of appropriate CPU usage is key to keeping your gaming experience smooth. In this article, we'll look at the appropriate CPU usage you should achieve while your game is running. CPU utilization during gaming CPU utilization is an important indicator of processor workload and depends on the performance specifications of the CPU. More powerful CPUs generally have higher usage. A CPU with more cores and threads can improve the overall performance of your system. Multi-threading support helps unleash the full potential of your CPU. In games, CPU usage depends on processor utilization, which can affect the game

How to set CPU performance to full in Win11 How to set CPU performance to full in Win11 Feb 19, 2024 pm 07:42 PM

Many users find that the computer is not running smoothly enough when using the Win11 system. They want to improve CPU performance, but they don't know how to do it. The following will introduce in detail how to set the CPU performance to the highest level in Win11 system to make your computer more efficient. Setting method: 1. Right-click "This PC" on the desktop and select "Properties" in the option list. 2. After entering the new interface, click "Advanced System Settings" in "Related Links". 3. In the window that opens, click the "Advanced" tab at the top, then click the & at the bottom of "Performance"

How to undervolt and overclock your CPU using Intel XTU How to undervolt and overclock your CPU using Intel XTU Feb 19, 2024 am 11:06 AM

Intel XTU is a powerful application that allows you to easily manage your computer's performance. You can fix overheating issues by adjusting the CPU voltage, or boost performance by overclocking. In this article, we'll look at how you can take advantage of Intel XTU to optimize your computer's performance, whether that's adjusting voltage or overclocking. What effect do undervolting and overclocking have on the CPU? Before we move on to learning how to undervolt and overclock a CPU, we first have to understand what they are. Undervolting refers to gradually reducing the voltage required by the CPU. This process helps reduce heat emissions, as high voltage results in higher temperatures. By reducing the voltage supply to the CPU, the temperature can be effectively reduced. If your laptop starts to slow down after getting hot, you should solve the problem promptly.

The difference between boxed and bulk cpu The difference between boxed and bulk cpu Jan 23, 2024 am 09:46 AM

The differences between boxed and bulk CPUs: 1. Quality; 2. Warranty period; 3. Fan; 4. Price; 5. Packaging; 6. Sales channels. Detailed introduction: 1. Quality, whether it is boxed or bulk, there is no difference in the quality of the CPU itself. They are all manufactured by the same manufacturer and undergo the same quality testing and quality control process; 2. Warranty period, boxed CPU A longer warranty period is usually provided, usually three years, while bulk CPUs usually only have a one-year warranty, this is because boxed CPUs are usually sold by official or authorized dealers, etc.

How to increase the clock frequency of your computer's CPU How to increase the clock frequency of your computer's CPU Feb 20, 2024 am 09:54 AM

How to Overclock Computer CPUs With the continuous advancement of technology, people's demand for computer performance is also getting higher and higher. An effective way to improve computer performance is to increase the CPU's operating frequency through overclocking. Overclocking allows the CPU to process data faster, providing higher computing power. So, how to overclock a computer CPU? The following will introduce you to the basic principles and specific operation methods of overclocking. First, let's understand how overclocking works. The operating frequency of the CPU is determined by the crystal oscillator on the motherboard

144-core, 3D-stacked SRAM: Fujitsu details next-generation data center processor MONAKA 144-core, 3D-stacked SRAM: Fujitsu details next-generation data center processor MONAKA Jul 29, 2024 am 11:40 AM

According to news from this website on July 28, foreign media TechRader reported that Fujitsu introduced in detail the FUJITSU-MONAKA (hereinafter referred to as MONAKA) processor planned to be shipped in 2027. MONAKACPU is based on the "cloud native 3D many-core" architecture and adopts the Arm instruction set. It is oriented to the data center, edge and telecommunications fields. It is suitable for AI computing and can realize mainframe-level RAS1. Fujitsu said that MONAKA will achieve a leap in energy efficiency and performance: thanks to technologies such as ultra-low voltage (ULV) technology, the CPU can achieve 2 times the energy efficiency of competing products in 2027, and cooling does not require water cooling; in addition, the application performance of the processor It can also reach twice as much as your opponent. In terms of instructions, MONAKA is equipped with vector

The operation process of WIN10 service host occupying too much CPU The operation process of WIN10 service host occupying too much CPU Mar 27, 2024 pm 02:41 PM

1. First, we right-click the blank space of the taskbar and select the [Task Manager] option, or right-click the start logo, and then select the [Task Manager] option. 2. In the opened Task Manager interface, we click the [Services] tab on the far right. 3. In the opened [Service] tab, click the [Open Service] option below. 4. In the [Services] window that opens, right-click the [InternetConnectionSharing(ICS)] service, and then select the [Properties] option. 5. In the properties window that opens, change [Open with] to [Disabled], click [Apply] and then click [OK]. 6. Click the start logo, then click the shutdown button, select [Restart], and complete the computer restart.

Leak reveals key specs of Intel Arrow Lake-U, -H, -HX and -S Leak reveals key specs of Intel Arrow Lake-U, -H, -HX and -S Jun 15, 2024 pm 09:49 PM

IntelArrowLakeisexpectedtobebasedonthesameprocessorarchitectureasLunarLake,meaningthatIntel'sbrandnewLionCoveperformancecoreswillbecombinedwiththeeconomicalSkymontefficiencycores.WhileLunarLakeisonlyavailableasava