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

1 2

  /art/runtime/
prebuilt_tools_test.cc 53 InstructionSet isas[] = { InstructionSet::kThumb2 }; local
54 for (InstructionSet isa : isas) {
  /toolchain/binutils/binutils-2.27/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.27/gas/config/
tc-mep.c 1205 static CGEN_BITSET* isas = NULL; local
    [all...]
  /toolchain/binutils/binutils-2.27/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...]
fr30-desc.c 1527 CGEN_BITSET *isas = cd->isas; local
1620 CGEN_BITSET *isas = 0; \/* 0 = "unspecified" *\/ local
    [all...]
m32r-desc.c 1306 CGEN_BITSET *isas = cd->isas; local
1399 CGEN_BITSET *isas = 0; \/* 0 = "unspecified" *\/ local
    [all...]
mt-desc.c 1087 CGEN_BITSET *isas = cd->isas; local
1180 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...]
epiphany-desc.c 2050 CGEN_BITSET *isas = cd->isas; local
2143 CGEN_BITSET *isas = 0; \/* 0 = "unspecified" *\/ local
    [all...]
iq2000-desc.c 1961 CGEN_BITSET *isas = cd->isas; local
2054 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...]
iq2000-dis.c 562 prev_isa = cd->isas;
lm32-dis.c 520 prev_isa = cd->isas;
or1k-dis.c 514 prev_isa = cd->isas;
xstormy16-dis.c 541 prev_isa = cd->isas;
cgen-dis.in 412 prev_isa = cd->isas;
  /frameworks/native/cmds/installd/
dexopt.h 97 const std::string& pkgname, int uid, const std::vector<std::string>& isas,
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 510 String[] isas, @Nullable String volumeUuid, int flags) throws InstallerException {
511 for (int i = 0; i < isas.length; i++) {
512 assertValidInstructionSet(isas[i]);
516 return mInstalld.reconcileSecondaryDexFile(apkPath, packageName, uid, isas,
  /frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl 93 int uid, in @utf8InCpp String[] isas, @nullable @utf8InCpp String volume_uuid,
  /toolchain/binutils/binutils-2.27/include/opcode/
cgen.h 1206 CGEN_BITSET *isas; member in struct:cgen_cpu_desc
    [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...]
  /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...]

Completed in 2416 milliseconds

1 2