Searched refs:dl (Results 251 - 275 of 311) sorted by relevance

<<111213

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp709 DebugLoc dl = Load->getDebugLoc(); local
711 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, VT, SDValue(ExtLoad, 0));
728 DebugLoc dl = Op.getDebugLoc(); local
736 return DAG.getExtLoad(ExtType, dl, PVT,
747 return DAG.getNode(ISD::AssertSext, dl, PVT,
751 return DAG.getNode(ISD::AssertZext, dl, PVT,
757 return DAG.getNode(ExtOpc, dl, PVT, Op);
763 return DAG.getNode(ISD::ANY_EXTEND, dl, PVT, Op);
770 DebugLoc dl = Op.getDebugLoc(); local
779 return DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, NewO
785 DebugLoc dl = Op.getDebugLoc(); local
848 DebugLoc dl = Op.getDebugLoc(); local
895 DebugLoc dl = Op.getDebugLoc(); local
951 DebugLoc dl = Op.getDebugLoc(); local
6007 DebugLoc dl = N->getDebugLoc(); local
6164 DebugLoc dl = N->getDebugLoc(); local
8399 DebugLoc dl = N->getDebugLoc(); local
8668 DebugLoc dl = N->getDebugLoc(); local
8770 DebugLoc dl = N->getDebugLoc(); local
8835 DebugLoc dl = N->getDebugLoc(); local
9222 DebugLoc dl = N->getDebugLoc(); local
[all...]
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp438 DebugLoc dl; // FIXME: this is nowhere local
441 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl);
950 DebugLoc dl; // FIXME: this is nowhere local
952 TII->InsertBranch(*BB, ToBB, NULL, NoCond, dl);
1101 DebugLoc dl; // FIXME: this is nowhere local
1165 TII->InsertBranch(*BBI.BB, CvtBBI->FalseBB, NULL, RevCond, dl);
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp2040 DocumentLoader* dl = m_documentLoader.get(); local
2102 m_documentLoader->writer()->setMIMEType(dl->responseMIMEType());
2255 RefPtr<DocumentLoader> dl = activeDocumentLoader(); local
2256 dl->finishedLoading();
2257 if (!dl->mainDocumentError().isNull() || !dl->frameLoader())
2259 dl->setPrimaryLoadComplete(true);
2260 m_client->dispatchDidLoadMainResource(dl.get());
2465 DocumentLoader* dl = m_documentLoader.get(); local
2466 if (!dl || (d
[all...]
/external/elfutils/libelf/
H A DMakefile.am142 version_xlate.h gnuhash_xlate.h note_xlate.h dl-hash.h
/external/libppp/src/
H A Dether.c418 datalink_Down(p->dl, CLOSE_NORMAL);
603 TUN_NAME, p->dl->bundle->unit);
H A Dlqr.c177 datalink_Down(p->dl, CLOSE_NORMAL);
192 datalink_Down(p->dl, CLOSE_NORMAL);
H A Dchat.c658 strncpy(result, c->physical->dl->bundle->cfg.auth.key, reslen);
672 strncpy(result, c->physical->dl->bundle->cfg.auth.name, reslen);
732 physical->dl->bundle, 0, getpid());
H A Dauth.c397 datalink_AuthNotOk(authp->physical->dl);
H A Dexec.c330 p->dl->bundle, 0, realpid);
/external/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp367 DebugLoc dl,
377 BuildMI(MBB, MBBI, dl, TII.get(ARM::LDRcp))
365 emitLoadConstPool(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, DebugLoc dl, unsigned DestReg, unsigned SubIdx, int Val, ARMCC::CondCodes Pred, unsigned PredReg, unsigned MIFlags) const argument
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp675 AliasSetTracker &ast, DebugLoc dl, int alignment,
679 AST(ast), DL(dl), Alignment(alignment), TBAATag(TBAATag) {}
670 LoopPromoter(Value *SP, const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, SmallPtrSet<Value*, 4> &PMA, SmallVectorImpl<BasicBlock*> &LEB, SmallVectorImpl<Instruction*> &LIP, AliasSetTracker &ast, DebugLoc dl, int alignment, MDNode *TBAATag) argument
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm477 mov dl, [esi+2]
480 mov [edi+2],dl
766 mov dl, [esi+2]
769 mov [edi+2],dl
/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp197 extern constexpr void (D::*dl)() = &D::l; member in namespace:MemberPtr
/external/e2fsprogs/e2fsck/
H A Ddict.c1289 dict_load_t dl; local
1301 dict_load_begin(&dl, d);
1338 dict_load_next(&dl, dn, key);
1347 dict_load_end(&dl);
/external/e2fsprogs/lib/blkid/
H A Dprobe.c1078 struct oracle_asm_disk_label *dl; local
1080 dl = (struct oracle_asm_disk_label *)buf;
1082 blkid_set_tag(probe->dev, "LABEL", dl->dl_id, sizeof(dl->dl_id));
/external/openssl/crypto/bn/
H A Dbn_asm.c241 BN_ULONG dh,dl,q,ret=0,th,tl,t; local
259 dl=(d&BN_MASK2l);
268 tl=dl*q;
279 tl-=dl;
/external/valgrind/main/none/tests/amd64/
H A Dgen_insn_test.pl59 dl => 7, dx => 7, edx => 7, rdx => 7,
72 dl => "r8", dh => "r8", dx => "r16", edx => "r32", rdx => "r64"
79 # { r8 => "dl", r16 => "dx", r32 => "edx", r64 => "rdx" },
94 { r8 => "dl", r16 => "dx", r32 => "edx", r64 => "rdx" },
/external/valgrind/main/none/tests/x86/
H A Dgen_insn_test.pl54 dl => 3, dx => 3, edx => 3,
67 dl => "r8", dh => "r8", dx => "r16", edx => "r32"
74 { r8 => "dl", r16 => "dx", r32 => "edx" },
/external/qemu-pc-bios/vgabios/
H A Dclext.c1087 mov ah, dl ;; dx=window address in granularity variable
1101 mov dl, al ;; dx=window address in granularity variable
1134 mov dl, al variable
1269 add dl, al variable
1474 mov dl, bl variable
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c789 Bit8u bl, bh, dl, dh, cl, ch, al, ah; member in struct:__anon12102::__anon12103::__anon12105
808 Bit8u dl, dh; member in struct:__anon12106::__anon12107::__anon12110
4361 regs.u.r8.dl = mouse_data3;
4646 regs.u.r8.dl = inb_cmos(0x34);
6066 /* basic checks : emulation should be active, dl should equal the emulated drive */
6249 outLBA(cylinder,hd_heads,head,hd_sectors,sector,dl)
6255 Bit16u dl;
6286 mov bl,14[bp] // dl
8062 mov dl, _int19_function.bootdrv + 2[bp] local
8143 ;; Set the magic number in ax and the boot drive in dl
8145 mov dl, _int19_function.bootdrv + 0[bp] local
8507 cmp al,dl ;; int13 on emulated drive local
8525 and dl,#0xE0 ;; mask to get device class, including cdroms local
8526 cmp al,dl ;; al is 0x00 or 0x80 local
8539 dec dl ;; real drive is dl - 1 local
8575 test dl, #0x80 local
8585 cmp dl, #0xE0 local
8858 mov dl, al ;; DL = sectors local
9002 mov dl, al ;; DL = sectors local
[all...]
/external/openssl/crypto/bf/asm/
H A Dbf-586.S776 movb 4(%esi),%dl
856 movb %dl,6(%edi)
861 movb %dl,4(%edi)
/external/eigen/doc/
H A Deigendoxy.css3 body, table, div, p, dl {
130 dl.el {
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h521 DebugLoc dl) const {
/external/quake/quake/src/WinQuake/
H A Dsys_dos.cpp596 regs.h.dl = 0;
/external/icu4c/
H A Dicu4c.css120 p,pre,table,ul,ol,dl {

Completed in 536 milliseconds

<<111213