Home
last modified time | relevance | path

Searched refs:mcode (Results 1 – 25 of 60) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dsde.opt21 ; -mcode-xonly is a traditional alias for -mcode-readable=pcrel and
22 ; -mno-data-in-code is a traditional alias for -mcode-readable=no.
25 Target RejectNegative Alias(mcode-readable=, no)
27 mcode-xonly
28 Target RejectNegative Alias(mcode-readable=, pcrel)
H A Dt-sde19 MULTILIB_OPTIONS = EL/EB mips32/mips32r2/mips64/mips64r2 mips16/mmicromips msoft-float/mfp64 mcode-…
H A Dmips.opt85 mcode-readable=
87 -mcode-readable=SETTING Specify when instructions are allowed to access code.
91 Valid arguments to -mcode-readable=:
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dsde.opt21 ; -mcode-xonly is a traditional alias for -mcode-readable=pcrel and
22 ; -mno-data-in-code is a traditional alias for -mcode-readable=no.
25 Target RejectNegative Alias(mcode-readable=, no)
27 mcode-xonly
28 Target RejectNegative Alias(mcode-readable=, pcrel)
H A Dt-sde19 MULTILIB_OPTIONS = EL/EB mips32/mips32r2/mips64/mips64r2 mips16/mmicromips msoft-float/mfp64 mcode-…
H A Dmips.opt85 mcode-readable=
87 -mcode-readable=SETTING Specify when instructions are allowed to access code.
91 Valid arguments to -mcode-readable=:
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dmt-sde3 # linked against partly-MIPS16 code. The -mcode-readable=pcrel option allows
9 CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
10 CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dmt-sde3 # linked against partly-MIPS16 code. The -mcode-readable=pcrel option allows
9 CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
10 CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dmt-sde3 # linked against partly-MIPS16 code. The -mcode-readable=pcrel option allows
9 CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
10 CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
/netbsd-src/external/gpl3/gdb/dist/config/
H A Dmt-sde3 # linked against partly-MIPS16 code. The -mcode-readable=pcrel option allows
9 CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
10 CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dmt-sde3 # linked against partly-MIPS16 code. The -mcode-readable=pcrel option allows
9 CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
10 CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dmt-sde3 # linked against partly-MIPS16 code. The -mcode-readable=pcrel option allows
9 CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
10 CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
/netbsd-src/sys/arch/hp300/dev/
H A Ddcm.c684 int pcnd[4], mcode, mcnd[4]; in dcmintr() local
705 mcode = dcm->dcm_modemintr; in dcmintr()
715 mcode, mcnd[0], mcnd[1], mcnd[2], mcnd[3]); in dcmintr()
729 if (mcode == 0 || mcode & 0x1) /* mcode==0 -> 98642 board */ in dcmintr()
731 if (mcode & 0x2) in dcmintr()
733 if (mcode & 0x4) in dcmintr()
735 if (mcode & 0x8) in dcmintr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.opt73 mcode-region=
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.opt94 mcode-region=
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.opt134 mcode-density
533 mcode-density-frame
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.opt134 mcode-density
539 mcode-density-frame
/netbsd-src/sys/dev/pci/
H A Dyds.c349 const uint32_t *mcode; in yds_download_mcode() member
390 p = ctrls[dstype].mcode; in yds_download_mcode()
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-arc.texi136 @cindex @code{-mcode-density} command-line option, ARC
137 @item -mcode-density
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-arc.texi136 @cindex @code{-mcode-density} command-line option, ARC
137 @item -mcode-density
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc4587 enum tree_code mcode = gimple_assign_rhs_code (def); in convert_mult_to_highpart() local
4588 if (mcode == NOP_EXPR) in convert_mult_to_highpart()
4596 mcode = gimple_assign_rhs_code (def); in convert_mult_to_highpart()
4599 if (mcode != WIDEN_MULT_EXPR in convert_mult_to_highpart()
H A Dtree.cc9915 enum built_in_function mcode, dcode; in build_common_builtin_nodes() local
9930 mcode = ((enum built_in_function) in build_common_builtin_nodes()
9941 built_in_names[mcode] = concat (prefix, "mul", mode_name_buf, "3", in build_common_builtin_nodes()
9943 local_define_builtin (built_in_names[mcode], ftype, mcode, in build_common_builtin_nodes()
9944 built_in_names[mcode], in build_common_builtin_nodes()
/netbsd-src/external/gpl3/gdb/dist/sim/cr16/
H A DChangeLog-2021151 * interp.c (sim_open): Use PRIx64 to match mcode type. Skip the
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c10804 enum built_in_function mcode, dcode; in build_common_builtin_nodes() local
10819 mcode = ((enum built_in_function) in build_common_builtin_nodes()
10830 built_in_names[mcode] = concat (prefix, "mul", mode_name_buf, "3", in build_common_builtin_nodes()
10832 local_define_builtin (built_in_names[mcode], ftype, mcode, in build_common_builtin_nodes()
10833 built_in_names[mcode], in build_common_builtin_nodes()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangCommandLineReference.rst2685 .. option:: -mcode-object-v3, -mno-code-object-v3
2687 Legacy option to specify code object ABI V2 (-mnocode-object-v3) or V3 (-mcode-object-v3) (AMDGPU o…
2689 .. option:: -mcode-object-version=<version>

123