Home | History | Annotate | Download | only in opcodes

Lines Matching full:mmod

2937      | 1 | 1 | 0 | 0 |.M.| 0 | 0 |.mmod..........|.MM|.P.|.w1|.op1...|
2944 int mmod = ((iw0 >> (DSP32Mac_mmod_bits - 16)) & DSP32Mac_mmod_mask);
2961 if ((w1 || w0) && mmod == M_W32)
2964 if (((1 << mmod) & (P ? 0x131b : 0x1b5f)) == 0)
3012 decode_optmode (mmod, MM, outf);
3022 | 1 | 1 | 0 | 0 |.M.| 0 | 1 |.mmod..........|.MM|.P.|.w1|.op1...|
3028 int mmod = ((iw0 >> (DSP32Mac_mmod_bits - 16)) & DSP32Mac_mmod_mask);
3041 if (((1 << mmod) & (P ? 0x313 : 0x1b57)) == 0)
3066 decode_optmode (mmod, MM, outf);