Download presentation
Presentation is loading. Please wait.
Published byCollin Bryant Modified over 9 years ago
1
AMD Opteron - AMD64 Architecture Sean Downes
2
Description Released April 22, 2003 The AMD Opteron is a 64 bit microprocessor designed for use in server applications. Available with single, dual, quad, six, and twelve cores. Up to 8-way scalability.
3
Registers http://www.amd.com.cn/CHCN/assets/conte nt_type/white_papers_and_tech_docs/2459 2.pdf
4
Instruction types 128-Bit Media Instructions—These are the streaming SIMD extension (SSE and SSE2) instructions that load, store, or operate on data located primarily in the 128-bit XMM registers. 128-Bit Media Instructions support 32-bit single- precision and 64-bit double-precision floating-point operations, in addition to integer operations. Operations on both vector data and scalar data are supported. Because the vector instructions can independently and simultaneously perform a single operation on multiple sets of data, they are called single-instruction, multiple-data (SIMD) instructions. They are useful for high-performance media and scientific applications that operate on blocks of Data.
5
Instruction types 64-Bit Media Instructions—These are the multimedia extension (MMX™ technology) and AMD 3DNow!™ technology instructions. They load, store, or operate on data located primarily on the 64-bit MMX registers. Like their 128-bit counterparts, they perform integer and floating-point operations on vector (packed) and scalar data types. Thus, they are also SIMD instructions and are useful in media applications that operate on blocks of data.
6
Instruction types x87 Floating-Point Instructions—These are the floating-point instructions used in legacy x87 applications. They load, store, or operate on data located in the x87 registers. x87 Floating-Point Instructions support single-precision, double- precision, and 80-bit extended-precision floating point operations. Only scalar data are supported, with a dedicated floating-point exception-reporting mechanism.
7
16-bit mode Legacy mode or compatibility mode in which a 16-bit address size is active. See legacy mode and compatibility mode. 32-bit mode Legacy mode or compatibility mode in which a 32-bit address size is active. 64-bit mode A submode of long mode. In 64-bit mode, the default address size is 64 bits and new features, such as register extensions, are supported for system and application software. Programming Modes
8
CISC, but it acts like RISC... The x86 architecture dominates the PC and server markets, but the guts of modern x86 chips are very RISC-like. The combination is made possible by translating complex individual instructions into short sequences of simple ones. It sounds a little awkward but works well in practice; this approach has been standard for 10 years now.
9
Layout
10
http://cs.winona.edu/lin/cs420/Ch4-3.pdf
11
Design Principles Simplicity favors regularity – Once mode is chosen all instructions take the same format and regardless of mode same basic instructions are supported. Smaller is faster – Large CISC instructions broken down into smaller pieces. Make the common case fast – On chip hardware support for floating point operations. Good design demands good compromises – Complicated to program and operation mode must be chosen for given hardware but results in high performance.
12
References AMD64 Architecture Programmer’s Manual Volumes 1, 2, 3, 4, 5 - http://www.amd.com.cn/CHCN/proce ssors/DevelopWithAMD/0,,30_2252_ 875_7044,00.html http://news.cnet.com/8301-13512_3- 9769450-23.html
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.