Home
last modified time | relevance | path

Searched refs:MEP_OMASK (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mep.c354 if ((MEP_OMASK & (1 << CGEN_INSN_OPTIONAL_MUL_INSN)) in mep_check_for_disabled_registers()
355 || (MEP_OMASK & (1 << CGEN_INSN_OPTIONAL_DIV_INSN))) in mep_check_for_disabled_registers()
357 if (MEP_OMASK & (1 << CGEN_INSN_OPTIONAL_DEBUG_INSN)) in mep_check_for_disabled_registers()
359 if (MEP_OMASK & (1 << CGEN_INSN_OPTIONAL_CP_INSN)) in mep_check_for_disabled_registers()
438 MEP_OMASK = optbits; in md_begin()
440 MEP_OMASK = (MEP_OMASK & ~optbitset) | optbits; in md_begin()
/freebsd-10-stable/contrib/binutils/opcodes/
Dmep-opc.h63 #define MEP_OMASK (mep_config_map[mep_config_index].option_mask) macro
Dmep-opc.c149 if (CGEN_INSN_ATTRS (insn)->bool & OPTION_MASK & ~MEP_OMASK) in mep_cgen_insn_supported()