| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | RNBRemote.cpp | 1354 register_map_entry_t reg_entry = { in InitializeRegisters() local 1363 name_to_regnum[reg_entry.nub_info.name] = reg_entry.debugserver_regnum; in InitializeRegisters() 1365 if (reg_entry.nub_info.value_regs == NULL) { in InitializeRegisters() 1366 reg_data_offset += reg_entry.nub_info.size; in InitializeRegisters() 1369 g_dynamic_register_map.push_back(reg_entry); in InitializeRegisters() 1376 for (auto ®_entry : g_dynamic_register_map) { in InitializeRegisters() local 1377 if (reg_entry.nub_info.value_regs) { in InitializeRegisters() 1379 for (size_t i = 0; reg_entry.nub_info.value_regs[i] != NULL; ++i) { in InitializeRegisters() 1380 const char *name = reg_entry.nub_info.value_regs[i]; in InitializeRegisters() 1384 reg_entry.value_regnums.push_back(regnum); in InitializeRegisters() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | crx.h | 358 reg_entry; typedef 371 extern const reg_entry crx_regtab[]; 376 extern const reg_entry crx_copregtab[];
|
| H A D | maxq.h | 349 reg_entry; typedef 351 reg_entry *new_reg_table = NULL; 362 reg_entry system_reg_table[] = 552 reg_entry peripheral_reg_table[] = 867 reg_entry *reg;
|
| H A D | i386.h | 1568 static const reg_entry i386_regtab[] = 1746 static const reg_entry i386_float_regtab[] =
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-maxq.c | 81 const reg_entry * reg; 890 static reg_entry * 895 reg_entry *reg = NULL; in parse_reg_by_index() 951 reg = (reg_entry *) & new_reg_table[j]; in parse_reg_by_index() 966 reg = (reg_entry *) & system_reg_table[j]; in parse_reg_by_index() 988 return (reg_entry *) reg; in parse_reg_by_index() 993 static reg_entry * 999 reg_entry *r = NULL; in parse_register() 1012 return (reg_entry *) NULL; in parse_register() 1018 r = (reg_entry *) hash_find (reg_hash, reg_name_given); in parse_register() [all …]
|
| H A D | tc-crx.c | 208 const reg_entry *reg; in get_register() 210 reg = (const reg_entry *) hash_find (reg_hash, reg_name); in get_register() 223 const reg_entry *copreg; in get_copregister() 225 copreg = (const reg_entry *) hash_find (copreg_hash, copreg_name); in get_copregister() 612 const reg_entry *regtab; in md_begin() 630 const reg_entry *copregtab; in md_begin() 1156 const reg_entry *reg; in getreg_image()
|
| H A D | tc-i386.c | 87 static const reg_entry *parse_register PARAMS ((char *reg_string, 128 const reg_entry *regs; 165 const reg_entry *base_reg; 166 const reg_entry *index_reg; 943 const reg_entry *regtab; in md_begin() 4470 const reg_entry *r; 5246 static const reg_entry * 5252 const reg_entry *r; in parse_real_register() 5265 return (const reg_entry *) NULL; in parse_real_register() 5273 return (const reg_entry *) NULL; in parse_real_register() [all …]
|
| H A D | tc-z80.c | 383 static const struct reg_entry struct 515 const struct reg_entry * regp; in parse_exp2() 593 static const struct reg_entry cc_tab[] = 617 struct reg_entry * cc_p; in parse_cc()
|
| H A D | tc-i386.h | 346 reg_entry; typedef
|
| H A D | tc-arm.c | 392 struct reg_entry struct 908 static struct reg_entry * 913 struct reg_entry *reg; in arm_reg_parse_multi() 933 reg = (struct reg_entry *) hash_find_n (arm_reg_hsh, start, p - start); in arm_reg_parse_multi() 949 struct reg_entry *reg = arm_reg_parse_multi (ccp); in arm_reg_parse() 1264 struct reg_entry *new; in insert_reg_alias() 1281 new = xmalloc (sizeof (struct reg_entry)); in insert_reg_alias() 1302 struct reg_entry *old; in create_register_alias() 1391 struct reg_entry *reg = hash_find (arm_reg_hsh, name); in s_unreq() 2692 struct reg_entry *reg; in s_arm_unwind_save() [all …]
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | amdgpu_ras.c | 3241 const struct amdgpu_ras_err_status_reg_entry *reg_entry, in amdgpu_ras_inst_get_memory_id_field() 3247 if (!reg_entry) in amdgpu_ras_inst_get_memory_id_field() 3251 AMDGPU_RAS_REG_ENTRY_OFFSET(reg_entry->hwip, instance, in amdgpu_ras_inst_get_memory_id_field() 3252 reg_entry->seg_lo, reg_entry->reg_lo); in amdgpu_ras_inst_get_memory_id_field() 3255 if ((reg_entry->flags & AMDGPU_RAS_ERR_STATUS_VALID) && in amdgpu_ras_inst_get_memory_id_field() 3265 const struct amdgpu_ras_err_status_reg_entry *reg_entry, in amdgpu_ras_inst_get_err_cnt_field() 3271 if (!reg_entry) in amdgpu_ras_inst_get_err_cnt_field() 3275 AMDGPU_RAS_REG_ENTRY_OFFSET(reg_entry->hwip, instance, in amdgpu_ras_inst_get_err_cnt_field() 3276 reg_entry in amdgpu_ras_inst_get_err_cnt_field() 3238 amdgpu_ras_inst_get_memory_id_field(struct amdgpu_device * adev,const struct amdgpu_ras_err_status_reg_entry * reg_entry,uint32_t instance,uint32_t * memory_id) amdgpu_ras_inst_get_memory_id_field() argument 3262 amdgpu_ras_inst_get_err_cnt_field(struct amdgpu_device * adev,const struct amdgpu_ras_err_status_reg_entry * reg_entry,uint32_t instance,unsigned long * err_cnt) amdgpu_ras_inst_get_err_cnt_field() argument [all...] |
| H A D | amdgpu_ras.h | 751 const struct amdgpu_ras_err_status_reg_entry *reg_entry, 755 const struct amdgpu_ras_err_status_reg_entry *reg_entry,
|
| H A D | gfx_v9_4_3.c | 3773 for (k = 0; k < gfx_v9_4_3_ce_reg_list[i].reg_entry.reg_inst; k++) { in gfx_v9_4_3_inst_query_ras_err_count() 3776 gfx_v9_4_3_ce_reg_list[i].reg_entry.reg_inst > 1) in gfx_v9_4_3_inst_query_ras_err_count() 3780 &(gfx_v9_4_3_ce_reg_list[i].reg_entry), in gfx_v9_4_3_inst_query_ras_err_count() 3789 &(gfx_v9_4_3_ue_reg_list[i].reg_entry), in gfx_v9_4_3_inst_query_ras_err_count() 3820 for (k = 0; k < gfx_v9_4_3_ce_reg_list[i].reg_entry.reg_inst; k++) { in gfx_v9_4_3_inst_reset_ras_err_count() 3823 gfx_v9_4_3_ce_reg_list[i].reg_entry.reg_inst > 1) in gfx_v9_4_3_inst_reset_ras_err_count() 3827 &(gfx_v9_4_3_ce_reg_list[i].reg_entry), in gfx_v9_4_3_inst_reset_ras_err_count() 3832 &(gfx_v9_4_3_ue_reg_list[i].reg_entry), in gfx_v9_4_3_inst_reset_ras_err_count()
|
| H A D | amdgpu_gfx.h | 445 struct amdgpu_ras_err_status_reg_entry reg_entry; member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | crx-dis.c | 188 const reg_entry *reg = &crx_regtab[r]; in getregname() 201 const reg_entry *reg; in getcopregname() 219 const reg_entry *r; in getprocregname()
|
| H A D | maxq-dis.c | 156 reg_entry const *reg_x; in get_reg_name() 210 reg_entry const *reg_x; in check_move()
|
| H A D | crx-opc.c | 592 const reg_entry crx_regtab[] = 631 const reg_entry crx_copregtab[] =
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-i386.c | 82 static const reg_entry *parse_register PARAMS ((char *reg_string, 120 const reg_entry *regs; 157 const reg_entry *base_reg; 158 const reg_entry *index_reg; 917 const reg_entry *regtab; in md_begin() 4043 const reg_entry *r; 4794 static const reg_entry * 4802 const reg_entry *r; 4815 return (const reg_entry *) NULL; 4823 return (const reg_entry *) NULL; [all …]
|
| H A D | tc-i386.h | 356 reg_entry; typedef
|
| H A D | tc-arm.c | 602 struct reg_entry struct 622 static const struct reg_entry rn_table[] = argument 641 static const struct reg_entry iwmmxt_table[] = 673 static const struct reg_entry cp_table[] = 683 static const struct reg_entry cn_table[] = 698 static const struct reg_entry fn_table[] = 706 static const struct reg_entry sn_table[] = 720 static const struct reg_entry dn_table[] = 730 static const struct reg_entry mav_mvf_table[] = 739 static const struct reg_entry mav_mvd_table[] = [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dve3900-rom.c | 135 static struct reg_entry struct
|
| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | i386.h | 1483 static const reg_entry i386_regtab[] = { 1660 static const reg_entry i386_float_regtab[] = {
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog-0203 | 539 * config/tc-arm.texi (struct reg_entry): Add new field 'builtin'. 7423 * tc-arm.c (struct reg_entry): Move before prototypes.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ChangeLog-0203 | 539 * config/tc-arm.texi (struct reg_entry): Add new field 'builtin'. 7423 * tc-arm.c (struct reg_entry): Move before prototypes.
|
| H A D | ChangeLog-9899 | 3418 (i386_operand): Add const to reg_entry *r.
|