Searched refs:GPR16 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIX86.cpp | 52 GPR16, enumerator 148 {GPR16, l "x", std::nullopt}, \ 152 {{GPR16, l "x", std::nullopt}, \ 161 {GPR16, r16, std::nullopt}, \ 165 {{GPR16, r16, std::nullopt}, {GPR8, r16 "l", std::nullopt}}) \ 171 {GPR16, "r" #n "w", std::nullopt}, \ 260 addPartialRegisters(regs, subreg_by_kind[GPR16], gpr_base_size, eEncodingUint, in AugmentRegisterInfo()
|