Home
last modified time | relevance | path

Searched refs:reg_entry (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.cpp1363 name_to_regnum[reg_entry.nub_info.name] = reg_entry.debugserver_regnum; in InitializeRegisters()
1398 reg_entry.offset = new_offset; in InitializeRegisters()
1402 reg_entry.offset = UINT32_MAX; in InitializeRegisters()
1838 if (reg_entry->nub_info.name) in HandlePacket_qRegisterInfo()
1840 if (reg_entry->nub_info.alt) in HandlePacket_qRegisterInfo()
1846 switch (reg_entry->nub_info.type) { in HandlePacket_qRegisterInfo()
4161 reg_entry = &g_reg_entries[reg]; in HandlePacket_p()
4163 reg_entry = NULL; in HandlePacket_p()
4166 if (reg_entry == NULL) { in HandlePacket_p()
4172 if (reg_entry->nub_info.size > 0) { in HandlePacket_p()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcrx.h358 reg_entry; typedef
371 extern const reg_entry crx_regtab[];
376 extern const reg_entry crx_copregtab[];
H A Dmaxq.h349 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 Di386.h1568 static const reg_entry i386_regtab[] =
1746 static const reg_entry i386_float_regtab[] =
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-maxq.c81 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()
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()
1039 reg_entry *r = NULL; in parse_register_bit()
1051 rb->reg = xmalloc (sizeof (reg_entry)); in parse_register_bit()
[all …]
H A Dtc-crx.c208 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 Dtc-i386.c128 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()
5317 static const reg_entry *
5320 const reg_entry *r; in parse_register()
5353 const reg_entry *r; in i386_parse_name()
[all …]
H A Dtc-z80.c383 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 Dtc-i386.h346 reg_entry; typedef
H A Dtc-arm.c392 struct reg_entry struct
908 static struct reg_entry *
913 struct reg_entry *reg; 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()
4109 struct reg_entry *rege = arm_reg_parse_multi (&str); in parse_operands()
[all …]
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ras.c3238 const struct amdgpu_ras_err_status_reg_entry *reg_entry, in amdgpu_ras_inst_get_memory_id_field() argument
3244 if (!reg_entry) in amdgpu_ras_inst_get_memory_id_field()
3248 AMDGPU_RAS_REG_ENTRY_OFFSET(reg_entry->hwip, instance, in amdgpu_ras_inst_get_memory_id_field()
3249 reg_entry->seg_lo, reg_entry->reg_lo); in amdgpu_ras_inst_get_memory_id_field()
3252 if ((reg_entry->flags & AMDGPU_RAS_ERR_STATUS_VALID) && in amdgpu_ras_inst_get_memory_id_field()
3262 const struct amdgpu_ras_err_status_reg_entry *reg_entry, in amdgpu_ras_inst_get_err_cnt_field() argument
3268 if (!reg_entry) in amdgpu_ras_inst_get_err_cnt_field()
3272 AMDGPU_RAS_REG_ENTRY_OFFSET(reg_entry->hwip, instance, in amdgpu_ras_inst_get_err_cnt_field()
3273 reg_entry->seg_hi, reg_entry->reg_hi); in amdgpu_ras_inst_get_err_cnt_field()
3276 if ((reg_entry->flags & AMDGPU_RAS_ERR_INFO_VALID) && in amdgpu_ras_inst_get_err_cnt_field()
H A Damdgpu_ras.h751 const struct amdgpu_ras_err_status_reg_entry *reg_entry,
755 const struct amdgpu_ras_err_status_reg_entry *reg_entry,
H A Dgfx_v9_4_3.c3773 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 Damdgpu_gfx.h445 struct amdgpu_ras_err_status_reg_entry reg_entry; member
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-dis.c188 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 Dmaxq-dis.c156 reg_entry const *reg_x; in get_reg_name()
210 reg_entry const *reg_x; in check_move()
H A Dcrx-opc.c592 const reg_entry crx_regtab[] =
631 const reg_entry crx_copregtab[] =
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c120 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;
4852 return (const reg_entry *) NULL;
[all …]
H A Dtc-i386.h356 reg_entry; typedef
H A Dtc-arm.c602 struct reg_entry struct
622 static const struct reg_entry rn_table[] = argument
673 static const struct reg_entry cp_table[] =
683 static const struct reg_entry cn_table[] =
698 static const struct reg_entry fn_table[] =
780 const struct reg_entry *names;
3026 struct reg_entry *req_entry; in s_unreq()
11344 const struct reg_entry *r; in insert_reg()
11371 const struct reg_entry *r;
11387 struct reg_entry *new = xmalloc (sizeof (struct reg_entry));
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddve3900-rom.c135 static struct reg_entry struct
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Di386.h1483 static const reg_entry i386_regtab[] = {
1660 static const reg_entry i386_float_regtab[] = {
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-0203539 * config/tc-arm.texi (struct reg_entry): Add new field 'builtin'.
7423 * tc-arm.c (struct reg_entry): Move before prototypes.
H A DChangeLog-98993418 (i386_operand): Add const to reg_entry *r.
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-0203539 * config/tc-arm.texi (struct reg_entry): Add new field 'builtin'.
7423 * tc-arm.c (struct reg_entry): Move before prototypes.

12