ARM CPU 简单分类

来源:互联网 发布:如何解决软件危机 编辑:程序博客网 时间:2024/05/30 23:02
分类:

- ARM7 系列
ARMv4T intruction set(but ARM7EJ use ARMv5TE)
Core:ARM7TDMI 、 ARM7TDMI-S 、ARM720T 、 ARM7EJ
No MMU
三级流水线
- ARM9 系列
ARMv4T intruction set
Core:ARM920T 、 ARM922T 和 ARM940T
5 级整数流水线
- ARM9E 系列
ARMv5TE intruction set
Core:ARM926EJ-S 、 ARM946E-S 和 ARM966E-S
支持 DSP 指令集,适合于需要高速数字信号处理的场合
5 级整数流水线
- ARM10E 系列
ARMv5TE
Core: ARM1020E 、 ARM1022E 和 ARM1026EJ-S
支持 DSP 指令集,适合于需要高速数字信号处理的场合
6 级整数流水线
- ARM11
ARMv6
Core:ARM1136J、ARM1156、ARM1176、ARM11 MPCore
SIMD, Jazelle DBX, (VFP)
8 级整数流水线,单指令发射,分支预测,非阻塞(NON-BLOCKING)和缺失命中
(HIT-UNDER-MISS)操作,
并行流水线,乱序完成(OUT-OF-ORDER COMPLETION),
局部使用64位结构

- Cortex
ARMv7
Core:Cortex-A8,Cortex-R4,Cortex-M3
超标量结构,但并未采用动态替换命令运行顺序的Out-of-Order运行功能,电路更简洁可以控制耗电量
13-stage main integer pipeline 10-stage NEON media pipeline

- Intel 的 Xscale
ARMv5TE
7/8 stage super-pipeline 128 branch target buffer 32k/16k cache,32 ways,hit-under-miss for data 2k mini-data cache 32 entry TLB for DMMU and IMMU 4-8 entry fill buffer and 8 entries Write buffer multiply-accumulate coprocessor: two simultaneous,16bit SIMD,40bit accumulation
- Intel 的 StrongARM   ---Intel StrongARM SA-1100
兼容 ARMv4
名字含义:
T - Thumb状态:16位指令
M - 长乘法支持
D - 对调试的支持(Debug)
I - 嵌入的ICE(In Circuit Emulation)
E - DSP指令支持
J - Java指令支持

常见CPU:
Samsung S3C44B0/S3C4510 --- ARM7
 S3C244x --- ARM920T
S3C2500 --- ARM940T

Marvell 88F5180/88F5181 --Marvell proprietory fully ARMv5TE-compliant,Feroceon CPU core
88E6131 --ARM9
88F6281: Sheeva 88SV131 core, ARMv5TE-compliant

Intel IXP42x --- xScale
Star str9100 -- ARM922-compatible
Conexant CX94615 -- ARM1026EJ-S

TI Puma5    TNETC48xx --- ARM1176-JZ

OMAP3 --- Cortex-A8

<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
阅读(2790) | 评论(1) | 转发(0) |
0

上一篇:Linux下的几个代码比较工具

下一篇:MIPS CPU 简单分类

相关热门文章
  • A sample .exrc file for vi e...
  • IBM System p5 服务器 HACMP ...
  • 游标的特征
  • DB2 9 应用开发(733 考试)认...
  • busybox的httpd使用CGI脚本(Bu...
给主人留下些什么吧!~~

chinaunix网友2007-04-27 01:02:08

找的好辛苦,终于知道ARMx系列的版本号了,谢谢

回复 | 举报
原创粉丝点击