Home
last modified time | relevance | path

Searched defs:reg_index (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_i386.h26 #define YMM_OFFSET(reg_index) \ argument
32 #define BNDR_OFFSET(reg_index) \ argument
37 #define BNDC_OFFSET(reg_index) \ argument
H A DRegisterInfos_x86_64.h23 #define YMM_OFFSET(reg_index) \ argument
31 #define BNDR_OFFSET(reg_index) \ argument
36 #define BNDC_OFFSET(reg_index) \ argument
372 #define UPDATE_DR_INFO(reg_index) \ argument
H A DRegisterContextOpenBSD_i386.cpp51 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(dbreg, dr[reg_index])) argument
H A DRegisterContextFreeBSD_i386.cpp55 #define DR_OFFSET(reg_index) \ argument
H A DRegisterContextOpenBSD_x86_64.cpp59 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(DBG, dr[reg_index])) argument
H A DRegisterContextFreeBSD_x86_64.cpp62 #define DR_OFFSET(reg_index) \ argument
H A DRegisterContextNetBSD_i386.cpp68 #define DR_OFFSET(reg_index) \ argument
H A DRegisterContextNetBSD_x86_64.cpp76 #define DR_OFFSET(reg_index) \ argument
H A DRegisterContextLinux_i386.cpp81 #define DR_OFFSET(reg_index) (DR_0_OFFSET + (reg_index * 4)) argument
H A DRegisterContextLinux_x86_64.cpp74 #define DR_OFFSET(reg_index) \ argument
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux.cpp26 Status NativeRegisterContextLinux::ReadRegisterRaw(uint32_t reg_index, in ReadRegisterRaw()
37 NativeRegisterContextLinux::WriteRegisterRaw(uint32_t reg_index, in WriteRegisterRaw()
H A DNativeRegisterContextLinux_x86_64.cpp562 uint32_t reg_index) { in UpdateXSTATEforWrite()
581 const uint32_t reg_index = reg_info->kinds[lldb::eRegisterKindLLDB]; in WriteRegister() local
919 uint32_t reg_index, lldb::ByteOrder byte_order) { in CopyXSTATEtoYMM()
1031 NativeRegisterContextLinux_x86_64::GetPtraceOffset(uint32_t reg_index) { in GetPtraceOffset()
H A DNativeRegisterContextLinux.h116 virtual uint32_t GetPtraceOffset(uint32_t reg_index) { in GetPtraceOffset()
H A DNativeRegisterContextLinux_ppc64le.cpp250 const uint32_t reg_index = reg_info->kinds[lldb::eRegisterKindLLDB]; in WriteRegister() local
H A DNativeRegisterContextLinux_arm.cpp171 const uint32_t reg_index = reg_info->kinds[lldb::eRegisterKindLLDB]; in WriteRegister() local
/llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp585 ValueSP GetIntegerValue(uint32_t reg_index) { in GetIntegerValue()
634 ValueSP GetFloatValue(CompilerType &type, uint32_t reg_index) { in GetFloatValue()
666 ValueSP GetPointerValue(uint32_t reg_index) { in GetPointerValue()
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_x86_64.cpp638 uint32_t reg_index; in GetYMMSplitReg() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp628 uint32_t reg_index; in GetYMMSplitReg() local
/llvm-project-15.0.7/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1674 for (uint32_t reg_index = 0; reg_index < vfp_count; reg_index++) { in GetReturnValueObjectImpl() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1992 const uint32_t reg_index = in Handle_qRegisterInfo() local
2169 const uint32_t reg_index = in Handle_p() local
2249 const uint32_t reg_index = in Handle_P() local
3077 for (int reg_index = 0; reg_index < registers_count; reg_index++) { in BuildTargetXml() local
/llvm-project-15.0.7/lldb/source/Target/
H A DDynamicRegisterInfo.cpp686 uint32_t reg_index = ConvertRegisterKindToRegisterNumber(kind, num); in GetRegisterInfo() local
/llvm-project-15.0.7/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp253 size_t reg_index = LLDB_REGNUM_GENERIC_ARG1; in PrepareTrivialCall() local