/external/openssl/crypto/aes/asm/ |
aes-586.pl | 252 &movz ($s[2],&HB($s[0])); 257 &movz ($s[1],&HB($v1)); 265 &movz ($v0,&HB($v1)); 268 &movz ($v0,&HB($v1)); 277 &movz ($v1,&HB($v0)); 280 &movz ($v1,&HB($v0)); 289 &movz ($v0,&HB($v1)); 292 &movz ($v0,&HB($v1)); 304 &movz ($v0,&LB($s0)); # 3, 2, 1, 0* 307 &movz ($v0,&HB($s1)); # 7, 6, 5*, [all...] |
aes-x86_64.pl | 1256 movz %dl,%esi # rk[i]>>0 1258 movz %dh,%esi # rk[i]>>8 1264 movz %dl,%esi # rk[i]>>16 1268 movz %dh,%esi # rk[i]>>24 1454 movz %dl,%esi # rk[11]>>0 1456 movz %dh,%esi # rk[11]>>8 1462 movz %dl,%esi # rk[11]>>16 1466 movz %dh,%esi # rk[11]>>24 [all...] |
/external/openssl/crypto/rc4/asm/ |
rc4-586.pl | 135 &movz ($tx,&BP(0,$dat,$xx)); 139 &movz ($ty,&BP(0,$dat,$yy)); 143 &movz ($ty,&BP(0,$dat,$ty)); 147 &movz ($tx,&BP(0,$dat,$xx));
|
/external/openssl/crypto/perlasm/ |
x86asm.pl | 68 sub ::movz { &movzx(@_); }
|
x86_64-xlate.pl | 120 if ($self->{op} =~ /^(movz)b.*/) { # movz is pain... 143 if ($self->{op} eq "movz") { # movz is pain... 160 $self->{op} =~ s/^movz/movzx/;
|
/external/openssl/crypto/ |
x86cpuid.pl | 59 &movz ("esi",&LB("ecx")); # number of cores - 1
|
/external/v8/src/mips/ |
disasm-mips.cc | 712 case MOVZ: 713 Format(instr, "movz 'rd, 'rs, 'rt");
|
assembler-mips.h | 659 void movz(Register rd, Register rs, Register rt); [all...] |
assembler-mips.cc | 1536 void Assembler::movz(Register rd, Register rs, Register rt) { function in class:v8::internal::Assembler [all...] |
macro-assembler-mips.cc | 894 movz(scratch, scratch2, dest); [all...] |
/external/v8/test/cctest/ |
test-assembler-mips.cc | 233 __ movz(a0, t6, t7); // a0 not updated (t7 is NOT 0). 236 __ movz(a0, t6, v1); // a0<-t6, v0 is 0, from 8 instr back. [all...] |