/external/llvm/test/CodeGen/X86/ |
D | vec_uint_to_fp.ll | 1 …riple=x86_64-apple-macosx | FileCheck --check-prefix=CHECK --check-prefix=SSE --check-prefix=CST %s 2 …-macosx -mattr=+sse4.1 | FileCheck --check-prefix=CHECK --check-prefix=SSE41 --check-prefix=CST %s 3 …-apple-macosx -mattr=+avx | FileCheck --check-prefix=CHECK --check-prefix=AVX --check-prefix=CST %s 13 ; CST: [[LOWCSTADDR:LCPI0_[0-9]+]]: 14 ; CST-NEXT: .long 1258291200 ## 0x4b000000 15 ; CST-NEXT: .long 1258291200 ## 0x4b000000 16 ; CST-NEXT: .long 1258291200 ## 0x4b000000 17 ; CST-NEXT: .long 1258291200 ## 0x4b000000 19 ; CST: [[HIGHCSTADDR:LCPI0_[0-9]+]]: 20 ; CST-NEXT: .long 1392508928 ## 0x53000000 [all …]
|
/external/clang/test/CodeGen/ |
D | 2002-12-15-StructParameters.c | 14 compile_stack_type CST; in test() local 15 foo(&CST); in test() 17 bar(CST, 12); in test()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | icuzones | 29 Zone SystemV/CST6 -6:00 - CST 50 Link America/Chicago CST
|
/external/icu/icu4c/source/data/zone/ |
D | tzdbNames.txt | 62 ss{"CST"} 201 ss{"CST"} 224 ss{"CST"} 616 ss{"CST"}
|
D | es_US.txt | 26 ss{"CST"}
|
D | en_CA.txt | 26 ss{"CST"}
|
D | chr.txt | 28 ss{"CST"}
|
D | en.txt | 96 ss{"CST"}
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-13-Reference-Memory.txt | 1 Date: Tue, 13 Feb 2001 13:29:52 -0600 (CST)
|
D | 2001-02-06-TypeNotationDebateResp2.txt | 1 Date: Thu, 8 Feb 2001 14:31:05 -0600 (CST)
|
D | 2001-02-06-TypeNotationDebate.txt | 1 Date: Tue, 6 Feb 2001 20:27:37 -0600 (CST)
|
D | 2000-11-18-EarlyDesignIdeas.txt | 1 Date: Sat, 18 Nov 2000 09:19:35 -0600 (CST)
|
D | 2000-11-18-EarlyDesignIdeasResp.txt | 1 Date: Sun, 19 Nov 2000 16:23:57 -0600 (CST)
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 150 CST ; America/Chicago
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1777 Constant *CST = IV.isConstant() ? in runOnModule() local 1779 DEBUG(dbgs() << "*** Arg " << *AI << " = " << *CST <<"\n"); in runOnModule() 1783 AI->replaceAllUsesWith(CST); in runOnModule()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | jsilver.sablecc | 153 * This is the Concrete Syntax Tree (CST). 159 * So, the CST also contains transformation rules ({->x}) to
|
/external/llvm/docs/ |
D | LangRef.rst | 2665 ``trunc (CST to TYPE)`` 2666 Truncate a constant to another type. The bit size of CST must be 2668 ``zext (CST to TYPE)`` 2669 Zero extend a constant to another type. The bit size of CST must be 2671 ``sext (CST to TYPE)`` 2672 Sign extend a constant to another type. The bit size of CST must be 2674 ``fptrunc (CST to TYPE)`` 2676 The size of CST must be larger than the size of TYPE. Both types 2678 ``fpext (CST to TYPE)`` 2679 Floating point extend a constant to another type. The size of CST [all …]
|
/external/valgrind/docs/internals/ |
D | tracking-fn-entry-exit.txt | 87 replacing current LD/ST with a CLD/CST (Client Load/Store) with pointer
|
/external/llvm/patches/ |
D | 0002-Add-basic-Android-configuration.patch | 766 +#define LLVM_CONFIGTIME "Tue May 8 14:22:45 CST 2012" 941 +#define LLVM_CONFIGTIME "Tue May 8 14:22:45 CST 2012" 1740 +#define LLVM_CONFIGTIME "Tue May 8 14:22:45 CST 2012" 1923 +#define LLVM_CONFIGTIME "Tue May 8 14:22:45 CST 2012"
|
/external/llvm/test/Transforms/InstCombine/ |
D | cast.ll | 1050 ; CHECK: [[CST:%.*]] = trunc i32 [[SHR]] to i8 1062 ; CHECK: [[CST:%.*]] = trunc i32 [[SHR]] to i8
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 431 if (Constant *CST = dyn_cast<Constant>(Op->getOperand(1))) { in getBinOpsForFactorization() local 433 RHS = ConstantExpr::getShl(ConstantInt::get(Op->getType(), 1), CST); in getBinOpsForFactorization()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2587 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(NewRHS)) in IntegerExpandSetCCOperands() local 2588 if ((CCCode == ISD::SETLT && CST->isNullValue()) || // X < 0 in IntegerExpandSetCCOperands() 2589 (CCCode == ISD::SETGT && CST->isAllOnesValue())) { // X > -1 in IntegerExpandSetCCOperands()
|
/external/icu/icu4c/source/test/testdata/ |
D | zoneinfo64.txt | 2049 /* CST */ :int { 98 } //Z#370 3153 ,"Brazil/West","CAT","CET","CNT","CST","CST6CDT","CTT" // 372 3690 "US", //Z#370 CST
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 10681 ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op); in LowerAsmOperandForConstraint() local 10682 if (!CST) return; // Must be an immediate to match. in LowerAsmOperandForConstraint() 10683 int64_t Value = CST->getSExtValue(); in LowerAsmOperandForConstraint()
|
/external/libxml2/ |
D | ChangeLog | 934 Fri Jan 11 15:37:05 CST 2008 Daniel Veillard <daniel@veillard.com> 940 Fri Jan 11 15:13:35 CST 2008 Daniel Veillard <daniel@veillard.com> 947 Fri Jan 11 14:48:40 CST 2008 Daniel Veillard <daniel@veillard.com> 952 Fri Jan 11 14:39:03 CST 2008 Daniel Veillard <daniel@veillard.com> 957 Fri Jan 11 14:18:09 CST 2008 Daniel Veillard <daniel@veillard.com> 962 Fri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com> 967 Fri Jan 11 13:22:14 CST 2008 Daniel Veillard <daniel@veillard.com> 975 Wed Jan 9 10:15:50 CST 2008 Daniel Veillard <daniel@veillard.com>
|