版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
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. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 江西省2025-2026学年初三第十五次考试数学试题含解析
- 2026届上海市同济大附属存志校初三5月仿真模拟考试物理试题含解析
- 江苏省无锡市八士中学2026年初三年级下学期一调考试物理试题试卷含解析
- 护理安全的重要性
- 2026年大学大一(健康教育学)健康讲座策划阶段测试题及答案
- 2025年前台服务标准测试
- 护理礼仪与医疗管理
- 护理护理工作中的沟通障碍与解决课件
- 小学语文课堂习作训练教学浅析
- 2026年医疗废物规范化管理考核试题及答案解析
- 2026高考物理二轮复习专题07 热、光、原、振动与波(4大题型)(题型专练)(原卷版)
- 2026四川成都市金牛国投人力资源服务有限公司招聘金牛区街区规划师8人考试参考试题及答案解析
- CMA质量手册(2025版)-符合27025、评审准则
- 雅培Perclose血管缝合器使用过程中常见问题及解决方法
- 中小学生课外读物负面清单自查表
- YS/T 73-2011副产品氧化锌
- WS 319-2010冠状动脉粥样硬化性心脏病诊断标准
- SB/T 10743-2012焊接式散装水泥钢板筒仓
- GB/T 40058-2021全国固定资产投资项目代码编码规范
- GB/T 18916.1-2002取水定额第1部分:火力发电
- 公安派出所建设标准
评论
0/150
提交评论