HomeSort by relevance Sort by last modified time
    Searched refs:isas (Results 1 - 25 of 34) sorted by null

1 2

  /art/runtime/
prebuilt_tools_test.cc 53 InstructionSet isas[] = { kThumb2 }; // NOLINT local
54 for (InstructionSet isa : isas) {
  /toolchain/binutils/binutils-2.25/cpu/
mep.opc 75 /* A mask for all ISAs executed by the core. */
84 /* A mask for all ISAs executed by a VLIW coprocessor. */
954 cd->isas = & MEP_CORE_ISA;
988 cd->isas = & MEP_COP16_ISA;
991 cd->isas = & MEP_COP32_ISA;
994 cd->isas = & MEP_COP48_ISA;
997 cd->isas = & MEP_COP64_ISA;
1035 cd->isas = 1 << ISA_EXT_COP1_16;
1038 cd->isas = 1 << ISA_EXT_COP1_32;
1041 cd->isas = 1 << ISA_EXT_COP1_48
    [all...]
m32c.opc 876 CGEN_BITSET isas = CGEN_INSN_BITSET_ATTR_VALUE (insn, CGEN_INSN_ISA);
883 && cgen_bitset_intersect_p (& isas, cd->isas));
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mep.c 1205 static CGEN_BITSET* isas = NULL; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
mep-dis.c 150 cd->isas = & MEP_CORE_ISA;
184 cd->isas = & MEP_COP16_ISA;
187 cd->isas = & MEP_COP32_ISA;
190 cd->isas = & MEP_COP48_ISA;
193 cd->isas = & MEP_COP64_ISA;
231 cd->isas = 1 << ISA_EXT_COP1_16;
234 cd->isas = 1 << ISA_EXT_COP1_32;
237 cd->isas = 1 << ISA_EXT_COP1_48;
240 cd->isas = 1 << ISA_EXT_COP1_64;
667 cd->isas = & MEP_CORE_ISA
    [all...]
ip2k-desc.c 956 CGEN_BITSET *isas = cd->isas; local
968 if (cgen_bitset_contains (isas, i))
972 /* Default insn sizes of all selected isas must be
981 /* Base insn sizes of all selected isas must be equal
1041 ??? Simultaneous multiple isas might not make sense, but it's not (yet)
1049 CGEN_BITSET *isas = 0; /* 0 = "unspecified" */ local
1068 isas = va_arg (ap, CGEN_BITSET *);
    [all...]
lm32-desc.c 943 CGEN_BITSET *isas = cd->isas; local
955 if (cgen_bitset_contains (isas, i))
959 /* Default insn sizes of all selected isas must be
968 /* Base insn sizes of all selected isas must be equal
1028 ??? Simultaneous multiple isas might not make sense, but it's not (yet)
1036 CGEN_BITSET *isas = 0; /* 0 = "unspecified" */ local
1055 isas = va_arg (ap, CGEN_BITSET *);
1093 cd->isas = cgen_bitset_copy (isas);
    [all...]