Searched defs:RRegs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp34 static const MCPhysReg RRegs[32] = { variable
557 Inst.addOperand(MCOperand::createReg(RRegs[getReg()]));
1285 RegNo = isPPC64()? XRegs[IntVal] : RRegs[IntVal];

Completed in 131 milliseconds