Home
last modified time | relevance | path

Searched refs:mdsp (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/usr.sbin/nfsd/
Dnfsd.c1168 char *mdspath, *mdsp, ip6[INET6_ADDRSTRLEN]; in parse_dsserver() local
1225 mdsp = strchr(dsvol, '#'); in parse_dsserver()
1226 if (mdsp != NULL) { in parse_dsserver()
1227 if (*(mdsp + 1) == '\0' || mdsp <= dsvol) in parse_dsserver()
1229 *mdsp++ = '\0'; in parse_dsserver()
1244 if (mdsp != NULL) in parse_dsserver()
1245 pathsiz = strlen(mdsp); in parse_dsserver()
1254 if (mdsp != NULL) in parse_dsserver()
1255 strcpy(&mdspath[mdspathcnt], mdsp); in parse_dsserver()
/freebsd-12-stable/contrib/gcc/config/mips/
Dmips.opt58 mdsp
/freebsd-12-stable/contrib/binutils/gas/doc/
Dc-mips.texi150 @item -mdsp
159 This option implies -mdsp.
Das.texinfo376 [@b{-mdsp}] [@b{-mno-dsp}]
1040 @item -mdsp
1049 This option implies -mdsp.
/freebsd-12-stable/sys/contrib/octeon-sdk/
Dcvmx-pci-defs.h1726 uint32_t mdsp : 32; /**< Master Deferred/Split sequence Pending member
1731 uint32_t mdsp : 32;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DOptions.td3503 def mdsp : Flag<["-"], "mdsp">, Group<m_mips_Features_Group>;
/freebsd-12-stable/contrib/gcc/doc/
Dinvoke.texi599 -msingle-float -mdouble-float -mdsp -mpaired-single -mips3d @gol
10666 @itemx -mdsp
10668 @opindex mdsp
Dextend.texi7458 enabled by the @option{-mdsp} command-line option.
/freebsd-12-stable/contrib/gcc/
DChangeLog-200510662 (override_options): Make sure -mdsp and -mips16 are not used together.
10687 (ASM_SPEC): Map -mdsp to -mdsp in GAS.
10726 * config/mips/mips.opt (-mdsp): New option.
10730 * doc/invoke.texi (-mdsp): Document new option.
/freebsd-12-stable/contrib/binutils/gas/po/
Dgas.pot8053 "-mdsp\t\t\tgenerate DSP instructions\n"
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnosticSemaKinds.td9765 "this builtin requires 'dsp' ASE, please use -mdsp">;