| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| dwarf_frame.c | 337 Dwarf_Regtable *reg_table, Dwarf_Addr *row_pc, Dwarf_Error *error) 347 if (fde == NULL || reg_table == NULL || row_pc == NULL) { 371 reg_table->rules[cfa].dw_offset_relevant = 373 reg_table->rules[cfa].dw_regnum = CFA.dw_regnum; 374 reg_table->rules[cfa].dw_offset = CFA.dw_offset_or_block_len; 387 reg_table->rules[i].dw_offset_relevant = 389 reg_table->rules[i].dw_regnum = rt->rt3_rules[i].dw_regnum; 390 reg_table->rules[i].dw_offset = 492 Dwarf_Regtable3 *reg_table, Dwarf_Addr *row_pc, Dwarf_Error *error) 501 if (fde == NULL || reg_table == NULL || reg_table->rt3_rules == NULL | [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| v850-tdep.c | 605 static struct reg_list reg_table[] = local 632 for (i = 0; reg_table[i].mask != 0; i++) 633 if (list12 & reg_table[i].mask) 642 for (i = 0; reg_table[i].mask != 0; i++) 644 if (list12 & reg_table[i].mask) 646 int reg = reg_table[i].regno; 713 struct reg_list *reg_table; local 718 reg_table = pushml_reg_table; 720 reg_table = pushmh_reg_table; 724 for (i = 0; reg_table[i].mask != 0; i++ [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| v850-tdep.c | 605 static struct reg_list reg_table[] = local 632 for (i = 0; reg_table[i].mask != 0; i++) 633 if (list12 & reg_table[i].mask) 642 for (i = 0; reg_table[i].mask != 0; i++) 644 if (list12 & reg_table[i].mask) 646 int reg = reg_table[i].regno; 713 struct reg_list *reg_table; local 718 reg_table = pushml_reg_table; 720 reg_table = pushmh_reg_table; 724 for (i = 0; reg_table[i].mask != 0; i++ [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_atombios.h | 195 struct atom_mc_reg_table *reg_table);
|
| amdgpu_atombios.c | 1576 struct atom_mc_reg_table *reg_table) 1584 memset(reg_table, 0, sizeof(struct atom_mc_reg_table)); 1613 reg_table->mc_reg_address[i].s1 = 1615 reg_table->mc_reg_address[i].pre_reg_data = 1621 reg_table->last = i; 1627 reg_table->mc_reg_table_entry[num_ranges].mclk_max = 1630 for (i = 0, j = 1; i < reg_table->last; i++) { 1631 if ((reg_table->mc_reg_address[i].pre_reg_data & LOW_NIBBLE_MASK) == DATA_FROM_TABLE) { 1632 reg_table->mc_reg_table_entry[num_ranges].mc_data[i] = 1635 } else if ((reg_table->mc_reg_address[i].pre_reg_data & LOW_NIBBLE_MASK) == DATA_EQU_PREV) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_atombios.c | 3982 struct atom_mc_reg_table *reg_table) 3990 memset(reg_table, 0, sizeof(struct atom_mc_reg_table)); 4019 reg_table->mc_reg_address[i].s1 = 4021 reg_table->mc_reg_address[i].pre_reg_data = 4027 reg_table->last = i; 4033 reg_table->mc_reg_table_entry[num_ranges].mclk_max = 4036 for (i = 0, j = 1; i < reg_table->last; i++) { 4037 if ((reg_table->mc_reg_address[i].pre_reg_data & LOW_NIBBLE_MASK) == DATA_FROM_TABLE) { 4038 reg_table->mc_reg_table_entry[num_ranges].mc_data[i] = 4041 } else if ((reg_table->mc_reg_address[i].pre_reg_data & LOW_NIBBLE_MASK) == DATA_EQU_PREV) [all...] |
| radeon.h | 359 struct atom_mc_reg_table *reg_table);
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| csky-opc.h | 922 get_register_name (struct csky_reg_def *reg_table, 927 while (reg_table[i].name != NULL) 929 if (reg_table[i].bank == bank 930 && reg_table[i].regno == regno 931 && (reg_table[i].arch_flag & (1u << (arch & CSKY_ARCH_MASK)))) 933 if (is_abi && reg_table[i].abi_name) 934 return reg_table[i].abi_name; 936 return reg_table[i].name; 952 get_register_number (struct csky_reg_def *reg_table, 957 while (reg_table[i].name != NULL 993 struct csky_reg_def *reg_table; local 1007 struct csky_reg_def *reg_table; local 1022 struct csky_reg_def *reg_table; local 1036 struct csky_reg_def *reg_table; local [all...] |
| i386-dis.c | 846 #define REG_TABLE(I) DIS386 (USE_REG_TABLE, (I)) 2110 { REG_TABLE (REG_80) }, 2111 { REG_TABLE (REG_81) }, 2113 { REG_TABLE (REG_83) }, 2126 { REG_TABLE (REG_8F) }, 2182 { REG_TABLE (REG_C0) }, 2183 { REG_TABLE (REG_C1) }, 2188 { REG_TABLE (REG_C6) }, 2189 { REG_TABLE (REG_C7) }, 2200 { REG_TABLE (REG_D0) } 2703 static const struct dis386 reg_table[][8] = { variable in typeref:struct:dis386 [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| csky-opc.h | 922 get_register_name (struct csky_reg_def *reg_table, 927 while (reg_table[i].name != NULL) 929 if (reg_table[i].bank == bank 930 && reg_table[i].regno == regno 931 && (reg_table[i].arch_flag & (1u << (arch & CSKY_ARCH_MASK)))) 933 if (is_abi && reg_table[i].abi_name) 934 return reg_table[i].abi_name; 936 return reg_table[i].name; 952 get_register_number (struct csky_reg_def *reg_table, 957 while (reg_table[i].name != NULL 993 struct csky_reg_def *reg_table; local 1007 struct csky_reg_def *reg_table; local 1022 struct csky_reg_def *reg_table; local 1036 struct csky_reg_def *reg_table; local [all...] |
| i386-dis.c | 846 #define REG_TABLE(I) DIS386 (USE_REG_TABLE, (I)) 2101 { REG_TABLE (REG_80) }, 2102 { REG_TABLE (REG_81) }, 2104 { REG_TABLE (REG_83) }, 2117 { REG_TABLE (REG_8F) }, 2173 { REG_TABLE (REG_C0) }, 2174 { REG_TABLE (REG_C1) }, 2179 { REG_TABLE (REG_C6) }, 2180 { REG_TABLE (REG_C7) }, 2191 { REG_TABLE (REG_D0) } 2694 static const struct dis386 reg_table[][8] = { variable in typeref:struct:dis386 [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| csky-opc.h | 922 get_register_name (struct csky_reg_def *reg_table, 927 while (reg_table[i].name != NULL) 929 if (reg_table[i].bank == bank 930 && reg_table[i].regno == regno 931 && (reg_table[i].arch_flag & (1u << (arch & CSKY_ARCH_MASK)))) 933 if (is_abi && reg_table[i].abi_name) 934 return reg_table[i].abi_name; 936 return reg_table[i].name; 952 get_register_number (struct csky_reg_def *reg_table, 957 while (reg_table[i].name != NULL 993 struct csky_reg_def *reg_table; local 1007 struct csky_reg_def *reg_table; local 1022 struct csky_reg_def *reg_table; local 1036 struct csky_reg_def *reg_table; local [all...] |
| i386-dis.c | 846 #define REG_TABLE(I) DIS386 (USE_REG_TABLE, (I)) 2040 { REG_TABLE (REG_80) }, 2041 { REG_TABLE (REG_81) }, 2043 { REG_TABLE (REG_83) }, 2056 { REG_TABLE (REG_8F) }, 2112 { REG_TABLE (REG_C0) }, 2113 { REG_TABLE (REG_C1) }, 2118 { REG_TABLE (REG_C6) }, 2119 { REG_TABLE (REG_C7) }, 2130 { REG_TABLE (REG_D0) } 2633 static const struct dis386 reg_table[][8] = { variable in typeref:struct:dis386 [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| csky-opc.h | 922 get_register_name (struct csky_reg_def *reg_table, 927 while (reg_table[i].name != NULL) 929 if (reg_table[i].bank == bank 930 && reg_table[i].regno == regno 931 && (reg_table[i].arch_flag & (1u << (arch & CSKY_ARCH_MASK)))) 933 if (is_abi && reg_table[i].abi_name) 934 return reg_table[i].abi_name; 936 return reg_table[i].name; 952 get_register_number (struct csky_reg_def *reg_table, 957 while (reg_table[i].name != NULL 993 struct csky_reg_def *reg_table; local 1007 struct csky_reg_def *reg_table; local 1022 struct csky_reg_def *reg_table; local 1036 struct csky_reg_def *reg_table; local [all...] |
| i386-dis.c | 841 #define REG_TABLE(I) DIS386 (USE_REG_TABLE, (I)) 2002 { REG_TABLE (REG_80) }, 2003 { REG_TABLE (REG_81) }, 2005 { REG_TABLE (REG_83) }, 2018 { REG_TABLE (REG_8F) }, 2074 { REG_TABLE (REG_C0) }, 2075 { REG_TABLE (REG_C1) }, 2080 { REG_TABLE (REG_C6) }, 2081 { REG_TABLE (REG_C7) }, 2092 { REG_TABLE (REG_D0) } 2595 static const struct dis386 reg_table[][8] = { variable in typeref:struct:dis386 [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-sparc.c | 1052 struct priv_reg_entry **reg_table; 1056 for (reg_table = reg_tables; reg_table[0]; reg_table++) 1059 for (reg = *reg_table; reg->name; reg++) 1045 struct priv_reg_entry **reg_table; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-sparc.c | 1051 struct priv_reg_entry **reg_table; 1055 for (reg_table = reg_tables; reg_table[0]; reg_table++) 1058 for (reg = *reg_table; reg->name; reg++) 1044 struct priv_reg_entry **reg_table; local
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_cmd_parser.c | 828 const struct drm_i915_reg_descriptor *reg_table, 836 u32 curr = i915_mmio_reg_offset(reg_table[i].addr);
|