| /src/external/gpl3/gdb/dist/sim/ppc/ |
| device_table.c | 53 int reg_entry; local 54 for (reg_entry = 0; 55 device_find_reg_array_property(me, *reg_property_name, reg_entry, 57 reg_entry++) {
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| device_table.c | 53 int reg_entry; local 54 for (reg_entry = 0; 55 device_find_reg_array_property(me, *reg_property_name, reg_entry, 57 reg_entry++) {
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| hw-base.c | 536 int reg_entry; local 537 for (reg_entry = 0; 538 hw_find_reg_array_property (hw, *reg_property_name, reg_entry, 540 reg_entry++)
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| hw-base.c | 536 int reg_entry; local 537 for (reg_entry = 0; 538 hw_find_reg_array_property (hw, *reg_property_name, reg_entry, 540 reg_entry++)
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| visium.h | 101 struct reg_entry struct 107 static const struct reg_entry gen_reg_table[] ATTRIBUTE_UNUSED = 145 static const struct reg_entry fp_reg_table[] ATTRIBUTE_UNUSED =
|
| cr16.h | 362 reg_entry; typedef in typeref:struct:__anon10634 374 extern const reg_entry cr16_regtab[]; 379 extern const reg_entry cr16_regptab[]; 384 extern const reg_entry cr16_pregtab[]; 389 extern const reg_entry cr16_pregptab[];
|
| crx.h | 359 reg_entry; typedef in typeref:struct:__anon10647 372 extern const reg_entry crx_regtab[]; 377 extern const reg_entry crx_copregtab[];
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| visium.h | 101 struct reg_entry struct 107 static const struct reg_entry gen_reg_table[] ATTRIBUTE_UNUSED = 145 static const struct reg_entry fp_reg_table[] ATTRIBUTE_UNUSED =
|
| cr16.h | 362 reg_entry; typedef in typeref:struct:__anon12098 374 extern const reg_entry cr16_regtab[]; 379 extern const reg_entry cr16_regptab[]; 384 extern const reg_entry cr16_pregtab[]; 389 extern const reg_entry cr16_pregptab[];
|
| crx.h | 359 reg_entry; typedef in typeref:struct:__anon12111 372 extern const reg_entry crx_regtab[]; 377 extern const reg_entry crx_copregtab[];
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| visium.h | 101 struct reg_entry struct 107 static const struct reg_entry gen_reg_table[] ATTRIBUTE_UNUSED = 145 static const struct reg_entry fp_reg_table[] ATTRIBUTE_UNUSED =
|
| cr16.h | 362 reg_entry; typedef in typeref:struct:__anon21486 374 extern const reg_entry cr16_regtab[]; 379 extern const reg_entry cr16_regptab[]; 384 extern const reg_entry cr16_pregtab[]; 389 extern const reg_entry cr16_pregptab[];
|
| crx.h | 359 reg_entry; typedef in typeref:struct:__anon21499 372 extern const reg_entry crx_regtab[]; 377 extern const reg_entry crx_copregtab[];
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| visium.h | 101 struct reg_entry struct 107 static const struct reg_entry gen_reg_table[] ATTRIBUTE_UNUSED = 145 static const struct reg_entry fp_reg_table[] ATTRIBUTE_UNUSED =
|
| cr16.h | 362 reg_entry; typedef in typeref:struct:__anon1074 374 extern const reg_entry cr16_regtab[]; 379 extern const reg_entry cr16_regptab[]; 384 extern const reg_entry cr16_pregtab[]; 389 extern const reg_entry cr16_pregptab[];
|
| crx.h | 359 reg_entry; typedef in typeref:struct:__anon1087 372 extern const reg_entry crx_regtab[]; 377 extern const reg_entry crx_copregtab[];
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-z80.c | 432 struct reg_entry struct 464 static const struct reg_entry regtable[] = 1065 static const struct reg_entry cc_tab[] = 1089 struct reg_entry * cc_p;
|
| tc-aarch64.c | 393 } reg_entry; 520 set_expected_reg_error (aarch64_reg_type type, const reg_entry *reg, 538 set_expected_reglist_error (aarch64_reg_type type, const reg_entry *reg) 893 return the reg_entry structure; otherwise return NULL. 896 static reg_entry * 901 reg_entry *reg; 932 inherent_reg_qualifier (const reg_entry *reg) 961 aarch64_check_reg_type (const reg_entry *reg, aarch64_reg_type type) 973 static const reg_entry * 978 const reg_entry *reg = parse_reg (&str) 392 } reg_entry; typedef in typeref:struct:__anon9975 [all...] |
| tc-arm.c | 690 struct reg_entry struct 1346 name, advance CCP over it and return the reg_entry structure; 1349 static struct reg_entry * 1354 struct reg_entry *reg; 1386 arm_reg_alt_syntax (char **ccp, char *start, struct reg_entry *reg, 1431 struct reg_entry *reg = arm_reg_parse_multi (ccp); 1654 struct reg_entry *reg = arm_reg_parse_multi (&str); 2518 static struct reg_entry * 2521 struct reg_entry *new_reg; 2538 new_reg = XNEW (struct reg_entry); [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-z80.c | 432 struct reg_entry struct 464 static const struct reg_entry regtable[] = 1065 static const struct reg_entry cc_tab[] = 1089 struct reg_entry * cc_p;
|
| tc-aarch64.c | 393 } reg_entry; 520 set_expected_reg_error (aarch64_reg_type type, const reg_entry *reg, 538 set_expected_reglist_error (aarch64_reg_type type, const reg_entry *reg) 888 return the reg_entry structure; otherwise return NULL. 891 static reg_entry * 896 reg_entry *reg; 927 inherent_reg_qualifier (const reg_entry *reg) 956 aarch64_check_reg_type (const reg_entry *reg, aarch64_reg_type type) 968 static const reg_entry * 973 const reg_entry *reg = parse_reg (&str) 392 } reg_entry; typedef in typeref:struct:__anon11447 [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| i386-opc.h | 1128 reg_entry; typedef in struct:i386_operand_type::__anon10914
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| i386-opc.h | 1115 reg_entry; typedef in struct:i386_operand_type::__anon12361
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| i386-opc.h | 1080 reg_entry; typedef in struct:i386_operand_type::__anon566
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| i386-opc.h | 1115 reg_entry; typedef in struct:i386_operand_type::__anon1284
|