HomeSort by relevance Sort by last modified time
    Searched refs:ET (Results 26 - 50 of 67) sorted by null

12 3

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 151 inline unsigned getExtendEncoding(AArch64_AM::ShiftExtendType ET) {
152 switch (ET) {
170 static inline unsigned getArithExtendImm(AArch64_AM::ShiftExtendType ET,
173 return (getExtendEncoding(ET) << 3) | (Imm & 0x7);
200 static inline unsigned getMemExtendImm(AArch64_AM::ShiftExtendType ET,
202 return (getExtendEncoding(ET) << 1) | unsigned(DoShift);
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 936 AArch64_AM::ShiftExtendType ET = getShiftExtendType();
937 return (ET == AArch64_AM::UXTB || ET == AArch64_AM::SXTB ||
938 ET == AArch64_AM::UXTH || ET == AArch64_AM::SXTH ||
939 ET == AArch64_AM::UXTW || ET == AArch64_AM::SXTW ||
940 ET == AArch64_AM::UXTX || ET == AArch64_AM::SXTX ||
941 ET == AArch64_AM::LSL) &
    [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 525 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr());
527 slangAssert(ET && "Failed to export a kernel");
529 slangAssert((ET->getClass() == RSExportType::ExportClassRecord) &&
532 FE->mParamPacketType = static_cast<RSExportRecordType *>(ET);
slang.cpp 467 RSExportType *ET = static_cast<RSExportType *>(RSE);
468 if (ET->getClass() != RSExportType::ExportClassRecord)
471 RSExportRecordType *ERT = static_cast<RSExportRecordType *>(ET);
  /external/icu/icu4c/source/test/cintltst/
cbididat.c 22 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON",
29 /* L R EN ES ET AN CS B S WS ON */
114 R, EN, NSM, ET
307 RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE, ON, EN, B
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestData.java 25 protected static final int ET = UCharacterDirection.EUROPEAN_NUMBER_TERMINATOR;
47 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON",
57 { R, EN, NSM, ET }, // 5
97 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
  /external/icu/icu4c/source/common/
ubidiimp.h 41 ET= U_EUROPEAN_NUMBER_TERMINATOR, /* 4 */
97 #define MASK_POSSIBLE_N (DIRPROP_FLAG(ON)|DIRPROP_FLAG(CS)|DIRPROP_FLAG(ES)|DIRPROP_FLAG(ET)|MASK_WS)
  /external/llvm/lib/IR/
DebugInfo.cpp 136 for (auto *ET : CU->getEnumTypes())
137 processType(ET);
  /external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
cloudstorage_api.py 32 import xml.etree.cElementTree as ET
332 root = ET.fromstring(content)
445 for _, e in ET.iterparse(result, events=('end',)):
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 643 Type* ET = AT->getElementType();
644 printType(ET);
646 std::string elemName(getCppName(ET));
656 Type* ET = PT->getElementType();
657 printType(ET);
659 std::string elemName(getCppName(ET));
669 Type* ET = PT->getElementType();
670 printType(ET);
672 std::string elemName(getCppName(ET));
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
ExprCXX.h     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
ASTContext.cpp     [all...]
ASTDiagnostic.cpp 36 if (const ElaboratedType *ET = dyn_cast<ElaboratedType>(Ty)) {
37 QT = ET->desugar();
    [all...]
StmtPrinter.cpp     [all...]
  /external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 213 ~c270=ET # Ethiopia
rel.conf 219 ~c200,~c270=ET # Ethiopia
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 205 llvm::Type *ET = PT->getElementType();
206 uint64_t ETSize = DL->getTypeAllocSize(ET);
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 651 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 549 if (const EnumType *ET = E->getType()->getAs<EnumType>()) {
550 return ET->getDecl();
    [all...]
SemaStmt.cpp     [all...]
SemaExprCXX.cpp     [all...]

Completed in 1731 milliseconds

12 3