Home
last modified time | relevance | path

Searched refs:CL (Results 1 – 25 of 132) sorted by relevance

123456

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrShiftRotate.td18 let Uses = [CL], SchedRW = [WriteShiftCL] in {
21 [(set GR8:$dst, (shl GR8:$src1, CL))]>;
24 [(set GR16:$dst, (shl GR16:$src1, CL))]>, OpSize16;
27 [(set GR32:$dst, (shl GR32:$src1, CL))]>, OpSize32;
30 [(set GR64:$dst, (shl GR64:$src1, CL))]>;
31 } // Uses = [CL], SchedRW
68 // FIXME: Why do we need an explicit "Uses = [CL]" when the instr has a pattern
69 // using CL?
70 let Uses = [CL], SchedRW = [WriteShiftCLLd, WriteRMW] in {
73 [(store (shl (loadi8 addr:$dst), CL), addr:$dst)]>;
[all …]
/openbsd-src/regress/lib/libc/sys/
H A Dt_clock_gettime.c89 #define CL(x) \ in check_timecounter() macro
97 CL(clock_gettime(CLOCK_REALTIME, &tsa)); in check_timecounter()
100 CL(time(&endlimit)); in check_timecounter()
106 CL(clock_gettime(CLOCK_REALTIME, &tsb)); in check_timecounter()
145 #undef CL in check_timecounter()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp33 namespace CL = SPIRV::OpenCLExtInst;
168 MachineInstr &I, CL::OpenCLExtInst CLInst) const;
170 MachineInstr &I, CL::OpenCLExtInst CLInst,
335 return selectExtInst(ResVReg, ResType, I, CL::s_min, GL::SMin); in spvSelect()
337 return selectExtInst(ResVReg, ResType, I, CL::u_min, GL::UMin); in spvSelect()
340 return selectExtInst(ResVReg, ResType, I, CL::s_max, GL::SMax); in spvSelect()
342 return selectExtInst(ResVReg, ResType, I, CL::u_max, GL::UMax); in spvSelect()
345 return selectExtInst(ResVReg, ResType, I, CL::fma, GL::Fma); in spvSelect()
348 return selectExtInst(ResVReg, ResType, I, CL::pow, GL::Pow); in spvSelect()
350 return selectExtInst(ResVReg, ResType, I, CL::pown); in spvSelect()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorLexer.h175 void setConditionalLevels(ArrayRef<PPConditionalInfo> CL) { in setConditionalLevels() argument
177 ConditionalStack.append(CL.begin(), CL.end()); in setConditionalLevels()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclOpenMP.cpp59 ArrayRef<OMPClause *> CL) { in Create() argument
61 C, DC, CL, VL.size(), L); in Create()
87 ArrayRef<OMPClause *> CL) { in Create() argument
88 return OMPDeclarativeDirective::createDirective<OMPRequiresDecl>(C, DC, CL, 0, in Create()
H A DStmtCXX.cpp51 SourceLocation CAL, SourceLocation CL, in CXXForRangeStmt() argument
53 : Stmt(CXXForRangeStmtClass), ForLoc(FL), CoawaitLoc(CAL), ColonLoc(CL), in CXXForRangeStmt()
/openbsd-src/gnu/usr.bin/perl/lib/unicore/auxiliary/
H A DLBTest.txt53 × 0023 × 007D ÷ # × [0.3] NUMBER SIGN (AL) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3]
54 …× 007D ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3]
55 …3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [13.03] RIGHT CURLY BRACKET (CL) ÷ [0.3]
56 …× [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3]
225 × 2014 × 007D ÷ # × [0.3] EM DASH (B2) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3]
226 …020 × 007D ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3]
227 … [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM1_CM) × [13.03] RIGHT CURLY BRACKET (CL) ÷ [0.3]
228 …× [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3]
397 × 0009 × 007D ÷ # × [0.3] <CHARACTER TABULATION> (BA) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3]
398 … × [0.3] <CHARACTER TABULATION> (BA) × [7.01] SPACE (SP) × [13.02] RIGHT CURLY BRACKET (CL) ÷ [0.3]
[all …]
/openbsd-src/games/hack/
H A Dhack.termcap.c71 static char *HO, *CL, *CE, *UP, *CM, *ND, *XD, *BC, *SO, *SE, *TI, *TE; variable
113 if(!(CL = tgetstr("cl", &tbufptr))) in startup()
270 xputs(CL); in clr_screen()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp507 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local
514 CL = CH = Cond; in SplitRes_Select()
517 std::tie(CL, CH) = DAG.SplitVector(Res, dl); in SplitRes_Select()
522 GetSplitVector(Cond, CL, CH); in SplitRes_Select()
533 std::tie(CL, CH) = DAG.SplitVector(Cond, dl); in SplitRes_Select()
535 SplitVecRes_SETCC(Cond.getNode(), CL, CH); in SplitRes_Select()
537 std::tie(CL, CH) = DAG.SplitVector(Cond, dl); in SplitRes_Select()
541 Lo = DAG.getNode(Opcode, dl, LL.getValueType(), CL, LL, RL); in SplitRes_Select()
550 Lo = DAG.getNode(Opcode, dl, LL.getValueType(), CL, LL, RL, EVLLo); in SplitRes_Select()
/openbsd-src/libexec/getty/
H A Dmain.c302 if (CL && *CL) in main()
303 putpad(CL); in main()
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DRangesMajorFeatures.csv1 Standard,Name,Assignee,CL,Status
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D3474.key24 I8+t0HkCgYEA6liPKxP+CL+RU5ADcU7HmlRMzxWpgOrCHt+vyAuUWZCTpequmVFR
H A D1104.key3 jNWUrk2vlM/d2KJj7M1h3v1wUTuEpTYcy05DF1ifmQWU5pRp2Yi/CL/7n7VK/3Pn
H A D2095.key20 qYPellwBJgNjQy5ar2qYl/d/n+LnJgP4d+v5QRONBI95WubR+gP0F8faYWdkB/CL
H A D740.chain11 Gnj5W3u9kYmhCXWjFIN875BDyDaCTo0s+CL/Od03w+IYed0U9Pe9anp4e2nNuy8F
H A D2807.chain12 NfzJBiPwcTdjbOz2If/gMf+jk7W8HAUu8kEch1mEWX5sg/CL+N6R+WEwk7ctHNy5
H A D226.chain11 CL+Ju5IrU/2dBaDmgmKfqaaGCXpzwXaa+i96OUVFV6ROkjq8sz4oMmY09blvpXJP
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h139 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral() argument
141 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC)); in getLValueCompoundLiteral()
H A DMemRegion.h893 const CompoundLiteralExpr *CL; variable
897 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) { in CompoundLiteralRegion()
904 const CompoundLiteralExpr *CL,
908 QualType getValueType() const override { return CL->getType(); } in getValueType()
910 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable()
917 const CompoundLiteralExpr *getLiteralExpr() const { return CL; } in getLiteralExpr()
1421 getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DLineBreak.txt21 # "AI", "AL", "B2", "BA", "BB", "CB", "CJ", "CL", "CP", "EB",
92 007D;CL # Pe RIGHT CURLY BRACKET
574 0F3B;CL # Pe TIBETAN MARK GUG RTAGS GYAS
576 0F3D;CL # Pe TIBETAN MARK ANG KHANG GYAS
678 169C;CL # Pe OGHAM REVERSED FEATHER MARK
931 2046;CL # Pe RIGHT SQUARE BRACKET WITH QUILL
953 207E;CL # Pe SUPERSCRIPT RIGHT PARENTHESIS
960 208E;CL # Pe SUBSCRIPT RIGHT PARENTHESIS
1115 2309;CL # Pe RIGHT CEILING
1117 230B;CL # Pe RIGHT FLOOR
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/unicore/extracted/
H A DDLineBreak.txt175 007D ; CL # Pe RIGHT CURLY BRACKET
176 0F3B ; CL # Pe TIBETAN MARK GUG RTAGS GYAS
177 0F3D ; CL # Pe TIBETAN MARK ANG KHANG GYAS
178 169C ; CL # Pe OGHAM REVERSED FEATHER MARK
179 2046 ; CL # Pe RIGHT SQUARE BRACKET WITH QUILL
180 207E ; CL # Pe SUPERSCRIPT RIGHT PARENTHESIS
181 208E ; CL # Pe SUBSCRIPT RIGHT PARENTHESIS
182 2309 ; CL # Pe RIGHT CEILING
183 230B ; CL # Pe RIGHT FLOOR
184 232A ; CL # Pe RIGHT-POINTING ANGLE BRACKET
[all …]
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp78 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName() local
81 << SM.getExpansionLineNumber(CL->getBeginLoc()) << " returned to caller"; in genName()
82 range = CL->getSourceRange(); in genName()
/openbsd-src/regress/lib/libcrypto/certs/13a/
H A Droots.pem28 MTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM/CL/CQq55gNeXWbRin
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp547 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr() argument
555 const Expr *Init = CL->getInitializer(); in VisitCompoundLiteralExpr()
556 SVal V = State->getSVal(CL->getInitializer(), LCtx); in VisitCompoundLiteralExpr()
562 Loc CLLoc = State->getLValue(CL, LCtx); in VisitCompoundLiteralExpr()
565 if (CL->isGLValue()) in VisitCompoundLiteralExpr()
569 B.generateNode(CL, Pred, State->BindExpr(CL, LCtx, V)); in VisitCompoundLiteralExpr()
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Di386-dis.c267 #define CL OP_IMREG, cl_reg macro
961 { "shldS", Ev, Gv, CL },
970 { "shrdS", Ev, Gv, CL },
1291 { "rolA", Eb, CL, XX },
1292 { "rorA", Eb, CL, XX },
1293 { "rclA", Eb, CL, XX },
1294 { "rcrA", Eb, CL, XX },
1295 { "shlA", Eb, CL, XX },
1296 { "shrA", Eb, CL, XX },
1298 { "sarA", Eb, CL, XX },
[all …]

123456