Searched refs:CST (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-ia64-opc.c426 #define CST IA64_OPND_CLASS_CST macro
438 { CST, ins_const, ext_const, "NIL", {{ 0, 0}}, 0, "<none>" },
439 { CST, ins_const, ext_const, "ar.csd", {{ 0, 0}}, 0, "ar.csd" },
440 { CST, ins_const, ext_const, "ar.ccv", {{ 0, 0}}, 0, "ar.ccv" },
441 { CST, ins_const, ext_const, "ar.pfs", {{ 0, 0}}, 0, "ar.pfs" },
442 { CST, ins_const, ext_const, "1", {{ 0, 0}}, 0, "1" },
443 { CST, ins_const, ext_const, "8", {{ 0, 0}}, 0, "8" },
444 { CST, ins_const, ext_const, "16", {{ 0, 0}}, 0, "16" },
445 { CST, ins_const, ext_const, "r0", {{ 0, 0}}, 0, "r0" },
446 { CST, ins_cons
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dicuzones29 Zone SystemV/CST6 -6:00 - CST
50 Link America/Chicago CST
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dverilog.vim4 " Last Change: Wed Sep 3 15:24:49 CST 2008
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddcd.vim24 syn match dcdConditional display "\(CST\)\#" "\(TST\)\#"
H A Dverilogams.vim10 " Last Update: Thursday September 15 15:36:03 CST 2005
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp34 // non-constant operand of the multiply, and set CST to point to the multiplier.
37 static inline Value *dyn_castFoldableMul(Value *V, ConstantInt *&CST) { argument
45 if ((CST = dyn_cast<ConstantInt>(I->getOperand(1))))
48 if ((CST = dyn_cast<ConstantInt>(I->getOperand(1)))) {
49 // The multiplier is really 1 << CST.
51 uint32_t CSTVal = CST->getLimitedValue(BitWidth);
52 CST = ConstantInt::get(V->getType()->getContext(),
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_time_tz.rb307 America/Managua Thu Sep 24 05:00:00 1992 UTC = Wed Sep 23 23:00:00 1992 CST isdst=0 gmtoff=-21600
308 America/Managua Fri Jan 1 05:59:59 1993 UTC = Thu Dec 31 23:59:59 1992 CST isdst=0 gmtoff=-21600
311 America/Managua Wed Jan 1 05:00:00 1997 UTC = Tue Dec 31 23:00:00 1996 CST isdst=0 gmtoff=-21600
/macosx-10.10.1/vim-55/runtime/indent/
H A Dcdl.vim3 " Last Change: Fri Nov 30 13:35:48 2001 CST
H A Dverilog.vim3 " Last Change: Wed Oct 31 16:13:11 CST 2001
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dtime.rb102 'CST' => -6, 'CDT' => -5,
291 # understand all of them. For example, the abbreviation "CST" is
435 UT|GMT|EST|EDT|CST|CDT|MST|MDT|PST|PDT|[A-IK-Z])/ix =~ date
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp1778 Constant *CST = IV.isConstant() ? local
1780 DEBUG(dbgs() << "*** Arg " << *AI << " = " << *CST <<"\n"); local
1784 AI->replaceAllUsesWith(CST);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgetdate.c2484 { "CST", tZONE, -HOUR ( 6) }, /* Central Standard */
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2524 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(NewRHS))
2525 if ((CCCode == ISD::SETLT && CST->isNullValue()) || // X < 0
2526 (CCCode == ISD::SETGT && CST->isAllOnesValue())) { // X > -1
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5861 ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op); local
5862 if (!CST) return; // Must be an immediate to match.
5863 unsigned Value = CST->getZExtValue();
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/mime/
H A Dmime.tcl3524 set z1 [list UT GMT EST EDT CST CDT MST MDT PST PDT]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp16749 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op)) {
16751 Result = DAG.getTargetConstant(CST->getSExtValue(), MVT::i64);

Completed in 519 milliseconds