HomeSort by relevance Sort by last modified time
    Searched defs:isas (Results 1 - 20 of 20) sorted by null

  /art/runtime/
prebuilt_tools_test.cc 53 InstructionSet isas[] = { InstructionSet::kThumb2 }; local
54 for (InstructionSet isa : isas) {
  /toolchain/binutils/binutils-2.27/opcodes/
epiphany-desc.c 2050 CGEN_BITSET *isas = cd->isas; local
2143 CGEN_BITSET *isas = 0; \/* 0 = "unspecified" *\/ local
    [all...]
fr30-desc.c 1527 CGEN_BITSET *isas = cd->isas; local
1620 CGEN_BITSET *isas = 0; \/* 0 = "unspecified" *\/ local
    [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...]
iq2000-desc.c 1961 CGEN_BITSET *isas = cd->isas; local
2054 CGEN_BITSET *isas = 0; \/* 0 = "unspecified" *\/ local
    [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...]
m32r-desc.c 1306 CGEN_BITSET *isas = cd->isas; local
1399 CGEN_BITSET *isas = 0; \/* 0 = "unspecified" *\/ local
    [all...]
mep-opc.c 36 /* A mask for all ISAs executed by the core. */
46 /* begin-all-core-isas */
48 /* end-all-core-isas */
59 /* begin-all-cop-isas */
64 /* end-all-cop-isas */
144 CGEN_BITSET isas = CGEN_INSN_BITSET_ATTR_VALUE (insn, CGEN_INSN_ISA); local
158 ok1 = ((machs & cd->machs) && cgen_bitset_intersect_p (& isas, cd->isas));
174 && cgen_bitset_contains (cd->isas, ISA_EXT_COP1_64))
    [all...]
mt-desc.c 1087 CGEN_BITSET *isas = cd->isas; local
1180 CGEN_BITSET *isas = 0; \/* 0 = "unspecified" *\/ local
    [all...]
or1k-desc.c 1889 CGEN_BITSET *isas = cd->isas; local
1982 CGEN_BITSET *isas = 0; \/* 0 = "unspecified" *\/ local
    [all...]
xstormy16-desc.c 1258 CGEN_BITSET *isas = cd->isas; local
1351 CGEN_BITSET *isas = 0; \/* 0 = "unspecified" *\/ local
    [all...]
frv-desc.c 6267 CGEN_BITSET *isas = cd->isas; local
6360 CGEN_BITSET *isas = 0; \/* 0 = "unspecified" *\/ local
    [all...]
mep-desc.c 6167 CGEN_BITSET *isas = cd->isas; local
6260 CGEN_BITSET *isas = 0; \/* 0 = "unspecified" *\/ local
    [all...]
xc16x-desc.c 3290 CGEN_BITSET *isas = cd->isas; local
3383 CGEN_BITSET *isas = 0; \/* 0 = "unspecified" *\/ local
    [all...]
m32c-asm.c 842 CGEN_BITSET isas = CGEN_INSN_BITSET_ATTR_VALUE (insn, CGEN_INSN_ISA);
849 && cgen_bitset_intersect_p (& isas, cd->isas));
841 CGEN_BITSET isas = CGEN_INSN_BITSET_ATTR_VALUE (insn, CGEN_INSN_ISA); local
    [all...]
m32c-desc.c 62974 CGEN_BITSET *isas = cd->isas; local
63067 CGEN_BITSET *isas = 0; \/* 0 = "unspecified" *\/ local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/dex/
DexManager.java 524 String[] isas = dexUseInfo.getLoaderIsas().toArray(new String[0]); local
526 info.uid, isas, info.volumeUuid, flags);
561 // We found the package. Now record the usage for all declared ISAs.
    [all...]
  /frameworks/native/cmds/installd/tests/
installd_dexopt_test.cpp 304 std::vector<std::string> isas; local
305 isas.push_back(kRuntimeIsa);
311 isas,
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mep.c 1205 static CGEN_BITSET* isas = NULL; local
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
cgen.h 1206 CGEN_BITSET *isas; member in struct:cgen_cpu_desc
    [all...]

Completed in 414 milliseconds