Searched refs:dl (Results 126 - 150 of 311) sorted by relevance

1234567891011>>

/external/grub/stage2/
H A Dstart_eltorito.S93 mov %dl, ABS(BootDrive)
117 mov ABS(BootDrive), %dl /* this makes sure %dl is our "boot" drive */
150 mov ABS(BootDrive), %dl
181 mov %ah, %dl /* Save error code */
204 mov %dl, %al
H A Dasm.S139 ADDR32 movb %dl, EXT_C(boot_drive)
218 xorb %dl, %dl
315 movb 8(%ebp), %dl
554 /* save bits 0-6 of %al in %dl */
556 andb $0x7f, %dl
559 xorb %dl, %bl
573 cmpb %al, %dl
576 movb %ah, %dl
687 cmpb %al, %dl
[all...]
/external/libppp/src/
H A Droute.c90 struct sockaddr_dl *dl = (struct sockaddr_dl *)phost; local
119 if (dl->sdl_nlen)
120 snprintf(buf, sizeof buf, "%.*s", dl->sdl_nlen, dl->sdl_data);
121 else if (dl->sdl_alen) {
122 if (dl->sdl_type == IFT_ETHER) {
123 if (dl->sdl_alen < sizeof buf / 3) {
127 MAC = (u_char *)dl->sdl_data + dl->sdl_nlen;
128 for (f = 0; f < dl
220 struct sockaddr_dl *dl; local
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h118 DebugLoc dl, SelectionDAG &DAG,
126 DebugLoc dl, SelectionDAG &DAG,
131 DebugLoc dl, SelectionDAG &DAG,
177 DebugLoc dl, SelectionDAG &DAG,
189 DebugLoc dl, SelectionDAG &DAG) const;
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h426 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; } argument
690 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs, const SDValue *Ops,
697 debugLoc(dl) {
707 SDNode(unsigned Opc, const DebugLoc dl, SDVTList VTs)
711 debugLoc(dl) {}
848 UnarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X) argument
849 : SDNode(Opc, dl, VTs) {
859 BinarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y) argument
860 : SDNode(Opc, dl, VT
870 TernarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y, SDValue Z) argument
1037 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1045 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1053 AtomicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTL, EVT MemVT, SDValue Chain, SDValue Ptr, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
1095 MemIntrinsicSDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, const SDValue *Ops, unsigned NumOps, EVT MemoryVT, MachineMemOperand *MMO) argument
1128 ShuffleVectorSDNode(EVT VT, DebugLoc dl, SDValue N1, SDValue N2, const int *M) argument
1502 EHLabelSDNode(DebugLoc dl, SDValue ch, MCSymbol *L) argument
1555 CvtRndSatSDNode(EVT VT, DebugLoc dl, const SDValue *Ops, unsigned NumOps, ISD::CvtCode Code) argument
1598 LSBaseSDNode(ISD::NodeType NodeTy, DebugLoc dl, SDValue *Operands, unsigned numOperands, SDVTList VTs, ISD::MemIndexedMode AM, EVT MemVT, MachineMemOperand *MMO) argument
1635 LoadSDNode(SDValue *ChainPtrOff, DebugLoc dl, SDVTList VTs, ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT, MachineMemOperand *MMO) argument
1665 StoreSDNode(SDValue *ChainValuePtrOff, DebugLoc dl, SDVTList VTs, ISD::MemIndexedMode AM, bool isTrunc, EVT MemVT, MachineMemOperand *MMO) argument
[all...]
/external/dhcpcd/
H A Ddhcp.c260 valid_length(uint8_t option, int dl, int *type) argument
265 if (dl == 0)
287 return dl % sz;
288 return (dl == sz ? 0 : -1);
553 decode_rfc3442_rt(int dl, const uint8_t *data) argument
563 if (dl < 5)
566 e = p + dl;
599 decode_rfc3361(int dl, const uint8_t *data) argument
607 if (dl < 2) {
613 dl
1192 print_string(char *s, ssize_t len, int dl, const uint8_t *data) argument
1258 print_option(char *s, ssize_t len, int type, int dl, const uint8_t *data) argument
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
H A DTestCustomAnim.java70 DirectionalLight dl = new DirectionalLight();
71 dl.setDirection(Vector3f.UNIT_XYZ.negate());
72 rootNode.addLight(dl);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h107 DebugLoc dl, SelectionDAG &DAG,
118 DebugLoc dl, SelectionDAG &DAG,
133 DebugLoc dl, SelectionDAG &DAG) const;
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.h116 DebugLoc dl, SelectionDAG &DAG,
131 DebugLoc dl, SelectionDAG &DAG,
143 DebugLoc dl, SelectionDAG &DAG) const;
/external/elfutils/libelf/
H A Delf32_updatenull.c278 Elf_Data_List *dl = &scn->data_list; local
280 while (dl != NULL)
282 Elf_Data *data = &dl->data.d;
283 if (dl == &scn->data_list && data->d_buf == NULL
327 dl = dl->next;
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestFancyCar.java104 DirectionalLight dl = new DirectionalLight();
105 dl.setDirection(new Vector3f(-0.5f, -1f, -0.3f).normalizeLocal());
106 rootNode.addLight(dl);
108 dl = new DirectionalLight();
109 dl.setDirection(new Vector3f(0.5f, -0.1f, 0.3f).normalizeLocal());
110 rootNode.addLight(dl);
H A DTestRagdollCharacter.java113 DirectionalLight dl = new DirectionalLight();
114 dl.setDirection(new Vector3f(-0.1f, -0.7f, -1).normalizeLocal());
115 dl.setColor(new ColorRGBA(1f, 1f, 1f, 1.0f));
116 rootNode.addLight(dl);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1302 SDValue SelectionDAG::getVectorShuffle(EVT VT, DebugLoc dl, SDValue N1, argument
1386 new (NodeAllocator) ShuffleVectorSDNode(VT, dl, N1, N2, MaskAlloc);
1392 SDValue SelectionDAG::getConvertRndSat(EVT VT, DebugLoc dl, argument
1409 CvtRndSatSDNode *N = new (NodeAllocator) CvtRndSatSDNode(VT, dl, Ops, 5,
1444 SDValue SelectionDAG::getEHLabel(DebugLoc dl, SDValue Root, MCSymbol *Label) { argument
1453 SDNode *N = new (NodeAllocator) EHLabelSDNode(dl, Root, Label);
1558 SDValue N2, ISD::CondCode Cond, DebugLoc dl) {
1647 return getSetCC(dl, VT, N2, N1, ISD::getSetCCSwappedOperands(Cond));
3385 DebugLoc dl) {
3397 Value = DAG.getNode(ISD::ZERO_EXTEND, dl, V
1557 FoldSetCC(EVT VT, SDValue N1, SDValue N2, ISD::CondCode Cond, DebugLoc dl) argument
3384 getMemsetValue(SDValue Value, EVT VT, SelectionDAG &DAG, DebugLoc dl) argument
3411 getMemsetStringVal(EVT VT, DebugLoc dl, SelectionDAG &DAG, const TargetLowering &TLI, StringRef Str) argument
3584 getMemcpyLoadsAndStores(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
3702 getMemmoveLoadsAndStores(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
3783 getMemsetStores(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo) argument
3867 getMemcpy(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
3935 getMemmove(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) argument
3991 getMemset(SDValue Chain, DebugLoc dl, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVol, MachinePointerInfo DstPtrInfo) argument
4055 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp, MachinePointerInfo PtrInfo, unsigned Alignment, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4083 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Cmp, SDValue Swp, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4113 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, const Value* PtrVal, unsigned Alignment, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4144 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, SDValue Chain, SDValue Ptr, SDValue Val, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4186 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, EVT VT, SDValue Chain, SDValue Ptr, const Value* PtrVal, unsigned Alignment, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4217 getAtomic(unsigned Opcode, DebugLoc dl, EVT MemVT, EVT VT, SDValue Chain, SDValue Ptr, MachineMemOperand *MMO, AtomicOrdering Ordering, SynchronizationScope SynchScope) argument
4244 getMergeValues(const SDValue *Ops, unsigned NumOps, DebugLoc dl) argument
4258 getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, const EVT *VTs, unsigned NumVTs, const SDValue *Ops, unsigned NumOps, EVT MemVT, MachinePointerInfo PtrInfo, unsigned Align, bool Vol, bool ReadMem, bool WriteMem) argument
4270 getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList, const SDValue *Ops, unsigned NumOps, EVT MemVT, MachinePointerInfo PtrInfo, unsigned Align, bool Vol, bool ReadMem, bool WriteMem) argument
4293 getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList, const SDValue *Ops, unsigned NumOps, EVT MemVT, MachineMemOperand *MMO) argument
4363 getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, SDValue Offset, MachinePointerInfo PtrInfo, EVT MemVT, bool isVolatile, bool isNonTemporal, bool isInvariant, unsigned Alignment, const MDNode *TBAAInfo, const MDNode *Ranges) argument
4396 getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, SDValue Offset, EVT MemVT, MachineMemOperand *MMO) argument
4443 getLoad(EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo, bool isVolatile, bool isNonTemporal, bool isInvariant, unsigned Alignment, const MDNode *TBAAInfo, const MDNode *Ranges) argument
4456 getExtLoad(ISD::LoadExtType ExtType, DebugLoc dl, EVT VT, SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo, EVT MemVT, bool isVolatile, bool isNonTemporal, unsigned Alignment, const MDNode *TBAAInfo) argument
4469 getIndexedLoad(SDValue OrigLoad, DebugLoc dl, SDValue Base, SDValue Offset, ISD::MemIndexedMode AM) argument
4480 getStore(SDValue Chain, DebugLoc dl, SDValue Val, SDValue Ptr, MachinePointerInfo PtrInfo, bool isVolatile, bool isNonTemporal, unsigned Alignment, const MDNode *TBAAInfo) argument
4507 getStore(SDValue Chain, DebugLoc dl, SDValue Val, SDValue Ptr, MachineMemOperand *MMO) argument
4533 getTruncStore(SDValue Chain, DebugLoc dl, SDValue Val, SDValue Ptr, MachinePointerInfo PtrInfo, EVT SVT,bool isVolatile, bool isNonTemporal, unsigned Alignment, const MDNode *TBAAInfo) argument
4560 getTruncStore(SDValue Chain, DebugLoc dl, SDValue Val, SDValue Ptr, EVT SVT, MachineMemOperand *MMO) argument
4602 getIndexedStore(SDValue OrigStore, DebugLoc dl, SDValue Base, SDValue Offset, ISD::MemIndexedMode AM) argument
4627 getVAArg(EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr, SDValue SV, unsigned Align) argument
5249 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT) argument
5255 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, SDValue Op1) argument
5262 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, SDValue Op1, SDValue Op2) argument
5270 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, SDValue Op1, SDValue Op2, SDValue Op3) argument
5278 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT, const SDValue *Ops, unsigned NumOps) argument
5285 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2) argument
5291 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, SDValue Op1) argument
5299 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, SDValue Op1, SDValue Op2) argument
5307 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, SDValue Op1, SDValue Op2, SDValue Op3) argument
5316 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, const SDValue *Ops, unsigned NumOps) argument
5324 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, EVT VT3, SDValue Op1, SDValue Op2) argument
5333 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, EVT VT3, SDValue Op1, SDValue Op2, SDValue Op3) argument
5342 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, EVT VT3, const SDValue *Ops, unsigned NumOps) argument
5350 getMachineNode(unsigned Opcode, DebugLoc dl, EVT VT1, EVT VT2, EVT VT3, EVT VT4, const SDValue *Ops, unsigned NumOps) argument
5358 getMachineNode(unsigned Opcode, DebugLoc dl, ArrayRef<EVT> ResultTys, const SDValue *Ops, unsigned NumOps) argument
5900 MemSDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, EVT memvt, MachineMemOperand *mmo) argument
5911 MemSDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, const SDValue *Ops, unsigned NumOps, EVT memvt, MachineMemOperand *mmo) argument
6100 DebugLoc dl = N->getDebugLoc(); local
[all...]
H A DLegalizeTypes.cpp884 DebugLoc dl = Op.getDebugLoc(); local
889 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Op, StackPtr,
892 return DAG.getLoad(DestVT, dl, Store, StackPtr, MachinePointerInfo(),
975 DebugLoc dl = Pair.getDebugLoc(); local
977 Lo = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, NVT, Pair,
979 Hi = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, NVT, Pair,
985 DebugLoc dl = Index.getDebugLoc(); local
988 Index = DAG.getNode(ISD::TRUNCATE, dl, TLI.getPointerTy(), Index);
990 Index = DAG.getNode(ISD::ZERO_EXTEND, dl, TLI.getPointerTy(), Index);
995 Index = DAG.getNode(ISD::MUL, dl, Inde
1021 DebugLoc dl = N->getDebugLoc(); local
1076 DebugLoc dl = Bool.getDebugLoc(); local
1087 DebugLoc dl = Op.getDebugLoc(); local
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h100 DebugLoc dl, const TargetInstrInfo &TII,
106 DebugLoc dl, const TargetInstrInfo &TII,
H A DAArch64ISelLowering.h128 DebugLoc dl, SelectionDAG &DAG,
135 DebugLoc dl, SelectionDAG &DAG) const;
143 DebugLoc dl, SelectionDAG &DAG,
179 SDValue &A64cc, SelectionDAG &DAG, DebugLoc &dl) const;
/external/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp52 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
73 BuildMI(MBB, MBBI, dl,
90 BuildMI(MBB, MBBI, dl,
134 BuildMI(MBB, MBBI, dl,
147 BuildMI(MBB, MBBI, dl, TII.get(ADDu), FP).addReg(SP).addReg(ZERO);
151 BuildMI(MBB, MBBI, dl,
168 DebugLoc dl = MBBI->getDebugLoc(); local
183 BuildMI(MBB, I, dl, TII.get(ADDu), SP).addReg(FP).addReg(ZERO);
H A DMipsSEISelDAGToDAG.h29 std::pair<SDNode*, SDNode*> selectMULT(SDNode *N, unsigned Opc, DebugLoc dl,
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86p_32.asm274 mov dl,[esi+2]
277 mov [edi+2],dl
291 mov dl,[esi+2]
294 mov [edi+2],dl
345 mov dl,[esi+2]
348 mov [edi+2],dl
369 mov dl,[esi]
374 mov [edi+2],dl
386 mov dl,[esi]
391 mov [edi+2],dl
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DTooltip.css3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; }
20 dl { margin-top: 0px; margin-bottom: 1em; }
/external/jmonkeyengine/engine/src/test/jme3test/post/
H A DTestMultiViewsFilters.java64 DirectionalLight dl = new DirectionalLight();
65 dl.setColor(ColorRGBA.White);
66 dl.setDirection(Vector3f.UNIT_XYZ.negate());
68 rootNode.addLight(dl);
/external/llvm/lib/Target/ARM/
H A DThumb1RegisterInfo.h40 DebugLoc dl,
/external/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp138 DebugLoc dl = N->getDebugLoc(); local
156 TopPart = SDValue(CurDAG->getMachineNode(SP::SRAri, dl, MVT::i32, DivLHS,
161 TopPart = SDValue(CurDAG->getMachineNode(SP::WRYrr, dl, MVT::Glue, TopPart,
175 SDNode *Mul = CurDAG->getMachineNode(Opcode, dl, MVT::i32, MVT::Glue,
H A DSparcInstrInfo.h71 DebugLoc dl) const;
/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.h103 unsigned char al, ah, bl, bh, cl, ch, dl, dh; member in struct:_RMBYTEREGS

Completed in 582 milliseconds

1234567891011>>