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

  /toolchain/binutils/binutils-2.25/include/opcode/
bfin.h 36 #define M_W32 3
59 || (x == M_ISS2) || (x == M_IH) || (x == M_W32);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
bfin-lex.l 52 [wW]32 yylval.value = M_W32; return MMOD;
bfin-parse.y 280 && opt->mod != M_FU && opt->mod != M_IS && opt->mod != M_W32))
    [all...]
tc-bfin.c     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c 630 else if (mod == M_W32)
    [all...]

Completed in 544 milliseconds