HomeSort by: relevance | last modified time | path
    Searched defs:HAVE_AM33_2 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/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)
  /src/external/gpl3/binutils.old/dist/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)
  /src/external/gpl3/gdb/dist/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)
  /src/external/gpl3/gdb.old/dist/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)
  /src/external/gpl3/binutils/dist/gas/config/
tc-mn10300.c 122 #define HAVE_AM33_2 (current_machine == AM33_2)
123 #define HAVE_AM33 (current_machine == AM33 || HAVE_AM33_2)
1288 && !(opcode->machine == AM33_2 && HAVE_AM33_2)
1654 else if (HAVE_AM33_2 && float_register_name (&ex))
1660 else if (HAVE_AM33_2 && double_register_name (&ex))
1693 if (HAVE_AM33_2)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mn10300.c 122 #define HAVE_AM33_2 (current_machine == AM33_2)
123 #define HAVE_AM33 (current_machine == AM33 || HAVE_AM33_2)
1288 && !(opcode->machine == AM33_2 && HAVE_AM33_2)
1654 else if (HAVE_AM33_2 && float_register_name (&ex))
1660 else if (HAVE_AM33_2 && double_register_name (&ex))
1693 if (HAVE_AM33_2)

Completed in 29 milliseconds