Home
last modified time | relevance | path

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

/freebsd/contrib/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.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 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 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_x86_64.cpp76 #define DR_OFFSET(reg_index) \ argument
H A DRegisterContextNetBSD_i386.cpp68 #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
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp586 ValueSP GetIntegerValue(uint32_t reg_index) { in GetIntegerValue()
635 ValueSP GetFloatValue(CompilerType &type, uint32_t reg_index) { in GetFloatValue()
667 ValueSP GetPointerValue(uint32_t reg_index) { in GetPointerValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_x86_64.cpp639 uint32_t reg_index; in GetYMMSplitReg() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp629 uint32_t reg_index; in GetYMMSplitReg() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1997 const uint32_t reg_index = in Handle_qRegisterInfo() local
2174 const uint32_t reg_index = in Handle_p() local
2254 const uint32_t reg_index = in Handle_P() local
3086 for (int reg_index = 0; reg_index < registers_count; reg_index++) { in BuildTargetXml() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1778 for (uint32_t reg_index = 0; reg_index < vfp_count; reg_index++) { in GetReturnValueObjectImpl() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp700 uint32_t reg_index = ConvertRegisterKindToRegisterNumber(kind, num); in GetRegisterInfo() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp149 uint32_t reg_index) { in GetRegisterInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp253 size_t reg_index = LLDB_REGNUM_GENERIC_ARG1; in PrepareTrivialCall() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp235 size_t reg_index = LLDB_REGNUM_GENERIC_ARG1; in PrepareTrivialCall() local
/freebsd/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c86 static u_int reg_index; variable
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c61 static u_int reg_index; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1710 uint32_t reg_index) { in GetRegisterInfo()