HomeSort by: relevance | last modified time | path
    Searched defs:mips_options (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/mips/
interp.c 253 static const OPTION mips_options[] = variable
371 sim_add_option_table (sd, NULL, mips_options);
613 mips_options array from the state options list. This is safe
618 if (ol->options == mips_options)
  /src/external/gpl3/gdb.old/dist/sim/mips/
interp.c 253 static const OPTION mips_options[] = variable
371 sim_add_option_table (sd, NULL, mips_options);
613 mips_options array from the state options list. This is safe
618 if (ol->options == mips_options)
  /src/sys/arch/mips/mips/
mips_machdep.c 264 struct mips_options mips_options = { variable in typeref:struct:mips_options
954 mips_options.mips_cpu_flags |= CPU_MIPS_HAVE_USERLOCAL;
957 mips_options.mips_cpu_flags |= CPU_MIPS_HAVE_DSP;
1100 mips_options.mips_cpu_flags |= CPU_MIPS_HAVE_USERLOCAL;
1103 mips_options.mips_cpu_flags |= CPU_MIPS_HAVE_DSP;
1163 struct mips_options * const opts = &mips_options;
1455 struct mips_options * const opts = &mips_options;
    [all...]
  /src/sys/arch/mips/include/
locore.h 108 struct mips_options { struct
209 # define MIPS_HAS_LLSC (mips_options.mips_has_llsc)
211 # define MIPS_HAS_LLADDR ((mips_options.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
213 # define MIPS_HAS_LMMI ((mips_options.mips_cpu_flags & CPU_MIPS_LOONGSON2) != 0)
233 # define MIPS_HAS_LLADDR ((mips_options.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
251 # define MIPS_HAS_LLADDR ((mips_options.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
253 # define MIPS_HAS_DSP (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_DSP)
254 # define MIPS_HAS_USERLOCAL (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_USERLOCAL)
269 # define MIPS_HAS_LLADDR ((mips_options.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
287 # define MIPS_HAS_LLADDR ((mips_options.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
mips-dis.c 2776 } mips_options[] =
2838 size_t num_options = ARRAY_SIZE (mips_options);
2877 opts->name[i] = mips_options[i].name;
2878 opts->description[i] = _(mips_options[i].description);
2879 if (mips_options[i].arg != MIPS_OPTION_ARG_NONE)
2880 opts->arg[i] = &args[mips_options[i].arg];
2770 } mips_options[] = variable in typeref:struct:__anon10926
  /src/external/gpl3/binutils.old/dist/opcodes/
mips-dis.c 2776 } mips_options[] =
2838 size_t num_options = ARRAY_SIZE (mips_options);
2877 opts->name[i] = mips_options[i].name;
2878 opts->description[i] = _(mips_options[i].description);
2879 if (mips_options[i].arg != MIPS_OPTION_ARG_NONE)
2880 opts->arg[i] = &args[mips_options[i].arg];
2770 } mips_options[] = variable in typeref:struct:__anon12373
  /src/external/gpl3/gdb.old/dist/opcodes/
mips-dis.c 2749 } mips_options[] =
2811 size_t num_options = ARRAY_SIZE (mips_options);
2850 opts->name[i] = mips_options[i].name;
2851 opts->description[i] = _(mips_options[i].description);
2852 if (mips_options[i].arg != MIPS_OPTION_ARG_NONE)
2853 opts->arg[i] = &args[mips_options[i].arg];
2743 } mips_options[] = variable in typeref:struct:__anon570
  /src/external/gpl3/gdb/dist/opcodes/
mips-dis.c 2776 } mips_options[] =
2838 size_t num_options = ARRAY_SIZE (mips_options);
2877 opts->name[i] = mips_options[i].name;
2878 opts->description[i] = _(mips_options[i].description);
2879 if (mips_options[i].arg != MIPS_OPTION_ARG_NONE)
2880 opts->arg[i] = &args[mips_options[i].arg];
2770 } mips_options[] = variable in typeref:struct:__anon1296

Completed in 48 milliseconds