650 likes | 1.82k Views
INTRODUCTION TO PENTIUM PROCESSOR ARCHITECTURE. IA-32 Pentium Processor. Is the processor introduced by Intel Corporation. Now Intel processor is more known as Pentium Processor. Evolusi Penciptaan Pemproses Pentium. 1985 - IA-32 80386 Processor 1989 - IA-32 80486 Processor 1993 - Pentium
E N D
IA-32 Pentium Processor • Is the processor introduced by Intel Corporation. • Now Intel processor is more known as Pentium Processor
Evolusi Penciptaan Pemproses Pentium • 1985 - IA-32 80386 Processor • 1989 - IA-32 80486 Processor • 1993 - Pentium • 1995 - Pentium Pro • 1997 - Pentium II • 1999 - Pentium III • 2000 - Pentium 4 • 2001 - IA-64 Itanium • 2002-current - Itanium 2
IA-32 Processor 0 31 R0 R1 8 Main Purpose Register R7 IA-32 Register Structure
IA-32 Processor • Eight 32-bit register mark with (R0 – R7) are general purpose register • It is used to hold operand data or addressing information
IA-32 Processor • Architecture based on memory model • Different area combination in memory is called segment
IA-32 Processor • Code Segment (CS) • Hold program instruction • Stack Segment (SS) • Contains processor stack • 4 Data Segment (DS) • To hold operand data
IA-32 Processor 16 0 CS SS 6 Segment Register DS Data Segment ES FS GS
IA-32 Processor • Processor used segment register CS,SS, DS and ES to fetch code, stack and two data segment
80386 and 80486 Processor • 80386 is the first processor which implement IA-32 architecture • 80486 contains integer processing unit and floating point • 80486 memory support is similar to 80386 • 80486 allows parallelism and pipelining
Pentium Processor • Upgraded 80486 • The power is twice 80486 • CISC architecture which achieved high performance by using RISC characteristic processor • Lets two instruction be executed in one clock cycle
Pentium Processor • Use simple dynamic branch prediction form • Select direction either to choose last branch executed • Maximum instruction number can be executed in one cycle is two
Pentium Pro Processor • Increase superscalar and the ability to execute instrcution without sequential Superscalar factor, is also known as maximum instruction can be execute in one clock cycle is three in Pentium Pro Processor
Pentium Pro Processor • Superscalar operation is supported by many execution unit including for integer operation and floating point unit • Ability to execute instruction in different sequence with data stated in program is fetch from memory
Pentium Pro Processor • Lets many instruction executed simultaneously • External bus which control the circuit lets Pentium Pro to be used in multiprocessor system
Pentium II and III Processor • Pentium II Processor add MMX instruction • MMX instruction prepare processor as parallel in multimedia operation towards pixel which describe graphical data
Pentium II and III Processor • Pentium III Processor introduce vector instruction (SIMD) • Is an instruction to process vector operation at floating point data
Pentium 4 Processor • Clock rate between 1.3 to 1.5 GHz • IA-32 instruction set fully supported including MMX and SSE instruction • Cache instruction to hold path segment execution, decoded instruction known as trace
Pentium 4 Processor • Trace can be more than one branch in original program • If the path is repeated, execution will be much faster • Test will be done to ensure that the same branch is fetched when trace is repeated