Home
last modified time | relevance | path

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

12

/llvm-project/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_with_base.h25 #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 DRegisterInfos_x86_64.h23 #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 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/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp569 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 DNativeRegisterContextLinux.cpp27 Status NativeRegisterContextLinux::ReadRegisterRaw(uint32_t reg_index, in ReadRegisterRaw() argument
38 WriteRegisterRaw(uint32_t reg_index,const RegisterValue & reg_value) WriteRegisterRaw() argument
H A DNativeRegisterContextLinux.h123 virtual uint32_t GetPtraceOffset(uint32_t reg_index) { in GetPtraceOffset()
H A DNativeRegisterContextLinux_ppc64le.cpp256 const uint32_t reg_index = reg_info->kinds[lldb::eRegisterKindLLDB]; WriteRegister() local
H A DNativeRegisterContextLinux_arm.cpp177 const uint32_t reg_index = reg_info->kinds[lldb::eRegisterKindLLDB]; in WriteRegister() local
/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp584 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 DNativeRegisterContextNetBSD_x86_64.cpp629 uint32_t reg_index; GetYMMSplitReg() local
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_x86_64.cpp639 uint32_t reg_index; GetYMMSplitReg() local
/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1778 for (uint32_t reg_index = 0; reg_index < vfp_count; reg_index++) { GetReturnValueObjectImpl() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1997 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 DDynamicRegisterInfo.cpp700 uint32_t reg_index = ConvertRegisterKindToRegisterNumber(kind, num); GetRegisterInfo() local
/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp149 uint32_t reg_index) { in GetRegisterInfo()
/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp253 size_t reg_index = LLDB_REGNUM_GENERIC_ARG1; in PrepareTrivialCall() local
/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp235 size_t reg_index = LLDB_REGNUM_GENERIC_ARG1; PrepareTrivialCall() local

12