HomeSort by relevance Sort by last modified time
    Searched refs:r8d (Results 1 - 10 of 10) sorted by null

  /external/zlib/src/contrib/gcc_gvmat64/
gvmat64.S 188 ;;; Retrieve the function arguments. r8d will hold cur_match
203 mov r8d,esi
304 and r8d, edx
306 movzx r8d, word ptr [rdi + r8*2]
307 cmp r8d, ebp
324 and r8d, edx
326 movzx r8d, word ptr [rdi + r8*2]
327 cmp r8d, ebp
343 and r8d, edx
345 movzx r8d, word ptr [rdi + r8*2]
    [all...]
  /external/llvm/test/MC/X86/
x86_64-encoding.s 89 // CHECK: movd %r8d, %mm1
91 movd %r8d, %mm1
105 // CHECK: movd %mm1, %r8d
107 movd %mm1, %r8d
x86_64-avx-encoding.s     [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 207 ;;; Retrieve the function arguments. r8d will hold cur_match
221 mov r8d,ecx
223 mov r8d,edx
321 and r8d, edx
323 movzx r8d, word ptr [rdi + r8*2]
324 cmp r8d, ebp
334 and r8d, edx
336 movzx r8d, word ptr [rdi + r8*2]
337 cmp r8d, ebp
347 and r8d, edx
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-x86_64.pl 160 mov OPENSSL_ia32cap_P(%rip),%r8d
168 bt \$30,%r8d # Intel CPU?
335 mov ($inp),%r8d
354 ror \$8,%r8d
379 mov %r8d,($out)
  /external/openssl/crypto/
x86_64cpuid.pl 37 cmpxchgl %r8d,($arg1)
39 movl %r8d,%eax
  /external/openssl/crypto/aes/asm/
vpaes-x86_64.pl 697 mov \$0x30,%r8d
747 mov %esi,%r8d
748 shr \$1,%r8d
749 and \$32,%r8d
750 xor \$32,%r8d # nbits==192?0:32
aesni-x86_64.pl 537 test %r8d,%r8d # 5th argument
    [all...]
aes-x86_64.pl 90 { my $t3="%r8d"; # zaps $inp!
150 { my $t3="%r8d"; # zaps $inp!
362 { my ($t3,$t4,$t5)=("%r8d","%r9d","%r13d");
439 my ($acc,$r2,$tmp)=("%r8d","%r9d","%r13d");
465 { my ($t3,$r20,$r21)=($acc2,"%r8d","%r9d");
660 { my $t3="%r8d"; # zaps $inp!
720 { my $t3="%r8d"; # zaps $inp!
932 { my ($t3,$t4,$t5)=("%r8d","%r9d","%r13d");
1333 mov 64-128(%rbp),%r8d
1337 mov 192-128(%rbp),%r8d
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-x86_64.pl 224 mov OPENSSL_ia32cap_P+4(%rip),%r8d
225 test \$`1<<9`,%r8d # check SSSE3 bit
229 and \$`1<<28`,%r8d # mask AVX bit
231 or %r9d,%r8d
232 cmp \$`1<<28|1<<30`,%r8d

Completed in 213 milliseconds