Searched refs:mach_table (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-h8300.c | 2155 const struct mach_func mach_table[] = variable 2175 for (i = 0; i < sizeof(mach_table) / sizeof(struct mach_func); i++) in md_parse_option() 2177 if (strcasecmp (arg, mach_table[i].name) == 0) in md_parse_option() 2179 mach_table[i].func(); in md_parse_option() 2183 if (i >= sizeof(mach_table) / sizeof(struct mach_func)) in md_parse_option()
|
H A D | tc-m32r.c | 171 } mach_table[] = variable 184 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_table[on].bfd_mach); in allow_m32rx() 187 gas_cgen_cpu_desc->machs = mach_table[on].mach_flags; in allow_m32rx()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-h8300.c | 2158 const struct mach_func mach_table[] = variable 2178 for (i = 0; i < sizeof(mach_table) / sizeof(struct mach_func); i++) in md_parse_option() 2180 if (strcasecmp (arg, mach_table[i].name) == 0) in md_parse_option() 2182 mach_table[i].func(); in md_parse_option() 2186 if (i >= sizeof(mach_table) / sizeof(struct mach_func)) in md_parse_option()
|
H A D | tc-m32r.c | 171 } mach_table[] = variable 184 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_table[on].bfd_mach); in allow_m32rx() 187 gas_cgen_cpu_desc->machs = mach_table[on].mach_flags; in allow_m32rx()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | cgen.h | 1249 const CGEN_MACH *mach_table; member
|
H A D | ChangeLog-9103 | 1259 min_insn_bitsize,max_insn_bitsize,isa_table,mach_table,rebuild_tables.
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | cgen.h | 1249 const CGEN_MACH *mach_table; member
|
H A D | ChangeLog-9103 | 1259 min_insn_bitsize,max_insn_bitsize,isa_table,mach_table,rebuild_tables.
|
/netbsd-src/external/gpl3/gdb/dist/include/opcode/ |
H A D | ChangeLog-9103 | 1259 min_insn_bitsize,max_insn_bitsize,isa_table,mach_table,rebuild_tables.
|
/netbsd-src/external/gpl3/gdb.old/dist/include/opcode/ |
H A D | ChangeLog-9103 | 1259 min_insn_bitsize,max_insn_bitsize,isa_table,mach_table,rebuild_tables.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2016 | 3474 * config/tc-m32r.c (mach_table): Make static and const.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2016 | 3474 * config/tc-m32r.c (mach_table): Make static and const.
|