Searched refs:HAVE_AM33_2 (Results 1 – 4 of 4) sorted by relevance
27 #define HAVE_AM33_2 (info->mach == AM33_2) macro28 #define HAVE_AM33 (info->mach == AM33 || HAVE_AM33_2)78 || (op->machine == AM33_2 && HAVE_AM33_2) in disassemble()
413 * m10300-dis.c (HAVE_AM33_2): Define.
119 #define HAVE_AM33_2 (current_machine == AM33_2) macro120 #define HAVE_AM33 (current_machine == AM33 || HAVE_AM33_2)1285 && !(opcode->machine == AM33_2 && HAVE_AM33_2) in md_assemble()1651 else if (HAVE_AM33_2 && float_register_name (&ex)) in md_assemble()1657 else if (HAVE_AM33_2 && double_register_name (&ex)) in md_assemble()1689 if (HAVE_AM33_2) in md_assemble()
1410 HAVE_AM33_2.1414 (HAVE_AM33_2): New macro.1415 (md_assemble): Use it. Match 2.0 registers only if HAVE_AM33_2.