Home
last modified time | relevance | path

Searched refs:e0 (Results 1 – 25 of 57) sorted by relevance

123

/Linux-v4.19/arch/alpha/lib/
Dcsum_ipv6_magic.S24 ldq_u $0,0($16) # e0 : load src & dst addr words
26 extqh $18,1,$4 # e0 : byte swap len & proto while we wait
29 extbl $18,1,$5 # e0 :
31 extbl $18,2,$6 # e0 :
34 extbl $18,3,$18 # e0 :
36 sra $4,32,$4 # e0 :
39 extql $0,$16,$0 # e0 :
41 extqh $21,$16,$21 # e0 :
44 sll $5,16,$5 # e0 :
46 extql $1,$16,$1 # e0 :
[all …]
Dstxcpy.S48 mskqh t2, a1, t2 # e0 : detection in the src word
49 mskqh t1, a1, t3 # e0 :
51 mskql t0, a1, t0 # e0 : assemble the first output word
53 or t0, t3, t1 # e0 :
61 stq_u t1, 0(a0) # e0 :
63 ldq_u t1, 0(a1) # e0 :
65 cmpbge zero, t1, t8 # e0 (stall)
73 negq t8, t6 # e0 : find low bit set
78 and t12, 0x80, t6 # e0 :
83 ldq_u t0, 0(a0) # e0 :
[all …]
Dstxncpy.S56 mskqh t2, a1, t2 # e0 : detection in the src word
57 mskqh t1, a1, t3 # e0 :
59 mskql t0, a1, t0 # e0 : assemble the first output word
61 or t0, t3, t0 # e0 :
69 stq_u t0, 0(a0) # e0 :
71 ldq_u t0, 0(a1) # e0 :
73 subq a2, 1, a2 # e0 :
86 negq t8, t12 # e0 : find low bit set
91 and t12, 0x80, t6 # e0 :
96 ldq_u t1, 0(a0) # e0 :
[all …]
Dmemchr.S49 zap $18, 0x80, $5 #-e0 :
53 insbl $17, 1, $2 # .. e0 : $2 = 000000000000ch00
54 and $17, 0xff, $17 #-e0 : $17 = 00000000000000ch
56 or $2, $17, $17 # e0 : $17 = 000000000000chch
58 sll $17, 16, $2 #-e0 : $2 = 00000000chch0000
62 sll $17, 32, $2 #-e0 : $2 = chchchch00000000
64 extql $1, $16, $7 # e0 :
68 extqh $6, $16, $6 # .. e0 :
69 mov $16, $0 # e0 :
77 negq $18, $6 #-e0 :
[all …]
Dclear_user.S33 and $1, 3, $4 # e0 :
36 0: EX( stq_u $31, 0($16) ) # e0 : zero one word
38 subq $4, 1, $4 # e0 :
43 1: bic $1, 3, $1 # e0 :
46 2: EX( stq_u $31, 0($16) ) # e0 : zero four words
48 EX( stq_u $31, 8($16) ) # e0 :
50 EX( stq_u $31, 16($16) ) # e0 :
52 EX( stq_u $31, 24($16) ) # e0 :
54 subq $1, 4, $1 # e0 :
62 1: EX( ldq_u $5, 0($16) ) # e0 :
[all …]
Dstrrchr.S22 zapnot a1, 1, a1 # e0 : zero extend our test character
24 sll a1, 8, t5 # e0 : replicate our test character
26 or t5, a1, a1 # e0 :
28 sll a1, 16, t5 # e0 :
30 or t5, a1, a1 # e0 :
32 sll a1, 32, t5 # e0 :
34 mskqh t4, a0, t4 # e0 :
36 xor t0, a1, t2 # e0 : make bytes == c zero
38 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
40 andnot t3, t4, t3 # e0 : clear garbage from char test
[all …]
Dstrchr.S22 zapnot a1, 1, a1 # e0 : zero extend the search character
24 sll a1, 8, t5 # e0 : replicate the search character
26 or t5, a1, a1 # e0 :
28 sll a1, 16, t5 # e0 :
30 mskqh t4, a0, t4 # e0 :
32 sll a1, 32, t5 # e0 :
34 or t5, a1, a1 # e0 :
36 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
38 andnot t0, t4, t0 # e0 : clear garbage bits
41 $loop: ldq t0, 8(v0) # e0 :
[all …]
/Linux-v4.19/crypto/
Dsha256_generic.c56 #define e0(x) (ror32(x, 2) ^ ror32(x,13) ^ ror32(x,22)) macro
91 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha256_transform()
93 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha256_transform()
95 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha256_transform()
97 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; in sha256_transform()
99 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; in sha256_transform()
101 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; in sha256_transform()
103 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; in sha256_transform()
105 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; in sha256_transform()
108 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha256_transform()
[all …]
Dsha512_generic.c88 #define e0(x) (ror64(x,28) ^ ror64(x,34) ^ ror64(x,39)) macro
132 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha512_transform()
134 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha512_transform()
136 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha512_transform()
138 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; in sha512_transform()
140 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; in sha512_transform()
142 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; in sha512_transform()
144 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; in sha512_transform()
146 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; in sha512_transform()
/Linux-v4.19/lib/
Dsha256.c33 #define e0(x) (ror32(x, 2) ^ ror32(x, 13) ^ ror32(x, 22)) macro
68 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
70 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform()
72 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform()
74 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform()
76 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform()
78 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform()
80 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform()
82 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha256_transform()
85 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform()
[all …]
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_formats.c41 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument
47 .element = { (e0), (e1), (e2), (e3) }, \
60 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument
66 .element = { (e0), (e1), (e2), (e3) }, \
80 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument
86 .element = { (e0), (e1), (e2), (e3)}, \
99 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument
104 .element = { (e0), (e1), 0, 0 }, \
117 #define PSEUDO_YUV_FMT_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument
123 .element = { (e0), (e1), 0, 0 }, \
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dcavium-mdio.txt62 mdio0@87e0,05003800 {
73 mdio0@87e0,05003880 {
/Linux-v4.19/drivers/gpu/drm/msm/disp/
Dmdp_format.c74 #define FMT(name, a, r, g, b, e0, e1, e2, e3, alpha, tight, c, cnt, fp, cs, yuv) { \ argument
80 .unpack = { e0, e1, e2, e3 }, \
/Linux-v4.19/arch/powerpc/crypto/
Daes-tab-4k.S118 .long R(db, e0, e0, 3b), R(64, 32, 32, 56)
129 .long R(9c, 4e, 4e, d2), R(49, a9, a9, e0)
142 .long R(e0, 70, 70, 90), R(7c, 3e, 3e, 42)
184 .long R(49, e0, 69, 29), R(8e, c9, c8, 44)
191 .long R(b1, 64, 77, e0), R(bb, 6b, ae, 84)
230 .long R(3c, 22, e0, 43), R(12, 1b, 17, 1d)
270 .long R(e0, 90, d0, b0), R(33, a7, d8, 15)
/Linux-v4.19/arch/arm64/boot/dts/xilinx/
Dzynqmp-zcu102-rev1.0.dts33 board_revision: board-revision@e0 {
/Linux-v4.19/Documentation/w1/slaves/
Dw1_ds242339 00 02 00 00 00 00 00 00 00 e0 1f 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff …
45 00 02 00 00 22 00 00 00 00 e0 1f 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff …
/Linux-v4.19/arch/h8300/lib/
Dmulsi3.S24 mov.w e0,r3 ; ( 2 states) a * d
Dlibgcc.h45 #define A0E e0
/Linux-v4.19/arch/arm/boot/dts/
Ddm814x-clocks.dtsi47 adpll_hdvic_ck: adpll@e0 {
159 timer1_fck: timer1_fck@2e0 {
168 timer2_fck: timer2_fck@2e0 {
/Linux-v4.19/drivers/pci/controller/
Dpci-thunder-ecam.c29 static int handle_ea_bar(u32 e0, int bar, struct pci_bus *bus, in handle_ea_bar() argument
39 set_val(e0, where, size, val); in handle_ea_bar()
/Linux-v4.19/Documentation/devicetree/bindings/pci/
Dpci-thunder-pem.txt21 pci@87e0,c2000000 {
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_x8_avx2.S76 # r4 = {e7 e6 e5 e4 e3 e2 e1 e0}
82 # r0 = {h0 g0 f0 e0 d0 c0 b0 a0}
105 vshufps $0x44, \r5, \r4, \r2 # r2 = {f5 f4 e5 e4 f1 f0 e1 e0}
112 vshufps $0x88, \t1, \r2, \t1 # t1 = {h4 g4 f4 e4 h0 g0 f0 e0}
/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_x8_avx2.S132 # r4 = {e7 e6 e5 e4 e3 e2 e1 e0}
138 # r0 = {h0 g0 f0 e0 d0 c0 b0 a0}
161 vshufps $0x44, \r5, \r4, \r2 # r2 = {f5 f4 e5 e4 f1 f0 e1 e0}
168 vshufps $0x88, \t1, \r2, \t1 # t1 = {h4 g4 f4 e4 h0 g0 f0 e0}
/Linux-v4.19/arch/powerpc/boot/dts/fsl/
Dpq3-rmu-0.dtsi63 port-write-unit@4e0 {
Dqoriq-rmu-0.dtsi63 port-write-unit@4e0 {

123