Searched refs:reg8 (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_i386.h | 162 #define DEFINE_GPR_PSEUDO_8H(reg8, reg32) \ argument 164 #reg8, nullptr, 1, \ 168 lldb_##reg8##_i386 }, \ 173 #define DEFINE_GPR_PSEUDO_8L(reg8, reg32) \ argument 175 #reg8, nullptr, 1, \ 179 lldb_##reg8##_i386 }, \
|
| H A D | RegisterInfos_x86_64.h | 175 #define DEFINE_GPR_PSEUDO_8H(reg8, reg64) \ argument 177 #reg8, nullptr, 1, \ 181 lldb_##reg8##_x86_64 }, \ 186 #define DEFINE_GPR_PSEUDO_8L(reg8, reg64) \ argument 188 #reg8, nullptr, 1, \ 192 lldb_##reg8##_x86_64 }, \
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/ |
| H A D | DNBArchImplI386.cpp | 1186 #define DEFINE_GPR_PSEUDO_8H(reg8, reg32) \ argument 1188 e_regSetGPR, gpr_##reg8, #reg8, NULL, Uint, Hex, 1, 1, INVALID_NUB_REGNUM, \ 1192 #define DEFINE_GPR_PSEUDO_8L(reg8, reg32) \ argument 1194 e_regSetGPR, gpr_##reg8, #reg8, NULL, Uint, Hex, 1, 0, INVALID_NUB_REGNUM, \
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/ |
| H A D | DNBArchImplX86_64.cpp | 1622 #define DEFINE_GPR_PSEUDO_8H(reg8, reg64) \ argument 1624 e_regSetGPR, gpr_##reg8, #reg8, NULL, Uint, Hex, 1, 1, INVALID_NUB_REGNUM, \ 1628 #define DEFINE_GPR_PSEUDO_8L(reg8, reg64) \ argument 1630 e_regSetGPR, gpr_##reg8, #reg8, NULL, Uint, Hex, 1, 0, INVALID_NUB_REGNUM, \
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 767 HANDLE_DW_OP(0x58, reg8, 2, DWARF)
|