Comparison between ARM and MIPS platforms

Source: Internet
Author: User

1. pipeline structure pipeline
-MIPS is one of the simplest architectures, so the university prefers to choose MIPS architecture to introduce the computing architecture course.
-ARM has barrel shifter
Shifter has two sides. On the one hand, it can improve the speed of mathematical logic operations, and on the other hand, it also increases the complexity of hardware. Therefore, it is more efficient than adder/shift register that can accomplish the same function, but it also occupies more chip area.
-MIPS have "branch delay slot" and "load delay slot"
MIPS uses the compiler to solve the above two problems. Because MIPS was originally designed to use simple RISC hardware, and then rely on compilers and other software technologies to achieve the complete concept of the MIPS.

2. instruction structure instruction
-MIPS have 32bit and 64bit architecture, but ARM only have 32bit architecture
ARM11 local 64-bit
-MIPS is an open architecture. You can add your own commands to the developed kernel,
-ARM has 4-bit condition code in every instruction
ARM is like x86 at this point. MIPS also adds the "conditional move" command to mips iv to improve the pipeline efficiency.
-ARM has pre-and post-increment addressing modes
Auto-increment/decrement on load/store instructions
-In terms of saving code space, MIPS16 is similar to ARM Thumb.

3. register
-Because the MIPS kernel has 32 registers (Register) and the ARM has only 16, the inherent advantage of this structure design determines the same performance, the chip area and power consumption of MIPS are smaller.
-ARM has a set of special purpose register cp0-cp15, can use MCR, MRC and other command control; correspondingly, MIPS also has cp0 0-30, use mfc0, mtc0 command control.

-Register banking in ARM. R8-r12 FIQ mode; r13: SP r14: LR
I don't feel any benefit from banked register.

-MIPS has a hard-wired-to-zero register, but ARM not
MIPS use register $0 for Zero

4. address space
-The starting address of MIPS is 0xbfc00000, which has a size limit of 4 Mbyte. However, generally, MIPS chips adopt some methods to solve this problem.
ARM does not have this problem.
The starting address of MIPS24K is changed to 0xbf000000, and now there is 16 Mbyte space.

-MIPS don't have to turn paging on to enable the cache.
MIPS have the address space for both cache and un-cache
But ARM need enable/disable cache

5. function
-Float point: MIPS64 has.
ARM's support for FP is limited, and usually not supported ded, and it is a 32 bit architecture
-ARM use JTAG and MIPS use EJTAG. Both Debug tools are supported. The usage is similar.

6. performance
-Performance Comparison: it is difficult to tell who is better or worse because of the large difference. In my personal experience, the performance of mips4 K is basically the same level as that of arm9. however, the performance of arm4.
Similarly, the performance of the 32bit MIPS24K is much higher than that of the MIPS4K, and it should be better than that of the arm9.
Because we have never used ARM11 or MIPS34K chips, we can't compare them, but it seems that these two chips are of the same level.
Cortex-A8 and MIPS 74K are the latest design, should be similar to performance.

7. Application
-For applications above MHz, it is difficult to find products using ARM architecture.
The MIPS architecture is rarely used in MHz or below MHz, which is precisely the main market of ARM.
-ARM is widely used in mobile phones, PDAs, and other portable consumer electronics because of its low power consumption. MIPS is widely used in residential gateway, cable modem, and cable set-top boxes. Due to the development of MIPS multi-core, large gateway devices also use it.
-ARM uses hard core authorization; MIPS uses soft core Authorization. You can configure it as your own product.

8. Future development
-The next generation of ARM goes towards a multi-core structure, while the next-generation Core of MIPS is switched to the hardware multi-thread function (multithreading)
MIPS's multi-threading technology is similar to Intel's HyperThreading technology. From the current development perspective, multiple kernels have the upper hand.
2008.12.21, however, it cannot be inferred that the development of MT on MIPS is not good. After all, the application of mips is mostly in the embedded field, and the advantages of low power consumption and small chip area of MT play a role.
2008.12.29: MIPS is not only multithreading. In fact, many MIPS cpu manufacturers now have multi-core mips CPUs, such as cavium, broadcom, infineon, china's Dragon Core also has multi-core products.
2009.6.11: MIPS's multi-core development is obviously better than ARM's. From the perspective of Cavium and RMI, a large number of applications of the company's products can be seen.

9. Summary
We feel that ARM and MIPS have different designs in the early stage. However, with the development of technology, we will use them to develop strengths and circumvent weaknesses. For example, ARM11 and MIPS R1000 use many of the same technologies. It seems that the same thing is true for all of them.

 

Comparison between ARM and MIPS platforms

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.