| /src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| riscv-protos.h | 103 const char *tune; member in struct:riscv_cpu_info
|
| /src/sys/dev/i2c/ |
| tea5767.c | 64 struct tea5767_tune tune; member in struct:tea5767_softc 119 sc->tune.mute = 0; 120 sc->tune.freq = MIN_FM_FREQ; 121 sc->tune.stereo = 1; 122 sc->tune.is_pll_set = false; 123 sc->tune.is_xtal_set = false; 124 sc->tune.is_force_srch = false; 129 sc->tune.is_pll_set = true; 131 sc->tune.is_xtal_set = true; 133 sc->tune.fm_band = 1 [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/arc/ |
| arc-arch.h | 68 /* Tune variants. Needs to match the attr_tune enum. */ 114 /* Tune value. */ 115 enum arc_tune_attr tune; member in struct:__anon12672 132 #define ARC_CPU(NAME, ARCH, FLAGS, EXTRA, TUNE) \ 133 {#NAME, &arc_arch_types [BASE_ARCH_##ARCH], PROCESSOR_##NAME, FLAGS, HAS_##EXTRA, ARC_TUNE_##TUNE },
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
| arc-arch.h | 68 /* Tune variants. Needs to match the attr_tune enum. */ 113 /* Tune value. */ 114 enum arc_tune_attr tune; member in struct:__anon15289 131 #define ARC_CPU(NAME, ARCH, FLAGS, EXTRA, TUNE) \ 132 {#NAME, &arc_arch_types [BASE_ARCH_##ARCH], PROCESSOR_##NAME, FLAGS, HAS_##EXTRA, ARC_TUNE_##TUNE },
|
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-target-attr.cc | 83 {"tune", &riscv_target_attr_parser::handle_tune}}; 192 /* Handle the TUNE_STR argument to the tune= target attribute. */ 198 error_at (m_loc, "%<target()%> attribute: tune appears more than once"); 200 const struct riscv_tune_info *tune = riscv_parse_tune (str, true); local 202 if (tune == nullptr) 204 error_at (m_loc, "%<target()%> attribute: unknown TUNE %qs", str); 208 m_tune = tune->name; 237 opts->x_riscv_tune_string = m_cpu_info->tune;
|
| riscv-protos.h | 202 const char *tune; member in struct:riscv_cpu_info
|
| /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/ |
| loongarch-opts.cc | 145 int arch, tune, fpu, abi_base, abi_ext, cmodel; member in struct:__anon15779 219 t.cpu_tune = constrained.tune ? opt_tune
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| driver-aarch64.cc | 249 with either "arch", "cpu" or "tune" as argument depending on if 278 bool tune = false; local 302 tune = strcmp (argv[0], "tune") == 0; 304 if (!arch && !tune) 307 if (!arch && !tune && !cpu) 360 else if (!tune && !processed_exts 456 if (!tune && !processed_exts) 586 cpu ? "cpu" : "tune", "=", 600 cpu ? "cpu" : "tune", "=" [all...] |
| aarch64.cc | 430 { "tune", aarch64_parse_tune_string }, 443 const tune_params *tune; member in struct:processor 18013 struct tune_params *tune) 18015 tune->fusible_ops = aarch64_parse_boolean_options (fuse_string, 18017 tune->fusible_ops, 18025 struct tune_params *tune) 18027 tune->extra_tuning_flags 18030 tune->extra_tuning_flags, 18031 "tune="); 18037 in TUNE. * [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| loongarch-opts.cc | 185 int arch, tune, fpu, simd, abi_base, abi_ext, cmodel, member in struct:__anon13344 260 /* If cpu_tune is not set using neither -mtune nor --with-tune, 262 t.cpu_tune = constrained.tune ? target->cpu_tune 270 /* Handle -march/tune=native */
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| driver-aarch64.cc | 234 with either "arch", "cpu" or "tune" as argument depending on if 263 bool tune = false; local 286 tune = strcmp (argv[0], "tune") == 0; 288 if (!arch && !tune) 291 if (!arch && !tune && !cpu) 344 else if (!tune && !processed_exts 437 if (!tune && !processed_exts) 571 cpu ? "cpu" : "tune", "=", 585 cpu ? "cpu" : "tune", "=" [all...] |
| aarch64.cc | 2705 { "tune", aarch64_parse_tune_string }, 2719 const struct tune_params *const tune; member in struct:processor 10498 && selected_cpu->tune->max_case_values != 0) 10499 return selected_cpu->tune->max_case_values; 17496 struct tune_params *tune) 17498 tune->fusible_ops = aarch64_parse_boolean_options (fuse_string, 17500 tune->fusible_ops, 17508 struct tune_params *tune) 17510 tune->extra_tuning_flags 17513 tune->extra_tuning_flags [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-protos.h | 502 /* Nonzero if we want to tune for stores that access the write-buffer. 548 const struct tune_params *tune; member in struct:arm_build_target 600 /* Default tune target (in the absence of any more specific data). */
|
| arm.cc | 973 /* Nonzero if we want to tune for stores that access the write-buffer. 1085 const struct tune_params *tune; 3589 target->tune = tune_data->tune; 3639 current_tune = arm_active_target.tune; 25451 /* max_insns_skipped in the tune was already taken into account in the 28684 asm_fprintf (asm_out_file, "\t" ASM_COMMENT_START ".tune parameters\n"); 33750 fprintf (file, "%*sselected tune %s\n", indent, "", 1081 const struct tune_params *tune; member in struct:cpu_tune
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm-protos.h | 470 /* Nonzero if we want to tune for stores that access the write-buffer. 516 const struct tune_params *tune; member in struct:arm_build_target 568 /* Default tune target (in the absence of any more specific data). */
|
| arm.cc | 957 /* Nonzero if we want to tune for stores that access the write-buffer. 1069 const struct tune_params *tune; 3488 target->tune = tune_data->tune; 3538 current_tune = arm_active_target.tune; 25153 /* max_insns_skipped in the tune was already taken into account in the 28369 asm_fprintf (asm_out_file, "\t" ASM_COMMENT_START ".tune parameters\n"); 33266 fprintf (file, "%*sselected tune %s\n", indent, "", 1065 const struct tune_params *tune; member in struct:cpu_tune
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-i386.h | 317 enum processor_type tune; member in struct:i386_tc_frag_data 337 the isa/tune settings at the time the .align was assembled. */
|
| tc-ia64.c | 243 } tune; member in struct:__anon10031 7021 else if (startswith (arg, "tune=")) 7025 md.tune = itanium1; 7027 md.tune = itanium2; 7143 tune for a specific CPU (default -mtune=itanium2)\n\ 7200 switch (md.tune) 7322 if (md.tune != itanium1) 7504 md.tune = itanium2;
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-i386.h | 324 enum processor_type tune; member in struct:i386_tc_frag_data 343 the isa/tune settings at the time the .align was assembled. */ 352 (FRAGP)->tc_frag_data.tune = cpu_arch_tune; \
|
| tc-ia64.c | 243 } tune; member in struct:__anon11503 7021 else if (startswith (arg, "tune=")) 7025 md.tune = itanium1; 7027 md.tune = itanium2; 7143 tune for a specific CPU (default -mtune=itanium2)\n\ 7200 switch (md.tune) 7322 if (md.tune != itanium1) 7504 md.tune = itanium2;
|
| /src/external/gpl3/gcc/dist/gcc/common/config/riscv/ |
| riscv-common.cc | 409 #define RISCV_CORE(CORE_NAME, ARCH, TUNE) \ 410 {CORE_NAME, ARCH, TUNE}, 1784 /* Expand default -mtune option from -mcpu option, use default --with-tune value 1794 return cpu->tune; 2208 const char **tune = &riscv_tunes[0]; local 2209 for (;*tune; ++tune) 2210 v.safe_push (*tune);
|
| /src/external/gpl3/gcc/dist/gcc/config/mips/ |
| mips.cc | 322 enum processor tune; member in struct:__anon13361 478 /* The processor that we should tune the code for. */ 18921 && mips_tuning_info.tune == mips_tune 18926 mips_tuning_info.tune = mips_tune;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| mips.cc | 322 enum processor tune; member in struct:__anon15795 479 /* The processor that we should tune the code for. */ 18716 && mips_tuning_info.tune == mips_tune 18721 mips_tuning_info.tune = mips_tune;
|