Home
last modified time | relevance | path

Searched refs:EF_MEP_COP_IVC2 (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dmep.h82 #define EF_MEP_COP_IVC2 0x00060000 macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mep.c1159 if (mep_cop == EF_MEP_COP_IVC2) in mep_check_parallel_scheduling()
1181 if (mep_cop != EF_MEP_COP_IVC2) in mep_process_saved_insns()
1262 if (mep_cop == EF_MEP_COP_IVC2) in md_assemble()
1356 if (mep_cop & EF_MEP_COP_IVC2) in md_assemble()
1531 || (mep_cop == EF_MEP_COP_IVC2 in md_estimate_size_before_relax()
1575 if (mep_cop == EF_MEP_COP_IVC2 in md_estimate_size_before_relax()
1590 if (mep_cop == EF_MEP_COP_IVC2 in mep_relax_frag()
1629 && mep_cop == EF_MEP_COP_IVC2) in md_convert_frag()
/toolchain/binutils/binutils-2.27/cpu/
Dmep.opc1458 if (cop_type == EF_MEP_COP_IVC2)
1585 …{ "", 0, EF_MEP_COP_IVC2 | EF_MEP_CPU_C5,0, 64, { 1, "\x20" }, { 1, "\x10" }, { 1, "\x8" }, { 1, …
1586 …{ "default", CONFIG_DEFAULT, EF_MEP_COP_IVC2 | EF_MEP_CPU_C5, 0, 64, { 1, "\x20" }, { 1, "\x10" },…
/toolchain/binutils/binutils-2.27/opcodes/
Dmep-dis.c653 if (cop_type == EF_MEP_COP_IVC2) in mep_print_insn()
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c3168 case EF_MEP_COP_IVC2: strcat (buf, ", IVC2 coprocessor"); break; in get_machine_flags()