Home
last modified time | relevance | path

Searched refs:M_IS (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dbfin.h39 #define M_IS 8 macro
46 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_S2RND) in is_macmod_pmove()
52 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_IU) || (x == M_T) in is_macmod_hmove()
58 return (x == 0) || (x == M_IS) || (x == M_T) || (x == M_S2RND) in is_macmod_signed()
DChangeLog953 * 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/
Dbfin-parse.y273 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU in check_macfunc_option()
276 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU in check_macfunc_option()
280 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_W32)) in check_macfunc_option()
1821 if ($4.mod != 0 && $4.mod != M_FU && $4.mod != M_IS
1849 if ($4.mod != 0 && $4.mod != M_FU && $4.mod != M_IS
Dbfin-lex.l150 [iI][sS] yylval.value = M_IS; return MMOD;
/toolchain/binutils/binutils-2.25/opcodes/
DChangeLog-2011699 * bfin-dis.c (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2,
Dbfin-dis.c636 else if (mod == M_IS) in decode_optmode()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20111843 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.