Searched refs:M_W32 (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | bfin.h | 36 #define M_W32 3 macro 59 || (x == M_ISS2) || (x == M_IH) || (x == M_W32); in is_macmod_signed()
|
D | ChangeLog | 953 * bfin.h (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH,
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | bfin-lex.l | 52 [wW]32 yylval.value = M_W32; return MMOD;
|
D | bfin-parse.y | 280 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_W32)) in check_macfunc_option() 4025 if ($2 == M_W32)
|
D | tc-bfin.c | 2286 if ((w1 || w0) && mmod == M_W32) in decode_dsp32mac_0()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ChangeLog-2011 | 699 * bfin-dis.c (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2,
|
D | bfin-dis.c | 630 else if (mod == M_W32) in decode_optmode() 2961 if ((w1 || w0) && mmod == M_W32) in decode_dsp32mac_0()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2011 | 1843 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
|