/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | gcc-auto-profile | 38 model*:\ 55|\ 39 model*:\ 77|\ 40 model*:\ 76|\ 41 model*:\ 92|\ 42 model*:\ 95|\ 43 model*:\ 87|\ 44 model*:\ 133|\ 45 model*:\ 122) E="cpu/event=0xC4,umask=0xFE/p$FLAGS" ;; 46 model*:\ 42|\ 47 model*:\ 45|\ [all …]
|
/netbsd-src/sys/dev/mii/ |
H A D | miidevs | 135 model AGERE ET1011 0x0001 ET1011 10/100/1000baseT PHY 136 model AGERE ET1011C 0x0004 ET1011C 10/100/1000baseT PHY 139 model xxASIX AX88X9X 0x0031 Ax88x9x internal PHY 140 model yyASIX AX88772 0x0001 AX88772 internal PHY 141 model yyASIX AX88772A 0x0006 AX88772A internal PHY 142 model yyASIX AX88772B 0x0008 AX88772B internal PHY 145 /* Don't know the model for ACXXX */ 146 model ALTIMA ACXXX 0x0001 ACXXX 10/100 media interface 147 model ALTIMA AC101L 0x0012 AC101L 10/100 media interface 148 model ALTIM [all...] |
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | gcc-auto-profile | 38 model*:\ 55|\ 39 model*:\ 77|\ 40 model*:\ 76) E="cpu/event=0xC4,umask=0xFE/p$FLAGS" ;; 41 model*:\ 42|\ 42 model*:\ 45|\ 43 model*:\ 58|\ 44 model*:\ 62|\ 45 model*:\ 60|\ 46 model*:\ 69|\ 47 model*:\ 70|\ [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | constraint-manager.cc | 1565 region_model model; in test_constraint_conditions() local 1566 ASSERT_CONDITION_TRUE (model, x, EQ_EXPR, x); in test_constraint_conditions() 1567 ASSERT_CONDITION_TRUE (model, x, LE_EXPR, x); in test_constraint_conditions() 1568 ASSERT_CONDITION_TRUE (model, x, GE_EXPR, x); in test_constraint_conditions() 1569 ASSERT_CONDITION_FALSE (model, x, NE_EXPR, x); in test_constraint_conditions() 1570 ASSERT_CONDITION_FALSE (model, x, LT_EXPR, x); in test_constraint_conditions() 1571 ASSERT_CONDITION_FALSE (model, x, GT_EXPR, x); in test_constraint_conditions() 1576 region_model model; in test_constraint_conditions() local 1577 ASSERT_CONDITION_UNKNOWN (model, x, EQ_EXPR, y); in test_constraint_conditions() 1579 ADD_SAT_CONSTRAINT (model, x, EQ_EXPR, y); in test_constraint_conditions() [all …]
|
H A D | region-model.cc | 149 impl_constraint_manager (region_model *model) in impl_constraint_manager() argument 151 m_model (model) in impl_constraint_manager() 155 region_model *model) in impl_constraint_manager() argument 157 m_model (model) in impl_constraint_manager() 160 constraint_manager *clone (region_model *model) const in clone() 162 return new impl_constraint_manager (*this, model); in clone() 211 svalue_id::validate (const region_model &model) const in validate() 213 gcc_assert (null_p () || m_idx < (int)model.get_num_svalues ()); in validate() 241 region_id::validate (const region_model &model) const in validate() 243 gcc_assert (null_p () || m_idx < (int)model.get_num_regions ()); in validate() [all …]
|
H A D | region-model.h | 101 void validate (const region_model &model) const; 137 void validate (const region_model &model) const; 378 region_id_set (const region_model *model); 490 void print (const region_model &model, 494 virtual void dump_dot_to_pp (const region_model &model, 511 region_model &model, 522 virtual void print_details (const region_model &model, 547 void dump_dot_to_pp (const region_model &model, 573 void print_details (const region_model &model, 630 region_model &model, [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/ |
H A D | modfuzz.py | 23 def valid(self, model): argument 25 if i not in model.decls: 28 if i in model.decls: 32 def apply(self, model, name): argument 34 model.decls[i] = True 35 model.source += self.text % {'name': name} 91 model = CodeModel() 95 for d in mutations(model): 96 d(model) 98 if not model.fails(): [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | constraint-manager.cc | 2721 const region_model *model) in dead_svalue_purger() argument 2722 : m_live_svalues (live_svalues), m_model (model) in dead_svalue_purger() 2742 const region_model *model) in on_liveness_change() argument 2744 dead_svalue_purger p (live_svalues, model); in on_liveness_change() 3166 region_model model (&mgr); in test_constraint_conditions() local 3167 ASSERT_CONDITION_TRUE (model, x, EQ_EXPR, x); in test_constraint_conditions() 3168 ASSERT_CONDITION_TRUE (model, x, LE_EXPR, x); in test_constraint_conditions() 3169 ASSERT_CONDITION_TRUE (model, x, GE_EXPR, x); in test_constraint_conditions() 3170 ASSERT_CONDITION_FALSE (model, x, NE_EXPR, x); in test_constraint_conditions() 3171 ASSERT_CONDITION_FALSE (model, x, LT_EXPR, x); in test_constraint_conditions() [all …]
|
H A D | region-model-impl-calls.cc | 70 call_details::call_details (const gcall *call, region_model *model, in call_details() argument 72 : m_call (call), m_model (model), m_ctxt (ctxt), in call_details() 78 m_lhs_region = model->get_lvalue (lhs, ctxt); in call_details() 619 bool update_model (region_model *model, in impl_call_realloc() argument 624 const call_details cd (get_call_details (model, ctxt)); in impl_call_realloc() 628 = model->m_mgr->get_or_create_int_cst (cd.get_lhs_type (), 0); in impl_call_realloc() 629 model->set_value (cd.get_lhs_region (), in impl_call_realloc() 654 bool update_model (region_model *model, in impl_call_realloc() argument 659 const call_details cd (get_call_details (model, ctxt)); in impl_call_realloc() 666 = model->m_mgr->get_or_create_int_cst (ptr_sval->get_type (), 0); in impl_call_realloc() [all …]
|
H A D | region-model.cc | 897 within_short_circuited_stmt_p (const region_model *model, in within_short_circuited_stmt_p() argument 930 const svalue *other_arg_sval = model->get_rvalue (other_arg, NULL); in within_short_circuited_stmt_p() 4262 const region_model *model; member 4274 data.model = this; in get_regions_for_current_frame() 4285 if (base_reg->get_parent_region () != cb_data->model->m_current_frame) in append_regions_cb() 4553 region_model &model, in assert_condition() argument 4557 tristate actual = model.eval_condition (lhs, op, rhs); in assert_condition() 4565 region_model &model, in assert_condition() argument 4569 tristate actual = model.eval_condition (lhs, op, rhs, NULL); in assert_condition() 4596 const region_model &model, in assert_dump_eq() argument [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | config.guess | 299 exact_cpu=`(sysctl hw.model) 2>/dev/null | sed -n 's/^.*\(680[012346]0\).*$/m\1/p'` 841 int family, model; 852 model = ((fms >> 4) & 0xf) + ((fms >> 12) & 0xf0); 867 if (model == 4 || model == 8) modelstr = "pentiummmx"; 871 if (model <= 1) modelstr = "pentiumpro"; 872 else if (model <= 6) modelstr = "pentium2"; 873 else if (model <= 8) modelstr = "pentium3"; 874 else if (model <= 9) modelstr = "pentiumm"; 875 else if (model <= 0x0c) modelstr = "pentium3"; 876 else if (model <= 0x0e) modelstr = "pentiumm"; [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | memmodel.h | 69 is_mm_relaxed (enum memmodel model) in is_mm_relaxed() argument 71 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_RELAXED; in is_mm_relaxed() 76 is_mm_consume (enum memmodel model) in is_mm_consume() argument 78 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_CONSUME; in is_mm_consume() 83 is_mm_acquire (enum memmodel model) in is_mm_acquire() argument 85 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_ACQUIRE; in is_mm_acquire() 90 is_mm_release (enum memmodel model) in is_mm_release() argument 92 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_RELEASE; in is_mm_release() 97 is_mm_acq_rel (enum memmodel model) in is_mm_acq_rel() argument 99 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_ACQ_REL; in is_mm_acq_rel() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | memmodel.h | 69 is_mm_relaxed (enum memmodel model) in is_mm_relaxed() argument 71 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_RELAXED; in is_mm_relaxed() 76 is_mm_consume (enum memmodel model) in is_mm_consume() argument 78 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_CONSUME; in is_mm_consume() 83 is_mm_acquire (enum memmodel model) in is_mm_acquire() argument 85 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_ACQUIRE; in is_mm_acquire() 90 is_mm_release (enum memmodel model) in is_mm_release() argument 92 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_RELEASE; in is_mm_release() 97 is_mm_acq_rel (enum memmodel model) in is_mm_acq_rel() argument 99 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_ACQ_REL; in is_mm_acq_rel() [all …]
|
/netbsd-src/sys/dev/spi/ |
H A D | mcp3k.c | 190 struct mcp3kadc_model *model; in mcp3kadc_attach() local 200 model = &mcp3k_models[sc->sc_model]; in mcp3kadc_attach() 204 (unsigned)model->name, (unsigned)model->channels, in mcp3kadc_attach() 205 (unsigned)model->bits); in mcp3kadc_attach() 214 sc->sc_vref_mv = 1 << ((model->flags & M3K_SIGNED) ? in mcp3kadc_attach() 215 model->bits - 1 : model->bits); in mcp3kadc_attach() 218 sc->sc_adc_max = (1 << model->bits) - 1; in mcp3kadc_attach() 224 for (ch = 0; ch < model->channels; ch++) { in mcp3kadc_attach() 228 if (model->channels == 1) in mcp3kadc_attach() 239 if (model->flags & M3K_SGLDIFF) { in mcp3kadc_attach() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | atomics.md | 130 enum memmodel model = memmodel_from_int (INTVAL (operands[3])); 131 if (is_mm_relaxed (model)) 133 else if (is_mm_acquire (model) || is_mm_consume (model)) 135 else if (is_mm_release (model)) 152 enum memmodel model = memmodel_from_int (INTVAL (operands[3])); 153 if (is_mm_relaxed (model)) 155 else if (is_mm_acquire (model) || is_mm_consume (model)) 157 else if (is_mm_release (model)) 174 enum memmodel model = memmodel_from_int (INTVAL (operands[3])); 175 if (is_mm_relaxed (model)) [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | atomics.md | 130 enum memmodel model = memmodel_from_int (INTVAL (operands[3])); 131 if (is_mm_relaxed (model)) 133 else if (is_mm_acquire (model) || is_mm_consume (model)) 135 else if (is_mm_release (model)) 152 enum memmodel model = memmodel_from_int (INTVAL (operands[3])); 153 if (is_mm_relaxed (model)) 155 else if (is_mm_acquire (model) || is_mm_consume (model)) 157 else if (is_mm_release (model)) 174 enum memmodel model = memmodel_from_int (INTVAL (operands[3])); 175 if (is_mm_relaxed (model)) [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | gen_autofdo_event.py | 51 vendor, fam, model = None, None, None 57 model = int(n[2]) 60 if vendor and fam and model: 61 return "%s-%d-%X" % (vendor, fam, model), model 64 def find_event(eventurl, model): argument 77 eventmap[event].append(model) 79 print j[u'EventName'], "event for model", model, "is", event 84 cpu, model = get_cpu_str() variable 97 vendor, fam, model = n[0].split("-") variable 98 model = int(model, 16) variable [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
H A D | TensorFlowCompile.cmake | 1 # Ensure the ${model} is available at ${final_path}. 3 function(tfgetmodel model final_path) 4 if (IS_ABSOLUTE ${model}) 5 set(${final_path} ${model} PARENT_SCOPE) 8 ${CMAKE_CURRENT_SOURCE_DIR}/${model} PARENT_SCOPE) 12 # Run the tensorflow compiler (saved_model_cli) on the saved model in the 13 # ${model} directory, looking for the ${tag_set} tag set, and the SignatureDef 18 function(tfcompile model tag_set signature_def_key fname cpp_class) 30 " files for model " ${model}) 32 tfgetmodel(${model} LLVM_ML_MODELS_ABSOLUTE) [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
H A D | cpuinfo.c | 54 get_amd_cpu (unsigned int family, unsigned int model) in get_amd_cpu() argument 61 switch (model) in get_amd_cpu() 87 if (model == 0x2) in get_amd_cpu() 90 else if (model <= 0xf) in get_amd_cpu() 93 else if (model <= 0x2f) in get_amd_cpu() 96 else if (model <= 0x4f) in get_amd_cpu() 99 else if (model <= 0x7f) in get_amd_cpu() 109 if (model <= 0x1f) in get_amd_cpu() 111 if (model >= 0x30) in get_amd_cpu() 117 if (model <= 0x0f) in get_amd_cpu() [all …]
|
/netbsd-src/sys/arch/hpcarm/dev/ |
H A D | wzero3_usb.c | 117 const struct wzero3usb_model *model; in wzero3usb_lookup() local 119 for (model = wzero3usb_table; model->platid != NULL; model++) { in wzero3usb_lookup() 120 if (platid_match(&platid, model->platid)) { in wzero3usb_lookup() 121 return model; in wzero3usb_lookup() 143 const struct wzero3usb_model *model; in wzero3usb_attach() local 150 model = wzero3usb_lookup(); in wzero3usb_attach() 151 if (model == NULL) { in wzero3usb_attach() 155 sc->sc_client_pin = model->client_pin; in wzero3usb_attach() 156 sc->sc_host_pin = model->host_pin; in wzero3usb_attach() 157 sc->sc_host_power_pin = model->host_power_pin; in wzero3usb_attach()
|
H A D | wzero3_mci.c | 123 const struct wzero3mci_model *model; in wzero3mci_lookup() local 125 for (model = wzero3mci_table; model->platid != NULL; model++) { in wzero3mci_lookup() 126 if (platid_match(&platid, model->platid)) { in wzero3mci_lookup() 127 return model; in wzero3mci_lookup() 149 const struct wzero3mci_model *model; in pxamci_attach() local 153 model = wzero3mci_lookup(); in pxamci_attach() 154 if (model == NULL) { in pxamci_attach() 159 sc->sc_detect_pin = model->detect_pin; in pxamci_attach() 160 sc->sc_power_pin = model->power_pin; in pxamci_attach()
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | linux-core.c | 345 char* model; in read_models() local 354 (void) &model; in read_models() 376 model = buf + sizeof(model_marker) - 1; in read_models() 377 model = uv__strndup(model, strlen(model) - 1); /* Strip newline. */ in read_models() 378 if (model == NULL) { in read_models() 382 ci[model_idx++].model = model; in read_models() 455 model = buf + sizeof(part_marker) - 1; in read_models() 458 model_id = strtol(model, NULL, 16); in read_models() 466 model = uv__strdup(arm_chips[part_idx].name); in read_models() 467 if (model == NULL) { in read_models() [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/fat/ |
H A D | fat.c | 59 #define MAKE_FMS(family, model) \ argument 61 + (((model) & 0xf) << 4) + (((model) & 0xf0) << 12)) 245 int family, model; in __gmpn_cpuvec_init() local 252 model = ((fms >> 4) & 0xf) + ((fms >> 12) & 0xf0); in __gmpn_cpuvec_init() 265 if (model == 4 || model == 8) in __gmpn_cpuvec_init() 275 switch (model) in __gmpn_cpuvec_init() 426 if (model <= 3) in __gmpn_cpuvec_init() 435 if (model >= 8) in __gmpn_cpuvec_init() 440 if (model >= 9) in __gmpn_cpuvec_init() 497 if (model >= 9) in __gmpn_cpuvec_init() [all …]
|
/netbsd-src/sys/arch/epoc32/stand/e32boot/exe/ |
H A D | e32boot.cpp | 74 char *model; member 132 struct btinfo_model *model; in E32BootL() local 153 model = (struct btinfo_model *)FindBootInfoL(bootinfo, BTINFO_MODEL); in E32BootL() 154 console->Printf(_L(">> Model %s\n"), model->model); in E32BootL() 184 if (_L(model->model).CompareF(_L("SERIES5 R1")) == 0) in E32BootL() 186 else if (_L(model->model).CompareF(_L("SERIES5mx")) == 0) in E32BootL() 329 struct btinfo_model *model; in CreateBootInfo() local 345 model = (struct btinfo_model *)common; in CreateBootInfo() 346 Mem::Copy(model->model, &MachInfo().iMachineName[0], in CreateBootInfo() 347 sizeof(model->model)); in CreateBootInfo() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | schedcover.py | 16 def add(instr, model, resource=None): argument 20 entry[model] = resource 21 models.add(model) 46 for model in ordered_models: 47 sys.stdout.write(", {}".format(model)) 52 for model in ordered_models: 53 if model in mapping and mapping[model] is not None: 54 sys.stdout.write(", {}".format(mapping[model]))
|