/toolchain/binutils/binutils-2.25/gas/config/ |
D | bfin-parse.y | 32 #define DSP32MAC(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \ argument 33 bfin_gen_dsp32mac (op1, MM, mmod, w1, P, h01, h11, h00, h10, op0, \ 36 #define DSP32MULT(op1, MM, mmod, w1, P, h01, h11, h00, h10, dst, op0, src0, src1, w0) \ argument 37 bfin_gen_dsp32mult (op1, MM, mmod, w1, P, h01, h11, h00, h10, op0, \ 306 if (opa->MM != 0) in check_macfuncs() 316 if (opb->MM != 0) in check_macfuncs() 748 if ($2.MM) 768 $$ = DSP32MAC (op1, $2.MM, $2.mod, w1, $1.P, h01, h11, h00, h10, 788 $$ = DSP32MAC ($1.op, $2.MM, $5.mod, $1.w, $1.P, 1818 if (!IS_H ($1) && $4.MM) [all …]
|
D | tc-bfin.c | 1180 bfin_gen_dsp32mac (int op1, int MM, int mmod, int w1, int P, in bfin_gen_dsp32mac() argument 1188 ASSIGN (MM); in bfin_gen_dsp32mac() 1213 bfin_gen_dsp32mult (int op1, int MM, int mmod, int w1, int P, in bfin_gen_dsp32mult() argument 1221 ASSIGN (MM); in bfin_gen_dsp32mult() 2276 int MM = ((iw1 >> DSP32Mac_MM_bits) & DSP32Mac_MM_mask); in decode_dsp32mac_0() local 2283 if (op1 == 3 && MM) in decode_dsp32mac_0()
|
D | bfin-defs.h | 363 int MM; member
|
/toolchain/binutils/binutils-2.25/ |
D | mkdep | 72 gcc -MM $* |
|
D | libtool.m4 | 5536 # investigate it a little bit more. (MM)
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | bfin-dis.c | 610 decode_optmode (int mod, int MM, disassemble_info *outf) in decode_optmode() argument 612 if (mod == 0 && MM == 0) in decode_optmode() 617 if (MM && !mod) in decode_optmode() 623 if (MM) in decode_optmode() 2943 int MM = ((iw0 >> (DSP32Mac_MM_bits - 16)) & DSP32Mac_MM_mask); in decode_dsp32mac_0() local 2958 if (op1 == 3 && MM) in decode_dsp32mac_0() 2985 if (MM) in decode_dsp32mac_0() 2995 MM = 0; in decode_dsp32mac_0() 3012 decode_optmode (mmod, MM, outf); in decode_dsp32mac_0() 3027 int MM = ((iw0 >> (DSP32Mac_MM_bits - 16)) & DSP32Mac_MM_mask); in decode_dsp32mult_0() local [all …]
|
D | ChangeLog-2011 | 614 * bfin-dis.c (decode_dsp32mac_0): Move MM zeroing down to MAC0 logic.
|
D | ChangeLog-0001 | 1979 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep. 1982 (DEP1): Rewrite for "gcc -MM".
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-0001 | 1839 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep. 1842 (DEP1): Rewrite for "gcc -MM".
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-0001 | 3082 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep. 3085 (DEP1): Rewrite for "gcc -MM".
|
D | ChangeLog-9197 | 7483 * ldgram.y: -MM now gives more boring map. 7485 * ldsym.c: -MM flags does the right thing.
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | ChangeLog-9103 | 1568 (EF_SPARCV9_{MM,TSO,PSO,RMO}): New macros.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-0001 | 6904 * Makefile.am (MKDEP): Use gcc -MM rather than ../mkdep. 6907 (DEP1): Modify for "gcc -MM".
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ChangeLog-0001 | 8835 (MKDEP): Use gcc -MM rather than mkdep. 8838 (DEP1): Rewrite for "gcc -MM".
|
/toolchain/binutils/binutils-2.25/texinfo/ |
D | texinfo.tex | 7559 \floatingpenalty\@MM
|