Lines Matching refs:fullOffset
121 CLG_(current_state).cost[ fullOffset(EG_BUS) ]++; in log_global_event()
124 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS); in log_global_event()
153 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC); in log_cond_branch()
157 fullOffset_Bc = fullOffset(EG_BC); in log_cond_branch()
183 cost_Bi = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BI); in log_ind_branch()
187 fullOffset_Bi = fullOffset(EG_BI); in log_ind_branch()
1744 o = fullOffset(EG_SYS); in CLG_()
1779 Bc_total_b = total[ fullOffset(EG_BC) ]; in branchsim_printstat()
1780 Bc_total_mp = total[ fullOffset(EG_BC)+1 ]; in branchsim_printstat()
1781 Bi_total_b = total[ fullOffset(EG_BI) ]; in branchsim_printstat()
1782 Bi_total_mp = total[ fullOffset(EG_BI)+1 ]; in branchsim_printstat()
1913 l1 = ULong_width( total[fullOffset(EG_IR)] ); in finish()
1916 l2 = ULong_width( total[fullOffset(EG_DR)] ); in finish()
1917 l3 = ULong_width( total[fullOffset(EG_DW)] ); in finish()
1920 int l2b = ULong_width( total[fullOffset(EG_BC)] ); in finish()
1921 int l3b = ULong_width( total[fullOffset(EG_BI)] ); in finish()
1930 VG_(umsg)(fmt, "I refs: ", total[fullOffset(EG_IR)] ); in finish()