Searched refs:PC_REG (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUMCTargetDesc.cpp | 67 InitAMDGPUMCRegisterInfo(X, AMDGPU::PC_REG); in createAMDGPUMCRegisterInfo() 73 InitAMDGPUMCRegisterInfo(X, AMDGPU::PC_REG, DwarfFlavour); in createGCNMCRegisterInfo()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-tahoe.c | 860 #define PC_REG 15 macro 861 #define BIGGESTREG PC_REG 929 regnum = PC_REG; 1903 operandP->top_reg = PC_REG;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 665 #define PC_REG 15 macro 994 const uint32_t pc = ReadCoreReg(PC_REG, &success); in EmulatePUSH() 1763 const uint32_t pc = ReadCoreReg(PC_REG, &success); in EmulateLDRRtPCRelative() 2023 const uint32_t pc = ReadCoreReg(PC_REG, &success); in EmulateBLXImmediate() 2125 const uint32_t pc = ReadCoreReg(PC_REG, &success); in EmulateBLXRm() 2531 const uint32_t pc = ReadCoreReg(PC_REG, &success); in EmulateSTRRtSP() 2747 const uint32_t pc = ReadCoreReg(PC_REG, &success); in EmulateSVC() 2814 const uint32_t pc = ReadCoreReg(PC_REG, &success); in EmulateB() 2900 const uint32_t pc = ReadCoreReg(PC_REG, &success); in EmulateCB() 2991 const uint32_t pc = ReadCoreReg(PC_REG, &success); in EmulateTB() [all …]
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/ |
| H A D | DNBArchImpl.cpp | 79 #define PC_REG 15 macro
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIRegisterInfo.td | 195 def PC_REG : SIReg<"pc", 0>, DwarfRegNum<[16, 16]> {
|
| H A D | SIRegisterInfo.cpp | 320 : AMDGPUGenRegisterInfo(AMDGPU::PC_REG, ST.getAMDGPUDwarfFlavour()), ST(ST), in SIRegisterInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 2470 .Case("pc", AMDGPU::PC_REG) in getSpecialRegForName()
|