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

  /toolchain/binutils/binutils-2.25/opcodes/
m10300-dis.c 27 #define HAVE_AM33_2 (info->mach == AM33_2)
28 #define HAVE_AM33 (info->mach == AM33 || HAVE_AM33_2)
78 || (op->machine == AM33_2 && HAVE_AM33_2)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mn10300.c 125 #define HAVE_AM33_2 (current_machine == AM33_2)
126 #define HAVE_AM33 (current_machine == AM33 || HAVE_AM33_2)
1288 && !(opcode->machine == AM33_2 && HAVE_AM33_2)
    [all...]

Completed in 84 milliseconds