计算机组成与结构:chapter12 CPU Structure and Function_第1页
计算机组成与结构:chapter12 CPU Structure and Function_第2页
计算机组成与结构:chapter12 CPU Structure and Function_第3页
计算机组成与结构:chapter12 CPU Structure and Function_第4页
计算机组成与结构:chapter12 CPU Structure and Function_第5页
已阅读5页,还剩82页未读 继续免费阅读

付费下载

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

ComputerOrganization&ArchitectureChapter12

CPUStructureandFunction12.1ProcessororganizationStepsofCPUexecutingtheinstruction:FetchinstructionsInterpretinstructions/decodinginstructionsFetchdataProcessdataWritedataTodothesethings,CPUmustcontainALU,CUAlso,CPUneedstostoresomedatatemporarilyincludingthelocationofnextinstruction.Thus,CPUneedsasmallinternalmemory--registers

CPUWithSystemsBusInternalStructureofTheCPU12.2RegisterOrganizationDef.:workingspacefortemporarystorageinCPUNumberandfunctionvarybetweenprocessordesignsOneofthemajordesigndecisionsLocatedintoplevelofmemoryhierarchyTheregistersintheCPUservetwofunctions:User-visibleregistersProgrammercanusetheseregisterstoreduceaccessingmainmemoryControlandstatusregistersUsedbyCUandprivilegedprogram(OS)tocontroltheexecutionofuser’programsUserVisibleRegisters

Wemaycharacterizeuservisibleregistersasfourcategories:GeneralPurposeDataAddressConditionCodesGeneralPurposeRegistersMaybetruegeneralpurposeMayberestrictedTheremaybededicatedregistersforfloating-pointandstackoperationsMaybeusedfordataoraddressingDataAccumulatorAddressingSegmentpointers,indexregister,stackpointersDesignissuesconsiderationsofRegistersMakethemgeneralpurposeIncreaseflexibilityandprogrammeroptionsIncreaseinstructionsize&complexityMakethemspecializedSmaller(faster)instructionsPop,PushLessflexibilityHowManyRegisters?Between8–32Fewer=>morememoryreferencesMoredoesnotnoticeablyreducememoryreferencesandtakesupprocessorrealestateInsomeRISCsystem,hundredsofregistersisexhibitedHowlongshouldaregisterbe?LargeenoughtoholdthelargestaddressLargeenoughtoholdvaluesofmostdatatypesOftenpossibletocombinetwodataregistersCprogrammingdoubleinta;longinta;ConditionCodeRegistersBitssetbyCPUhardwareastheresultoflastoperationsCOAPZSPositive,negative,zero,overflow,etc,Aftertheresultoflastoperationsarestored,aconditioncodeisalsosetandthiscodemaybeusedforconditionbranchCanberead(implicitly)byprogramse.g.JumpifzeroCannot(usually)besetbyprogramsPartiallyvisibletoprogrammersControl&StatusRegistersThereareavarietyofregistersthatareemployedtocontroloperationoftheCPUMostareinvisibletoprogrammersFoursortsofregistersforinstructionexecutionProgramCounter(PC)InstructionRegister(IR)Thefetchedinstruction,fordecodingMemoryAddressRegister(MAR)address,connectedtoaddressbusMemoryBufferRegister(MBR)Data,connectedtodatabusProgramStatusWord—PSWAsetofbits,Includesthefollowingfieldsorflags:ConditionCodesSignoflastresultZero:Setwhentheresultis0CarrysetwhenoperationresultedinacarryorborrowEqual:setwhenalogicalcompareresultisequalityOverflow:usedtoindicatearithmeticoverflowInterruptenable/disableallowornotallowainterruptSupervisorindicateswhethertheCPUisexecutinginsupervisororusermodeSupervisorModeIntelringzeroKernelmodeAllowsprivilegedinstructionstoexecuteUsedbyoperatingsystemNotavailabletouserprogramsOtherRegistersMayhaveregisterspointingto:Processcontrolblocks(seeO/S)InterruptVectors(seeO/S)StackPagetableSegmenttableControlofI/OoperationsTwofactorsconsideredindesigningcontrolregisterOSsupportingCPUdesignandoperatingsystemdesignarecloselylinked,theyshouldmatcheachotherControlinformationallocatedinmemoryandregistersControlinformationmaybestoredinthefirstfewhundredwordsofmainmemoryalso,designermustdecidehowmuchisinregistersandhowmuchinmemory—trade-offExampleforRegisterOrganizationsMC6800RegistersMotoralageneralpurposeregisters832-bitdataregisters932-bitaddressregistersThewidthoftheregisterallows8,16,32-bitdataoperations,determinedbyopcodeA7usedforusersandA7’usedforOSA32-bitPCand16-bitstatusregister8086RegistersSpecialregisters416-bitdataregisters416-bitpointer&indexregisters416-bitsegmentregisterscanbeusedin8-bitmodeAh,Al

