Searched refs:GPRegs (Results 1 – 6 of 6) sorted by relevance
/external/capstone/arch/TMS320C64x/ |
D | TMS320C64xGenRegisterInfo.inc | 230 // GPRegs Register Class... 231 static MCPhysReg GPRegs[] = { 235 // GPRegs Bit set. 271 { GPRegs, GPRegsBits, 64, sizeof(GPRegsBits), TMS320C64x_GPRegsRegClassID, 4, 4, 1, 1 },
|
/external/capstone/arch/PowerPC/ |
D | PPCDisassembler.c | 116 static const unsigned GPRegs[] = { variable 227 return decodeRegisterClass(Inst, RegNo, GPRegs); in DecodeGPRCRegisterClass()
|
/external/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 163 static const unsigned GPRegs[] = { variable 272 return decodeRegisterClass(Inst, RegNo, GPRegs); in DecodeGPRCRegisterClass()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 1482 SmallVector<CalleeSavedInfo, 18> GPRegs; in processFunctionBeforeFrameFinalized() local 1492 GPRegs.push_back(CSI[i]); in processFunctionBeforeFrameFinalized() 1591 for (unsigned i = 0, e = GPRegs.size(); i != e; ++i) { in processFunctionBeforeFrameFinalized() 1592 int FI = GPRegs[i].getFrameIdx(); in processFunctionBeforeFrameFinalized()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 1878 SmallVector<CalleeSavedInfo, 18> GPRegs; in processFunctionBeforeFrameFinalized() local 1891 GPRegs.push_back(CSI[i]); in processFunctionBeforeFrameFinalized() 1997 for (unsigned i = 0, e = GPRegs.size(); i != e; ++i) { in processFunctionBeforeFrameFinalized() 1998 if (!GPRegs[i].isSpilledToReg()) { in processFunctionBeforeFrameFinalized() 1999 int FI = GPRegs[i].getFrameIdx(); in processFunctionBeforeFrameFinalized()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 1998 SmallVector<CalleeSavedInfo, 18> GPRegs; in processFunctionBeforeFrameFinalized() local 2011 GPRegs.push_back(CSI[i]); in processFunctionBeforeFrameFinalized() 2115 for (unsigned i = 0, e = GPRegs.size(); i != e; ++i) { in processFunctionBeforeFrameFinalized() 2116 if (!GPRegs[i].isSpilledToReg()) { in processFunctionBeforeFrameFinalized() 2117 int FI = GPRegs[i].getFrameIdx(); in processFunctionBeforeFrameFinalized()
|