Searched refs:installWindow (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/sparc/
H A Disa.cc83 installWindow(cwp, CurrentWindowOffset);
88 installWindow(cwp - 1, NextWindowOffset);
90 installWindow(cwp + 1, PreviousWindowOffset);
94 ISA::installWindow(int cwp, int offset) function in class:SparcISA::ISA
606 installWindow(new_val, CurrentWindowOffset);
607 installWindow(new_val - 1, NextWindowOffset);
608 installWindow(new_val + 1, PreviousWindowOffset);
H A Disa.hh163 void installWindow(int cwp, int offset);

Completed in 7 milliseconds