Home
last modified time | relevance | path

Searched refs:cpu32 (Results 1 – 25 of 64) sorted by relevance

123

/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm68k-opc.c134 {"bhil", 2, one(0061377), one(0177777), "BL", m68020up | cpu32 | mcfisa_b},
135 {"blsl", 2, one(0061777), one(0177777), "BL", m68020up | cpu32 | mcfisa_b},
136 {"bccl", 2, one(0062377), one(0177777), "BL", m68020up | cpu32 | mcfisa_b},
137 {"bcsl", 2, one(0062777), one(0177777), "BL", m68020up | cpu32 | mcfisa_b},
138 {"bnel", 2, one(0063377), one(0177777), "BL", m68020up | cpu32 | mcfisa_b},
139 {"beql", 2, one(0063777), one(0177777), "BL", m68020up | cpu32 | mcfisa_b},
140 {"bvcl", 2, one(0064377), one(0177777), "BL", m68020up | cpu32 | mcfisa_b},
141 {"bvsl", 2, one(0064777), one(0177777), "BL", m68020up | cpu32 | mcfisa_b},
142 {"bpll", 2, one(0065377), one(0177777), "BL", m68020up | cpu32 | mcfisa_b},
143 {"bmil", 2, one(0065777), one(0177777), "BL", m68020up | cpu32 | mcfisa_b},
[all …]
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dm68k-opc.c134 {"bhil", one(0061377), one(0177777), "BL", m68020up | cpu32 | mcfv4up},
135 {"blsl", one(0061777), one(0177777), "BL", m68020up | cpu32 | mcfv4up},
136 {"bccl", one(0062377), one(0177777), "BL", m68020up | cpu32 | mcfv4up},
137 {"bcsl", one(0062777), one(0177777), "BL", m68020up | cpu32 | mcfv4up},
138 {"bnel", one(0063377), one(0177777), "BL", m68020up | cpu32 | mcfv4up},
139 {"beql", one(0063777), one(0177777), "BL", m68020up | cpu32 | mcfv4up},
140 {"bvcl", one(0064377), one(0177777), "BL", m68020up | cpu32 | mcfv4up},
141 {"bvsl", one(0064777), one(0177777), "BL", m68020up | cpu32 | mcfv4up},
142 {"bpll", one(0065377), one(0177777), "BL", m68020up | cpu32 | mcfv4up},
143 {"bmil", one(0065777), one(0177777), "BL", m68020up | cpu32 | mcfv4up},
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm68k.h33 #define cpu32 0x100 /* e.g., 68332 */ macro
51 #define m68010up (m68010 | cpu32 | m68020up)
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Dm68k.h38 #define cpu32 0x100 /* e.g., 68332 */ macro
50 #define m68010up (m68010 | cpu32 | m68020up)
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp9686 static void Print_x86_thread_state32_t(MachO::x86_thread_state32_t &cpu32) { in Print_x86_thread_state32_t() argument
9687 outs() << "\t eax " << format("0x%08" PRIx32, cpu32.eax); in Print_x86_thread_state32_t()
9688 outs() << " ebx " << format("0x%08" PRIx32, cpu32.ebx); in Print_x86_thread_state32_t()
9689 outs() << " ecx " << format("0x%08" PRIx32, cpu32.ecx); in Print_x86_thread_state32_t()
9690 outs() << " edx " << format("0x%08" PRIx32, cpu32.edx) << "\n"; in Print_x86_thread_state32_t()
9691 outs() << "\t edi " << format("0x%08" PRIx32, cpu32.edi); in Print_x86_thread_state32_t()
9692 outs() << " esi " << format("0x%08" PRIx32, cpu32.esi); in Print_x86_thread_state32_t()
9693 outs() << " ebp " << format("0x%08" PRIx32, cpu32.ebp); in Print_x86_thread_state32_t()
9694 outs() << " esp " << format("0x%08" PRIx32, cpu32.esp) << "\n"; in Print_x86_thread_state32_t()
9695 outs() << "\t ss " << format("0x%08" PRIx32, cpu32.ss); in Print_x86_thread_state32_t()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68k.c245 #define HAVE_LONG_BRANCH(x) ((x) & (m68020|m68030|m68040|m68060|cpu32|mcf5407|mcfv4e))
380 { cpu32, "cpu32", 0 },
405 { cpu32, "68330", 1 },
406 { cpu32, "68331", 1 },
407 { cpu32, "68332", 1 },
408 { cpu32, "68333", 1 },
409 { cpu32, "68334", 1 },
410 { cpu32, "68336", 1 },
411 { cpu32, "68340", 1 },
412 { cpu32, "68341", 1 },
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68k.c294 #define HAVE_LONG_BRANCH(x) ((x) & (m68020|m68030|m68040|m68060|cpu32|mcfisa_b))
423 {cpu32|m68881, cpu32_ctrl, "cpu32", 0},
474 {cpu32|m68881, cpu32_ctrl, "cpu32", 0},
475 {cpu32|m68881, cpu32_ctrl, "68330", 1},
476 {cpu32|m68881, cpu32_ctrl, "68331", 1},
477 {cpu32|m68881, cpu32_ctrl, "68332", 1},
478 {cpu32|m68881, cpu32_ctrl, "68333", 1},
479 {cpu32|m68881, cpu32_ctrl, "68334", 1},
480 {cpu32|m68881, cpu32_ctrl, "68336", 1},
481 {cpu32|m68881, cpu32_ctrl, "68340", 1},
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcpu-m68k.c109 cpu32|m68881,
H A Delf32-m68k.c389 features |= cpu32; in elf32_m68k_object_p()
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dm68k.opt109 Generate code for a cpu32
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DCONTRIBUTORS27 support for m680[34]0 & cpu32, considerable work on i960 including a
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DCONTRIBUTORS27 support for m680[34]0 & cpu32, considerable work on i960 including a
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-m68k.texi45 @code{cpu32},
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcontrib.texi408 Robin Kirkham for cpu32 support.
/openbsd-src/gnu/usr.bin/binutils/bfd/po/
H A Dzh_CN.po1024 msgid " [cpu32]"
1025 msgstr " [cpu32]"
H A Dja.po1126 msgid " [cpu32]"
1127 msgstr " [cpu32]"
H A Dda.po1028 msgid " [cpu32]"
1029 msgstr " [cpu32]"
H A Dsv.po1163 msgid " [cpu32]"
1164 msgstr " [cpu32]"
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/po/
H A Dzh_CN.po1024 msgid " [cpu32]"
1025 msgstr " [cpu32]"
H A Dja.po1126 msgid " [cpu32]"
1127 msgstr " [cpu32]"
H A Dda.po1028 msgid " [cpu32]"
1029 msgstr " [cpu32]"
H A Dsv.po1163 msgid " [cpu32]"
1164 msgstr " [cpu32]"
H A Dvi.po1269 msgid " [cpu32]"
1270 msgstr " [cpu32]"
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcontrib.texi460 Robin Kirkham for cpu32 support.
/openbsd-src/gnu/gcc/libcpp/po/
H A Dbe.po1909 #~ msgid "Generate code for a cpu32"

123