Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dbfin.h42 #define M_IU 12 macro
47 || (x == M_ISS2) || (x == M_IU); in is_macmod_pmove()
52 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_IU) || (x == M_T) in is_macmod_hmove()
DChangeLog954 M_IU): Define.
/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()
1822 && $4.mod != M_IU && $4.mod != M_T && $4.mod != M_TFU
4038 if ($2 == M_IU)
Dbfin-lex.l148 [iI][uU] yylval.value = M_IU; return MMOD;
/toolchain/binutils/binutils-2.25/opcodes/
DChangeLog-2011700 M_IH, M_IU): Delete.
Dbfin-dis.c642 else if (mod == M_IU) 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.