Lines Matching refs:fullOffset

1077 	    cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);  in log_1I0D()
1082 CLG_(current_state).cost + fullOffset(EG_IR) ); in log_1I0D()
1103 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR); in log_2I0D()
1106 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_2I0D()
1139 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR); in log_3I0D()
1142 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_3I0D()
1176 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_1I1Dr()
1177 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR); in log_1I1Dr()
1185 CLG_(current_state).cost + fullOffset(EG_IR) ); in log_1I1Dr()
1187 CLG_(current_state).cost + fullOffset(EG_DR) ); in log_1I1Dr()
1210 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR); in log_0I1Dr()
1215 CLG_(current_state).cost + fullOffset(EG_DR) ); in log_0I1Dr()
1239 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR); in log_1I1Dw()
1240 cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW); in log_1I1Dw()
1248 CLG_(current_state).cost + fullOffset(EG_IR) ); in log_1I1Dw()
1250 CLG_(current_state).cost + fullOffset(EG_DW) ); in log_1I1Dw()
1270 cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW); in log_0I1Dw()
1275 CLG_(current_state).cost + fullOffset(EG_DW) ); in log_0I1Dw()
1503 total[fullOffset(EG_IR) +1]); in cachesim_printstat()
1506 total[fullOffset(EG_IR) +2]); in cachesim_printstat()
1508 if (0 == total[fullOffset(EG_IR)]) in cachesim_printstat()
1509 total[fullOffset(EG_IR)] = 1; in cachesim_printstat()
1512 total[fullOffset(EG_IR)+1] * 100.0 / total[fullOffset(EG_IR)]); in cachesim_printstat()
1515 total[fullOffset(EG_IR)+2] * 100.0 / total[fullOffset(EG_IR)]); in cachesim_printstat()
1526 CLG_(copy_cost)( CLG_(get_event_set)(EG_DR), D_total, total + fullOffset(EG_DR) ); in cachesim_printstat()
1527 CLG_(add_cost) ( CLG_(get_event_set)(EG_DW), D_total, total + fullOffset(EG_DW) ); in cachesim_printstat()
1531 l2, total[fullOffset(EG_DR)], in cachesim_printstat()
1532 l3, total[fullOffset(EG_DW)]); in cachesim_printstat()
1536 l2, total[fullOffset(EG_DR)+1], in cachesim_printstat()
1537 l3, total[fullOffset(EG_DW)+1]); in cachesim_printstat()
1541 l2, total[fullOffset(EG_DR)+2], in cachesim_printstat()
1542 l3, total[fullOffset(EG_DW)+2]); in cachesim_printstat()
1545 if (0 == total[fullOffset(EG_DR)]) total[fullOffset(EG_DR)] = 1; in cachesim_printstat()
1546 if (0 == total[fullOffset(EG_DW)]) total[fullOffset(EG_DW)] = 1; in cachesim_printstat()
1550 l2, total[fullOffset(EG_DR)+1] * 100.0 / total[fullOffset(EG_DR)], in cachesim_printstat()
1551 l3, total[fullOffset(EG_DW)+1] * 100.0 / total[fullOffset(EG_DW)]); in cachesim_printstat()
1555 l2, total[fullOffset(EG_DR)+2] * 100.0 / total[fullOffset(EG_DR)], in cachesim_printstat()
1556 l3, total[fullOffset(EG_DW)+2] * 100.0 / total[fullOffset(EG_DW)]); in cachesim_printstat()
1564 total[fullOffset(EG_DR) +1] + in cachesim_printstat()
1565 total[fullOffset(EG_DW) +1] + in cachesim_printstat()
1566 total[fullOffset(EG_IR) +1]; in cachesim_printstat()
1568 total[fullOffset(EG_DR) +1] + in cachesim_printstat()
1569 total[fullOffset(EG_IR) +1]; in cachesim_printstat()
1570 LL_total_w = total[fullOffset(EG_DW) +1]; in cachesim_printstat()
1575 total[fullOffset(EG_DR) +2] + in cachesim_printstat()
1576 total[fullOffset(EG_DW) +2] + in cachesim_printstat()
1577 total[fullOffset(EG_IR) +2]; in cachesim_printstat()
1579 total[fullOffset(EG_DR) +2] + in cachesim_printstat()
1580 total[fullOffset(EG_IR) +2]; in cachesim_printstat()
1581 LL_total_mw = total[fullOffset(EG_DW) +2]; in cachesim_printstat()
1586 l1, LL_total_m * 100.0 / (total[fullOffset(EG_IR)] + D_total[0]), in cachesim_printstat()
1587 l2, LL_total_mr * 100.0 / (total[fullOffset(EG_IR)] + total[fullOffset(EG_DR)]), in cachesim_printstat()
1588 l3, LL_total_mw * 100.0 / total[fullOffset(EG_DW)]); in cachesim_printstat()
1683 cost[ fullOffset(EG_IR) ] += exe_count; in cachesim_add_icost()