Searched refs:globalRegs (Results 1 – 1 of 1) sorted by relevance
284 const unsigned globalRegs[] = { SP::G2, SP::G3, SP::G6, SP::G7, 0 }; in EmitFunctionBodyStart() local285 for (unsigned i = 0; globalRegs[i] != 0; ++i) { in EmitFunctionBodyStart()286 unsigned reg = globalRegs[i]; in EmitFunctionBodyStart()