Searched refs:EF_MEP_COP_IVC2 (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dmep.h82 #define EF_MEP_COP_IVC2 0x00060000 macro
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dmep.h82 #define EF_MEP_COP_IVC2 0x00060000 macro
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dmep.h82 #define EF_MEP_COP_IVC2 0x00060000 macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dmep.h82 #define EF_MEP_COP_IVC2 0x00060000 macro
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mep.c1160 if (mep_cop == EF_MEP_COP_IVC2)
1182 if (mep_cop != EF_MEP_COP_IVC2)
1263 if (mep_cop == EF_MEP_COP_IVC2)
1357 if (mep_cop & EF_MEP_COP_IVC2)
1533 || (mep_cop == EF_MEP_COP_IVC2
1577 if (mep_cop == EF_MEP_COP_IVC2
1592 if (mep_cop == EF_MEP_COP_IVC2
1631 && mep_cop == EF_MEP_COP_IVC2)
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-mep.c1160 if (mep_cop == EF_MEP_COP_IVC2)
1182 if (mep_cop != EF_MEP_COP_IVC2)
1263 if (mep_cop == EF_MEP_COP_IVC2)
1357 if (mep_cop & EF_MEP_COP_IVC2)
1533 || (mep_cop == EF_MEP_COP_IVC2
1577 if (mep_cop == EF_MEP_COP_IVC2
1592 if (mep_cop == EF_MEP_COP_IVC2
1631 && mep_cop == EF_MEP_COP_IVC2)
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmep-dis.c654 if (cop_type == EF_MEP_COP_IVC2)
H A Dmep-opc.c96 { "", 0, EF_MEP_COP_IVC2 | EF_MEP_CPU_C5,0, 64, { 1, "\x20" }, { 1, "\x10" }, { 1, "\x8" }, { 1, "\x4" }, { 1, "\x3c" }, { 1, "\xc0" }, OPTION_MASK | (1 << CGEN_INSN_OPTIONAL_DSP_INSN) | (1 << CGEN_INSN_OPTIONAL_UCI_INSN) },
97 { "default", CONFIG_DEFAULT, EF_MEP_COP_IVC2 | EF_MEP_CPU_C5, 0, 64, { 1, "\x20" }, { 1, "\x10" }, { 1, "\x8" }, { 1, "\x4" }, { 1, "\x3c" }, { 1, "\xc0" },
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmep-dis.c668 if (cop_type == EF_MEP_COP_IVC2)
H A Dmep-opc.c96 { "", 0, EF_MEP_COP_IVC2 | EF_MEP_CPU_C5,0, 64, { 1, "\x20" }, { 1, "\x10" }, { 1, "\x8" }, { 1, "\x4" }, { 1, "\x3c" }, { 1, "\xc0" }, OPTION_MASK | (1 << CGEN_INSN_OPTIONAL_DSP_INSN) | (1 << CGEN_INSN_OPTIONAL_UCI_INSN) },
97 { "default", CONFIG_DEFAULT, EF_MEP_COP_IVC2 | EF_MEP_CPU_C5, 0, 64, { 1, "\x20" }, { 1, "\x10" }, { 1, "\x8" }, { 1, "\x4" }, { 1, "\x3c" }, { 1, "\xc0" },
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmep-dis.c654 if (cop_type == EF_MEP_COP_IVC2)
H A Dmep-opc.c96 { "", 0, EF_MEP_COP_IVC2 | EF_MEP_CPU_C5,0, 64, { 1, "\x20" }, { 1, "\x10" }, { 1, "\x8" }, { 1, "\x4" }, { 1, "\x3c" }, { 1, "\xc0" }, OPTION_MASK | (1 << CGEN_INSN_OPTIONAL_DSP_INSN) | (1 << CGEN_INSN_OPTIONAL_UCI_INSN) },
97 { "default", CONFIG_DEFAULT, EF_MEP_COP_IVC2 | EF_MEP_CPU_C5, 0, 64, { 1, "\x20" }, { 1, "\x10" }, { 1, "\x8" }, { 1, "\x4" }, { 1, "\x3c" }, { 1, "\xc0" },
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmep-dis.c668 if (cop_type == EF_MEP_COP_IVC2)
H A Dmep-opc.c96 { "", 0, EF_MEP_COP_IVC2 | EF_MEP_CPU_C5,0, 64, { 1, "\x20" }, { 1, "\x10" }, { 1, "\x8" }, { 1, "\x4" }, { 1, "\x3c" }, { 1, "\xc0" }, OPTION_MASK | (1 << CGEN_INSN_OPTIONAL_DSP_INSN) | (1 << CGEN_INSN_OPTIONAL_UCI_INSN) },
97 { "default", CONFIG_DEFAULT, EF_MEP_COP_IVC2 | EF_MEP_CPU_C5, 0, 64, { 1, "\x20" }, { 1, "\x10" }, { 1, "\x8" }, { 1, "\x4" }, { 1, "\x3c" }, { 1, "\xc0" },
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c3895 case EF_MEP_COP_IVC2: strcat (buf, ", IVC2 coprocessor"); break;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c3688 case EF_MEP_COP_IVC2:

Completed in 461 milliseconds