Searched refs:mcode (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/dev/fe/ |
| H A D | if_fe_isa.c | 220 u_short mcode; in fe_probe_fmv() member 238 u_short mcode; in fe_probe_fmv() local 268 mcode = (fe_inb(sc, FE_FMV0) & FE_FMV0_MEDIA) in fe_probe_fmv() 272 for (type = typelist; type->mcode != 0; type++) { in fe_probe_fmv() 273 if (type->mcode == mcode) in fe_probe_fmv() 276 if (type->mcode == 0) { in fe_probe_fmv()
|
| /freebsd-12.1/sys/dev/sound/pci/ |
| H A D | ds1.c | 141 u_int32_t *mcode; member 801 ci = ds_devs[sc->type].mcode; in ds_init()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree.c | 6813 enum built_in_function mcode, dcode; in build_common_builtin_nodes() local 6827 mcode = BUILT_IN_COMPLEX_MUL_MIN + mode - MIN_MODE_COMPLEX_FLOAT; in build_common_builtin_nodes() 6834 built_in_names[mcode] = concat ("__mul", mode_name_buf, "3", NULL); in build_common_builtin_nodes() 6835 local_define_builtin (built_in_names[mcode], ftype, mcode, in build_common_builtin_nodes() 6836 built_in_names[mcode], ECF_CONST | ECF_NOTHROW); in build_common_builtin_nodes()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | CC1Options.td | 265 def mcode_model : Separate<["-"], "mcode-model">,
|
| H A D | Options.td | 2166 def mcode_object_v3 : Flag<["-"], "mcode-object-v3">, Group<m_amdgpu_Features_Group>,
|