/linux-2.4.37.9/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 19 ldq $0,0($16) # e0 : load src & dst addr words 21 extqh $18,1,$4 # e0 : byte swap len & proto while we wait 24 extbl $18,1,$5 # e0 : 26 extbl $18,2,$6 # e0 : 29 extbl $18,3,$18 # e0 : 30 sra $4,32,$4 # e0 : 31 sll $5,16,$5 # e0 : 34 sll $6,8,$6 # e0 : 36 extwh $19,7,$7 # e0 : 39 extbl $19,1,$19 # e0 : [all …]
|
D | stxcpy.S | 47 mskqh t2, a1, t2 # e0 : detection in the src word 48 mskqh t1, a1, t3 # e0 : 50 mskql t0, a1, t0 # e0 : assemble the first output word 52 or t0, t3, t1 # e0 : 60 stq_u t1, 0(a0) # e0 : 62 ldq_u t1, 0(a1) # e0 : 64 cmpbge zero, t1, t8 # e0 (stall) 72 negq t8, t6 # e0 : find low bit set 77 and t12, 0x80, t6 # e0 : 82 ldq_u t0, 0(a0) # e0 : [all …]
|
D | stxncpy.S | 55 mskqh t2, a1, t2 # e0 : detection in the src word 56 mskqh t1, a1, t3 # e0 : 58 mskql t0, a1, t0 # e0 : assemble the first output word 60 or t0, t3, t0 # e0 : 68 stq_u t0, 0(a0) # e0 : 70 ldq_u t0, 0(a1) # e0 : 72 subq a2, 1, a2 # e0 : 85 negq t8, t12 # e0 : find low bit set 90 and t12, 0x80, t6 # e0 : 95 ldq_u t1, 0(a0) # e0 : [all …]
|
D | memchr.S | 49 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 …]
|
D | clear_user.S | 46 and $1, 3, $4 # e0 : 49 0: EX( stq_u $31, 0($6) ) # e0 : zero one word 51 subq $4, 1, $4 # e0 : 56 1: bic $1, 3, $1 # e0 : 59 2: EX( stq_u $31, 0($6) ) # e0 : zero four words 61 EX( stq_u $31, 8($6) ) # e0 : 63 EX( stq_u $31, 16($6) ) # e0 : 65 EX( stq_u $31, 24($6) ) # e0 : 67 subq $1, 4, $1 # e0 : 75 1: EX( ldq_u $5, 0($6) ) # e0 : [all …]
|
D | strncpy_from_user.S | 44 mskqh t2, a1, t2 # e0 : detection in the src word 45 mskqh t1, a1, t3 # e0 : 47 mskql t0, a1, t0 # e0 : assemble the first output word 49 or t0, t3, t0 # e0 : 57 stq_u t0, 0(a0) # e0 : 59 EX( ldq_u t0, 0(a1) ) # e0 : 61 subq a2, 1, a2 # e0 : 74 negq t8, t12 # e0 : find low bit set 79 and t12, 0x80, t6 # e0 : 84 ldq_u t1, 0(a0) # e0 : [all …]
|
D | strrchr.S | 21 zapnot a1, 1, a1 # e0 : zero extend our test character 23 sll a1, 8, t5 # e0 : replicate our test character 25 or t5, a1, a1 # e0 : 27 sll a1, 16, t5 # e0 : 29 or t5, a1, a1 # e0 : 31 sll a1, 32, t5 # e0 : 33 mskqh t4, a0, t4 # e0 : 35 xor t0, a1, t2 # e0 : make bytes == c zero 37 cmpbge zero, t2, t3 # e0 : bits set iff byte == c 39 andnot t3, t4, t3 # e0 : clear garbage from char test [all …]
|
D | strchr.S | 21 zapnot a1, 1, a1 # e0 : zero extend the search character 23 sll a1, 8, t5 # e0 : replicate the search character 25 or t5, a1, a1 # e0 : 27 sll a1, 16, t5 # e0 : 29 mskqh t4, a0, t4 # e0 : 31 sll a1, 32, t5 # e0 : 33 or t5, a1, a1 # e0 : 35 cmpbge zero, t1, t3 # e0 : bits set iff byte == c 37 andnot t0, t4, t0 # e0 : clear garbage bits 40 $loop: ldq t0, 8(v0) # e0 : [all …]
|
D | ev6-stxcpy.S | 316 stq_u t1, 0(a0) # .. e0 : (stall)
|
/linux-2.4.37.9/crypto/ |
D | sha256.c | 50 #define e0(x) (RORu32(x, 2) ^ RORu32(x,13) ^ RORu32(x,22)) macro 102 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha256_transform() 104 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha256_transform() 106 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha256_transform() 108 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; in sha256_transform() 110 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; in sha256_transform() 112 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; in sha256_transform() 114 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; in sha256_transform() 116 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; in sha256_transform() 119 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha256_transform() [all …]
|
D | sha512.c | 80 #define e0(x) (RORu64(x,28) ^ RORu64(x,34) ^ RORu64(x,39)) macro 153 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha512_transform() 155 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha512_transform() 157 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha512_transform() 159 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; in sha512_transform() 161 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; in sha512_transform() 163 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; in sha512_transform() 165 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; in sha512_transform() 167 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; in sha512_transform()
|
/linux-2.4.37.9/drivers/pci/ |
D | pci.ids | 1140 00e0 F65550 1205 00e0 USB 2.0 2772 10e0 Integrated Micro Solutions Inc. 3798 13e0 0040 LT WinModem 56k Data+Fax+Voice+Dsvd 3799 13e0 0440 LT WinModem 56k Data+Fax+Voice+Dsvd 3800 13e0 0441 LT WinModem 56k Data+Fax+Voice+Dsvd 3801 13e0 0450 LT WinModem 56k Data+Fax+Voice+Dsvd 3802 13e0 f100 LT WinModem 56k Data+Fax+Voice+Dsvd 3803 13e0 f101 LT WinModem 56k Data+Fax+Voice+Dsvd 3814 13e0 0040 LT WinModem 56k Data+Fax [all …]
|
/linux-2.4.37.9/drivers/char/ |
D | cp437.uni | 158 0x85 U+00e0
|
/linux-2.4.37.9/Documentation/usb/ |
D | proc_usb_info.txt | 326 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
|
/linux-2.4.37.9/arch/m68k/ifpsp060/ |
D | itest.sa | 924 dc.l $000015e0,$52aeff78,$60040000,$00024cfb 988 dc.l $000011e0,$52aeff78,$4cfb3fff,$01700000
|
D | pfpsp.sa | 127 dc.l $000007e0,$201f3d7b,$0222ff6e,$f22ed0c0
|
D | fplsp.sa | 1247 dc.l $f0518db8,$a9709fb9,$52dd3fff,$000099e0
|
/linux-2.4.37.9/Documentation/networking/ |
D | arcnet-hardware.txt | 1062 010 2e0-2ef 1067 111 3e0-3ef
|
/linux-2.4.37.9/Documentation/s390/ |
D | Debugging390.txt | 604 4003a8: 58 e0 d0 00 l %r14,0(%r13) # load relative address of test from 679 800005e0: eb bf f0 f8 00 04 lmg %r11,%r15,248(%r15)
|