Home
last modified time | relevance | path

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

/external/capstone/arch/PowerPC/
DPPCDisassembler.c114 static const unsigned GPRegs[] = { variable
214 return decodeRegisterClass(Inst, RegNo, GPRegs); in DecodeGPRCRegisterClass()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCFrameLowering.cpp810 SmallVector<CalleeSavedInfo, 18> GPRegs; in processFunctionBeforeFrameFinalized() local
820 GPRegs.push_back(CSI[i]); in processFunctionBeforeFrameFinalized()
898 for (unsigned i = 0, e = GPRegs.size(); i != e; ++i) { in processFunctionBeforeFrameFinalized()
899 int FI = GPRegs[i].getFrameIdx(); in processFunctionBeforeFrameFinalized()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp174 static const unsigned GPRegs[] = { variable
311 return decodeRegisterClass(Inst, RegNo, GPRegs); in DecodeGPRCRegisterClass()
344 return decodeRegisterClass(Inst, RegNo, GPRegs); in DecodeSPE4RCRegisterClass()
/external/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp163 static const unsigned GPRegs[] = { variable
272 return decodeRegisterClass(Inst, RegNo, GPRegs); in DecodeGPRCRegisterClass()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1482 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-7.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1707 SmallVector<CalleeSavedInfo, 18> GPRegs; in processFunctionBeforeFrameFinalized() local
1718 GPRegs.push_back(CSI[i]); in processFunctionBeforeFrameFinalized()
1824 for (unsigned i = 0, e = GPRegs.size(); i != e; ++i) { in processFunctionBeforeFrameFinalized()
1825 int FI = GPRegs[i].getFrameIdx(); in processFunctionBeforeFrameFinalized()