Searched defs:IsGPR (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_s390x.cpp72 bool RegisterContextPOSIX_s390x::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_arm.cpp77 bool RegisterContextPOSIX_arm::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_mips64.cpp31 bool RegisterContextPOSIX_mips64::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_arm64.cpp96 bool RegisterContextPOSIX_arm64::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_powerpc.cpp80 bool RegisterContextPOSIX_powerpc::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_powerpc
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-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3671 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || local
3798 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || local

Completed in 280 milliseconds