/toolchain/binutils/binutils-2.25/opcodes/ |
m10300-opc.c | 495 { "mov", 0xf020, 0xfffc, 0, FMT_D0, AM33, {USP, AN0}}, 496 { "mov", 0xf024, 0xfffc, 0, FMT_D0, AM33, {SSP, AN0}}, 497 { "mov", 0xf028, 0xfffc, 0, FMT_D0, AM33, {MSP, AN0}}, 498 { "mov", 0xf02c, 0xfffc, 0, FMT_D0, AM33, {PC, AN0}}, 499 { "mov", 0xf030, 0xfff3, 0, FMT_D0, AM33, {AN1, USP}}, 500 { "mov", 0xf031, 0xfff3, 0, FMT_D0, AM33, {AN1, SSP}}, 501 { "mov", 0xf032, 0xfff3, 0, FMT_D0, AM33, {AN1, MSP}}, 502 { "mov", 0xf2ec, 0xfffc, 0, FMT_D0, AM33, {EPSW, DN0}}, 503 { "mov", 0xf2f1, 0xfff3, 0, FMT_D0, AM33, {DM1, EPSW}}, 504 { "mov", 0xf500, 0xffc0, 0, FMT_D0, AM33, {AM2, RN0}} [all...] |
m10300-dis.c | 28 #define HAVE_AM33 (info->mach == AM33 || HAVE_AM33_2) 79 || (op->machine == AM33 && HAVE_AM33)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/ |
mov5.s | 1 .am33
|
movpc.s | 1 .am33
|
am33_3.s | 2 .am33
|
am33.s | 2 .am33
|
am33_2.s | 2 .am33
|
am33_4.s | 2 .am33
|
am33_5.s | 2 .am33
|
am33_6.s | 2 .am33
|
am33_7.s | 2 .am33
|
am33_8.s | 2 .am33
|
am33-2.c | 19 /* Generator of tests for insns introduced in AM33 2.0. */ 26 /* These are the AM33 registers. */ 46 /* Emit an AM33 register shifted by these many words. */ 51 /* Emit an AM33-2 FP single-precision register, with the 4 least 68 /* Emit an AM33-2 FP single-precision register in the ``accumulator'' 85 /* Emit an AM33-2 FP double-precision register, with the 4 least 734 "#name: AM33/2.0\n"
|
basic.exp | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-m10300.c | 33 "am33-2", 49 "am33", 50 "am33",
|
elf32-am33lin.c | 1 /* Matsushita AM33/2.0 support for 32-bit GNU/Linux ELF 53 case 188: /* Linux/am33 */ 80 case 124: /* Linux/am33 elf_prpsinfo */
|
/external/kernel-headers/original/uapi/linux/ |
elf-em.h | 35 #define EM_MN10300 89 /* Panasonic/MEI MN10300, AM33 */ 59 /* Also Panasonic/MEI MN10300, AM33 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
elf-em.h | 34 #define EM_MN10300 89 /* Panasonic/MEI MN10300, AM33 */ 51 /* Also Panasonic/MEI MN10300, AM33 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
elf-em.h | 34 #define EM_MN10300 89 /* Panasonic/MEI MN10300, AM33 */ 51 /* Also Panasonic/MEI MN10300, AM33 */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
test-example.c | 18 /* Generator of tests for insns introduced in AM33 2.0.
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
mn10300.h | 168 #define AM33 330
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/ |
mn10300.exp | 27 "am33 string merging"
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
PDBTypes.h | 163 AM33 = 0xa0, 176 Am33 = 0x13,
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-mn10300.c | 126 #define HAVE_AM33 (current_machine == AM33 || HAVE_AM33_2) 281 { "epsw", AM33 }, 283 { "pc", AM33 }, 425 || (reg_number == AM33 && HAVE_AM33)) 1289 && !(opcode->machine == AM33 && HAVE_AM33) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
ChangeLog-9303 | 600 * gas/mn10300/am33-2.c (d8pcsec): PC-relative relocations within 602 * gas/mn10300/am33-2.d: Rebuilt. 604 * gas/mn10300/am33-2.c (d8pcsec): New Function 607 * gas/mn10300/am33-2.d: Regenerate 609 * gas/mn10300/am33-2.c (d8pcoff): Likewise. 610 * gas/mn10300/am33-2.d: Rebuilt. 612 * gas/mn10300/am33-2.c (main): Changed `.am332' to `.am33_2'. 613 Replaced `AM33 2.0' with `AM33/2.0'. 614 * gas/mn10300/am33-2.d, gas/mn10300/am33-2.s: Rebuilt [all...] |