1 / 12

AMD Opteron - AMD64 Architecture Sean Downes

AMD Opteron - AMD64 Architecture Sean Downes. 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. Registers.

gamma
Download Presentation

AMD Opteron - AMD64 Architecture Sean Downes

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. AMD Opteron - AMD64 ArchitectureSean 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/content_type/white_papers_and_tech_docs/24592.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. Layout 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/processors/DevelopWithAMD/0,,30_2252_875_7044,00.html http://news.cnet.com/8301-13512_3-9769450-23.html

More Related