| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-mips.c | 241 nobopt'. */ 242 int nobopt; member in struct:mips_set_options 298 /* nomove */ 0, /* nobopt */ 0, /* noautoextend */ 0, /* insn32 */ false, 310 /* nomove */ 0, /* nobopt */ 0, /* noautoextend */ 0, /* insn32 */ false, 17111 mips_opts.nobopt = 0; 17112 else if (strcmp (name, "nobopt") == 0) 17113 mips_opts.nobopt = 1;
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-mips.c | 241 nobopt'. */ 242 int nobopt; member in struct:mips_set_options 298 /* nomove */ 0, /* nobopt */ 0, /* noautoextend */ 0, /* insn32 */ false, 310 /* nomove */ 0, /* nobopt */ 0, /* noautoextend */ 0, /* insn32 */ false, 16798 mips_opts.nobopt = 0; 16799 else if (strcmp (name, "nobopt") == 0) 16800 mips_opts.nobopt = 1;
|