/freebsd/contrib/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.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 | 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 372 UPDATE_DR_INFO(reg_index) global() 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_x86_64.cpp | 76 #define DR_OFFSET(reg_index) \ argument
|
H A D | RegisterContextNetBSD_i386.cpp | 68 #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
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc64.cpp | 584 ValueSP GetIntegerValue(uint32_t reg_index) { in GetIntegerValue() 633 ValueSP GetFloatValue(CompilerType &type, uint32_t reg_index) { in GetFloatValue() 665 ValueSP GetPointerValue(uint32_t reg_index) { in GetPointerValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeRegisterContextNetBSD_x86_64.cpp | 629 uint32_t reg_index; in GetYMMSplitReg() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeRegisterContextFreeBSD_x86_64.cpp | 639 uint32_t reg_index; in GetYMMSplitReg() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 1997 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 3087 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 D | ABISysV_arm.cpp | 1778 for (uint32_t reg_index = 0; reg_index < vfp_count; reg_index++) { in GetReturnValueObjectImpl() local
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | DynamicRegisterInfo.cpp | 696 uint32_t reg_index = ConvertRegisterKindToRegisterNumber(kind, num); GetRegisterInfo() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
H A D | EmulateInstructionLoongArch.cpp | 149 uint32_t reg_index) { in GetRegisterInfo()
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.cpp | 236 size_t reg_index = LLDB_REGNUM_GENERIC_ARG1; in PrepareTrivialCall() local
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | snmp_ntp.c | 86 static u_int reg_index; variable
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
H A D | snmp_netgraph.c | 61 static u_int reg_index; variable
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 1725 uint32_t reg_index) { in GetRegisterInfo()
|