Home
last modified time | relevance | path

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

12

/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
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)
Dt-sde19 MULTILIB_OPTIONS = EL/EB mips32/mips32r2/mips64/mips64r2 mips16/mmicromips msoft-float/mfp64 mcode-…
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/dist/sim/cr16/
Dinterp.c51 static void get_operands (operand_desc *s, uint64_t mcode, int isize, int nops);
334 do_run (SIM_DESC sd, SIM_CPU *cpu, uint64_t mcode) in do_run() argument
340 sim_io_printf (sd, "do_long 0x%" PRIx64 "\n", mcode); in do_run()
343 h = lookup_hash (sd, cpu, mcode, 1); in do_run()
349 mcode = (mcode << 16) | RW (PC + 4); in do_run()
355 if ((h->format & REG_LIST) && (mcode & 0x800000)) in do_run()
360 get_operands ((h->ops)->operands, mcode, h->size, (h->ops)->numops); in do_run()
585 uint64_t mcode = RLW (PC); in step_once() local
589 curr_ins_size = do_run (sd, cpu, mcode); in step_once()
592 sim_io_printf (sd, "INS: PC=0x%X, mcode=0x%X\n", PC, mcode); in step_once()
DChangeLog-2021151 * interp.c (sim_open): Use PRIx64 to match mcode type. Skip the
/netbsd/src/external/gpl3/binutils/dist/config/
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
DChangeLog591 * mt-sde: Change -mcode-xonly to -mcode-readable=pcrel.
/netbsd/src/external/gpl3/gdb/dist/config/
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
DChangeLog591 * mt-sde: Change -mcode-xonly to -mcode-readable=pcrel.
/netbsd/src/external/gpl3/gcc/dist/config/
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
DChangeLog629 * mt-sde: Change -mcode-xonly to -mcode-readable=pcrel.
/netbsd/src/sys/arch/hp300/dev/
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/dist/gcc/config/arc/
Darc.opt134 mcode-density
533 mcode-density-frame
/netbsd/src/sys/dev/pci/
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/
Dc-arc.texi136 @cindex @code{-mcode-density} command-line option, ARC
137 @item -mcode-density
Das.texi292 [@b{-mcode-density}]
1051 @item -mcode-density
/netbsd/src/external/gpl3/gcc/dist/gcc/
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()
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()
DChangeLog-20077796 * config/mips/mips.opt (mcode-readable=): Move to keep list
11019 Treat -mno-data-in-code and -mcode-xonly as aliases for
11020 -mcode-readable=no and -mcode-readable=pcrel respectively.
11021 * config/mips/t-sde (TARGET_LIBGCC2_CFLAGS): Add -mcode-xonly.
11022 (MULTILIB_OPTIONS): Add -mcode-readable=no multilibs.
12218 * doc/invoke.texi (-mcode-readable): Document.
12219 * config/mips/mips.opt (mcode-readable): New option.
12232 context and -mcode-readable setting to restrict the use of
12246 (mips_handle_option): Handle -mcode-readable=.
/netbsd/src/external/gpl3/binutils/dist/opcodes/
DChangeLog-2008144 * cr16-dis.c (match_opcode): Truncate mcode to 32 bit and
DChangeLog-2009646 * crx-dis.c (match_opcode): Truncate mcode to 32-bit.
/netbsd/src/external/gpl3/gdb/dist/opcodes/
DChangeLog-2008144 * cr16-dis.c (match_opcode): Truncate mcode to 32 bit and
DChangeLog-2009646 * crx-dis.c (match_opcode): Truncate mcode to 32-bit.
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dinvoke.texi787 -mtune=@var{cpu} -mmultcost=@var{num} -mcode-density-frame @gol
789 -mdiv-rem -mcode-density -mll64 -mfpu=@var{fpu} -mrf16 -mbranch-index}
1093 -mcode-readable=@var{setting} @gol
1136 -mcode-region= -mdata-region= @gol
19894 @item -mcode-density
19895 @opindex mcode-density
20315 @item -mcode-density-frame
20316 @opindex mcode-density-frame
26218 @item -mcode-readable=@var{setting}
26219 @opindex mcode-readable
[all …]
Dgcc.info1111 -mtune=CPU -mmultcost=NUM -mcode-density-frame
1113 -mdiv-rem -mcode-density -mll64 -mfpu=FPU -mrf16 -mbranch-index
1417 -mcode-readable=SETTING
1460 -mcode-region= -mdata-region=
18655 '-mcode-density'
19001 '-mcode-density-frame'
24181 '-mcode-readable=SETTING'
24185 '-mcode-readable=yes'
24189 '-mcode-readable=pcrel'
24198 '-mcode-readable=no'
[all …]

12