Lines Matching defs:ii

975   InstrInfo ii = { 0,0,0,0 };
980 current_ii = ⅈ /* needs to be set for update_XX_use */
1051 static void log_1I0D(InstrInfo* ii)
1055 current_ii = ii;
1056 IrRes = (*simulator.I1_Read)(CLG_(bb_base) + ii->instr_offset, ii->instr_size);
1059 CLG_(bb_base) + ii->instr_offset, ii->instr_size, cacheRes(IrRes));
1067 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR];
1148 static void log_1I1Dr(InstrInfo* ii, Addr data_addr, Word data_size)
1152 current_ii = ii;
1153 IrRes = (*simulator.I1_Read)(CLG_(bb_base) + ii->instr_offset, ii->instr_size);
1157 CLG_(bb_base) + ii->instr_offset, ii->instr_size, cacheRes(IrRes),
1168 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR];
1169 cost_Dr = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DR];
1181 static void log_0I1Dr(InstrInfo* ii, Addr data_addr, Word data_size)
1185 current_ii = ii;
1197 cost_Dr = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DR];
1208 static void log_1I1Dw(InstrInfo* ii, Addr data_addr, Word data_size)
1212 current_ii = ii;
1213 IrRes = (*simulator.I1_Read)(CLG_(bb_base) + ii->instr_offset, ii->instr_size);
1217 CLG_(bb_base) + ii->instr_offset, ii->instr_size, cacheRes(IrRes),
1228 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR];
1229 cost_Dw = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DW];
1240 static void log_0I1Dw(InstrInfo* ii, Addr data_addr, Word data_size)
1244 current_ii = ii;
1256 cost_Dw = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DW];
1742 InstrInfo* ii, ULong exe_count)
1747 if (ii->eventset)
1749 ii->eventset, bbcc->cost + ii->cost_offset);