語言選擇:
免費網上英漢字典|3Dict

microprocessor without interlocked pipeline stages

資料來源 : Free On-Line Dictionary of Computing

Microprocessor without Interlocked Pipeline Stages
     
         (MIPS) A project at {Stanford University} intended
        to simplify processor design by eliminating hardware
        {interlock}s between the five {pipeline} stages.  This means
        that only single execution cycle instructions can access the
        thirty two 32-bit general {register}s, so that the {compiler}
        can schedule them to avoid conflicts.  This also means that
        LOAD/STORE and branch instructions have a one-cycle delay to
        account for.  However, because of the importance of multiply
        and divide instructions, a special HI/LO pair of
        multiply/divide registers exist which do have hardware
        interlocks, since these take several cycles to execute and
        complicate {instruction scheduling}.
     
        The project eventually lead to the commercial {MIPS R2000}
        processor.
     
        (1995-02-09)
依字母排序 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z