PART 4: (2/2) Central Processing Unit (CPU) Basics CHAPTER 13: REDUCED INSTRUCTION SET COMPUTERS (RISC) 1.

Slides:



Advertisements
Similar presentations
Reduced Instruction Set Computers
Advertisements

CPU Structure and Function
Instruction Set Design
Computer Organization and Architecture
CSCI 4717/5717 Computer Architecture
Chapter 8: Central Processing Unit
Computer Organization and Architecture
RISC Processors – Page 1 of 46CSCI 4717 – Computer Architecture CSCI 4717/5717 Computer Architecture Topic: RISC Processors Reading: Stallings, Chapter.
Computer Organization and Architecture
Computer Organization and Architecture
Chapter 13 Reduced Instruction Set Computers (RISC) CISC – Complex Instruction Set Computer RISC – Reduced Instruction Set Computer HW: 13.6, 13.7 (Due.
Chapter XI Reduced Instruction Set Computing (RISC) CS 147 Li-Chuan Fang.
Chapter 13 Reduced Instruction Set Computers (RISC)
Chapter 12 Pipelining Strategies Performance Hazards.
Chapter 4 Processor Technology and Architecture. Chapter goals Describe CPU instruction and execution cycles Explain how primitive CPU instructions are.
Chapter 13 Reduced Instruction Set Computers (RISC) Pipelining.
Major Advances in Computers(1) The family concept —IBM System/ —DEC PDP-8 —Separates architecture from implementation Microporgrammed control unit.
State Machines Timing Computer Bus Computer Performance Instruction Set Architectures RISC / CISC Machines.
RISC. Rational Behind RISC Few of the complex instructions were used –data movement – 45% –ALU ops – 25% –branching – 30% Cheaper memory VLSI technology.
1 Pertemuan 23 Reduced Instruction Set Computer 1 Matakuliah: H0344/Organisasi dan Arsitektur Komputer Tahun: 2005 Versi: 1/1.
Seqeuential Logic State Machines Memory
Unit -II CPU Organization By- Mr. S. S. Hire. CPU organization.
Chapter 13 Reduced Instruction Set Computers (RISC) CISC – Complex Instruction Set Computer RISC – Reduced Instruction Set Computer.
Reduced Instruction Set Computers (RISC)
Group 5 Alain J. Percial Paula A. Ortiz Francis X. Ruiz.
Reduced Instruction Set Computers (RISC) Computer Organization and Architecture.
CH12 CPU Structure and Function
Advanced Computer Architectures
Dr Mohamed Menacer College of Computer Science and Engineering Taibah University CE-321: Computer.
RISC Processors – Page 1CSCI 4717 – Computer Architecture CSCI 4717/5717 Computer Architecture Topic: RISC Processors Reading: Stallings, Chapter 13.
COMPUTER ORGANIZATIONS CSNB123 May 2014Systems and Networking1.
RISC and CISC. Dec. 2008/Dec. and RISC versus CISC The world of microprocessors and CPUs can be divided into two parts:
Computer Organization and Architecture Reduced Instruction Set Computers (RISC) Chapter 13.
CH13 Reduced Instruction Set Computers {Make hardware Simpler, but quicker} Key features  Large number of general purpose registers  Use of compiler.
Pipelining, Branch Prediction, Trends
Computers organization & Assembly Language Chapter 0 INTRODUCTION TO COMPUTING Basic Concepts.
6-1 Chapter 6 - Languages and the Machine Computer Architecture and Organization by M. Murdocca and V. Heuring © 2007 M. Murdocca and V. Heuring Computer.
Computer architecture Lecture 11: Reduced Instruction Set Computers Piotr Bilski.
RISC By Ryan Aldana. Agenda Brief Overview of RISC and CISC Features of RISC Instruction Pipeline Register Windowing and renaming Data Conflicts Branch.
RISC ProcessorsCSCI 4717 – Computer Architecture CSCI 4717/5717 Computer Architecture Topic: RISC Processors Reading: Stallings, Chapter 13.
Chapter 8 CPU and Memory: Design, Implementation, and Enhancement The Architecture of Computer Hardware and Systems Software: An Information Technology.
RISC and CISC. What is CISC? CISC is an acronym for Complex Instruction Set Computer and are chips that are easy to program and which make efficient use.
M. Mateen Yaqoob The University of Lahore Spring 2014.
Crosscutting Issues: The Rôle of Compilers Architects must be aware of current compiler technology Compiler Architecture.
ECEG-3202 Computer Architecture and Organization Chapter 7 Reduced Instruction Set Computers.
Reduced Instruction Set Computers. Major Advances in Computers(1) The family concept —IBM System/ —DEC PDP-8 —Separates architecture from implementation.
COMPUTER ORGANIZATIONS CSNB123 NSMS2013 Ver.1Systems and Networking1.
RISC / CISC Architecture by Derek Ng. Overview CISC Architecture RISC Architecture  Pipelining RISC vs CISC.
Topics to be covered Instruction Execution Characteristics
Advanced Architectures
Advanced Topic: Alternative Architectures Chapter 9 Objectives
William Stallings Computer Organization and Architecture 8th Edition
Computer Architecture
Computer Architecture
Chapter 13 Reduced Instruction Set Computers
Instruction-level Parallelism: Reduced Instruction Set Computers and
Chapter 12 Pipelining and RISC
Lecture 4: Instruction Set Design/Pipelining
COMPUTER ORGANIZATION AND ARCHITECTURE
Presentation transcript:

PART 4: (2/2) Central Processing Unit (CPU) Basics CHAPTER 13: REDUCED INSTRUCTION SET COMPUTERS (RISC) 1

Major Advances in Computers The family concept – IBM System/360 in 1964 – DEC PDP-8 – Separates architecture from implementation Cache memory – IBM S/360 model 85 in 1968 Pipelining – Introduces parallelism into sequential process Multiple processors 2

The Next Step - RISC Reduced Instruction Set Computer Key features – Large number of general purpose registers or use of compiler technology to optimize register use – Limited and simple instruction set – Emphasis on optimising the instruction pipeline 3

Comparison of processors 4

Driving force for CISC Increasingly complex high level languages (HLL) – structured and object-oriented programming Semantic gap: implementation of complex instructions Leads to: – Large instruction sets – More addressing modes – Hardware implementations of HLL statements, e.g. CASE (switch) on VAX 5

Intention of CISC Ease compiler writing (narrowing the semantic gap) Improve execution efficiency – Complex operations in microcode (the programming language of the control unit) Support more complex HLLs 6

Execution Characteristics Operations performed (types of instructions) Operands used (memory organization, addressing modes) Execution sequencing (pipeline organization) 7

Dynamic Program Behaviour Studies have been done based on programs written in HLLs Dynamic studies are measured during the execution of the program Operations, Operands, Procedure calls 8

Operations Assignments – Simple movement of data Conditional statements (IF, LOOP) – Compare and branch instructions => Sequence control Procedure call-return is very time consuming Some HLL instruction lead to many machine code operations and memory references 9

Weighted Relative Dynamic Frequency of HLL Operations [PATT82a] 10

Operands Mainly local scalar variables Optimisation should concentrate on accessing local variables 11

Procedure Calls Very time consuming – load Depends on number of parameters passed Depends on level of nesting Most programs do not do a lot of calls followed by lots of returns – limited depth of nesting Most variables are local 12

Why CISC (1)? Compiler simplification? – Disputed… – Complex machine instructions harder to exploit – Optimization more difficult Smaller programs? – Program takes up less memory but… – Memory is now cheap – May not occupy less bits, just look shorter in symbolic form More instructions require longer op-codes Register references require fewer bits 13

Why CISC (2)? Faster programs? – Bias towards use of simpler instructions – More complex control unit – Thus even simple instructions take longer to execute It is far from clear that CISC is the appropriate solution 14

Implications - RISC Best support is given by optimising most used and most time consuming features Large number of registers Operand referencing (assignments, locality) Careful design of pipelines Conditional branches and procedures Simplified (reduced) instruction set - for optimization of pipelining and efficient use of registers 15

RISC vs CISC Not clear cut Many designs borrow from both design strategies: e.g. PowerPC and Pentium II No pair of RISC and CISC that are directly comparable No definitive set of test programs Difficult to separate hardware effects from compiler effects Most comparisons done on “toy” rather than production machines 16

RICS vs CISC No. of instructions: No. of instruction sizes: Max. instruction size (byte): No. of addressing modes: Indirect addressing: no - yes Move combined with arithmetic: no – yes Max. no. of memory operands:

Large Register File Software solution – Require compiler to allocate registers – Allocation is based on most used variables in a given time – Requires sophisticated program analysis Hardware solution – Have more registers – Thus more variables will be in registers 18

Registers for Local Variables Store local scalar variables in registers - Reduces memory access and simplifies addressing Every procedure (function) call changes locality – Parameters must be passed down – Results must be returned – Variables from calling programs must be restored 19

Register Windows Only few parameters passed between procedures Limited depth of procedure calls Use multiple small sets of registers Call switches to a different set of registers Return switches back to a previously used set of registers 20

Register Windows cont. Three areas within a register set 1. Parameter registers 2. Local registers 3. Temporary registers Temporary registers from one set overlap with parameter registers from the next – This allows parameter passing without moving data 21

Overlapping Register Windows 22

Circular Buffer diagram 23

Operations of Circular Buffer When a call is made, a current window pointer is moved to show the currently active register window If all windows are in use and a new procedure is called: an interrupt is generated and the oldest window (the one furthest back in the call nesting) is saved to memory 24

Operations of Circular Buffer (cont.) At a return a window may have to be restored from main memory A saved window pointer indicates where the next saved window should be restored 25

Global Variables Allocated by the compiler to memory – Inefficient for frequently accessed variables Have a set of registers dedicated for storing global variables 26

Referencing a Scalar 27

Compiler Based Register Optimization Assume small number of registers (16-32) Optimizing use is up to compiler HLL programs usually have no explicit references to registers Assign symbolic or virtual register to each candidate variable Map (unlimited) symbolic registers to real registers Symbolic registers that do not overlap can share real registers If you run out of real registers some variables use memory

Graph Colouring Given a graph of nodes and edges Assign a colour to each node Adjacent nodes have different colours Use minimum number of colours Nodes are symbolic registers Two registers that are live in the same program fragment are joined by an edge Try to colour the graph with n colours, where n is the number of real registers Nodes that can not be coloured are placed in memory 29

Graph Colouring Approach 30

RISC Pipelining Most instructions are register to register Arithmetic/logic instruction: – I: Instruction fetch – E: Execute (ALU operation with register input and output) Load/store instruction: – I: Instruction fetch – E: Execute (calculate memory address) – D: Memory (register to memory or memory to register operation) 31

The Effects of Pipelining (1/4) 32

The Effects of Pipelining (2/4) 33

34 The Effects of Pipelining (3/4)

35 The Effects of Pipelining (4/4)

Optimization of Pipelining Code reorganization techniques to reduce data and branch dependencies Delayed branch – Does not take effect until the execution of following instruction – This following instruction is the delay slot – More successful with unconditional branch 1 st approach: insert NOOP (prevents fetching instr., no pipeline flush and delays the effect of jump) 2 nd approach: reorder instructions 36

Normal and Delayed Branch 37

Use of Delayed Branch 38

MIPS S Series - Instructions All instructions 32 bit; three instruction formats 6-bit opcode, 5-bit register addresses/26-bit instruction address (e.g., jump) plus additional parameters (e.g., amount of shift) ALU instructions: immediate or register addressing Memory addressing: base (32-bit) + offset (16-bit) 39

MIPS S Series - Pipelining 60 ns clock – 30 ns sub stages (super pipeline) 1.Instruction fetch 2.Decode/Register read 3.ALU/Memory address calculation 4.Cache access 5.Register write 40

MIPS – R4000 Pipeline 1.Instruction Fetch 1: address generated 2.IF 2: instruction fetched from cache 3.Register file: instruction decoded and operands fetched from registers 4.Instruction execute: ALU or virt. address calculation or branch conditions checked 5.Data cache 1: virt. add. sent to cache 6.DC 2: cache access 7.Tag check: checks on cache tags 8.Write back: result written into register 41

MIPS Instruction Formats 42

43 Enhancing the R3000 Pipeline

R3000 Pipeline Stages 44

Theoretical R3000 and Actual R4000 Super pipelines 45

SPARC (Scalable Processor Architecture) Scalable Processor Architecture – Sun Physical registers: Logical registers – Global variables: 0-7 – Procedure A: parameters locals temporary – Procedure B: parameters etc. 46

47 SPARC Register Window Layout with Three Procedures

Eight Register Windows Forming a Circular Stack in SPARC 48

49 SPARC Instruction Formats

Next: Next: Processor Internals 50