/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-586.pl | 262 &movz ($s[2],&HB($s[0])); 267 &movz ($s[1],&HB($v1)); 275 &movz ($v0,&HB($v1)); 278 &movz ($v0,&HB($v1)); 287 &movz ($v1,&HB($v0)); 290 &movz ($v1,&HB($v0)); 299 &movz ($v0,&HB($v1)); 302 &movz ($v0,&HB($v1)); 314 &movz ($v0,&LB($s0)); # 3, 2, 1, 0* 317 &movz ( [all...] |
H A D | aes-x86_64.pl | 1316 movz %dl,%esi # rk[i]>>0 1318 movz %dh,%esi # rk[i]>>8 1324 movz %dl,%esi # rk[i]>>16 1328 movz %dh,%esi # rk[i]>>24 1524 movz %dl,%esi # rk[11]>>0 1526 movz %dh,%esi # rk[11]>>8 1532 movz %dl,%esi # rk[11]>>16 1536 movz %dh,%esi # rk[11]>>24
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-586.pl | 262 &movz ($s[2],&HB($s[0])); 267 &movz ($s[1],&HB($v1)); 275 &movz ($v0,&HB($v1)); 278 &movz ($v0,&HB($v1)); 287 &movz ($v1,&HB($v0)); 290 &movz ($v1,&HB($v0)); 299 &movz ($v0,&HB($v1)); 302 &movz ($v0,&HB($v1)); 314 &movz ($v0,&LB($s0)); # 3, 2, 1, 0* 317 &movz ( [all...] |
H A D | aes-x86_64.pl | 1316 movz %dl,%esi # rk[i]>>0 1318 movz %dh,%esi # rk[i]>>8 1324 movz %dl,%esi # rk[i]>>16 1328 movz %dh,%esi # rk[i]>>24 1524 movz %dl,%esi # rk[11]>>0 1526 movz %dh,%esi # rk[11]>>8 1532 movz %dl,%esi # rk[11]>>16 1536 movz %dh,%esi # rk[11]>>24
|
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/ |
H A D | rc4-586.pl | 105 # but ~40% slower on Core2 and Westmere... Attempt to add movz 107 # on Core2 with movz it's almost 20% slower than below alternative 148 &movz ($xx,&LB($xx)); # (*) 149 &movz ($ty,&LB($ty)); # (*) 157 # Without movz out-of-order execution logic confuses 284 &movz ($tx,&BP(0,$dat,$xx)); 288 &movz ($ty,&BP(0,$dat,$yy)); 292 &movz ($ty,&BP(0,$dat,$ty)); 296 &movz ($tx,&BP(0,$dat,$xx));
|
/third_party/openssl/crypto/rc4/asm/ |
H A D | rc4-586.pl | 105 # but ~40% slower on Core2 and Westmere... Attempt to add movz 107 # on Core2 with movz it's almost 20% slower than below alternative 148 &movz ($xx,&LB($xx)); # (*) 149 &movz ($ty,&LB($ty)); # (*) 157 # Without movz out-of-order execution logic confuses 284 &movz ($tx,&BP(0,$dat,$xx)); 288 &movz ($ty,&BP(0,$dat,$yy)); 292 &movz ($ty,&BP(0,$dat,$ty)); 296 &movz ($tx,&BP(0,$dat,$xx));
|
/third_party/node/deps/openssl/openssl/crypto/whrlpool/asm/ |
H A D | wp-x86_64.pl | 118 movz %al,%ecx 119 movz %ah,%edx 126 movz %al,%ecx 128 movz %ah,%edx 133 movz %bl,%ecx 135 movz %bh,%edx 140 movz %bl,%ecx 142 movz %bh,%edx 147 movz %al,%ecx 149 movz [all...] |
H A D | wp-mmx.pl | 130 &movz ("ecx",&LB("eax")); 131 &movz ("edx",&HB("eax")); 136 &movz ("ecx",&LB("eax")); 138 &movz ("edx",&HB("eax")); 143 &movz ("ecx",&LB("ebx")); 145 &movz ("edx",&HB("ebx")); 150 &movz ("ecx",&LB("ebx")); 152 &movz ("edx",&HB("ebx")); 157 &movz ("ecx",&LB("eax")); 159 &movz ("ed [all...] |
/third_party/openssl/crypto/whrlpool/asm/ |
H A D | wp-x86_64.pl | 118 movz %al,%ecx 119 movz %ah,%edx 126 movz %al,%ecx 128 movz %ah,%edx 133 movz %bl,%ecx 135 movz %bh,%edx 140 movz %bl,%ecx 142 movz %bh,%edx 147 movz %al,%ecx 149 movz [all...] |
H A D | wp-mmx.pl | 130 &movz ("ecx",&LB("eax")); 131 &movz ("edx",&HB("eax")); 136 &movz ("ecx",&LB("eax")); 138 &movz ("edx",&HB("eax")); 143 &movz ("ecx",&LB("ebx")); 145 &movz ("edx",&HB("ebx")); 150 &movz ("ecx",&LB("ebx")); 152 &movz ("edx",&HB("ebx")); 157 &movz ("ecx",&LB("eax")); 159 &movz ("ed [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-armv8.pl | 86 movz $K,#0xeba1 111 movz $K,#0xc1d6 137 movz $K,#0xbcdc 209 movz $K,#0x7999
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-armv8.pl | 86 movz $K,#0xeba1 111 movz $K,#0xc1d6 137 movz $K,#0xbcdc 209 movz $K,#0x7999
|
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/ |
H A D | cmll-x86_64.pl | 89 movz `&hi("$t0")`,$i0 # (t0>>8)&0xff 90 movz `&lo("$t1")`,$i1 # (t1>>0)&0xff 93 movz `&lo("$t0")`,$i0 # (t0>>0)&0xff 95 movz `&hi("$t1")`,$i1 # (t1>>8)&0xff 99 movz `&hi("$t0")`,$i0 # (t0>>24)&0xff 100 movz `&lo("$t1")`,$i1 # (t1>>16)&0xff 103 movz `&lo("$t0")`,$i0 # (t0>>16)&0xff 104 movz `&hi("$t1")`,$i1 # (t1>>24)&0xff
|
H A D | cmll-x86.pl | 95 &movz ($idx,&HB($t0)); # (t0>>8)&0xff 97 &movz ($idx,&LB($t0)); # (t0>>0)&0xff 100 &movz ($idx,&LB($t1)); # (t1>>0)&0xff 102 &movz ($idx,&HB($t0)); # (t0>>24)&0xff 104 &movz ($idx,&HB($t1)); # (t1>>8)&0xff 107 &movz ($t0,&LB($t0)); # (t0>>16)&0xff 109 &movz ($idx,&HB($t1)); # (t1>>24)&0xff 114 &movz ($idx,&LB($t1)); # (t1>>16)&0xff
|
/third_party/openssl/crypto/camellia/asm/ |
H A D | cmll-x86_64.pl | 89 movz `&hi("$t0")`,$i0 # (t0>>8)&0xff 90 movz `&lo("$t1")`,$i1 # (t1>>0)&0xff 93 movz `&lo("$t0")`,$i0 # (t0>>0)&0xff 95 movz `&hi("$t1")`,$i1 # (t1>>8)&0xff 99 movz `&hi("$t0")`,$i0 # (t0>>24)&0xff 100 movz `&lo("$t1")`,$i1 # (t1>>16)&0xff 103 movz `&lo("$t0")`,$i0 # (t0>>16)&0xff 104 movz `&hi("$t1")`,$i1 # (t1>>24)&0xff
|
H A D | cmll-x86.pl | 95 &movz ($idx,&HB($t0)); # (t0>>8)&0xff 97 &movz ($idx,&LB($t0)); # (t0>>0)&0xff 100 &movz ($idx,&LB($t1)); # (t1>>0)&0xff 102 &movz ($idx,&HB($t0)); # (t0>>24)&0xff 104 &movz ($idx,&HB($t1)); # (t1>>8)&0xff 107 &movz ($t0,&LB($t0)); # (t0>>16)&0xff 109 &movz ($idx,&HB($t1)); # (t1>>24)&0xff 114 &movz ($idx,&LB($t1)); # (t1>>16)&0xff
|
/third_party/vixl/test/ |
H A D | test-code-generation-scopes.cc | 103 __ movz(aarch64::x1, 1); in TEST() 547 __ movz(aarch64::x1, 1); in TEST() 577 __ movz(aarch64::x0, 0); in TEST() 613 __ movz(aarch64::x1, 1); in TEST()
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | x86asm.pl | 75 sub ::movz { &movzx(@_); }
|
/third_party/openssl/crypto/perlasm/ |
H A D | x86asm.pl | 75 sub ::movz { &movzx(@_); }
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-x86.pl | 442 &movz ($Zll,&BP(15,$inp)); 617 &movz ($Zll,&BP(15,$inp)); 753 &movz ($rem[1],&LB($rem[1])) if ($i>0); 779 &movz ($rem[1],&LB($rem[1])); 793 &movz ($rem[0],&LB($rem[0]));
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-x86.pl | 442 &movz ($Zll,&BP(15,$inp)); 617 &movz ($Zll,&BP(15,$inp)); 753 &movz ($rem[1],&LB($rem[1])) if ($i>0); 779 &movz ($rem[1],&LB($rem[1])); 793 &movz ($rem[0],&LB($rem[0]));
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | x86cpuid.pl | 76 &movz ("esi",&LB("ecx")); # number of cores - 1
|
/third_party/openssl/crypto/ |
H A D | x86cpuid.pl | 76 &movz ("esi",&LB("ecx")); # number of cores - 1
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerMIPS32.h | 227 void movz(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/sha/ |
H A D | sha1-armv8.S | 32 movz w28,#0x7999 283 movz w28,#0xeba1 526 movz w28,#0xbcdc 806 movz w28,#0xc1d6
|