Home
last modified time | relevance | path

Searched refs:cmodel (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-opts.h52 #define TARGET_CMODEL_NORMAL (la_target.cmodel == CMODEL_NORMAL)
53 #define TARGET_CMODEL_TINY (la_target.cmodel == CMODEL_TINY)
54 #define TARGET_CMODEL_TINY_STATIC (la_target.cmodel == CMODEL_TINY_STATIC)
55 #define TARGET_CMODEL_LARGE (la_target.cmodel == CMODEL_LARGE)
56 #define TARGET_CMODEL_EXTREME (la_target.cmodel == CMODEL_EXTREME)
H A Dloongarch.opt166 Name(cmodel) Type(int)
170 Enum(cmodel) String(normal) Value(CMODEL_NORMAL)
173 Enum(cmodel) String(tiny) Value(CMODEL_TINY)
176 Enum(cmodel) String(tiny-static) Value(CMODEL_TINY_STATIC)
179 Enum(cmodel) String(large) Value(CMODEL_LARGE)
182 Enum(cmodel) String(extreme) Value(CMODEL_EXTREME)
185 Target RejectNegative Joined Enum(cmodel) Var(la_opt_cmodel) Init(CMODEL_NORMAL) Save
H A Dloongarch-opts.cc145 int arch, tune, fpu, abi_base, abi_ext, cmodel; in loongarch_config_target() member
378 t.cmodel = constrained.cmodel ? opt_cmodel : CMODEL_NORMAL; in loongarch_config_target()
595 opts->x_la_opt_cmodel = target->cmodel; in loongarch_update_gcc_opt_status()
H A Dloongarch-def.h128 unsigned char cmodel; /* CMODEL_ */ member
H A Dloongarch-driver.cc179 APPEND_VAL (loongarch_cmodel_strings[la_target.cmodel]); in driver_get_normalized_m_opts()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Dmultilib-generator144 if args.cmodel:
145 cmodels = [None] + args.cmodel.split(",")
152 for cmodel in cmodels:
163 if cmodel == "compact" and arch.startswith("rv32"):
184 if cmodel:
185 required.append('march=%s/mabi=%s/mcmodel=%s' % (arch, abi, cmodel))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.opt52 Target RejectNegative Joined Enum(cmodel) Var(tilegx_cmodel) Init(CM_SMALL)
56 Name(cmodel) Type(enum cmodel)
60 Enum(cmodel) String(small) Value(CM_SMALL)
63 Enum(cmodel) String(large) Value(CM_LARGE)
H A Dtilegx-opts.h24 enum cmodel { enum
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.opt52 Target RejectNegative Joined Enum(cmodel) Var(tilegx_cmodel) Init(CM_SMALL)
56 Name(cmodel) Type(enum cmodel)
60 Enum(cmodel) String(small) Value(CM_SMALL)
63 Enum(cmodel) String(large) Value(CM_LARGE)
H A Dtilegx-opts.h24 enum cmodel { enum
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/genopts/
H A Dloongarch.opt.in159 Name(cmodel) Type(int)
163 Enum(cmodel) String(@@STR_CMODEL_NORMAL@@) Value(CMODEL_NORMAL)
166 Enum(cmodel) String(@@STR_CMODEL_TINY@@) Value(CMODEL_TINY)
169 Enum(cmodel) String(@@STR_CMODEL_TS@@) Value(CMODEL_TINY_STATIC)
172 Enum(cmodel) String(@@STR_CMODEL_LARGE@@) Value(CMODEL_LARGE)
175 Enum(cmodel) String(@@STR_CMODEL_EXTREME@@) Value(CMODEL_EXTREME)
178 Target RejectNegative Joined Enum(cmodel) Var(la_opt_cmodel) Init(CMODEL_NORMAL) Save
H A Dloongarch-strings53 OPTSTR_CMODEL cmodel
/netbsd-src/sys/dev/ofisa/
H A Dmcclock_ofisa.c84 const char *cmodel = model; in lookup_platform_data() local
86 dce = device_compatible_lookup(&cmodel, 1, platform_data); in lookup_platform_data()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.opt54 Name(cmodel) Type(enum aarch64_code_model)
58 Enum(cmodel) String(tiny) Value(AARCH64_CMODEL_TINY)
61 Enum(cmodel) String(small) Value(AARCH64_CMODEL_SMALL)
64 Enum(cmodel) String(large) Value(AARCH64_CMODEL_LARGE)
91 Target RejectNegative Joined Enum(cmodel) Var(aarch64_cmodel_var) Init(AARCH64_CMODEL_SMALL) Save
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.opt54 Name(cmodel) Type(enum aarch64_code_model)
58 Enum(cmodel) String(tiny) Value(AARCH64_CMODEL_TINY)
61 Enum(cmodel) String(small) Value(AARCH64_CMODEL_SMALL)
64 Enum(cmodel) String(large) Value(AARCH64_CMODEL_LARGE)
91 Target RejectNegative Joined Enum(cmodel) Var(aarch64_cmodel_var) Init(AARCH64_CMODEL_SMALL) Save
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-elf.opt7 Known cmodel types (for use with the -mcmodel= option):
H A Dnds32-linux.opt7 Known cmodel types (for use with the -mcmodel= option):
H A Dnds32.opt109 Known cmodel types (for use with the -mict-model= option):
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-elf.opt7 Known cmodel types (for use with the -mcmodel= option):
H A Dnds32-linux.opt7 Known cmodel types (for use with the -mcmodel= option):
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-opts.h64 enum cmodel { enum
H A Di386.opt109 enum cmodel x_ix86_cmodel
288 Target RejectNegative Joined Enum(cmodel) Var(ix86_cmodel) Init(CM_32)
292 Name(cmodel) Type(enum cmodel)
296 Enum(cmodel) String(small) Value(CM_SMALL)
299 Enum(cmodel) String(medium) Value(CM_MEDIUM)
302 Enum(cmodel) String(large) Value(CM_LARGE)
305 Enum(cmodel) String(32) Value(CM_32)
308 Enum(cmodel) String(kernel) Value(CM_KERNEL)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-opts.h60 enum cmodel { enum
H A Di386.opt109 enum cmodel ix86_cmodel = CM_32
288 Target RejectNegative Joined Enum(cmodel) Var(ix86_cmodel) Init(CM_32)
292 Name(cmodel) Type(enum cmodel)
296 Enum(cmodel) String(small) Value(CM_SMALL)
299 Enum(cmodel) String(medium) Value(CM_MEDIUM)
302 Enum(cmodel) String(large) Value(CM_LARGE)
305 Enum(cmodel) String(32) Value(CM_32)
308 Enum(cmodel) String(kernel) Value(CM_KERNEL)
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/
H A Dwin_example.reg17 "model_name"="cmodel"

12