Searched refs:IsGPR (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm64.h94 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_mips64.h72 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_ppc64le.h66 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_s390x.h67 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_arm.h94 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_mips64.cpp31 bool RegisterContextPOSIX_mips64::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_powerpc.cpp79 "GPRs must index starting at 0, or fix IsGPR()");
80 bool RegisterContextPOSIX_powerpc::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_powerpc.h186 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_s390x.cpp72 bool RegisterContextPOSIX_s390x::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_x86.h157 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_arm.cpp77 bool RegisterContextPOSIX_arm::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_arm64.cpp96 bool RegisterContextPOSIX_arm64::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_ppc64le.cpp98 bool RegisterContextPOSIX_ppc64le::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_ppc64le
H A DRegisterContextPOSIX_x86.cpp297 bool RegisterContextPOSIX_x86::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_x86
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_mips64.cpp57 if (IsGPR(reg_info->kinds[lldb::eRegisterKindLLDB])) {
H A DRegisterContextPOSIXCore_s390x.cpp58 if (IsGPR(reg)) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp137 } else if (IsGPR(reg)) {
157 if (IsGPR(reg)) {
H A DRegisterContextPOSIXProcessMonitor_arm.cpp145 if (IsGPR(reg)) {
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp157 if (IsGPR(reg))
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp153 if (IsGPR(reg))
H A DRegisterContextPOSIXProcessMonitor_x86.cpp272 if (IsGPR(reg))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3671 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || local
3674 if (!IsLoad || !IsGPR || (BaseReg == DstReg)) {
3798 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || local
3801 if (!IsLoad || !IsGPR || (BaseReg == DstReg)) {

Completed in 207 milliseconds