HomeSort by relevance Sort by last modified time
    Searched refs:M_IU (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
bfin.h 42 #define M_IU 12
47 || (x == M_ISS2) || (x == M_IU);
52 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_IU) || (x == M_T)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
bfin-lex.l 148 [iI][uU] yylval.value = M_IU; return MMOD;
bfin-parse.y 273 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU
276 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_IU
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c 642 else if (mod == M_IU)
    [all...]

Completed in 80 milliseconds