Searched refs:dl (Results 176 - 200 of 338) sorted by relevance

1234567891011>>

/external/openssl/crypto/bn/
H A Dbn_lib.c808 common length ( basicall, min(len(a),len(b)) ), and dl, which is the
813 int cl, int dl)
818 if (dl < 0)
820 for (i=dl; i<0; i++)
826 if (dl > 0)
828 for (i=dl; i>0; i--)
812 bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) argument
H A Dbn_lcl.h494 int cl, int dl);
506 int cl, int dl);
508 int cl, int dl);
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp399 DebugLoc dl; // FIXME: this is nowhere local
428 TII->InsertBranch(*this, TBB, nullptr, Cond, dl);
439 TII->InsertBranch(*this, FBB, nullptr, Cond, dl);
442 TII->InsertBranch(*this, TBB, nullptr, Cond, dl);
466 TII->InsertBranch(*this, TBB, nullptr, Cond, dl);
475 TII->InsertBranch(*this, FallthroughBB, nullptr, Cond, dl);
479 TII->InsertBranch(*this, FallthroughBB, nullptr, Cond, dl);
482 TII->InsertBranch(*this, TBB, FallthroughBB, Cond, dl);
684 DebugLoc dl; // FIXME: this is nowhere local
798 MF->getTarget().getInstrInfo()->InsertBranch(*NMBB, Succ, nullptr, Cond, dl);
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp518 DebugLoc dl = I->getDebugLoc(); local
536 BuildMI(MBB, I, dl, get(Mips::MFHC1), DstReg).addReg(SubReg).addReg(
539 BuildMI(MBB, I, dl, get(Mips::MFC1), DstReg).addReg(SubReg);
548 DebugLoc dl = I->getDebugLoc(); local
566 BuildMI(MBB, I, dl, Mtc1Tdd, TRI.getSubReg(DstReg, Mips::sub_lo))
584 BuildMI(MBB, I, dl, get(FP64 ? Mips::MTHC1_D64 : Mips::MTHC1_D32), DstReg)
588 BuildMI(MBB, I, dl, Mtc1Tdd, TRI.getSubReg(DstReg, Mips::sub_hi))
H A DMipsSEISelDAGToDAG.h37 std::pair<SDNode*, SDNode*> selectMULT(SDNode *N, unsigned Opc, SDLoc dl,
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h401 MachineBasicBlock::iterator &MBBI, DebugLoc dl,
407 MachineBasicBlock::iterator &MBBI, DebugLoc dl,
412 MachineBasicBlock::iterator &MBBI, DebugLoc dl,
H A DARMBaseRegisterInfo.h171 DebugLoc dl, unsigned DestReg, unsigned SubIdx,
H A DThumb2SizeReduction.cpp493 DebugLoc dl = MI->getDebugLoc(); local
494 MachineInstrBuilder MIB = BuildMI(MBB, MI, dl, TII->get(Opc));
715 DebugLoc dl = MI->getDebugLoc();
716 MachineInstrBuilder MIB = BuildMI(MBB, MI, dl, NewMCID);
811 DebugLoc dl = MI->getDebugLoc();
812 MachineInstrBuilder MIB = BuildMI(MBB, MI, dl, NewMCID);
/external/chromium_org/third_party/boringssl/linux-x86/crypto/sha/
H A Dsha512-586.S238 movb (%ebp),%dl
241 cmpb $148,%dl
413 movb (%ebp),%dl
416 cmpb $23,%dl
/external/chromium_org/third_party/boringssl/mac-x86/crypto/sha/
H A Dsha512-586.S237 movb (%ebp),%dl
240 cmpb $148,%dl
412 movb (%ebp),%dl
415 cmpb $23,%dl
/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp766 Formattable::adoptDigitList(DigitList *dl) { argument
767 if(fDecimalNum==dl) {
772 fDecimalNum = dl;
774 if(dl==NULL) { // allow adoptDigitList(NULL) to clear
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djdsammmx.asm96 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]
97 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
267 mov dl, JSAMPLE [ecx+(eax-1)*SIZEOF_JSAMPLE]
268 mov JSAMPLE [ecx+eax*SIZEOF_JSAMPLE], dl
269 mov dl, JSAMPLE [ebx+(eax-1)*SIZEOF_JSAMPLE]
270 mov JSAMPLE [ebx+eax*SIZEOF_JSAMPLE], dl
271 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]
272 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
H A Djdsamss2-64.asm91 mov dl, JSAMPLE [rsi+(rax-1)*SIZEOF_JSAMPLE]
92 mov JSAMPLE [rsi+rax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
243 mov dl, JSAMPLE [rcx+(rax-1)*SIZEOF_JSAMPLE]
244 mov JSAMPLE [rcx+rax*SIZEOF_JSAMPLE], dl
245 mov dl, JSAMPLE [rbx+(rax-1)*SIZEOF_JSAMPLE]
246 mov JSAMPLE [rbx+rax*SIZEOF_JSAMPLE], dl
247 mov dl, JSAMPLE [rsi+(rax-1)*SIZEOF_JSAMPLE]
248 mov JSAMPLE [rsi+rax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
H A Djdsamss2.asm96 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]
97 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
265 mov dl, JSAMPLE [ecx+(eax-1)*SIZEOF_JSAMPLE]
266 mov JSAMPLE [ecx+eax*SIZEOF_JSAMPLE], dl
267 mov dl, JSAMPLE [ebx+(eax-1)*SIZEOF_JSAMPLE]
268 mov JSAMPLE [ebx+eax*SIZEOF_JSAMPLE], dl
269 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]
270 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp59 std::initializer_list<double> dl = { 1.0, 2.0, 3 }; local
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp766 Formattable::adoptDigitList(DigitList *dl) { argument
767 if(fDecimalNum==dl) {
772 fDecimalNum = dl;
774 if(dl==NULL) { // allow adoptDigitList(NULL) to clear
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h96 DebugLoc dl; member in class:llvm::SelectionDAGBuilder::DanglingDebugInfo
99 DanglingDebugInfo() : DI(nullptr), dl(DebugLoc()), SDNodeOrder(0) { }
101 DI(di), dl(DL), SDNodeOrder(SDNO) { }
103 DebugLoc getdl() { return dl; }
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp880 SDLoc dl(N);
896 return CurDAG->getMachineNode(Opc, dl, VT, Ops);
992 SDLoc dl(N);
1004 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops);
1008 CurDAG->getTargetExtractSubreg(SubRegIdx + i, dl, VT, SuperReg));
1016 SDLoc dl(N);
1030 SDNode *Ld = CurDAG->getMachineNode(Opc, dl, ResTys, Ops);
1042 CurDAG->getTargetExtractSubreg(SubRegIdx + i, dl, VT, SuperReg));
1051 SDLoc dl(N);
1063 SDNode *St = CurDAG->getMachineNode(Opc, dl,
[all...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/
H A Ddefault.css185 p, ul, ol, table, pre, dl {
/external/chromium_org/third_party/libwebp/dsp/
H A Dupsampling_neon.c40 uint16x8_t dl = vshll_n_u8(d, 1); \
53 al = vaddq_u16(al, dl); /* 3a + b + c + 3d */ \
/external/webp/src/dsp/
H A Dupsampling_neon.c40 uint16x8_t dl = vshll_n_u8(d, 1); \
53 al = vaddq_u16(al, dl); /* 3a + b + c + 3d */ \
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp834 le_int32 dl = descent + leading; local
848 if (dl > maxDL) {
849 maxDL = dl;
1245 le_int32 dl = descent + leading; local
1259 if (dl > maxDL) {
1260 maxDL = dl;
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c2889 mov dl, al variable
2896 cmp dl, #0x01 variable
2899 cmp dl, #0x02 variable
2902 mov al, dl
2962 mov dl, al variable
2963 and dl, #0x01 variable
2964 shl dl, 3 variable
2970 or al, dl
3002 mov dl, al variable
3003 and dl, # variable
3004 xor dl, #0x01 variable
3005 shl dl, 1 variable
3024 mov dl, al variable
3025 and dl, #0x01 variable
3026 xor dl, #0x01 variable
3847 mov dl, #0x00 local
3852 mov dl, #0x00 local
3863 mov dl, #0x10 ;; I/O space #0 local
3888 add dl, #4 local
[all...]
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.css580 dl.tag-list dl.atn-list {
766 dl.xml dt {
771 dl.xml dl {
775 dl.xml dl dt {
/external/valgrind/main/coregrind/
H A Dm_trampoline.S98 cmpb %dl, %cl
104 cmpb %dl, %cl
107 testb %dl, %dl
1060 movb %dl, (%rcx)
1067 testb %dl, %dl

Completed in 717 milliseconds

1234567891011>>