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

  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 720 vmovups -112($key),$rndkey0 # $key[0]
721 vmovups 16-112($key),$rndkey[0] # forward reference
730 vmovups `16*$n`($in0),$in # load input
734 vmovups $iv,`16*($n-1)`($out,$in0) # write output
739 vmovups `32+16*$k-112`($key),$rndkey[1]
747 vmovups `32+16*($k+0)-112`($key),$rndkey[1]
749 vmovups `32+16*($k+1)-112`($key),$rndkey[0]
752 vmovups `32+16*($k+2)-112`($key),$rndkey[1]
754 vmovups `32+16*($k+3)-112`($key),$rndkey[0]
757 vmovups 16-112($key),$rndkey[1] # forward referenc
    [all...]
  /external/llvm/test/MC/X86/
x86-32-avx.s 706 // CHECK: vmovups (%eax), %xmm2
708 vmovups (%eax), %xmm2
710 // CHECK: vmovups %xmm1, %xmm2
712 vmovups %xmm1, %xmm2
714 // CHECK: vmovups %xmm1, (%eax)
716 vmovups %xmm1, (%eax)
    [all...]
x86_64-avx-encoding.s     [all...]

Completed in 123 milliseconds