Home
last modified time | relevance | path

Searched refs:HAVE_AM33_2 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dm10300-dis.c27 #define HAVE_AM33_2 (info->mach == AM33_2) macro
28 #define HAVE_AM33 (info->mach == AM33 || HAVE_AM33_2)
78 || (op->machine == AM33_2 && HAVE_AM33_2) in disassemble()
DChangeLog-0203413 * m10300-dis.c (HAVE_AM33_2): Define.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mn10300.c119 #define HAVE_AM33_2 (current_machine == AM33_2) macro
120 #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()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-02031410 HAVE_AM33_2.
1414 (HAVE_AM33_2): New macro.
1415 (md_assemble): Use it. Match 2.0 registers only if HAVE_AM33_2.