12/10/12 14:39:24.26 +FgpxThJ
>>232
とりあえずデコーダが分離されていると書いてあるから
Steamrollerのことでよさそうだ
フェッチ帯域を特にいじらずに、各デコーダを最大3命令/clkまで増量しているらしいから
たぶんデコーダの分離ってのはシングルスレッド強化の意味合いなんだろうな
;; The bdver3 contains three pipelined FP units and two integer units.
;; Fetching and decoding logic is different from previous fam15 processors.
;; Fetching is done every two cycles rather than every cycle and
;; two decode units are available. The decode units therefore decode
;; four instructions in two cycles.
;;
;; Three DirectPath instructions decoders and only one VectorPath decoder
;; is available. They can decode three DirectPath instructions or one
;; VectorPath instruction per cycle.