Home
last modified time | relevance | path

Searched refs:mcfmac (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcpu-m68k.c127 mcfisa_a|mcfhwdiv|mcfmac,
130 mcfisa_a|mcfisa_aa|mcfhwdiv|mcfusp|mcfmac,
133 mcfisa_a|mcfhwdiv|mcfisa_b|mcfmac,
136 mcfisa_a|mcfhwdiv|mcfisa_b|mcfusp|mcfmac,
139 mcfisa_a|mcfhwdiv|mcfisa_b|mcfusp|cfloat|mcfmac,
142 mcfisa_a|mcfhwdiv|mcfisa_c|mcfusp|mcfmac,
145 mcfisa_a|mcfisa_c|mcfusp|mcfmac,
249 if ((~features & (mcfmac | mcfemac)) == 0) in bfd_m68k_compatible()
Delf32-m68k.c1031 features |= mcfmac; in elf32_m68k_object_p()
1096 if (arch_mask & mcfmac) in elf_m68k_final_write_processing()
/toolchain/binutils/binutils-2.25/opcodes/
Dm68k-opc.c1490 {"macw", 4, two(0xa080, 0x0000), two(0xf180, 0x0910), "uNuoiI4/Rn", mcfmac },
1491 {"macw", 4, two(0xa080, 0x0200), two(0xf180, 0x0910), "uNuoMh4/Rn", mcfmac },
1492 {"macw", 4, two(0xa080, 0x0000), two(0xf180, 0x0f10), "uNuo4/Rn", mcfmac },
1493 {"macw", 4, two(0xa000, 0x0000), two(0xf1b0, 0x0900), "uMumiI", mcfmac },
1494 {"macw", 4, two(0xa000, 0x0200), two(0xf1b0, 0x0900), "uMumMh", mcfmac },
1495 {"macw", 4, two(0xa000, 0x0000), two(0xf1b0, 0x0f00), "uMum", mcfmac },
1504 {"macl", 4, two(0xa080, 0x0800), two(0xf180, 0x0910), "RNRoiI4/Rn", mcfmac },
1505 {"macl", 4, two(0xa080, 0x0a00), two(0xf180, 0x0910), "RNRoMh4/Rn", mcfmac },
1506 {"macl", 4, two(0xa080, 0x0800), two(0xf180, 0x0f10), "RNRo4/Rn", mcfmac },
1507 {"macl", 4, two(0xa000, 0x0800), two(0xf1b0, 0x0b00), "RMRmiI", mcfmac },
[all …]
/toolchain/binutils/binutils-2.25/include/opcode/
Dm68k.h36 #define mcfmac 0x400 /* ColdFire MAC. */ macro
DChangeLog1514 * m68k.h (mcfmac, mcfemac, cfloat, mcfhwdiv, mcfisa_a,
2093 * m68k.h: Add mcfmac/mcfemac definitions. Update operand
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m68k.c546 {mcfisa_a|mcfhwdiv|mcfisa_b|mcfmac|mcfusp, mcf_ctrl, "cfv4", 0},
552 static const unsigned no_mac = mcfmac | mcfemac;
566 {mcfmac, (void *)&no_mac, "mac", 1},
612 {mcfisa_a|mcfisa_c|mcfusp|mcfmac, mcf51_ctrl, "51em", 1},
613 {mcfisa_a|mcfisa_c|mcfusp|mcfmac, mcf51_ctrl, "51je", 1},
617 {mcfisa_a|mcfisa_c|mcfusp|mcfmac, mcf51_ctrl, "51mm", 1},
626 {mcfisa_a|mcfhwdiv|mcfmac, mcf5206_ctrl, "5206e", 0},
631 {mcfisa_a|mcfisa_aa|mcfhwdiv|mcfmac|mcfusp, mcf5210a_ctrl, "5210a", 0},
632 {mcfisa_a|mcfisa_aa|mcfhwdiv|mcfmac|mcfusp, mcf5210a_ctrl, "5211a", 1},
634 {mcfisa_a|mcfisa_aa|mcfhwdiv|mcfmac|mcfusp, mcf5213_ctrl, "5211", -1},
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20042005 * config/tc-m68k.c: Set mcfmac/mcfemac on appropriate ColdFire
DChangeLog-20062237 mcfemac instead of mcfmac.