Home
last modified time | relevance | path

Searched refs:globalRegs (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp284 const unsigned globalRegs[] = { SP::G2, SP::G3, SP::G6, SP::G7, 0 }; in EmitFunctionBodyStart() local
285 for (unsigned i = 0; globalRegs[i] != 0; ++i) { in EmitFunctionBodyStart()
286 unsigned reg = globalRegs[i]; in EmitFunctionBodyStart()