Searched refs:isas (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/binutils/opcodes/
H A Dmep-dis.c139 cd->isas = & MEP_CORE_ISA;
173 cd->isas = & MEP_COP16_ISA;
176 cd->isas = & MEP_COP32_ISA;
179 cd->isas = & MEP_COP48_ISA;
182 cd->isas = & MEP_COP64_ISA;
220 cd->isas = 1 << ISA_EXT_COP1_16;
223 cd->isas = 1 << ISA_EXT_COP1_32;
226 cd->isas = 1 << ISA_EXT_COP1_48;
229 cd->isas = 1 << ISA_EXT_COP1_64;
473 cd->isas
[all...]
H A Dmep-desc.c2504 CGEN_BITSET *isas = cd->isas; local
2516 if (cgen_bitset_contains (isas, i))
2520 /* Default insn sizes of all selected isas must be
2529 /* Base insn sizes of all selected isas must be equal
2589 ??? Simultaneous multiple isas might not make sense, but it's not (yet)
2601 CGEN_BITSET *isas = 0; /* 0 = "unspecified" */ local
2620 isas = va_arg (ap, CGEN_BITSET *);
2658 cd->isas = cgen_bitset_copy (isas);
[all...]
H A Dmep-opc.c46 /* begin-all-core-isas */
49 /* end-all-core-isas */
60 /* begin-all-cop-isas */
65 /* end-all-cop-isas */
142 CGEN_BITSET isas = CGEN_INSN_BITSET_ATTR_VALUE (insn, CGEN_INSN_ISA); local
156 ok1 = ((machs & cd->machs) && cgen_bitset_intersect_p (& isas, cd->isas));
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-mep.c914 static CGEN_BITSET* isas = NULL;
940 if (isas == NULL)
941 isas = cgen_bitset_copy (& MEP_CORE_ISA);
944 cgen_bitset_clear (isas);
945 cgen_bitset_union (isas, & MEP_CORE_ISA, isas);
947 gas_cgen_cpu_desc->isas = isas;
964 cgen_bitset_union (isas, & MEP_COP_ISA, isas);
912 static CGEN_BITSET* isas = NULL; local
[all...]
/freebsd-12-stable/contrib/binutils/include/opcode/
H A Dcgen.h1213 CGEN_BITSET *isas;
1214 #define CGEN_CPU_ISAS(cd) ((cd)->isas)
1196 CGEN_BITSET *isas; member in struct:cgen_cpu_desc

Completed in 80 milliseconds