Home
last modified time | relevance | path

Searched refs:mmod (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-bfin.c1172 bfin_gen_dsp32mac (int op1, int MM, int mmod, int w1, int P, in bfin_gen_dsp32mac() argument
1181 ASSIGN (mmod); in bfin_gen_dsp32mac()
1205 bfin_gen_dsp32mult (int op1, int MM, int mmod, int w1, int P, in bfin_gen_dsp32mult() argument
1214 ASSIGN (mmod); in bfin_gen_dsp32mult()
2266 int mmod = ((iw0 >> (DSP32Mac_mmod_bits - 16)) & DSP32Mac_mmod_mask); in decode_dsp32mac_0() local
2278 if ((w1 || w0) && mmod == M_W32) in decode_dsp32mac_0()
2281 if (((1 << mmod) & (P ? 0x131b : 0x1b5f)) == 0) in decode_dsp32mac_0()
2319 int mmod = ((iw0 >> (DSP32Mac_mmod_bits - 16)) & DSP32Mac_mmod_mask); in decode_dsp32mult_0() local
2327 if (((1 << mmod) & (P ? 0x313 : 0x1b57)) == 0) in decode_dsp32mult_0()
Dbfin-parse.y32 #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, \
/toolchain/binutils/binutils-2.27/opcodes/
Dbfin-dis.c2944 int mmod = ((iw0 >> (DSP32Mac_mmod_bits - 16)) & DSP32Mac_mmod_mask); in decode_dsp32mac_0() local
2961 if ((w1 || w0) && mmod == M_W32) in decode_dsp32mac_0()
2964 if (((1 << mmod) & (P ? 0x131b : 0x1b5f)) == 0) in decode_dsp32mac_0()
3012 decode_optmode (mmod, MM, outf); in decode_dsp32mac_0()
3028 int mmod = ((iw0 >> (DSP32Mac_mmod_bits - 16)) & DSP32Mac_mmod_mask); in decode_dsp32mult_0() local
3041 if (((1 << mmod) & (P ? 0x313 : 0x1b57)) == 0) in decode_dsp32mult_0()
3066 decode_optmode (mmod, MM, outf); in decode_dsp32mult_0()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20072581 * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.