Searched refs:sll (Results 1 - 25 of 109) sorted by relevance

12345

/linux-master/samples/bpf/
H A Dsock_example.h15 struct sockaddr_ll sll; local
24 memset(&sll, 0, sizeof(sll));
25 sll.sll_family = AF_PACKET;
26 sll.sll_ifindex = if_nametoindex(name);
27 sll.sll_protocol = htons(ETH_P_ALL);
28 if (bind(sock, (struct sockaddr *)&sll, sizeof(sll)) < 0) {
/linux-master/arch/sparc/lib/
H A Dashldi3.S21 sll %o0, %o2, %g3
26 sll %o1, %g2, %o4
29 sll %o1, %o2, %o5
H A Dfls.S26 sll %o0, 8, %o0
37 sll %o0, 4, %o0
44 sll %o0, 2, %o0
57 sll %o0, 16, %o0
65 sll %o0, 8, %o0
H A Dlshrdi3.S20 sll %o0, %g2, %g3
H A Dashrdi3.S30 sll %o0, %g2, %g3
H A DVISsave.S49 sll %g1, 3, %g1
57 sll %g1, 5, %g1
H A Dipcsum.S23 sll %o2, 16, %g2
H A Dchecksum_32.S68 sll %o4, 16, %o4 ! create upper hword
70 sll %o5, 8, %o5 ! put into place
86 sll %g2, 16, %g2
90 sll %o2, 16, %o2
91 sll %g2, 16, %g3
254 sll %o4, 16, %o4
257 sll %o5, 8, %o5
283 sll %g4, 16, %g4
288 sll %g7, 16, %g7
289 sll
[all...]
H A DGENpatch.S16 sll %g1, 11, %g1; \
/linux-master/arch/xtensa/lib/
H A Dashldi3.S20 sll ul, ul
24 sll uh, ul
H A Dudivsi3.S21 sll a3, a3 /* divisor <<= count */
H A Dumodsi3.S20 sll a3, a3 /* divisor <<= count */
/linux-master/arch/alpha/lib/
H A Ddbg_stackkill.S24 sll $0, 32, $1
H A Dmemset.S36 sll $17,16,$1 /* E1 (p-c latency, next cycle) */
39 sll $17,32,$1 /* E1 (p-c latency, next cycle) */
H A Dcsum_ipv6_magic.S44 sll $5,16,$5 # e0 :
51 sll $6,8,$6 # e0 :
71 sll $19,48,$19 # e0 :
H A Dstrchr.S24 sll a1, 8, t5 # e0 : replicate the search character
28 sll a1, 16, t5 # e0 :
32 sll a1, 32, t5 # e0 :
/linux-master/arch/sparc/kernel/
H A Duna_asm_32.S96 sll %g1, 8, %g1
100 sll %g1, 16, %g1
105 sll %g1, 24, %g1
107 sll %g2, 16, %g2
109 sll %g7, 8, %g7
117 sll %g1, 24, %g1
119 sll %g2, 16, %g2
121 sll %g7, 8, %g7
128 sll %g1, 24, %g1
130 sll
[all...]
H A Detrap_32.S37 tsetup_7win_patch1: sll %t_wim, 0x6, %t_wim
41 tsetup_7win_patch5: sll %t_wim, 0x6, %t_wim
85 sll %t_twinmask, %t_psr, %t_twinmask ! t_twinmask = (1 << psr)
113 sll %t_wim, 0x7, %t_wim ! patched on 7 window Sparcs
142 sll %t_twinmask, %t_psr, %t_twinmask ! t_twinmask = (1 << psr)
206 sll %t_wim, 0x7, %t_wim ! patched on 7win Sparcs
/linux-master/arch/riscv/lib/
H A Dtishift.S17 sll a4,a1,a4
40 sll a4,a1,a4
62 sll a1,a1,a2
64 sll a2,a0,a2
72 sll a1,a0,a1
H A Dmemmove.S137 sll t2, t1, a7
146 sll t2, t0, a7
198 sll t1, t1, a7
207 sll t0, t0, a7
/linux-master/arch/loongarch/include/asm/
H A Dasm.h76 #define INT_SLLV sll.w
90 #define INT_SLLV sll.d
107 #define LONG_SLLV sll.w
128 #define LONG_SLLV sll.d
153 #define PTR_SLLV sll.w
176 #define PTR_SLLV sll.d
/linux-master/arch/mips/mm/
H A Dcex-sb1.S61 sll k0,k1,1
82 sll k0,1
143 sll k0, k0, 3 # check CU0 (kernel?)
H A Dcex-oct.S32 sll k0, k0, 3
/linux-master/arch/mips/fw/lib/
H A Dcall_o32.S66 sll a0,a2,zero
67 sll a1,a3,zero
68 sll a2,a4,zero
69 sll a3,a5,zero
/linux-master/arch/sparc/net/
H A Dbpf_jit_asm_32.S33 sll r_OFF, 8, r_OFF
36 sll r_OFF, 8, r_OFF
39 sll r_OFF, 8, r_OFF
62 sll r_OFF, 8, r_OFF
92 sll r_OFF, 2, r_X
128 sll r_OFF, 2, r_X
192 sll r_OFF, 2, r_X

Completed in 231 milliseconds

12345