• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

sst/elements/genericProc/ssBackEnd/ssb_fetch_rec.h

00001 #ifndef SSB_FETCH_REC_H
00002 #define SSB_FETCH_REC_H
00003 
00004 //: IFETCH -> DISPATCH instruction queue definition 
00005 //!SEC:ssBack
00006 struct fetch_rec {
00007   instruction *IR;                              /* inst register */
00008   md_addr_t regs_PC, pred_PC;           /* current PC, predicted next PC */
00009   struct bpred_update_t dir_update;     /* bpred direction update info */
00010   int stack_recover_idx;                /* branch predictor RSB index */
00011   unsigned int ptrace_seq;              /* print trace sequence id */
00012 };
00013 
00014 #endif

Generated on Fri Oct 22 2010 11:02:24 for SST by  doxygen 1.7.1