Home
last modified time | relevance | path

Searched refs:IsFPR (Results 1 – 25 of 47) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_loongarch64.cpp119 } else if (IsFPR(reg)) { in ReadRegister()
164 } else if (IsFPR(reg)) { in WriteRegister()
250 bool NativeRegisterContextLinux_loongarch64::IsFPR(unsigned reg) const { in IsFPR() function in NativeRegisterContextLinux_loongarch64
H A DNativeRegisterContextLinux_riscv64.cpp126 } else if (IsFPR(reg)) { in ReadRegister()
176 } else if (IsFPR(reg)) { in WriteRegister()
262 bool NativeRegisterContextLinux_riscv64::IsFPR(unsigned reg) const { in IsFPR() function in NativeRegisterContextLinux_riscv64
H A DNativeRegisterContextLinux_loongarch64.h81 bool IsFPR(unsigned reg) const;
H A DNativeRegisterContextLinux_riscv64.h80 bool IsFPR(unsigned reg) const;
H A DNativeRegisterContextLinux_s390x.cpp184 bool NativeRegisterContextLinux_s390x::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextLinux_s390x
222 if (IsFPR(reg)) { in ReadRegister()
299 if (IsFPR(reg)) { in WriteRegister()
H A DNativeRegisterContextLinux_ppc64le.h97 bool IsFPR(unsigned reg) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.h196 bool IsFPR(unsigned reg);
202 bool IsFPR(unsigned reg, FPRType fpr_type);
H A DRegisterContextPOSIX_arm.h52 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_loongarch64.h51 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_riscv64.h51 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_ppc64le.h65 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_mips64.h70 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_s390x.h64 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_loongarch64.cpp79 bool RegisterContextPOSIX_loongarch64::IsFPR(unsigned int reg) { in IsFPR() function in RegisterContextPOSIX_loongarch64
H A DRegisterContextPOSIX_riscv64.cpp79 bool RegisterContextPOSIX_riscv64::IsFPR(unsigned int reg) { in IsFPR() function in RegisterContextPOSIX_riscv64
H A DRegisterContextPOSIX_arm64.h52 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_arm.cpp35 bool RegisterContextPOSIX_arm::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_arm64.cpp35 bool RegisterContextPOSIX_arm64::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_arm64
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_arm.h74 bool IsFPR(uint32_t reg_index) const;
H A DNativeRegisterContextWindows_arm64.h74 bool IsFPR(uint32_t reg_index) const;
H A DNativeRegisterContextWindows_arm.cpp138 bool NativeRegisterContextWindows_arm::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextWindows_arm
528 if (IsFPR(reg)) in ReadRegister()
556 if (IsFPR(reg)) in WriteRegister()
H A DNativeRegisterContextWindows_x86_64.h75 bool IsFPR(uint32_t reg_index) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_mips64.cpp65 } else if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
H A DRegisterContextPOSIXCore_s390x.cpp67 if (IsFPR(reg)) { in ReadRegister()
H A DRegisterContextPOSIXCore_powerpc.cpp68 if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()

12