/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
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
|
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 372 #define UPDATE_DR_INFO(reg_index) \ argument
|
D | RegisterContextOpenBSD_i386.cpp | 51 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(dbreg, dr[reg_index])) argument
|
D | RegisterContextFreeBSD_i386.cpp | 55 #define DR_OFFSET(reg_index) \ argument
|
D | RegisterContextOpenBSD_x86_64.cpp | 59 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(DBG, dr[reg_index])) argument
|
D | RegisterContextFreeBSD_x86_64.cpp | 62 #define DR_OFFSET(reg_index) \ argument
|
D | RegisterContextNetBSD_x86_64.cpp | 76 #define DR_OFFSET(reg_index) \ argument
|
D | RegisterContextNetBSD_i386.cpp | 68 #define DR_OFFSET(reg_index) \ argument
|
D | RegisterContextLinux_i386.cpp | 81 #define DR_OFFSET(reg_index) (DR_0_OFFSET + (reg_index * 4)) argument
|
D | RegisterContextLinux_x86_64.cpp | 74 #define DR_OFFSET(reg_index) \ argument
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeRegisterContextLinux.cpp | 26 Status NativeRegisterContextLinux::ReadRegisterRaw(uint32_t reg_index, in ReadRegisterRaw() 37 NativeRegisterContextLinux::WriteRegisterRaw(uint32_t reg_index, in WriteRegisterRaw()
|
D | NativeRegisterContextLinux_x86_64.cpp | 564 uint32_t reg_index) { in UpdateXSTATEforWrite() 583 const uint32_t reg_index = reg_info->kinds[lldb::eRegisterKindLLDB]; in WriteRegister() local 921 uint32_t reg_index, lldb::ByteOrder byte_order) { in CopyXSTATEtoYMM() 1033 NativeRegisterContextLinux_x86_64::GetPtraceOffset(uint32_t reg_index) { in GetPtraceOffset()
|
D | NativeRegisterContextLinux.h | 90 virtual uint32_t GetPtraceOffset(uint32_t reg_index) { in GetPtraceOffset()
|
D | NativeRegisterContextLinux_mips64.cpp | 316 const uint32_t reg_index = reg_info->kinds[lldb::eRegisterKindLLDB]; in WriteRegister() local 494 NativeRegisterContextLinux_mips64::ReturnFPOffset(uint8_t reg_index, in ReturnFPOffset() 974 NativeRegisterContextLinux_mips64::ReadRegisterRaw(uint32_t reg_index, in ReadRegisterRaw() 992 uint32_t reg_index, const RegisterValue &value) { in WriteRegisterRaw()
|
D | NativeRegisterContextLinux_ppc64le.cpp | 251 const uint32_t reg_index = reg_info->kinds[lldb::eRegisterKindLLDB]; in WriteRegister() local
|
D | NativeRegisterContextLinux_arm.cpp | 170 const uint32_t reg_index = reg_info->kinds[lldb::eRegisterKindLLDB]; in WriteRegister() local
|
/external/arm-trusted-firmware/plat/mediatek/mt8173/drivers/timer/ |
D | mt_cpuxgpt.c | 14 static void write_cpuxgpt(unsigned int reg_index, unsigned int value) in write_cpuxgpt()
|
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
D | NativeRegisterContextNetBSD_x86_64.cpp | 711 uint32_t reg_index = reg - lldb_ymm0_x86_64; in ReadRegister() local 1011 uint32_t reg_index = reg - lldb_ymm0_x86_64; in WriteRegister() local
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeSPARC_32.c | 143 sljit_s32 reg_index = 8; in call_with_args() local
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | regalloc.c | 127 int reg_index = 0; in ppir_regalloc_init() local 697 int reg_index = ra_get_node_reg(g, n++); in ppir_regalloc_prog_try() local
|
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
D | ABISysV_ppc64.cpp | 585 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()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
D | NativeRegisterContextFreeBSD_x86_64.cpp | 645 uint32_t reg_index; in GetYMMSplitReg() local
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServerLLGS.cpp | 1764 const uint32_t reg_index = in Handle_qRegisterInfo() local 1948 const uint32_t reg_index = in Handle_p() local 2028 const uint32_t reg_index = in Handle_P() local 2855 for (int reg_index = 0; reg_index < registers_count; reg_index++) { in BuildTargetXml() local
|
/external/llvm-project/lldb/source/Plugins/ABI/ARM/ |
D | ABISysV_arm.cpp | 1778 for (uint32_t reg_index = 0; reg_index < vfp_count; reg_index++) { in GetReturnValueObjectImpl() local
|
/external/llvm-project/lldb/source/Plugins/ABI/ARC/ |
D | ABISysV_arc.cpp | 254 size_t reg_index = LLDB_REGNUM_GENERIC_ARG1; in PrepareTrivialCall() local
|