Searched refs:start_idx (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/testlib/
H A Dterminal.py149 start_idx = middle - len(inside)/2
150 string[start_idx:len(inside)+start_idx] = inside
/gem5/src/cpu/o3/
H A Dfu_pool.cc168 int start_idx = fu_idx; local
174 if (fu_idx == start_idx) {
/gem5/src/cpu/checker/
H A Dcpu_impl.hh599 const InstResult& mismatch_val, int start_idx)
603 if (start_idx >= 0) {
604 const RegId& idx = inst->destRegIdx(start_idx);
635 start_idx++;
637 for (int i = start_idx; i < inst->numDestRegs(); i++) {
598 copyResult(const DynInstPtr &inst, const InstResult& mismatch_val, int start_idx) argument
H A Dcpu.hh644 int start_idx);

Completed in 6 milliseconds