Home
last modified time | relevance | path

Searched defs:alt (Results 1 – 24 of 24) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_mips.h33 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3) \ argument
47 #define DEFINE_FPR(reg, alt, kind1, kind2, kind3) \ argument
57 #define DEFINE_FPR_INFO(reg, alt, kind1, kind2, kind3) \ argument
66 #define DEFINE_MSA(reg, alt, kind1, kind2, kind3, kind4) \ argument
75 #define DEFINE_MSA_INFO(reg, alt, kind1, kind2, kind3, kind4) \ argument
H A DRegisterInfos_mips64.h27 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
36 #define DEFINE_FPR(reg, alt, kind1, kind2, kind3) \ argument
45 #define DEFINE_FPR_INFO(reg, alt, kind1, kind2, kind3) \ argument
H A DRegisterInfos_riscv64.h52 #define DEFINE_GPR64_ALT(reg, alt, generic_kind) \ argument
61 #define DEFINE_FPR64_ALT(reg, alt, generic_kind) DEFINE_FPR_ALT(reg, alt, 8, generic_kind) argument
63 #define DEFINE_FPR_ALT(reg, alt, size, generic_kind) \ argument
74 #define DEFINE_VPR_ALT(reg, alt, generic_kind) \ argument
H A DRegisterInfos_s390x.h25 #define DEFINE_GPR(name, size, offset, alt, generic) \ argument
33 #define DEFINE_GPR_NODWARF(name, size, offset, alt, generic) \ argument
H A DRegisterInfos_loongarch64.h47 DEFINE_GPR64_ALT(reg,alt,generic_kind) global() argument
56 DEFINE_FPR64_ALT(reg,alt,generic_kind) global() argument
H A DRegisterInfos_powerpc.h20 #define DEFINE_GPR(reg, alt, lldb_kind) \ argument
H A DRegisterContextWindows_i386.cpp39 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
H A DRegisterInfos_i386.h61 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
H A DRegisterInfos_x86_64_with_base.h66 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
H A DRegisterInfos_x86_64.h64 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
H A DRegisterContextWindows_x86_64.cpp47 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
H A DRegisterInfos_ppc64.h25 #define DEFINE_GPR_PPC64(reg, alt, lldb_kind) \ argument
36 #define DEFINE_FPR_PPC64(reg, alt, lldb_kind) \ argument
H A DRegisterContextDarwin_i386.cpp144 #define DEFINE_GPR(reg, alt) \ argument
H A DRegisterInfos_ppc64le.h25 #define DEFINE_GPR(reg, alt, lldb_kind) \ argument
36 #define DEFINE_FPR(reg, alt, lldb_kind) \ argument
H A DRegisterContextDarwin_x86_64.cpp162 #define DEFINE_GPR(reg, alt) \ argument
H A DRegisterInfos_arm64.h498 #define DEFINE_GPR64_ALT(reg, alt, generic_kind) \ argument
/llvm-project/clang/include/clang/Basic/
H A DCustomizableOptional.h89 template <typename U> constexpr T value_or(U &&alt) const & { in value_or()
97 template <typename U> T value_or(U &&alt) && { in value_or()
/llvm-project/lldb/source/Plugins/Process/Windows/Common/x86/
H A DRegisterContextWindows_x86.cpp28 #define DEFINE_GPR(reg, alt) #reg, alt, 4, 0, eEncodingUint, eFormatHexUppercase argument
29 #define DEFINE_GPR_BIN(reg, alt) #reg, alt, 4, 0, eEncodingUint, eFormatBinary argument
/llvm-project/lldb/source/Plugins/Process/Windows/Common/x64/
H A DRegisterContextWindows_x64.cpp27 #define DEFINE_GPR(reg, alt, generic) \ argument
35 #define DEFINE_GPR_BIN(reg, alt) #reg, alt, 8, 0, eEncodingUint, eFormatBinary argument
/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp1585 DEFINE_GPR_ALT(reg,alt,gen) global() argument
1591 DEFINE_GPR_ALT2(reg,alt) global() argument
1597 DEFINE_GPR_ALT3(reg,alt,gen) global() argument
1603 DEFINE_GPR_ALT4(reg,alt,gen) global() argument
/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp115 #define DEFINE_REG(name, size, alt, generic) \ argument
/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp114 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
/llvm-project/lldb/tools/debugserver/source/
H A DDNBDefs.h197 const char *alt; // Alternate name member
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp1755 DEFINE_GPR_IDX(idx,reg,alt,gen) global() argument
1761 DEFINE_GPR_NAME(reg,alt,gen) global() argument