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

/gem5/src/arch/sparc/insts/
H A Dstatic_inst.cc99 const int MaxGlobal = 8; local
114 else if (reg_idx < MaxGlobal)
117 ccprintf(os, "%%o%d", reg_idx - MaxGlobal);

Completed in 4 milliseconds