Searched refs:OPTION_CPU (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-pdp11.c | 1236 #define OPTION_CPU 257 macro 1237 { "cpu", required_argument, NULL, OPTION_CPU }, 1266 case OPTION_CPU: in md_parse_option()
|
D | tc-mcore.c | 1633 OPTION_CPU, enumerator 1644 { "cpu", required_argument, NULL, OPTION_CPU}, 1657 case OPTION_CPU: in md_parse_option()
|
D | tc-frv.c | 217 #define OPTION_CPU (OPTION_MD_BASE + 11) macro 244 { "mcpu", required_argument, NULL, OPTION_CPU }, 338 case OPTION_CPU: in md_parse_option()
|
D | tc-tic4x.c | 73 #define OPTION_CPU 'm' macro 86 { "mcpu", required_argument, NULL, OPTION_CPU }, 87 { "mdsp", required_argument, NULL, OPTION_CPU }, 2712 case OPTION_CPU: /* cpu brand */ in md_parse_option()
|
D | tc-rx.c | 75 OPTION_CPU, enumerator 102 {"mcpu",required_argument,NULL,OPTION_CPU}, 161 case OPTION_CPU: in md_parse_option()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-0203 | 732 (md_parse_option): Handle OPTION_CPU==fr550.
|