Home
last modified time | relevance | path

Searched refs:FPR_linux_mips (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_mips64.h105 size_t GetFPRSize() override { return sizeof(FPR_linux_mips); } in GetFPRSize()
125 FPR_linux_mips m_fpr;
DNativeRegisterContextLinux_mips64.cpp87 (GetRegisterInfoInterface().GetGPRSize() + sizeof(FPR_linux_mips) + \
148 ::memset(&m_fpr, 0, sizeof(FPR_linux_mips)); in NativeRegisterContextLinux_mips64()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContext_mips.h286 struct FPR_linux_mips { struct
370 FPR_linux_mips fpr; // Floating point registers.
DRegisterInfos_mips.h25 LLVM_EXTENSION offsetof(FPR_linux_mips, regname))
49 #reg, alt, sizeof(((FPR_linux_mips *) NULL)->reg), \
59 #reg, alt, sizeof(((FPR_linux_mips *) NULL)->reg), \
DRegisterInfos_mips64.h29 LLVM_EXTENSION offsetof(FPR_linux_mips, regname))
75 #reg, alt, sizeof(((FPR_linux_mips *) 0)->reg), \
85 #reg, alt, sizeof(((FPR_linux_mips *) 0)->reg), \