Home
last modified time | relevance | path

Searched refs:CST (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/test/CodeGen/X86/
Dvec_uint_to_fp.ll1 …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/
D2002-12-15-StructParameters.c14 compile_stack_type CST; in test() local
15 foo(&CST); in test()
17 bar(CST, 12); in test()
/external/icu/icu4c/source/tools/tzcode/
Dicuzones29 Zone SystemV/CST6 -6:00 - CST
50 Link America/Chicago CST
/external/icu/icu4c/source/data/zone/
DtzdbNames.txt62 ss{"CST"}
201 ss{"CST"}
224 ss{"CST"}
616 ss{"CST"}
Des_US.txt26 ss{"CST"}
Den_CA.txt26 ss{"CST"}
Dchr.txt28 ss{"CST"}
Den.txt96 ss{"CST"}
/external/llvm/docs/HistoricalNotes/
D2001-02-13-Reference-Memory.txt1 Date: Tue, 13 Feb 2001 13:29:52 -0600 (CST)
D2001-02-06-TypeNotationDebateResp2.txt1 Date: Thu, 8 Feb 2001 14:31:05 -0600 (CST)
D2001-02-06-TypeNotationDebate.txt1 Date: Tue, 6 Feb 2001 20:27:37 -0600 (CST)
D2000-11-18-EarlyDesignIdeas.txt1 Date: Sat, 18 Nov 2000 09:19:35 -0600 (CST)
D2000-11-18-EarlyDesignIdeasResp.txt1 Date: Sun, 19 Nov 2000 16:23:57 -0600 (CST)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneAliases.txt150 CST ; America/Chicago
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1777 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/
Djsilver.sablecc153 * This is the Concrete Syntax Tree (CST).
159 * So, the CST also contains transformation rules ({->x}) to
/external/llvm/docs/
DLangRef.rst2665 ``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/
Dtracking-fn-entry-exit.txt87 replacing current LD/ST with a CLD/CST (Client Load/Store) with pointer
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch766 +#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/
Dcast.ll1050 ; CHECK: [[CST:%.*]] = trunc i32 [[SHR]] to i8
1062 ; CHECK: [[CST:%.*]] = trunc i32 [[SHR]] to i8
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp431 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/
DLegalizeIntegerTypes.cpp2587 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/
Dzoneinfo64.txt2049 /* 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/
DPPCISelLowering.cpp10681 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/
DChangeLog934 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>

12