Home
last modified time | relevance | path

Searched refs:M_W32 (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dbfin.h36 #define M_W32 3 macro
59 || (x == M_ISS2) || (x == M_IH) || (x == M_W32); in is_macmod_signed()
DChangeLog-04151382 * bfin.h (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH,
/toolchain/binutils/binutils-2.27/gas/config/
Dbfin-lex.l52 [wW]32 yylval.value = M_W32; return MMOD;
Dbfin-parse.y279 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_W32)) in check_macfunc_option()
4024 if ($2 == M_W32)
Dtc-bfin.c2278 if ((w1 || w0) && mmod == M_W32) in decode_dsp32mac_0()
/toolchain/binutils/binutils-2.27/opcodes/
DChangeLog-2011699 * bfin-dis.c (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2,
Dbfin-dis.c630 else if (mod == M_W32) in decode_optmode()
2961 if ((w1 || w0) && mmod == M_W32) in decode_dsp32mac_0()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20111843 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.