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

/gem5/src/arch/sparc/insts/
H A Dstatic_inst.cc102 const int MaxInput = 32; local
120 else if (reg_idx < MaxInput)
123 ccprintf(os, "%%u%d", reg_idx - MaxInput);

Completed in 4 milliseconds