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

/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_mips64.cpp29 bool RegisterContextPOSIX_mips64::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_arm.cpp28 bool RegisterContextPOSIX_arm::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_s390x.cpp72 bool RegisterContextPOSIX_s390x::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_loongarch64.cpp74 bool RegisterContextPOSIX_loongarch64::IsGPR(unsigned int reg) { function in class:RegisterContextPOSIX_loongarch64
H A DRegisterContextPOSIX_riscv64.cpp74 bool RegisterContextPOSIX_riscv64::IsGPR(unsigned int reg) { function in class:RegisterContextPOSIX_riscv64
H A DRegisterContextPOSIX_ppc64le.cpp98 bool RegisterContextPOSIX_ppc64le::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_ppc64le
H A DRegisterContextPOSIX_powerpc.cpp79 bool RegisterContextPOSIX_powerpc::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_arm64.cpp28 bool RegisterContextPOSIX_arm64::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_x86.cpp376 bool RegisterContextPOSIX_x86::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_x86
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_arm64.cpp149 bool NativeRegisterContextWindows_arm64::IsGPR(uint32_t reg_index) const { function in class:NativeRegisterContextWindows_arm64
H A DNativeRegisterContextWindows_arm.cpp134 bool NativeRegisterContextWindows_arm::IsGPR(uint32_t reg_index) const { function in class:NativeRegisterContextWindows_arm
H A DNativeRegisterContextWindows_i386.cpp98 bool NativeRegisterContextWindows_i386::IsGPR(uint32_t reg_index) const { function in class:NativeRegisterContextWindows_i386
H A DNativeRegisterContextWindows_WoW64.cpp94 bool NativeRegisterContextWindows_WoW64::IsGPR(uint32_t reg_index) const { function in class:NativeRegisterContextWindows_WoW64
H A DNativeRegisterContextWindows_x86_64.cpp116 bool NativeRegisterContextWindows_x86_64::IsGPR(uint32_t reg_index) const { function in class:NativeRegisterContextWindows_x86_64
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.cpp264 bool NativeRegisterContextLinux_arm::IsGPR(unsigned reg) const { function in class:NativeRegisterContextLinux_arm
H A DNativeRegisterContextLinux_s390x.cpp178 bool NativeRegisterContextLinux_s390x::IsGPR(uint32_t reg_index) const { function in class:NativeRegisterContextLinux_s390x
H A DNativeRegisterContextLinux_x86_64.cpp889 bool NativeRegisterContextLinux_x86_64::IsGPR(uint32_t reg_index) const { function in class:NativeRegisterContextLinux_x86_64
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3741 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || local
3868 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || local

Completed in 125 milliseconds