HomeSort by relevance Sort by last modified time
    Searched refs:mep_all_core_isas_mask (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/cpu/
mep.opc 76 #define MEP_ALL_CORE_ISAS_MASK mep_all_core_isas_mask
77 extern CGEN_ATTR_VALUE_BITSET_TYPE mep_all_core_isas_mask;
81 mep_insn_supported_by_isa (insn, & MEP_ALL_CORE_ISAS_MASK) \
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
mep-opc.h 81 #define MEP_ALL_CORE_ISAS_MASK mep_all_core_isas_mask
82 extern CGEN_ATTR_VALUE_BITSET_TYPE mep_all_core_isas_mask;
86 mep_insn_supported_by_isa (insn, & MEP_ALL_CORE_ISAS_MASK) \
mep-opc.c 37 CGEN_ATTR_VALUE_BITSET_TYPE mep_all_core_isas_mask = {0, 0}; variable
42 if (mep_all_core_isas_mask.length != 0)
44 cgen_bitset_init (& mep_all_core_isas_mask, ISA_MAX);
45 cgen_bitset_set (& mep_all_core_isas_mask, ISA_MEP);
47 cgen_bitset_add (& mep_all_core_isas_mask, ISA_EXT_CORE1);
    [all...]

Completed in 59 milliseconds