Lines Matching +full:16 +full:- +full:bits
1 //===-- lldb-x86-register-enums.h -------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
128 k_num_gpr_registers_i386 = k_last_gpr_i386 - k_first_gpr_i386 + 1,
129 k_num_fpr_registers_i386 = k_last_fpr_i386 - k_first_fpr_i386 + 1,
130 k_num_avx_registers_i386 = k_last_avx_i386 - k_first_avx_i386 + 1,
131 k_num_mpx_registers_i386 = k_last_mpxc_i386 - k_first_mpxr_i386 + 1,
136 k_num_dbr_registers_i386 = k_last_dbr_i386 - k_first_dbr_i386 + 1,
176 lldb_r8d_x86_64, // Low 32 bits of r8
177 lldb_r9d_x86_64, // Low 32 bits of r9
178 lldb_r10d_x86_64, // Low 32 bits of r10
179 lldb_r11d_x86_64, // Low 32 bits of r11
180 lldb_r12d_x86_64, // Low 32 bits of r12
181 lldb_r13d_x86_64, // Low 32 bits of r13
182 lldb_r14d_x86_64, // Low 32 bits of r14
183 lldb_r15d_x86_64, // Low 32 bits of r15
192 lldb_r8w_x86_64, // Low 16 bits of r8
193 lldb_r9w_x86_64, // Low 16 bits of r9
194 lldb_r10w_x86_64, // Low 16 bits of r10
195 lldb_r11w_x86_64, // Low 16 bits of r11
196 lldb_r12w_x86_64, // Low 16 bits of r12
197 lldb_r13w_x86_64, // Low 16 bits of r13
198 lldb_r14w_x86_64, // Low 16 bits of r14
199 lldb_r15w_x86_64, // Low 16 bits of r15
212 lldb_r8l_x86_64, // Low 8 bits of r8
213 lldb_r9l_x86_64, // Low 8 bits of r9
214 lldb_r10l_x86_64, // Low 8 bits of r10
215 lldb_r11l_x86_64, // Low 8 bits of r11
216 lldb_r12l_x86_64, // Low 8 bits of r12
217 lldb_r13l_x86_64, // Low 8 bits of r13
218 lldb_r14l_x86_64, // Low 8 bits of r14
219 lldb_r15l_x86_64, // Low 8 bits of r15
314 k_num_gpr_registers_x86_64 = k_last_gpr_x86_64 - k_first_gpr_x86_64 + 1,
315 k_num_fpr_registers_x86_64 = k_last_fpr_x86_64 - k_first_fpr_x86_64 + 1,
316 k_num_avx_registers_x86_64 = k_last_avx_x86_64 - k_first_avx_x86_64 + 1,
317 k_num_mpx_registers_x86_64 = k_last_mpxc_x86_64 - k_first_mpxr_x86_64 + 1,
322 k_num_dbr_registers_x86_64 = k_last_dbr_x86_64 - k_first_dbr_x86_64 + 1,
365 lldb_r8d, // Low 32 bits of r8
366 lldb_r9d, // Low 32 bits of r9
367 lldb_r10d, // Low 32 bits of r10
368 lldb_r11d, // Low 32 bits of r11
369 lldb_r12d, // Low 32 bits of r12
370 lldb_r13d, // Low 32 bits of r13
371 lldb_r14d, // Low 32 bits of r14
372 lldb_r15d, // Low 32 bits of r15
381 lldb_r8w, // Low 16 bits of r8
382 lldb_r9w, // Low 16 bits of r9
383 lldb_r10w, // Low 16 bits of r10
384 lldb_r11w, // Low 16 bits of r11
385 lldb_r12w, // Low 16 bits of r12
386 lldb_r13w, // Low 16 bits of r13
387 lldb_r14w, // Low 16 bits of r14
388 lldb_r15w, // Low 16 bits of r15
401 lldb_r8l, // Low 8 bits of r8
402 lldb_r9l, // Low 8 bits of r9
403 lldb_r10l, // Low 8 bits of r10
404 lldb_r11l, // Low 8 bits of r11
405 lldb_r12l, // Low 8 bits of r12
406 lldb_r13l, // Low 8 bits of r13
407 lldb_r14l, // Low 8 bits of r14
408 lldb_r15l, // Low 8 bits of r15
503 k_num_gpr_registers = k_last_gpr - k_first_gpr + 1,
504 k_num_fpr_registers = k_last_fpr - k_first_fpr + 1,
505 k_num_avx_registers = k_last_avx - k_first_avx + 1,
506 k_num_mpx_registers = k_last_mpxc - k_first_mpxr + 1,
511 k_num_dbr_registers = k_last_dbr - k_first_dbr + 1,