Searched refs:dl (Results 101 - 125 of 311) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/vp8/common/x86/
H A Diwalsh_mmx.asm47 movq mm5, mm0 ;temp dl
48 paddw mm0, mm1 ;dl + cl
49 psubw mm5, mm1 ;dl - cl
89 movq mm5, mm0 ;temp dl
90 paddw mm0, mm4 ;dl + cl
91 psubw mm5, mm4 ;dl - cl
/external/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp142 DebugLoc dl = OldBranch->getDebugLoc(); local
155 BuildMI(MBB, I, dl, TII->get(MSP430::JCC))
161 I = BuildMI(MBB, I, dl, TII->get(MSP430::Bi)).addMBB(Dest);
/external/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.cpp66 DebugLoc dl = MI.getDebugLoc(); local
84 BuildMI(*MI.getParent(), II, dl, TII.get(SP::SETHIi), SP::G1).addImm(OffHi);
86 BuildMI(*MI.getParent(), II, dl, TII.get(SP::ADDrr), SP::G1).addReg(SP::G1)
H A DSparcISelLowering.h75 DebugLoc dl, SelectionDAG &DAG,
87 DebugLoc dl, SelectionDAG &DAG) const;
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestQ3.java81 DirectionalLight dl = new DirectionalLight();
82 dl.setColor(ColorRGBA.White.clone().multLocal(2));
83 dl.setDirection(new Vector3f(-1, -1, -1).normalize());
84 rootNode.addLight(dl);
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
H A DHelloCollision.java122 DirectionalLight dl = new DirectionalLight();
123 dl.setColor(ColorRGBA.White);
124 dl.setDirection(new Vector3f(2.8f, -2.8f, -2.8f).normalizeLocal());
125 rootNode.addLight(dl);
/external/jmonkeyengine/engine/src/test/jme3test/light/
H A DTestTangentGen.java80 DirectionalLight dl = new DirectionalLight();
81 dl.setDirection(new Vector3f(1, -1, -1).normalizeLocal());
82 dl.setColor(ColorRGBA.White);
83 rootNode.addLight(dl);
H A DTestTangentGenBadModels.java83 DirectionalLight dl = new DirectionalLight();
84 dl.setDirection(new Vector3f(-0.8f, -0.6f, -0.08f).normalizeLocal());
85 dl.setColor(new ColorRGBA(1,1,1,1));
86 rootNode.addLight(dl);
H A DTestTransparentShadow.java101 DirectionalLight dl = new DirectionalLight();
102 dl.setDirection(new Vector3f(-1, -1, -1).normalizeLocal());
103 dl.setColor(new ColorRGBA(0.965f, 0.949f, 0.772f, 1f).mult(0.7f));
104 rootNode.addLight(dl);
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
H A DTestAnimBlendBug.java96 DirectionalLight dl = new DirectionalLight();
97 dl.setDirection(new Vector3f(-0.1f, -0.7f, 1).normalizeLocal());
98 dl.setColor(new ColorRGBA(1f, 1f, 1f, 1.0f));
99 rootNode.addLight(dl);
H A DTestOgreComplexAnim.java67 DirectionalLight dl = new DirectionalLight();
68 dl.setDirection(new Vector3f(-0.1f, -0.7f, -1).normalizeLocal());
69 dl.setColor(new ColorRGBA(1f, 1f, 1f, 1.0f));
70 rootNode.addLight(dl);
/external/jmonkeyengine/engine/src/test/jme3test/post/
H A DTestTransparentCartoonEdge.java61 DirectionalLight dl = new DirectionalLight();
62 dl.setDirection(new Vector3f(-1, -1, -1).normalizeLocal());
63 dl.setColor(new ColorRGBA(0.965f, 0.949f, 0.772f, 1f).mult(0.7f));
64 rootNode.addLight(dl);
/external/clang/test/Sema/
H A Doutof-range-constant-compare.c134 float dl = 0; local
135 if (dl == 0x0000000000000000L) // no warning
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp83 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
149 BuildMI(MBB, InsertPt, dl, TII.get(Hexagon::ALLOCFRAME)).addImm(0);
152 BuildMI(MBB, InsertPt, dl, TII.get(Hexagon::CONST32_Int_Real),
154 BuildMI(MBB, InsertPt, dl, TII.get(Hexagon::SUB_rr),
159 BuildMI(MBB, InsertPt, dl, TII.get(Hexagon::ALLOCFRAME)).addImm(NumBytes);
175 DebugLoc dl = MBBI->getDebugLoc(); local
197 BuildMI(MBB, MBBI_end, dl, TII.get(Hexagon::DEALLOC_RET_V4))
200 BuildMI(MBB, MBBI, dl, TII.get(Hexagon::DEALLOCFRAME)).addImm(NumBytes);
H A DHexagonISelLowering.cpp288 DebugLoc dl) {
291 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
305 DebugLoc dl, SelectionDAG &DAG) const {
324 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), OutVals[i], Flag);
337 return DAG.getNode(HexagonISD::RET_FLAG, dl, MVT::Other,
354 DebugLoc dl, SelectionDAG &DAG,
369 Chain = DAG.getCopyFromReg(Chain, dl,
385 DebugLoc &dl = CLI.DL; local
407 Callee = DAG.getTargetGlobalAddress(GA->getGlobal(), dl, MVT::i32);
453 DAG.getCopyFromReg(Chain, dl, T
286 CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain, ISD::ArgFlagsTy Flags, SelectionDAG &DAG, DebugLoc dl) argument
301 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
350 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals, const SmallVectorImpl<SDValue> &OutVals, SDValue Callee) const argument
733 DebugLoc dl = Op.getDebugLoc(); local
769 DebugLoc dl = Op.getDebugLoc(); local
810 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
940 DebugLoc dl = Op.getDebugLoc(); local
952 DebugLoc dl = Op.getDebugLoc(); local
972 DebugLoc dl = Op.getDebugLoc(); local
994 DebugLoc dl = Op.getDebugLoc(); local
1008 DebugLoc dl = Op.getDebugLoc(); local
1015 DebugLoc dl = Op.getDebugLoc(); local
1025 DebugLoc dl = Op.getDebugLoc(); local
1041 DebugLoc dl = Op.getDebugLoc(); local
[all...]
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp191 DebugLoc dl = Node->getDebugLoc(); local
216 return CurDAG->getMachineNode(Opc, dl, VT, TFI, imm);
239 SDValue Load = SDValue(CurDAG->getMachineNode(MBlaze::LW, dl,
244 Chain = CurDAG->getCopyToReg(Chain, dl, R20Reg, Load, InFlag);
247 Chain = CurDAG->getCopyToReg(Chain, dl, R20Reg, Callee, InFlag);
250 SDNode *ResNode = CurDAG->getMachineNode(MBlaze::BRLID, dl, MVT::Other,
/external/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp36 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
51 BuildMI(MBB, MBBI, dl,
58 BuildMI(MBB, MBBI, dl,
73 BuildMI(MBB, MBBI, dl, TII.get(Mips::MoveR3216), Mips::S0)
84 DebugLoc dl = MBBI->getDebugLoc(); local
91 BuildMI(MBB, MBBI, dl, TII.get(Mips::Move32R16), Mips::SP)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp181 DebugLoc dl = N->getDebugLoc(); local
190 SDValue SignBit = DAG.getNode(ISD::SHL, dl, RVT, DAG.getConstant(1, RVT),
193 SignBit = DAG.getNode(ISD::AND, dl, RVT, RHS, SignBit);
198 SignBit = DAG.getNode(ISD::SRL, dl, RVT, SignBit,
201 SignBit = DAG.getNode(ISD::TRUNCATE, dl, LVT, SignBit);
203 SignBit = DAG.getNode(ISD::ANY_EXTEND, dl, LVT, SignBit);
204 SignBit = DAG.getNode(ISD::SHL, dl, LVT, SignBit,
210 SDValue Mask = DAG.getNode(ISD::SHL, dl, LVT, DAG.getConstant(1, LVT),
213 Mask = DAG.getNode(ISD::SUB, dl, LVT, Mask, DAG.getConstant(1, LVT));
214 LHS = DAG.getNode(ISD::AND, dl, LV
500 DebugLoc dl = N->getDebugLoc(); local
551 DebugLoc dl = N->getDebugLoc(); local
568 DebugLoc dl = N->getDebugLoc(); local
747 DebugLoc dl = N->getDebugLoc(); local
852 DebugLoc dl = N->getDebugLoc(); local
1020 DebugLoc dl = N->getDebugLoc(); local
1119 DebugLoc dl = N->getDebugLoc(); local
1149 DebugLoc dl = N->getDebugLoc(); local
1269 FloatExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, DebugLoc dl) argument
1329 DebugLoc dl = N->getDebugLoc(); local
1350 DebugLoc dl = N->getDebugLoc(); local
[all...]
/external/libppp/src/
H A Dphysical.c176 physical_Create(struct datalink *dl, int type) argument
185 p->link.name = dl->name;
190 p->link.stats.parent = dl->bundle->ncp.mp.active ?
191 &dl->bundle->ncp.mp.link.stats.total : NULL;
209 p->dl = dl;
225 lcp_Init(&p->link.lcp, dl->bundle, &p->link, &dl->fsmp);
226 ccp_Init(&p->link.ccp, dl->bundle, &p->link, &dl
595 iov2physical(struct datalink *dl, struct iovec *iov, int *niov, int maxiov, int fd, int *auxfd, int *nauxfd) argument
[all...]
H A Dncp.c320 struct datalink *dl; local
323 for (total = 0, dl = bundle->links; dl; dl = dl->next)
324 if (dl->state == DATALINK_OPEN) {
325 add = link_QueueLen(&dl->physical->link);
326 if (add == 0 && dl->physical->out == NULL)
327 add = ncp_PushPacket(ncp, &ncp->afq, &dl->physical->link);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp316 DebugLoc dl = MI->getDebugLoc(); local
350 BuildMI(BB, dl, TII->get(ldrOpc), dest).addReg(ptr);
357 BuildMI(BB, dl, TII->get(BinOpcode), scratch)
360 BuildMI(BB, dl, TII->get(BinOpcode), scratch)
368 BuildMI(BB, dl, TII->get(strOpc), stxr_status).addReg(scratch).addReg(ptr);
369 BuildMI(BB, dl, TII->get(AArch64::CBNZw))
401 DebugLoc dl = MI->getDebugLoc(); local
443 BuildMI(BB, dl, TII->get(ldrOpc), dest).addReg(ptr);
447 BuildMI(BB, dl, TII->get(CmpOp))
450 BuildMI(BB, dl, TI
483 DebugLoc dl = MI->getDebugLoc(); local
892 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1006 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
1083 DebugLoc &dl = CLI.DL; local
1343 LowerCallResult(SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool IsVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1682 DebugLoc dl = Op.getDebugLoc(); local
1705 DebugLoc dl = Op.getDebugLoc(); local
1853 DebugLoc dl = Op.getDebugLoc(); local
2084 DebugLoc dl = JT->getDebugLoc(); local
2098 DebugLoc dl = Op.getDebugLoc(); local
2154 DebugLoc dl = Op.getDebugLoc(); local
2176 DebugLoc dl = Op.getDebugLoc(); local
[all...]
/external/valgrind/main/none/tests/s390x/
H A Ddiv.stdout.exp25 dl 00000000000000000000000000000000 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000000000)
26 dl 00000000000000000000000000000001 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000000001)
27 dl 0000000000000000000000000000FFFF / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 000000000000FFFF)
28 dl 00000000000000000000000000007FFF / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000007FFF)
29 dl 00000000000000000000000000008000 / 7FFFFFFFFFFFFFFA = 0000000000000000 (rem 0000000000008000)
30 dl 000000000000000000000000FFFFFFFF / 7FFFFFFFFFFFFFFA = 0000000000000002 (rem 0000000000000001)
31 dl 00000000000000000000000080000000 / 7FFFFFFFFFFFFFFA = 0000000000000001 (rem 0000000000000001)
32 dl 0000000000000000000000007FFFFFFF / 7FFFFFFFFFFFFFFA = 0000000000000001 (rem 0000000000000000)
33 dl 0000000000000000FFFFFFFFFFFFFFFF / 7FFFFFFFFFFFFFFA = FFFFFFFF00000002 (rem 0000000000000001)
34 dl 0000000000000000800000000000000
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp245 DebugLoc dl = Op.getDebugLoc(); local
247 Op = DAG.getTargetGlobalAddress(GV, dl, getPointerTy());
248 return DAG.getNode(NVPTXISD::Wrapper, dl, getPointerTy(), Op);
414 DebugLoc &dl = CLI.DL; local
455 Chain = DAG.getNode(NVPTXISD::DeclareScalarParam, dl, DeclareParamVTs,
471 Chain = DAG.getNode(opcode, dl, CopyParamVTs, CopyParamOps, 5);
496 Chain = DAG.getNode(NVPTXISD::DeclareParam, dl, DeclareParamVTs,
510 SDValue srcAddr = DAG.getNode(ISD::ADD, dl, getPointerTy(),
514 SDValue theVal = DAG.getLoad(elemtype, dl, tempChain, srcAddr,
521 Chain = DAG.getNode(NVPTXISD::StoreParam, dl, CopyParamVT
798 DebugLoc dl = Node->getDebugLoc(); local
849 DebugLoc dl = Node->getDebugLoc(); local
970 DebugLoc dl = Node->getDebugLoc(); local
1037 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
1200 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl, SelectionDAG &DAG) const argument
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h415 void PassF64ArgInRegs(DebugLoc dl, SelectionDAG &DAG,
424 DebugLoc dl) const;
429 DebugLoc dl, SelectionDAG &DAG,
466 DebugLoc dl, SelectionDAG &DAG,
473 DebugLoc dl, SelectionDAG &DAG,
477 DebugLoc dl, SDValue &Chain,
517 DebugLoc dl, SelectionDAG &DAG) const;
524 SDValue &ARMcc, SelectionDAG &DAG, DebugLoc dl) const;
526 SelectionDAG &DAG, DebugLoc dl) const;
/external/grub/stage2/
H A Dstart.S149 * %dl = drive number
174 movb %dl, 10(%si)
180 movb %dl, 11(%si)
217 movb 13(%si), %dl
219 shlb $6, %dl /* shift left by 6 bits */
224 orb %dl, %cl /* composite together */
243 * %dl = drive (0x80 for hard disk, 0x0 for floppy disk)
314 popw %dx /* this makes sure %dl is our "boot" drive */

Completed in 695 milliseconds

1234567891011>>