Searched refs:mep_all_core_isas_mask (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmep-opc.h86 #define MEP_ALL_CORE_ISAS_MASK mep_all_core_isas_mask
87 extern CGEN_ATTR_VALUE_BITSET_TYPE mep_all_core_isas_mask;
H A Dmep-opc.c38 CGEN_ATTR_VALUE_BITSET_TYPE mep_all_core_isas_mask = {0, 0}; variable
43 if (mep_all_core_isas_mask.length != 0)
45 cgen_bitset_init (& mep_all_core_isas_mask, ISA_MAX);
46 cgen_bitset_set (& mep_all_core_isas_mask, ISA_MEP);
48 cgen_bitset_add (& mep_all_core_isas_mask, ISA_EXT_CORE1);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmep-opc.h86 #define MEP_ALL_CORE_ISAS_MASK mep_all_core_isas_mask
87 extern CGEN_ATTR_VALUE_BITSET_TYPE mep_all_core_isas_mask;
H A Dmep-opc.c38 CGEN_ATTR_VALUE_BITSET_TYPE mep_all_core_isas_mask = {0, 0}; variable
43 if (mep_all_core_isas_mask.length != 0)
45 cgen_bitset_init (& mep_all_core_isas_mask, ISA_MAX);
46 cgen_bitset_set (& mep_all_core_isas_mask, ISA_MEP);
48 cgen_bitset_add (& mep_all_core_isas_mask, ISA_EXT_CORE1);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmep-opc.h86 #define MEP_ALL_CORE_ISAS_MASK mep_all_core_isas_mask
87 extern CGEN_ATTR_VALUE_BITSET_TYPE mep_all_core_isas_mask;
H A Dmep-opc.c38 CGEN_ATTR_VALUE_BITSET_TYPE mep_all_core_isas_mask = {0, 0}; variable
43 if (mep_all_core_isas_mask.length != 0)
45 cgen_bitset_init (& mep_all_core_isas_mask, ISA_MAX);
46 cgen_bitset_set (& mep_all_core_isas_mask, ISA_MEP);
48 cgen_bitset_add (& mep_all_core_isas_mask, ISA_EXT_CORE1);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmep-opc.h86 #define MEP_ALL_CORE_ISAS_MASK mep_all_core_isas_mask
87 extern CGEN_ATTR_VALUE_BITSET_TYPE mep_all_core_isas_mask;
H A Dmep-opc.c38 CGEN_ATTR_VALUE_BITSET_TYPE mep_all_core_isas_mask = {0, 0}; variable
43 if (mep_all_core_isas_mask.length != 0)
45 cgen_bitset_init (& mep_all_core_isas_mask, ISA_MAX);
46 cgen_bitset_set (& mep_all_core_isas_mask, ISA_MEP);
48 cgen_bitset_add (& mep_all_core_isas_mask, ISA_EXT_CORE1);

Completed in 394 milliseconds