/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_i386.h | 26 #define YMM_OFFSET(reg_index) \ argument 32 #define BNDR_OFFSET(reg_index) \ argument 37 #define BNDC_OFFSET(reg_index) \ argument
|
H A D | RegisterInfos_x86_64_with_base.h | 25 #define YMM_OFFSET(reg_index) \ argument 33 #define BNDR_OFFSET(reg_index) \ argument 38 #define BNDC_OFFSET(reg_index) \ argument 363 #define UPDATE_DR_INFO(reg_index) \ argument
|
H A D | RegisterInfos_x86_64.h | 23 #define YMM_OFFSET(reg_index) \ argument 31 #define BNDR_OFFSET(reg_index) \ argument 36 #define BNDC_OFFSET(reg_index) \ argument 378 #define UPDATE_DR_INFO(reg_index) \ argument
|
H A D | RegisterContextOpenBSD_i386.cpp | 51 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(dbreg, dr[reg_index])) argument
|
H A D | RegisterContextFreeBSD_i386.cpp | 55 #define DR_OFFSET(reg_index) \ argument
|
H A D | RegisterContextOpenBSD_x86_64.cpp | 59 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(DBG, dr[reg_index])) argument
|
H A D | RegisterContextFreeBSD_x86_64.cpp | 62 #define DR_OFFSET(reg_index) \ argument
|
H A D | RegisterContextNetBSD_i386.cpp | 68 #define DR_OFFSET(reg_index) \ argument
|
H A D | RegisterContextNetBSD_x86_64.cpp | 76 #define DR_OFFSET(reg_index) \ argument
|
H A D | RegisterContextLinux_i386.cpp | 81 #define DR_OFFSET(reg_index) (DR_0_OFFSET + (reg_index * 4)) argument
|
H A D | RegisterContextLinux_x86_64.cpp | 74 #define DR_OFFSET(reg_index) \ argument
|
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | NativeRegisterContextLinux_x86_64.cpp | 569 UpdateXSTATEforWrite(uint32_t reg_index) UpdateXSTATEforWrite() argument 588 const uint32_t reg_index = reg_info->kinds[lldb::eRegisterKindLLDB]; WriteRegister() local 921 CopyXSTATEtoYMM(uint32_t reg_index,lldb::ByteOrder byte_order) CopyXSTATEtoYMM() argument 1033 GetPtraceOffset(uint32_t reg_index) GetPtraceOffset() argument [all...] |
H A D | NativeRegisterContextLinux.cpp | 27 Status NativeRegisterContextLinux::ReadRegisterRaw(uint32_t reg_index, in ReadRegisterRaw() argument 38 WriteRegisterRaw(uint32_t reg_index,const RegisterValue & reg_value) WriteRegisterRaw() argument
|
H A D | NativeRegisterContextLinux.h | 123 virtual uint32_t GetPtraceOffset(uint32_t reg_index) { in GetPtraceOffset()
|
H A D | NativeRegisterContextLinux_ppc64le.cpp | 256 const uint32_t reg_index = reg_info->kinds[lldb::eRegisterKindLLDB]; WriteRegister() local
|
H A D | NativeRegisterContextLinux_arm.cpp | 177 const uint32_t reg_index = reg_info->kinds[lldb::eRegisterKindLLDB]; in WriteRegister() local
|
/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc64.cpp | 584 GetIntegerValue(uint32_t reg_index) GetIntegerValue() argument 633 GetFloatValue(CompilerType & type,uint32_t reg_index) GetFloatValue() argument 665 GetPointerValue(uint32_t reg_index) GetPointerValue() argument
|
/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeRegisterContextNetBSD_x86_64.cpp | 629 uint32_t reg_index; GetYMMSplitReg() local
|
/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeRegisterContextFreeBSD_x86_64.cpp | 639 uint32_t reg_index; GetYMMSplitReg() local
|
/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABISysV_arm.cpp | 1778 for (uint32_t reg_index = 0; reg_index < vfp_count; reg_index++) { GetReturnValueObjectImpl() local
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 1997 const uint32_t reg_index = Handle_qRegisterInfo() local 2174 const uint32_t reg_index = Handle_p() local 2254 const uint32_t reg_index = Handle_P() local 3087 for (int reg_index = 0; reg_index < registers_count; reg_index++) { BuildTargetXml() local [all...] |
/llvm-project/lldb/source/Target/ |
H A D | DynamicRegisterInfo.cpp | 700 uint32_t reg_index = ConvertRegisterKindToRegisterNumber(kind, num); GetRegisterInfo() local
|
/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
H A D | EmulateInstructionLoongArch.cpp | 149 uint32_t reg_index) { in GetRegisterInfo()
|
/llvm-project/lldb/source/Plugins/ABI/ARC/ |
H A D | ABISysV_arc.cpp | 253 size_t reg_index = LLDB_REGNUM_GENERIC_ARG1; in PrepareTrivialCall() local
|
/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.cpp | 235 size_t reg_index = LLDB_REGNUM_GENERIC_ARG1; PrepareTrivialCall() local
|