Aninstructionpointer--PC,16bitAsetof1-bitstatusandcontrolflags80386~PIIRegistersAnextensionof808632-bitsregistersUpwardcompatibility12.3InstructionCycleReviewIndirectAddressingCycleMayrequirememoryaccesstofetchoperandsIndirectaddressingrequiresmorememoryaccessesCanbethoughtofasadditionalinstructionsub-cycleInstructionCyclewithIndirect

InstructionCycleStateDiagramDataFlow(InstructionFetch)DependsonCPUdesign,ingeneral:FetchPCcontainsaddressofnextinstructionAddressmovedtoMARAddressplacedonaddressbusControlunitrequestsmemoryreadResultplacedondatabus,copiedtoMBR,thentoIRMeanwhilePCincrementedby1DataFlow--FetchCycleDiagramDataFlow(IndirectFetch)IRisexaminedIfindirectaddressing,indirectcycleisperformedRightmostNbitsofMBRtransferredtoMARControlunitrequestsmemoryreadResult(addressofoperand)movedtoMBRMBRIRDataFlow--IndirectDiagramDataFlow(Execute)NofixedformsDependsoninstructionbeingexecutedMayincludeMemoryread/writeInput/OutputRegistertransfersALUoperationsDataFlow(Interrupt)SimpleandpredictableCurrentPCsavedtoallowresumptionafterinterruptContentsofPCcopiedtoMBRSpecialmemorylocation(e.g.stackpointer)loadedtoMARMBRwrittentomemoryPCloadedwithaddressofinterrupthandlingroutineNextinstruction(firstinstructionofinterrupthandler)canbefetchedDataFlow--InterruptDiagram12.4InstructionpipeliningPre-fetchFetchaccessesmainmemoryExecutionusuallydoesnotaccessmainmemoryCanfetchnextinstructionduringdecodingandexecutionofcurrentinstructionCalledinstructionpre-fetchPerformancemaybeImprovedbyPre-fetchPre-fetchcanimprovespeedofprogramexecutionButnotdoubled:Anyjumporbranchmeansthatpre-fetchedinstructionsarenottherequiredinstructionsAddmorestagestoimproveperformance

TwoStageInstructionPipelineIntroductiontoInstructionPipeliningInadditiontofastercircuitry,organizationenhancementtoCPUcanimprovecomputerperformanceRegisters,cache,etcAnotherorganizationalapproachispipeliningInstructionpipelining

issimilartotheassemblylineinthefactoryLaundryexample:

Ann,Brian,Cathy,Dave

eachhaveoneloadof

clothestowash,dry,

andfold Washertakes30minutes Dryertakes40minutes “Folder”takes20minutesABCDSequentialLaundryPipelinedLaundryDoesn’thelplatencyofsingletask,butthroughputofentirePipelineratelimitedbysloweststageMultipletasksworkingatsametimeusingdifferentresourcesUnbalancedstagelength

reducethespeedofpipelineStallfordependencesPipelining

Infact,aninstructionhasanumberofstages:Fetchinstruction(FI)Decodeinstruction(DI)Calculateoperandsaddress(CO)Fetchoperands(FO)Executeinstructions(EI)Writeoperand(WO)Thevariousstageswillbenearlyequalduration,wecanoverlaptheseoperationsTimingDiagramfor

InstructionPipelineOperationSpecificationsInFig.12.10,eachinstructiongoesthroughallsixstagesofthepipeline.Thiswillnotalwaysbethecase,sosomenulloperationsexistE.gLOADinstructionItisassumedthatnoconflictsanddependenciesoccurIfthesixstagesarenotofequalduration,shortstagesmustwaitConditionalbranchandinterruptwillreducetheperformanceofpipelineTheEffectofaConditionalBranchonInstructionPipelineOperationSixStageInstructionPipelineAlternativePipelineDepictionQuestion:themorestagesinthepipeline,thefastertheexecutionrate?Answer:itisunlikely,becauseAteachstage,thereissomeoverheadinvolvedinmovingdatafrombuffertobufferandinperformingvariouspreparationanddeliveryfunction,lengthenthetotalexecutiontimeofasingleinstructionThemorestages,themorecomplexcontrollogiccircuitsPipelinePerformanceThecycletimeofaninstructionpipelineInstructiongoesastageinpipeline,theneededtime:d:delayofalatch,d<<maxSupposethatninstructionsareprocessed,withnobranchesandinterrupt.Thetotaltimetoexecuteallninstructions:Tk=[k+(n-1)]

