Searched refs:Xi (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-6-1-5-RELEASE/x11/share/man/
H A DMakefile3 SUBDIR= GL GLU GLw X11 Xau Xext Xi Xt Xv general
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/modes/asm/
H A Dghash-x86.pl253 &mov ($inp,&wparam(0)); # load Xi
256 &mov ($Zhh,&DWP(0,$inp)); # load Xi[16]
263 &mov (&DWP(0,"esp"),$Zhh); # copy Xi[16] on stack
286 &mov ($Zll,&wparam(0)); # load Xi
293 &mov ($Zhh,&DWP(0,$Zll)); # load Xi[16]
324 &mov ($inp,&wparam(0)); # load Xi
414 &mov ($inp,&wparam(0)); # load Xi
426 &mov ($inp,&wparam(0)); # load Xi
438 &mov ($Zhh,&wparam(0)); # load Xi
452 &mov ($Zll,&DWP(12,$Zhh)); # load Xi[1
[all...]
H A Dghash-x86_64.pl64 $Xi="%rdi";
174 movzb 15($Xi),$Zlo
177 &loop ($Xi);
179 mov $Zlo,8($Xi)
180 mov $Zhi,($Xi)
243 &mov ($Zlo,"8($Xi)");
244 &mov ($Zhi,"0($Xi)");
254 &mov ("($Xi)",$Zhi);
255 &mov ("8($Xi)","%rdx");
290 &mov ($dat,"$j($Xi)") i
[all...]
H A Dghash-s390x.pl58 $Xi="%r2"; # argument block
96 la %r1,0($Xi) # H lies right after Xi in gcm128_context
108 aghi $Xi,-1
113 lg $Zlo,8+1($Xi) # Xi
134 la %r1,0($Xi) # H lies right after Xi in gcm128_context
147 aghi $Xi,-1
152 lg $Zlo,8+1($Xi) # X
[all...]
H A Dghash-armv4.pl63 $Xi="r0"; # argument block
91 str $_,[$Xi,#$i]
93 str $_,[$Xi,#$i]
96 strb $_,[$Xi,#$i+3]
98 strb $Tlh,[$Xi,#$i+2]
100 strb $Thl,[$Xi,#$i+1]
101 strb $Thh,[$Xi,#$i]
144 ldrb $nhi,[$Xi,#15]
162 ldrb $nhi,[$Xi,#14]
195 ldrplb $Tll,[$Xi,
[all...]
H A Dghash-sparcv9.pl64 $Xi="%i0"; # input argument block
86 ldub [$Xi+15],$xi0
87 ldub [$Xi+14],$xi1
136 ldub [$Xi+$cnt],$xi1
188 stx $Zlo,[$Xi+8]
190 stx $Zhi,[$Xi]
208 stx $Zlo,[$Xi+8]
210 stx $Zhi,[$Xi]
226 ldub [$Xi+15],$nlo
238 ldub [$Xi
[all...]
H A Dghash-parisc.pl53 $Xi="%r26"; # argument block
125 ldb 15($Xi),$nlo
137 ldb 14($Xi),$nlo
166 ldbx $cnt($Xi),$nlo
206 std $Zll,8($Xi)
207 std $Zhh,0($Xi)
216 ldb 15($Xi),$nlo
229 ldb 14($Xi),$nlo
260 ldbx $cnt($Xi),$nlo
315 stw $Zll,12($Xi)
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha1-sparcv9.pl32 $Xi="%g4";
54 my $xi=($i&1)?@X[($i/2)%8]:$Xi;
72 " srlx @X[(($i+1)/2)%8],32,$Xi\n";
91 sllx @X[($j+6)%8],32,$Xi ! Xupdate($i)
96 or $tmp1,$Xi,$Xi
98 xor $Xi,@X[$j%8],@X[$j%8]
99 srlx @X[$j%8],31,$Xi
101 and $Xi,$rot1m,$Xi
[all...]
H A Dsha1-586.pl415 my $Xi=4; # 4xSIMD Xupdate round, start pre-seeded
416 my @X=map("xmm$_",(4..7,0..3)); # pre-seeded for $Xi=4
525 sub Xupdate_ssse3_16_31() # recall that $Xi starts wtih 4
539 &movdqa (&QWP(64+16*(($Xi-4)%3),"esp"),@X[-4&7]);# save X[] to backtrace buffer
558 &movdqa (&QWP(0+16*(($Xi-1)&3),"esp"),@X[3]); # X[]+K xfer to IALU
587 &movdqa (@X[2],&QWP(64+16*(($Xi-6)%3),"esp")) if ($Xi>5); # restore X[] from backtrace buffer
595 &movdqa (@X[4],&QWP(112-16+16*(($Xi)/5),"esp")); # K_XX_XX
600 &movdqa (@X[1],@X[-2&7]) if ($Xi<7);
606 $Xi
[all...]
H A Dsha1-armv4-large.pl71 $Xi="r14";
77 ldr $t0,[$Xi,#15*4]
78 ldr $t1,[$Xi,#13*4]
79 ldr $t2,[$Xi,#7*4]
81 ldr $t3,[$Xi,#2*4]
88 str $t0,[$Xi,#-4]!
121 str $t0,[$Xi,#-4]!
167 mov $Xi,sp
178 teq $Xi,sp
197 teq $Xi,s
[all...]
H A Dsha1-thumb.pl40 $Xi="r12";
133 mov $Xi,sp
170 mov $t0,$Xi
175 mov $Xi,$t1
181 cmp $Xi,$t0
187 mov $Xi,$t1
193 cmp $Xi,$t0
201 mov $Xi,$t1
207 cmp $Xi,$t0
211 mov $Xi,s
[all...]
H A Dsha1-x86_64.pl295 my $Xi=4;
370 sub Xupdate_ssse3_16_31() # recall that $Xi starts wtih 4
403 &movdqa (eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]); # X[]+K xfer to IALU
439 &movdqa (@Tx[2],eval(16*(($Xi)/5))."($K_XX_XX)"); # K_XX_XX
447 $Xi++; push(@X,shift(@X)); # "rotate" X[]
457 &movdqa (@Tx[0],@X[-1&7]) if ($Xi==8);
468 if ($Xi%5) {
471 &movdqa (@Tx[2],eval(16*($Xi/5))."($K_XX_XX)");
484 &movdqa (eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]); # X[]+K xfer to IALU
504 &movdqa (@Tx[1],@X[0]) if ($Xi<1
[all...]
H A Dsha1-sparcv9a.pl58 $Xi="%o7";
152 ld [$Xfer+`4*($i%16)`],$Xi
160 add $Xi,$e,$e
171 ld [$Xfer+`4*($i%16)`],$Xi
180 add $Xi,$e,$e
204 ld [$Xfer+`4*($i%16)`],$Xi
217 add $Xi,$e,$e
222 ld [$Xfer+`4*($i%16)`],$Xi
237 add $Xi,$e,$e
242 ld [$Xfer+`4*($i%16)`],$Xi
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dgcm128.c145 static void gcm_gmult_8bit(u64 Xi[2], const u128 Htable[256]) argument
148 const u8 *xi = (const u8 *)Xi+15;
221 if ((u8 *)Xi==xi) break;
236 Xi[0] = BSWAP8(Z.hi);
237 Xi[1] = BSWAP8(Z.lo);
239 u8 *p = (u8 *)Xi;
248 Xi[0] = Z.hi;
249 Xi[1] = Z.lo;
252 #define GCM_MUL(ctx,Xi) gcm_gmult_8bit(ctx->Xi
335 gcm_gmult_4bit(u64 Xi[2], const u128 Htable[16]) argument
406 gcm_ghash_4bit(u64 Xi[2],const u128 Htable[16], const u8 *inp,size_t len) argument
585 gcm_gmult_1bit(u64 Xi[2],const u64 H[2]) argument
[all...]
H A Dmodes_lcl.h102 Yi,EKi,EK0,len,Xi,H; member in struct:gcm128_context
103 /* Relative position of Xi, H and pre-computed Htable is used
109 void (*gmult)(u64 Xi[2],const u128 Htable[16]);
110 void (*ghash)(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl110 my $Xi=4;
252 sub Xupdate_ssse3_16_31() # recall that $Xi starts wtih 4
285 &movdqa (eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]); # X[]+K xfer to IALU
321 &movdqa (@Tx[2],eval(16*(($Xi)/5))."($K_XX_XX)"); # K_XX_XX
329 $Xi++; push(@X,shift(@X)); # "rotate" X[]
339 &movdqa (@Tx[0],@X[-1&7]) if ($Xi==8);
350 if ($Xi%5) {
353 &movdqa (@Tx[2],eval(16*($Xi/5))."($K_XX_XX)");
366 &movdqa (eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]); # X[]+K xfer to IALU
386 &movdqa (@Tx[1],@X[0]) if ($Xi<1
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/
H A DMakefile28 SUBDIR+= Xi xkb xkbstubs dbe record xfixes
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Dcrc32.h109 uint32_t Xi, Xj, *Xt; \
110 for (Xi = 0; Xi < 256; Xi++) \
111 for (Xt = (table) + Xi, *Xt = Xi, Xj = 8; Xj > 0; Xj--) \
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/vfb/
H A DMakefile12 .PATH: ${X11SRCDIR.xorg-server}/Xi
70 ${LDADD.Xi} \
101 ${DPADD.Xi} \
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xnest/
H A DMakefile13 .PATH: ${X11SRCDIR.xorg-server}/Xi
66 ${LDADD.Xi} \
91 ${DPADD.Xi} \
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/pcidata/
H A DMakefile25 -I${X11SRCDIR.xorg-server}/Xi \
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/scanpci/
H A DMakefile26 -I${X11SRCDIR.xorg-server}/Xi \
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/xf86config/
H A DMakefile20 -I${X11SRCDIR.xorg-server}/Xi \
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/dmx/dmxinput/
H A DMakefile21 -I${X11SRCDIR.xc}/programs/Xserver/Xi \
/netbsd-6-1-5-RELEASE/x11/Xserver/xinput/
H A DMakefile8 .PATH: ${X11SRCDIR.xc}/programs/Xserver/Xi

Completed in 197 milliseconds

12