| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | RegisterContextPOSIXProcessMonitor_powerpc.cpp | 138 } else if (IsGPR(reg)) { in ReadRegister() 158 if (IsGPR(reg)) { in WriteRegister()
|
| H A D | RegisterContextPOSIXProcessMonitor_mips64.cpp | 154 if (IsGPR(reg)) in WriteRegister()
|
| H A D | RegisterContextPOSIXProcessMonitor_arm.cpp | 146 if (IsGPR(reg)) { in WriteRegister()
|
| H A D | RegisterContextPOSIXProcessMonitor_arm64.cpp | 158 if (IsGPR(reg)) in WriteRegister()
|
| H A D | RegisterContextPOSIXProcessMonitor_x86.cpp | 273 if (IsGPR(reg)) in WriteRegister()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextPOSIX_ppc64le.h | 67 bool IsGPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_mips64.h | 73 bool IsGPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_s390x.h | 68 bool IsGPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_arm.h | 95 bool IsGPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_arm64.h | 95 bool IsGPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_powerpc.h | 189 bool IsGPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_mips64.cpp | 32 bool RegisterContextPOSIX_mips64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_mips64
|
| H A D | RegisterContextPOSIX_s390x.cpp | 73 bool RegisterContextPOSIX_s390x::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_s390x
|
| H A D | RegisterContextPOSIX_x86.h | 160 bool IsGPR(unsigned reg);
|
| H A D | RegisterContextPOSIX_powerpc.cpp | 81 bool RegisterContextPOSIX_powerpc::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_powerpc
|
| H A D | RegisterContextPOSIX_ppc64le.cpp | 99 bool RegisterContextPOSIX_ppc64le::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_ppc64le
|
| H A D | RegisterContextPOSIX_arm.cpp | 78 bool RegisterContextPOSIX_arm::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm
|
| H A D | RegisterContextPOSIX_arm64.cpp | 97 bool RegisterContextPOSIX_arm64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm64
|
| H A D | RegisterContextPOSIX_x86.cpp | 298 bool RegisterContextPOSIX_x86::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_x86
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterContextPOSIXCore_mips64.cpp | 56 if (IsGPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
|
| H A D | RegisterContextPOSIXCore_s390x.cpp | 57 if (IsGPR(reg)) { in ReadRegister()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 234 bool expandLoadImmReal(MCInst &Inst, bool IsSingle, bool IsGPR, bool Is64FPU, 3272 bool MipsAsmParser::expandLoadImmReal(MCInst &Inst, bool IsSingle, bool IsGPR, in expandLoadImmReal() argument 3303 if (IsGPR) { in expandLoadImmReal() 3350 if (IsGPR) { in expandLoadImmReal() 3575 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || in expandMemInst() local 3578 if (!IsLoad || !IsGPR || (BaseReg == DstReg)) { in expandMemInst()
|