1 / 9

IA-64

IA-64. Vincent D. Capaccio. IA-64 Overview. Hewlett-Packard and Intel EPIC - Explicitly Parallel Instruction Computing 64-bit width Superscalar (Functional Units) Predication (Pre-computing branches) Speculation (Memory Hoisting). EPIC. Explicitly Parallel Instruction Computing

Download Presentation

IA-64

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. IA-64 Vincent D. Capaccio

  2. IA-64 Overview • Hewlett-Packard and Intel • EPIC - Explicitly Parallel Instruction Computing • 64-bit width • Superscalar (Functional Units) • Predication (Pre-computing branches) • Speculation (Memory Hoisting)

  3. EPIC • Explicitly Parallel Instruction Computing • Smaller instruction set then RISC. • Room on chip for more functional units and registers. • Relies on Compiler to extract parallelism.

  4. Functional Units (Superscalar) • Computations completed in Parallel • 6 Arithmetic Logic Units (ALU’s) • 6 Specialized Multimedia Functional Units • 1 Floating-Point Functional Units

  5. Registers • 128 64-bit General Purpose Registers r0-r31 are Static, r32-r127 are Dynamic • 128 44-bit floating-Point Registers f0-f31 are Static, f32-f127 are Dynamic • 64 1-bit Predicate Registers • 8 Branch Registers • At least 5 CUPID Registers

  6. Predication (Pre-computing branches) • With x86 ISA - 20%-30% process performance is wasted on guessing which branch to take. • IA-64 takes BOTH paths (NO guessing) • Predicate registers are used to know which answer to throw away.

  7. Speculation (Memory Hoisting) • Speculation is used to try to eliminate memory latency • IA-64 looks ahead in code are loads data before it is needed.

  8. Questions?

More Related