/external/openssl/crypto/sha/asm/ |
sha512-ia64.pl | 68 $SZ=8; 69 $BITS=8*$SZ; 82 $SZ=4; 83 $BITS=8*$SZ; 147 { .mib; add r8=0*$SZ,ctx 148 add r9=1*$SZ,ctx 150 { .mib; add r10=2*$SZ,ctx 151 add r11=3*$SZ,ctx 156 { .mmi; $LDW A_=[r8],4*$SZ 157 $LDW B_=[r9],4*$SZ [all...] |
sha512-s390x.pl | 72 $SZ=8; 86 $SZ=4; 102 $frame=$stdframe+16*$SZ; 108 $LD $T1,`$i*$SZ`($inp) ### $i 117 $ST $T1,`$stdframe+$SZ*($i%16)`($sp) 125 $ADD $T1,`$i*$SZ`($len,$tbl) # T1+=K[i] 146 $LD $T1,`$stdframe+$SZ*(($i+1)%16)`($sp) ### $i 147 $LD $t1,`$stdframe+$SZ*(($i+14)%16)`($sp) 155 $ADD $T1,`$stdframe+$SZ*($i%16)`($sp) # +=X[i] 158 $ADD $T1,`$stdframe+$SZ*(($i+9)%16)`($sp) # +=X[i+9 [all...] |
sha512-sparcv9.pl | 55 $SZ=8; 68 $locals=16*$SZ; # X[16] 81 $SZ=4; 158 } if ($SZ==4); 185 $ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`] 192 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+0`],%l2 195 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+4`],%l3 197 ld [%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+0`],%l4 200 ld [%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+4`],%l5 202 ld [%sp+`$bias+$frame+(($i+1+14)%16)*$SZ+0`],%l [all...] |
sha512-mips.pl | 80 $SZ=8; 94 $SZ=4; 108 $MSB = $big_endian ? 0 : ($SZ-1); 109 $LSB = ($SZ-1)&~$MSB; 123 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp) 124 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp) 126 $code.=<<___ if (!$big_endian && $i<16 && $SZ==4); 137 $code.=<<___ if (!$big_endian && $i<16 && $SZ==8); 161 $SLL $tmp1,$e,`$SZ*8-@Sigma1[2]` 165 $SLL $tmp1,$e,`$SZ*8-@Sigma1[1] [all...] |
sha512-x86_64.pl | 60 $SZ=8; 72 $SZ=4; 88 $_ctx="16*$SZ+0*8(%rsp)"; 89 $_inp="16*$SZ+1*8(%rsp)"; 90 $_end="16*$SZ+2*8(%rsp)"; 91 $_rsp="16*$SZ+3*8(%rsp)"; 92 $framesz="16*$SZ+4*8"; 101 mov $T1,`$SZ*($i&0xf)`(%rsp) 111 add ($Tbl,$round,$SZ),$T1 # T1+=K[round] 144 mov `$SZ*(($i+1)&0xf)`(%rsp),$a [all...] |
sha512-ppc.pl | 68 $SZ=8; 80 $SZ=4; 92 $FRAME=32*$SIZE_T+16*$SZ; 126 $LD $T,`$i*$SZ`($Tbl) 187 $SHL $num,$num,`log(16*$SZ)/log(2)` 213 $LD $A,`0*$SZ`($ctx) 215 $LD $B,`1*$SZ`($ctx) 216 $LD $C,`2*$SZ`($ctx) 217 $LD $D,`3*$SZ`($ctx) 218 $LD $E,`4*$SZ`($ctx [all...] |
sha512-parisc.pl | 54 $SZ=8; 66 $SZ=4; 80 $XOFF=16*$SZ+32; # local variables 126 `"$LDM $SZ($Tbl),$t1" if ($i<15)` 148 $LDM $SZ($Tbl),$t1 168 $code.=<<___ if ($SZ==8); 210 $code.=<<___ if ($SZ==4); 254 _shl $num,`log(16*$SZ)/log(2)`,$num 267 $code.=<<___ if ($SZ==8 && $SIZE_T==4); 275 $LD `0*$SZ`($ctx),$A ; load contex [all...] |
/external/qemu/ |
elf_ops.h | 1 static void glue(bswap_ehdr, SZ)(struct elfhdr *ehdr) 18 static void glue(bswap_phdr, SZ)(struct elf_phdr *phdr) 30 static void glue(bswap_shdr, SZ)(struct elf_shdr *shdr) 44 static void glue(bswap_sym, SZ)(struct elf_sym *sym) 52 static struct elf_shdr *glue(find_section, SZ)(struct elf_shdr *shdr_table, 63 static int glue(symfind, SZ)(const void *s0, const void *s1) 76 static const char *glue(lookup_symbol, SZ)(struct syminfo *s, target_ulong orig_addr) 78 struct elf_sym *syms = glue(s->disas_symtab.elf, SZ); 84 sym = bsearch(&key, syms, s->disas_num_syms, sizeof(*syms), glue(symfind, SZ)); 92 static int glue(symcmp, SZ)(const void *s0, const void *s1 [all...] |
loader.c | 280 #define SZ 32 294 #undef SZ 303 #define SZ 64
|
/external/openssl/crypto/rc4/asm/ |
rc4-parisc.pl | 49 $SZ=1; # defaults to RC4_CHAR 53 $SZ = ($1=~/char$/) ? 1 : 4; 60 if ($SZ==1) { # RC4_CHAR 157 $LD `0*$SZ`($key),$XX[0] 158 $LD `1*$SZ`($key),$YY 159 ldo `2*$SZ`($key),$key 232 $ST $XX[0],`-2*$SZ`($key) 233 $ST $YY,`-1*$SZ`($key) 252 $ST %r0,`0*$SZ`($key) 253 $ST %r0,`1*$SZ`($key [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
dbtype.h | 122 typedef CHAR SZ[]; /* sz */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbtype.h | 122 typedef CHAR SZ[]; /* sz */
|
/external/llvm/lib/Analysis/ |
ScalarEvolution.cpp | 848 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op)) 849 return getTruncateOrZeroExtend(SZ->getOperand(), Ty); [all...] |