Home
last modified time | relevance | path

Searched refs:GetFPRSize (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.cpp192 assert(offset < GetFPRSize()); in ReadRegister()
323 assert(offset < GetFPRSize()); in WriteRegister()
473 reg_data_byte_size += GetFPRSize(); in ReadAllRegisterValues()
496 ::memcpy(dst, GetFPRBuffer(), GetFPRSize()); in ReadAllRegisterValues()
497 dst += GetFPRSize(); in ReadAllRegisterValues()
592 ::memcpy(GetFPRBuffer(), src, GetFPRSize()); in WriteAllRegisterValues()
595 src += GetFPRSize(); in WriteAllRegisterValues()
749 ioVec.iov_len = GetFPRSize(); in ReadFPR()
751 error = ReadRegisterSet(&ioVec, GetFPRSize(), NT_FPREGSET); in ReadFPR()
766 ioVec.iov_len = GetFPRSize(); in WriteFPR()
[all …]
H A DNativeRegisterContextLinux_arm.cpp863 GetFPRSize()); in ReadFPR()
867 ioVec.iov_len = GetFPRSize(); in ReadFPR()
869 return ReadRegisterSet(&ioVec, GetFPRSize(), NT_ARM_VFP); in ReadFPR()
877 GetFPRSize()); in WriteFPR()
881 ioVec.iov_len = GetFPRSize(); in WriteFPR()
883 return WriteRegisterSet(&ioVec, GetFPRSize(), NT_ARM_VFP); in WriteFPR()
H A DNativeRegisterContextLinux_ppc64le.cpp34 (GetGPRSize() + GetFPRSize() + sizeof(m_vmx_ppc64le) + sizeof(m_vsx_ppc64le))
278 assert(fpr_offset < GetFPRSize()); in WriteRegister()
375 ::memcpy(dst, &m_fpr_ppc64le, GetFPRSize()); in ReadAllRegisterValues()
376 dst += GetFPRSize(); in ReadAllRegisterValues()
419 ::memcpy(&m_fpr_ppc64le, src, GetFPRSize()); in WriteAllRegisterValues()
425 src += GetFPRSize(); in WriteAllRegisterValues()
H A DNativeRegisterContextLinux.cpp106 GetFPRSize()); in ReadFPR()
112 GetFPRSize()); in WriteFPR()
H A DNativeRegisterContextLinux_s390x.cpp343 memcpy(dst, GetFPRBuffer(), GetFPRSize()); in ReadAllRegisterValues()
344 dst += GetFPRSize(); in ReadAllRegisterValues()
394 memcpy(GetFPRBuffer(), src, GetFPRSize()); in WriteAllRegisterValues()
395 src += GetFPRSize(); in WriteAllRegisterValues()
H A DNativeRegisterContextLinux.h114 virtual size_t GetFPRSize() = 0;
H A DNativeRegisterContextLinux_ppc64le.h87 size_t GetFPRSize() override { return sizeof(m_fpr_ppc64le); } in GetFPRSize() function
H A DNativeRegisterContextLinux_s390x.h81 size_t GetFPRSize() override { return sizeof(m_fp_regs); } in GetFPRSize() function
H A DNativeRegisterContextLinux_x86_64.h57 size_t GetFPRSize() override;
H A DNativeRegisterContextLinux_arm64.h77 size_t GetFPRSize() override { return sizeof(m_fpr); } in GetFPRSize() function
H A DNativeRegisterContextLinux_arm.h99 size_t GetFPRSize() override { return sizeof(m_fpr); } in GetFPRSize() function
H A DNativeRegisterContextLinux_x86_64.cpp961 size_t NativeRegisterContextLinux_x86_64::GetFPRSize() { in GetFPRSize() function in NativeRegisterContextLinux_x86_64
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_ppc64le.cpp51 size_t RegisterContextCorePOSIX_ppc64le::GetFPRSize() const { in GetFPRSize() function in RegisterContextCorePOSIX_ppc64le
79 offset -= GetGPRSize() + GetFPRSize(); in ReadRegister()
89 offset -= GetGPRSize() + GetFPRSize() + GetVMXSize(); in ReadRegister()
H A DRegisterContextPOSIXCore_ppc64le.h31 size_t GetFPRSize() const;
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoAndSetInterface.h25 virtual size_t GetFPRSize() const = 0;
H A DRegisterInfoPOSIX_arm.h54 size_t GetFPRSize() const override;
H A DRegisterInfoPOSIX_arm64.h86 size_t GetFPRSize() const override;
H A DRegisterInfoPOSIX_arm.cpp162 size_t RegisterInfoPOSIX_arm::GetFPRSize() const { in GetFPRSize() function in RegisterInfoPOSIX_arm
H A DRegisterInfoPOSIX_arm64.cpp252 size_t RegisterInfoPOSIX_arm64::GetFPRSize() const { in GetFPRSize() function in RegisterInfoPOSIX_arm64