跳到主要內容

臺灣博碩士論文加值系統

(44.192.115.114) 您好!臺灣時間:2023/09/30 18:45
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:林經鴻
研究生(外文):Lin, Gin Hong
論文名稱:設計與評估一個X86複雜指令與精簡指令的轉換架構
論文名稱(外文):Design and Evaluation of A X86 CISC/RISC Translation Architecture
指導教授:陳昌居
指導教授(外文):Chang-Jiu Chen
學位類別:碩士
校院名稱:國立交通大學
系所名稱:資訊工程學系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:1997
畢業學年度:85
語文別:中文
論文頁數:1
中文關鍵詞:複雜指令集精簡指令集解碼器預提起預解碼指令緩衝器監視性執行指令
外文關鍵詞:CISCRISCdecoderprefetchpredecode instruction bufferguarded-execution instruction
相關次數:
  • 被引用被引用:0
  • 點閱點閱:184
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
本論文提出一種設計解碼器的架構,此種架構包含解碼與轉換X86複雜
指令集成為類似精簡指令集。使用這種解碼器的架構可增加處理器在X86
指令上的平行度,與具有較多的微操作碼輸出。此解碼器組成的內容包括
預提起、預解碼、預解碼指令緩衝器與包含監視性執行指令的轉換器。
在預提起器對快取作指令提起的操作上,我們採用一些與其他架構不同的
策略。當指令中包含有條件分支且具有順向短距離目的時,這將會比一般
形式的預提起器作較少的工作,此策略也將配合轉換器中具有監視性執行
指令的形式。 我們使用行為的模擬與真實的X86指令碼作為輸入。而評
估的結果將顯示此轉換的架構能在單一週期內轉換更多的指令。

This thesis proposes a method to design the decoder
architecture, for decoding and translating X86 instructions to
RISC-like instructions. Thedecoder architecture augments X86
instruction level parallelism to the processor and produces more
micro operation outputs. This decoder contains a prefetcher, a
predecoder, a predecoded instruction buffer and instruction
converters with guarded-execution instructions. We adopt some
different strategy in the prefetcher to fetch instructions from
instruction cache. When the instruction path contains a
conditional branch instruction with forward and short distance
target, the prefetcher will be do less job than an ordinary
prefetcher. This strategy will accommodate converters with
guarded-execution instructions. We use a behavior simulation
with real X86 instruction codes. The evaluation results show
that the proposed translating architecture can translate more
instructions every cycle.

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top