SpeedupFactor:Speedup~nRelationshipSpeedup~nRelationshipThroughputrate(Tp):DealingwithBranchesMultipleStreamsPre-fetchBranchTargetLoopbufferBranchpredictionDelayedbranchingMultipleStreamsHavetwopipelinesPre-fetcheachbranchintoaseparatepipelineUseappropriatepipelineLimitsLeadstobus®istercontentionMultiplebranchesleadtofurtherpipelinesbeingneededUsedbyIBM370,3033Pre-fetchBranchTargetTargetofbranchispre-fetchedinadditiontoinstructionsfollowingbranchKeeptargetuntilbranchisexecutedUsedbyIBM360/91LoopBufferAsmall,veryfastmemorycontainingnmostrecentlyfetchedinsequenceinstructionsMaintainedbyfetchstageofpipelineIfabranchistobetaken,thehardwarefirstchecksbufferbeforefetchingfrommemoryVerygoodforsmallloopsc.f.cache,differenceinsmallerinsizeandonlyretainsinstructionsinsequenceUsedbyCRAY-1

LoopBufferDiagramBranchPredictionPredictnevertakenAssumethatjumpwillnothappenAlwaysfetchnextinstructionVAX11/780VAXwillnotpre-fetchafterbranchifapagefaultwouldresultPredictalwaystakenAssumethatjumpwillhappenAlwaysfetchtargetinstructionIfapagefaultoccurs,waituntilthebranchinstructioniscompletedPredictbyOpcodeSomeinstructionsaremorelikelytoresultinajumpthanothersCangetupto75%successTaken/NottakenswitchBasedonprevioushistoryBits(1~2bits)GoodforloopsanditerationsBranchHistoryTable/BranchTargetBufferAsmallcacheBTB/BHTEachentryconsistsof3parts:(seepp438Fig.12.18)BranchinstructionaddressTargetaddressHistorystateinformationBranchPredictionStateDiagramBranchPredictionFlowChartPredictNeverTakenStrategyBranchHistoryTableDelayedBranchInsertNULLoperationsStallthepipeliningUsedinearlyCPURearrangeinstructionsOut-of-orderexecutionUsednow80486Instructionpipeline

Five-stagespipeline:FetchTwo16Bpre-fetchbuffersOnaverage,eachcanstore5instructionspre-fetchedDecodestage1OpcodeandaddressingmodeisdecodedDecodestage2ExpandopcodeintocontrolsignalfortheALUComputethemorecomplexaddressingmodesExecutionWriteback80486Instructionpipelineexamples12.5ThePentiumProcessorRegisterOrganizationIntegerUnitFloating-pointUnitforRegisterOrganizationEFLAGSRegisterSpecificationTrapflag(TF)Whenset,interruptafteraninstructionexecution,usedfordebugInterruptenableflag(IF)RecognizeexternalinterruptDirectionflag(DF)IncrementordecrementinstringprocessingSIorDII/Oprivilegeflag(IOPL)Whenset,forbidaccessingI/OdevicesResumeflag(RF)RestarttheinstructionwhenadebugexceptionoccursAlignmentcheck(AC)ActivateswhenaddressingonaboundaryofwordanddoublewordVirtualmode(VM)Pentiumto8086ornotIdentificationflag(ID)UsedfortestingCPUIDVirtualinterruptflag(VIF)&virtualinterruptpendingUsedinmultitaskingenvironmentControlRegistersThePentiumemploys432-bitcontrolregisterstocontrolvariousaspectofprocessoroperationsMMXRegistersPentiumIImakesitselfhave864-bitMMXregistersbyusingaliastechniques80-bitfloatingpointregistersareusedtostoreMMXdataSpecifically,low-order64bitsareusedtoform8MMXregistersMappingofMMXregisterstoFPRegistersCharacteristicsofMMXRegisterDirectlyaccessOnceaMMXinstructionisexecuted,theFPtagwordismarkedinvalidTheEMMS(emptyMMXstate)instructioncanresettheFPtagwordtoindicatethatallregistersareemptyUsingEMMSinstructionattheendofMMXcodeblocksothatsubsequentFPinstructionscanuseFPregistersproperlyWhenavalueiswrittentoaMMXregister,64~79bitsaresettoall1InterruptProcessing–

InterruptsandexceptionsInterruptsandexceptionsInterruptsandexceptionscancauseCPUsuspendSavecontextandexecutetheserviceroutineInterruptisgeneratedbyhardwareandexceptionfromsoftwareSourcesofInterruptsandexceptionsMaskableinterrupts:IF=1,receivesignalfromINTNonmaskable

interrupts:receivesignalfromNMICPU-detectedexceptions:CPUencounteranerrorProgrammedexceptions:aprogramerroroccursInterruptProcessing–

InterruptVectorTableInterruptvectortablecontains25632-bitinterruptvectorEverytypeofinterruptisassignedanumber,usedtoindextheinterruptvectortableAninterruptvectoristheaddressofinterruptserviceroutineforthatinterruptnumberSeetable12.2,where,32~255areuserinterruptvectorsPriorityindescendingorderDebugexceptions,externalinterrupts,fetcherror,decodingerror,executingerrorInterruptProcessing–

InterrupthandlingCurrentstacksegmentregisterandextendedstackpointerregisterarepushedontostackPushthevalueofEFLAGSregisterClear(disable)interruptandtrapflagsPushcurrentcodesegmentpointerandinstructionpointerPusherrorcode,ifitexi

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论