Home
last modified time | relevance | path

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

12345

/NextBSD/contrib/llvm/lib/Target/X86/
HDX86InstrShiftRotate.td19 let Uses = [CL] in {
22 [(set GR8:$dst, (shl GR8:$src1, CL))], IIC_SR>;
25 [(set GR16:$dst, (shl GR16:$src1, CL))], IIC_SR>, OpSize16;
28 [(set GR32:$dst, (shl GR32:$src1, CL))], IIC_SR>, OpSize32;
31 [(set GR64:$dst, (shl GR64:$src1, CL))], IIC_SR>;
32 } // Uses = [CL]
70 // FIXME: Why do we need an explicit "Uses = [CL]" when the instr has a pattern
71 // using CL?
72 let Uses = [CL] in {
75 [(store (shl (loadi8 addr:$dst), CL), addr:$dst)], IIC_SR>;
[all …]
HDX86RegisterInfo.cpp620 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
632 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
633 return X86::CL; in getX86SubSuperRegisterOrZero()
669 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
705 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
741 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
HDX86RegisterInfo.td50 def CL : X86Reg<"cl", 1>;
80 def CX : X86Reg<"cx", 1, [CL,CH]>;
329 (add AL, CL, DL, AH, CH, DH, BL, BH, SIL, DIL, BPL, SPL,
369 def GR8_ABCD_L : RegisterClass<"X86", [i8], 8, (add AL, CL, DL, BL)>;
382 (add AL, CL, DL, AH, CH, DH, BL, BH)> {
/NextBSD/contrib/netbsd-tests/lib/libc/sys/
HDt_clock_gettime.c99 #define CL(x) \ in check_timecounter() macro
107 CL(clock_gettime(CLOCK_REALTIME, &tsa)); in check_timecounter()
110 CL(time(&endlimit)); in check_timecounter()
116 CL(clock_gettime(CLOCK_REALTIME, &tsb)); in check_timecounter()
155 #undef CL in check_timecounter()
/NextBSD/sys/boot/efi/libefi/
HDefi_console.c49 static void CL(int);
215 CL(0); /* clear current line from cursor to end */ in CD()
218 CL(0); in CD()
250 CL(int direction) in CL() function
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDStackAddrEscapeChecker.cpp55 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName() local
58 << SM.getExpansionLineNumber(CL->getLocStart()) in genName()
60 range = CL->getSourceRange(); in genName()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDExprEngineC.cpp410 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr() argument
418 const Expr *Init = CL->getInitializer(); in VisitCompoundLiteralExpr()
419 SVal V = State->getSVal(CL->getInitializer(), LCtx); in VisitCompoundLiteralExpr()
425 Loc CLLoc = State->getLValue(CL, LCtx); in VisitCompoundLiteralExpr()
436 if (CL->isGLValue() || CL->getType()->isArrayType()) in VisitCompoundLiteralExpr()
440 B.generateNode(CL, Pred, State->BindExpr(CL, LCtx, V)); in VisitCompoundLiteralExpr()
HDMemRegion.cpp292 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()
296 const CompoundLiteralExpr *CL, in ProfileRegion() argument
299 ID.AddPointer(CL); in ProfileRegion()
481 os << "{ " << (const void*) CL << " }"; in dumpToStream()
889 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, in getCompoundLiteralRegion() argument
894 if (CL->isFileScope()) in getCompoundLiteralRegion()
902 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
/NextBSD/usr.bin/tip/tip/
HDremote.c205 if (cgetnum(bp, "cl", &CL) == -1) in getremcap()
206 CL = 0; in getremcap()
HDvars.c105 "cdelay", (char *)&CL },
HDtip.h89 long CL; /* char delay for file transfers to remote */ variable
/NextBSD/contrib/apr-util/test/
HDMakefile.win80 CL = cl.exe
124 $(CL) $(CFLAGS) -c $< -Fd$(INTDIR)\ $(INCLUDES)
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDMemRegion.h816 const CompoundLiteralExpr *CL; variable
819 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) {} in CompoundLiteralRegion()
822 const CompoundLiteralExpr *CL,
826 return CL->getType(); in getValueType()
829 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable()
835 const CompoundLiteralExpr *getLiteralExpr() const { return CL; } in getLiteralExpr()
1187 getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
HDStore.h91 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral() argument
93 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC)); in getLValueCompoundLiteral()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeTypesGeneric.cpp519 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
525 CL = CH = Cond; in SplitRes_SELECT()
530 GetSplitVector(Cond, CL, CH); in SplitRes_SELECT()
532 std::tie(CL, CH) = DAG.SplitVector(Cond, dl); in SplitRes_SELECT()
535 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL); in SplitRes_SELECT()
/NextBSD/libexec/getty/
HDmain.c307 if (CL && *CL) in main()
308 putpad(CL); in main()
/NextBSD/contrib/groff/font/devdvi/generate/
HDtexsy.map124 124 CL
/NextBSD/contrib/groff/font/devdvi/
HDS146 CL 815562,728178,135926 3 0174
/NextBSD/contrib/groff/font/devX100-12/
HDS117 CL 12,9,1 0 0247
/NextBSD/contrib/groff/font/devX75-12/
HDS117 CL 9,6,1 0 0247
/NextBSD/contrib/groff/font/devX100/
HDS117 CL 11,7 0 0247
/NextBSD/contrib/groff/font/devX75/
HDS117 CL 7,5 0 0247
/NextBSD/contrib/binutils/opcodes/
HDi386-dis.c278 #define CL { OP_IMREG, cl_reg } macro
1096 { "shldS", { Ev, Gv, CL } },
1105 { "shrdS", { Ev, Gv, CL } },
1631 { "rolA", { Eb, CL } },
1632 { "rorA", { Eb, CL } },
1633 { "rclA", { Eb, CL } },
1634 { "rcrA", { Eb, CL } },
1635 { "shlA", { Eb, CL } },
1636 { "shrA", { Eb, CL } },
1638 { "sarA", { Eb, CL } },
[all …]
/NextBSD/sys/i386/i386/
HDdb_disasm.c66 #define CL 12 /* cl, for shifts */ macro
324 /*a5*/ { "shld", TRUE, LONG, op3(CL,R,E), 0 },
333 /*ad*/ { "shrd", TRUE, LONG, op3(CL,R,E), 0 },
815 /*d2*/ { "", TRUE, BYTE, op2(CL, E), db_Grp2 },
816 /*d3*/ { "", TRUE, LONG, op2(CL, E), db_Grp2 },
1390 case CL: in db_disasm()
/NextBSD/usr.sbin/makefs/cd9660/
HDiso9660_rrip.h184 ISO_RRIP_CLINK CL; member

12345