Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp138 } else if (IsGPR(reg)) { in ReadRegister()
158 if (IsGPR(reg)) { in WriteRegister()
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp154 if (IsGPR(reg)) in WriteRegister()
H A DRegisterContextPOSIXProcessMonitor_arm.cpp146 if (IsGPR(reg)) { in WriteRegister()
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp158 if (IsGPR(reg)) in WriteRegister()
H A DRegisterContextPOSIXProcessMonitor_x86.cpp273 if (IsGPR(reg)) in WriteRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_ppc64le.h67 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_mips64.h73 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_s390x.h68 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_arm.h95 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_arm64.h95 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_powerpc.h189 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_mips64.cpp32 bool RegisterContextPOSIX_mips64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_s390x.cpp73 bool RegisterContextPOSIX_s390x::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_x86.h160 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_powerpc.cpp81 bool RegisterContextPOSIX_powerpc::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_ppc64le.cpp99 bool RegisterContextPOSIX_ppc64le::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_ppc64le
H A DRegisterContextPOSIX_arm.cpp78 bool RegisterContextPOSIX_arm::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_arm64.cpp97 bool RegisterContextPOSIX_arm64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_x86.cpp298 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 DRegisterContextPOSIXCore_mips64.cpp56 if (IsGPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
H A DRegisterContextPOSIXCore_s390x.cpp57 if (IsGPR(reg)) { in ReadRegister()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp234 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()