Home
last modified time | relevance | path

Searched refs:MEP_VLIW64 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dmep-dis.c261 if ((!MEP_VLIW64 && (status != 4)) || (MEP_VLIW64 && (status != 8))) in mep_print_vliw_insns()
672 if (MEP_VLIW64) in mep_print_insn()
Dmep-opc.h66 #define MEP_VLIW64 (mep_config_map[mep_config_index].vliw_bits == 64) macro
/toolchain/binutils/binutils-2.25/cpu/
Dmep.opc61 #define MEP_VLIW64 (mep_config_map[mep_config_index].vliw_bits == 64)
1066 if ((!MEP_VLIW64 && (status != 4)) || (MEP_VLIW64 && (status != 8)))
1455 /* This instantly redefines MEP_CONFIG, MEP_OMASK, .... MEP_VLIW64 */
1477 if (MEP_VLIW64)
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mep.c1163 if (MEP_VLIW64) in mep_check_parallel_scheduling()
1542 if (MEP_VLIW && ! MEP_VLIW64 in md_estimate_size_before_relax()