Home
last modified time | relevance | path

Searched refs:sll (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m4144 sll local4, 4, local1
159 sll local4, 16, local1
171 sll local4, 2, local2
184 sll local4, 8, local1
198 sll local4, 1, local1
201 sll $1, 3, local3
204 sll $2, 3, local2
311 sll out1, 28, out1 ! rotate
366 sll out0, 28, out0 ! rotate
423 sll out1, 28, out1 ! rotate
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-linux.c1358 linux_check_direction(const pcap_t *handle, const struct sockaddr_ll *sll) in linux_check_direction() argument
1362 if (sll->sll_pkttype == PACKET_OUTGOING) { in linux_check_direction()
1369 if (sll->sll_ifindex == handlep->lo_ifindex) in linux_check_direction()
1385 if (sll->sll_hatype == ARPHRD_CAN && in linux_check_direction()
3974 struct sockaddr_ll *sll; in pcap_handle_packet_mmap() local
4013 sll = (void *)(frame + TPACKET_ALIGN(handlep->tp_hdrlen)); in pcap_handle_packet_mmap()
4046 hdrp->sll2_protocol = sll->sll_protocol; in pcap_handle_packet_mmap()
4048 hdrp->sll2_if_index = htonl(sll->sll_ifindex); in pcap_handle_packet_mmap()
4049 hdrp->sll2_hatype = htons(sll->sll_hatype); in pcap_handle_packet_mmap()
4050 hdrp->sll2_pkttype = sll->sll_pkttype; in pcap_handle_packet_mmap()
[all …]
H A DMakefile.in125 pcap/sll.h \
H A DINSTALL.md272 pcap/sll.h - public definitions of DLT_LINUX_SLL and DLT_LINUX_SLL2 headers
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivmod.m4150 sll V,N,V
160 sll T,TOPBITS,T ! high order bit
191 sll Q,1,Q
211 sll V,N,V
222 sll Q,N,Q
H A Dmodsi3.S101 sll %g1,4 ,%g1 ! high order bit
132 sll %o2,1,%o2
151 sll %o5,4,%o5
162 sll %o2,4,%o2
H A Ddivsi3.S101 sll %g1,4 ,%g1 ! high order bit
132 sll %o2,1,%o2
151 sll %o5,4,%o5
162 sll %o2,4,%o2
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl-dcp.txt9 - clocks : Clock reference (only required on some SOCs: 6ull and 6sll).
/freebsd/contrib/libpcap/msdos/
H A Dmakefile128 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
166 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
H A Dmakefile.wc118 ethertyp.h nlpid.h llc.h gencode.h atmuni31.h sunatmpo.h ppp.h sll.h &
/freebsd/lib/libc/riscv/string/
H A Dstrrchr.S48 sll t1, t1, a2
H A Dmemchr.S56 sll t2, t0, t2
H A Dmemcpy.S112 sll t3, t2, a5
/freebsd/lib/libpcap/
H A DMakefile49 pcap/sll.h \
/freebsd/usr.sbin/tcpdump/tcpdump/
H A DMakefile140 print-sll.c \
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsInstrInfo.td778 def SLL_MM : MMRel, shift_rotate_imm<"sll", uimm5, GPR32Opnd, II_SLL>,
1368 def : MipsInstAlias<"sll $rd, $rt, $rs",
1374 def : MipsInstAlias<"sll $rd, $rt",
1380 def : MipsInstAlias<"sll $rd, $shamt",
H A DMipsScheduleGeneric.td45 // rotr, rotrv, seb, seh, sll, sllv, slt, slti, sltiu, sltu, sra, srav, srl,
1549 // sll?.[bhwd], pckev.[bhwd], pckod.[bhwd], nloc.[bhwd], nlzc.[bhwd],
H A DMips64InstrInfo.td419 "sll\t$rd, $rt, 0", [], II_SLL>, GPR_64;
421 "sll\t$rd, $rt, 0", [], II_SLL>, GPR_64;
H A DMipsScheduleP5600.td429 // sll?.[bhwd], pckev.[bhwd], pckod.[bhwd], nloc.[bhwd], nlzc.[bhwd],
H A DMicroMips32r6InstrInfo.td146 class SLL_MMR6_ENC : SHIFT_MMR6_ENC<"sll", 0x00, 0b0>;
606 class SLL_MMR6_DESC : shift_rotate_imm<"sll", uimm5, GPR32Opnd, II_SLL>;
/freebsd/contrib/tcpdump/
H A DMakefile.in219 print-sll.c \
/freebsd/crypto/openssl/crypto/
H A Dsparccpuid.S522 sll %o1,2,%o1 ! cnt*=4
/freebsd/sys/riscv/include/
H A Dencoding.h781 DECLARE_INSN(sll, MATCH_SLL, MASK_SLL)
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S2222 sll %s34, %s34, 3
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXCV.td502 defm SLL : CVSIMDShift<0b01010, 0, 0, "sll">;

12