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

  /external/boringssl/src/crypto/aes/asm/
bsaes-x86_64.pl 106 my @XMM=map("%xmm$_",(15,0..14)); # best on Atom, +10% over (0..15)
660 movdqa @t[0],@XMM[0]
661 movdqa @t[1],@XMM[1]
662 movdqa @t[2],@XMM[2]
663 movdqa @t[3],@XMM[3]
664 movdqa @t[4],@XMM[4]
665 movdqa @t[5],@XMM[5]
666 movdqa @t[6],@XMM[6]
667 movdqa @t[7],@XMM[7
    [all...]
bsaes-armv7.pl 66 my @XMM=map("q$_",(0..15));
591 veor @XMM[5], @t[5], @t[6]
592 veor @XMM[6], @t[6], @y[6] @ t[6]=y[6]
593 veor @XMM[2], @t[2], @t[6]
594 veor @XMM[7], @t[7], @y[7] @ t[7]=y[7]
596 vmov @XMM[0], @t[0]
597 vmov @XMM[1], @t[1]
598 @ vmov @XMM[2], @t[2]
599 vmov @XMM[3], @t[3]
600 vmov @XMM[4], @t[4
    [all...]
  /art/runtime/arch/x86/
quick_method_frame_info_x86.h 28 enum XMM {
  /external/llvm/lib/Target/X86/
X86CompilationCallback_Win64.asm 33 ; Save all XMM arg registers. Also allocate reg spill area.
47 ; Restore all XMM arg registers.
  /external/v8/test/mjsunit/regress/
regress-compare-constant-doubles.js 36 // Fill XMM registers with cruft.
  /external/boringssl/src/crypto/perlasm/
x86masm.pl 22 { # fix xmm references
122 .XMM

Completed in 1872 milliseconds