Searched refs:dl (Results 276 - 300 of 308) sorted by relevance

<<111213

/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_ripencc.c2446 short dl; local
2465 dl = buf[3];
2466 *data_length = (unsigned char)dl;
2499 memcpy (data_packet, buf4, dl);
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_torus.c977 int *dl, max_dl; local
991 dl = &t->seed[t->seed_cnt - 1].x_dateline;
995 dl = &t->seed[t->seed_cnt - 1].y_dateline;
999 dl = &t->seed[t->seed_cnt - 1].z_dateline;
1007 *dl = strtol(val, NULL, 0);
1009 if ((*dl < 0 && *dl <= -max_dl) || *dl >= max_dl)
1012 "must be %d < dl < %d\n",
/freebsd-current/sys/crypto/openssl/i386/
H A Dsha512-586.S2505 movb (%ebp),%dl
2508 cmpb $148,%dl
2680 movb (%ebp),%dl
2683 cmpb $23,%dl
5356 movb (%ebp),%dl
5359 cmpb $148,%dl
5531 movb (%ebp),%dl
5534 cmpb $23,%dl
H A Daesni-x86.S1435 movb %dl,(%edi)
1830 movb %dl,16(%edi)
4800 movb %dl,(%edi)
5195 movb %dl,16(%edi)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp576 explicit PolynomialMultiplyRecognize(Loop *loop, const DataLayout &dl, argument
579 : CurLoop(loop), DL(dl), DT(dt), TLI(tli), SE(se) {}
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2886 DebugLoc dl; // FIXME: this is nowhere local
2888 TII->insertBranch(*ChainBB, FBB, TBB, Cond, dl);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1836 MemorySSAUpdater &MSSAU, LoopInfo &li, DebugLoc dl,
1841 LI(li), DL(std::move(dl)), Alignment(Alignment),
1832 LoopPromoter(Value *SP, ArrayRef<const Instruction *> Insts, SSAUpdater &S, SmallVectorImpl<BasicBlock *> &LEB, SmallVectorImpl<BasicBlock::iterator> &LIP, SmallVectorImpl<MemoryAccess *> &MSSAIP, PredIteratorCache &PIC, MemorySSAUpdater &MSSAU, LoopInfo &li, DebugLoc dl, Align Alignment, bool UnorderedAtomic, const AAMDNodes &AATags, ICFLoopSafetyInfo &SafetyInfo, bool CanInsertStoresInExitBlocks) argument
/freebsd-current/share/mk/
H A Dsrc.libnames.mk135 dl \
/freebsd-current/stand/i386/btx/btx/
H A Dbtx.S176 mov %dl,0x5(%di) # Set P:DPL:type
750 dump.4: movb $2,%dl # Num lines
762 dump.6a: decb %dl # Keep count
822 subb $0x3,%dl # Divisor latch reg
857 subb $0x5,%dl # Transmitter hold reg
866 sio_getc.1: subb $0x5,%dl # Receiver buffer reg
911 addb %dl,%al # + column
917 cmpb $SCR_COL,%dl # Beyond row?
919 putchr.2: xorb %dl,%dl # Zer
[all...]
/freebsd-current/sys/dev/ath/
H A Dif_ath.c3637 char *dl; local
3641 dl = LLADDR(sdl);
3642 val = le32dec(dl + 0);
3644 val = le32dec(dl + 3);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1108 SDValue TVal, SDValue FVal, const SDLoc &dl,
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c2225 const u8 *dl; local
2243 dl = fw->data + be32_to_cpu(sec->offs);
2255 dl, len, 4096);
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.c3129 const u8 *dl; local
3145 dl = fw->data + be32_to_cpu(sec->offs);
3156 dl, len, max_len);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp3529 static SDValue getSETCC(M68k::CondCode Cond, SDValue CCR, const SDLoc &dl, argument
3531 return DAG.getNode(M68kISD::SETCC, dl, MVT::i8,
3532 DAG.getConstant(Cond, dl, MVT::i8), CCR);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp9505 SDLoc dl(Op);
9525 DAG.getMachineNode(SystemZ::EFPC, dl, {MVT::i32, MVT::Other}, Chain), 0);
9529 SDValue CWD1 = DAG.getNode(ISD::AND, dl, MVT::i32, EFPC,
9530 DAG.getConstant(3, dl, MVT::i32));
9532 SDValue CWD2 = DAG.getNode(ISD::XOR, dl, MVT::i32, CWD1,
9533 DAG.getNode(ISD::SRL, dl, MVT::i32, CWD1,
9534 DAG.getConstant(1, dl, MVT::i32)));
9536 SDValue RetVal = DAG.getNode(ISD::XOR, dl, MVT::i32, CWD2,
9537 DAG.getConstant(1, dl, MVT::i32));
9538 RetVal = DAG.getZExtOrTrunc(RetVal, dl, O
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp2195 DebugLoc dl = MBBI->getDebugLoc(); local
2217 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, dl, TII.get(TCOpcode));
2234 BuildMI(MBB, MBBI, dl,
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9766 SDLoc dl(N);
9791 SDValue Bits = DAG.getConstant(Bitsize, dl, AmtVT);
9793 DAG.FoldConstantArithmetic(ISD::UREM, dl, AmtVT, {N1, Bits}))
9794 return DAG.getNode(N->getOpcode(), dl, VT, N0, Amt);
9801 return DAG.getNode(ISD::BSWAP, dl, VT, N0);
9811 return DAG.getNode(N->getOpcode(), dl, VT, N0, NewOp1);
9825 SDValue BitsizeC = DAG.getConstant(Bitsize, dl, ShiftVT);
9826 SDValue Norm1 = DAG.FoldConstantArithmetic(ISD::UREM, dl, ShiftVT,
9828 SDValue Norm2 = DAG.FoldConstantArithmetic(ISD::UREM, dl, ShiftVT,
9832 CombineOp, dl, ShiftV
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c2269 data = dr->dt.dl.dr_data->b_data;
2271 data = dr->dt.dl.dr_data;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1553 const DebugLoc &dl, Register DestReg,
1627 BuildMI(MBB, MI, dl, get(TargetOpcode::COPY), FirstReg)
1631 BuildMI(MBB, MI, dl, get(OpCode), DestReg)
1551 insertSelect(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, const DebugLoc &dl, Register DestReg, ArrayRef<MachineOperand> Cond, Register TrueReg, Register FalseReg) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8441 SDLoc dl(N);
8476 Load = DAG.getMachineNode(Opc, dl, VT, MVT::Other, AddrOps);
8526 SDNode *NewNode = DAG.getMachineNode(Opc, dl, VTs, BeforeOps);
8545 dl, MVT::Other, AddrOps);
/freebsd-current/sys/contrib/openzfs/module/icp/asm-x86_64/blake3/
H A Dblake3_avx512.S2399 movzx edx, dl
2481 movzx edx, dl
H A Dblake3_sse2.S2152 movzx edx, dl
H A Dblake3_sse41.S1904 movzx edx, dl
/freebsd-current/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512_x86-64_unix.S2409 movzx edx, dl
2492 movzx edx, dl
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5334 SDLoc dl(Op);
5348 return DAG.getNode(ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
5356 return DAG.getNode(ISD::MEMBARRIER, dl, MVT::Other, Op.getOperand(0));
11509 SDLoc dl(N);
11510 SDValue Res = DAG.getExtLoad(ISD::SEXTLOAD, dl, MVT::i64, Ld->getChain(),
11513 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Res));
12974 SDLoc dl(N);
12978 return DAG.getBoolConstant(Cond == ISD::SETNE, dl, VT, OpVT);
12982 return DAG.getSetCC(dl, VT, SExtOp, DAG.getConstant(C1.trunc(32).sext(64),
12983 dl, OpV
[all...]

Completed in 982 milliseconds

<<111213