查看“计算机系统”的源代码
←
计算机系统
跳转至:
导航
、
搜索
因为以下原因,你没有权限编辑本页:
您刚才请求的操作只对以下1个用户组开放:
用户
。
您可以查看并复制此页面的源代码:
=计算机硬件体系结构= ==存储等级(Memory Hierarchy) == Register Cache RAM(Main memory) SSD(Solid-state disk) Disk (magnetic) ==CPU architecture basics== ALU (Arithmetic Logic Unit ) Bitwise logical operations Bitwise shift operations SIMD (Single instruction multiple data ) Each core has a SIMD unit in a CPU SIMD execution model (a) Scalar mode: one operation produces one result. (b) SIMD mode: one operation produces multiple results. Intel intrinsic instructions 1. _mm_cmpgt_epi8 2. _mm_cmplt_epi8 3. _mm_cmpeq_epi8 4. _mm_movemask_epi8 5. _mm_and_si128 6. _mm_sad_epu8 7. _mm_cvtsi128_si32 8. _popcnt32 9. _mm_srli_si128 Superscalar CPU (MIMD, Multiple instruction multiple data ) Super-scalar CPUs add the possibility to issue more then one instruction per cycle. As long as these instructions are independent, each of them is dispatched into one of several parallel pipelines. Therefore, a super-scalar CPU can achieve an IPC (Instructions Per Cycle) higher than 1. MM (Memory Model ): The resolution of a memory address ==编程语言(Programming language) == High level language (C++, Java, Python etc.) 源代码(source code)→ 预处理器(preprocessor)→ 编译器(compiler)→ 汇编程序(assembler)→ 目标代码(object code) 目标代码(object code) → 链接器(Linker)→ 可执行文件(executables) Machine code (instructions )
返回
计算机系统
。
导航菜单
个人工具
创建账户
登录
名字空间
页面
讨论
变种
查看
阅读
查看源代码
查看历史
操作
搜索
导航
首页
实践教学
个性化3D设计与实现
人工智能实践教学
区块链技术及应用
虚拟现实技术与内容制作
超越学科界限的认知基础课程
电子工艺实习
Nand2Tetris Engine Curriculum
TULLL Creative Learning Group
Wiki上手说明
Wiki账户创建
最近更改
工具
链入页面
相关更改
特殊页面
页面信息