Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterInfos_i386.h26 #define YMM_OFFSET(reg_index) \ argument
32 #define BNDR_OFFSET(reg_index) \ argument
37 #define BNDC_OFFSET(reg_index) \ argument
DRegisterInfos_x86_64.h23 #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
DRegisterContextOpenBSD_i386.cpp51 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(dbreg, dr[reg_index])) argument
DRegisterContextFreeBSD_i386.cpp55 #define DR_OFFSET(reg_index) \ argument
DRegisterContextOpenBSD_x86_64.cpp59 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(DBG, dr[reg_index])) argument
DRegisterContextFreeBSD_x86_64.cpp62 #define DR_OFFSET(reg_index) \ argument
DRegisterContextNetBSD_x86_64.cpp76 #define DR_OFFSET(reg_index) \ argument
DRegisterContextNetBSD_i386.cpp68 #define DR_OFFSET(reg_index) \ argument
DRegisterContextLinux_i386.cpp81 #define DR_OFFSET(reg_index) (DR_0_OFFSET + (reg_index * 4)) argument
DRegisterContextLinux_x86_64.cpp74 #define DR_OFFSET(reg_index) \ argument
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux.cpp26 Status NativeRegisterContextLinux::ReadRegisterRaw(uint32_t reg_index, in ReadRegisterRaw()
37 NativeRegisterContextLinux::WriteRegisterRaw(uint32_t reg_index, in WriteRegisterRaw()
DNativeRegisterContextLinux_x86_64.cpp564 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()
DNativeRegisterContextLinux.h90 virtual uint32_t GetPtraceOffset(uint32_t reg_index) { in GetPtraceOffset()
DNativeRegisterContextLinux_mips64.cpp316 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()
DNativeRegisterContextLinux_ppc64le.cpp251 const uint32_t reg_index = reg_info->kinds[lldb::eRegisterKindLLDB]; in WriteRegister() local
DNativeRegisterContextLinux_arm.cpp170 const uint32_t reg_index = reg_info->kinds[lldb::eRegisterKindLLDB]; in WriteRegister() local
/external/arm-trusted-firmware/plat/mediatek/mt8173/drivers/timer/
Dmt_cpuxgpt.c14 static void write_cpuxgpt(unsigned int reg_index, unsigned int value) in write_cpuxgpt()
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeRegisterContextNetBSD_x86_64.cpp711 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/
DsljitNativeSPARC_32.c143 sljit_s32 reg_index = 8; in call_with_args() local
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dregalloc.c127 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/
DABISysV_ppc64.cpp585 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/
DNativeRegisterContextFreeBSD_x86_64.cpp645 uint32_t reg_index; in GetYMMSplitReg() local
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp1764 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/
DABISysV_arm.cpp1778 for (uint32_t reg_index = 0; reg_index < vfp_count; reg_index++) { in GetReturnValueObjectImpl() local
/external/llvm-project/lldb/source/Plugins/ABI/ARC/
DABISysV_arc.cpp254 size_t reg_index = LLDB_REGNUM_GENERIC_ARG1; in PrepareTrivialCall() local

12