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

  /toolchain/binutils/binutils-2.25/include/opcode/
bfin.h 39 #define M_IS 8
46 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_S2RND)
52 return (x == 0) || (x == M_IS) || (x == M_FU) || (x == M_IU) || (x == M_T)
58 return (x == 0) || (x == M_IS) || (x == M_T) || (x == M_S2RND)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
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
280 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_W32))
    [all...]
bfin-lex.l 150 [iI][sS] yylval.value = M_IS; return MMOD;
  /toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c 636 else if (mod == M_IS)
    [all...]

Completed in 62 milliseconds