===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
curvedns-0.87/configure.curvedns-44-    echo "Nevertheless, a new Makefile has been generated."
curvedns-0.87/configure.curvedns:45:    abi=`cat "$curve"/abi`
curvedns-0.87/configure.curvedns:46:    compiler=`cat "$curve"/compiler`
curvedns-0.87/configure.curvedns:47:    cflags=`cat "$curve"/cflags`
curvedns-0.87/configure.curvedns-48-    doMakefile
##############################################
curvedns-0.87/configure.curvedns-66-abis=`okabi | wc -l`
curvedns-0.87/configure.curvedns:67:lastabi=`cat "$curve"/lastabi`
curvedns-0.87/configure.curvedns-68-
##############################################
curvedns-0.87/configure.curvedns-83-
curvedns-0.87/configure.curvedns:84:abi=`cat "$curve"/abi`
curvedns-0.87/configure.curvedns-85-
##############################################
curvedns-0.87/configure.curvedns-91-
curvedns-0.87/configure.curvedns:92:compiler=`okc-$abi | tail -1 | cut -d' ' -f1`
curvedns-0.87/configure.curvedns:93:cflags=`okc-$abi | tail -1 | cut -d' ' -f2-`
curvedns-0.87/configure.curvedns-94-
##############################################
curvedns-0.87/configure.nacl-8-project=nacl
curvedns-0.87/configure.nacl:9:version=`cat "$project"/version`
curvedns-0.87/configure.nacl-10-shorthostname=`hostname | sed 's/\..*//' | tr -cd '[a-z][A-Z][0-9]'`
##############################################
curvedns-0.87/configure.nacl-137-  selected=''
curvedns-0.87/configure.nacl:138:  [ -f "$o/selected" ] && selected=`cat "$o/selected"`
curvedns-0.87/configure.nacl-139-
##############################################
curvedns-0.87/configure.nacl-146-    expectedchecksum=''
curvedns-0.87/configure.nacl:147:    [ -f "$o/$p/checksum" ] && expectedchecksum=`cat "$o/$p/checksum"`
curvedns-0.87/configure.nacl-148-    op="${o}_${p}"
##############################################
curvedns-0.87/configure.nacl-156-      echo "=== `date` === $abi $o/$p"
curvedns-0.87/configure.nacl:157:      libs=`"oklibs-$abi"`
curvedns-0.87/configure.nacl-158-      libs="$lib/$abi/cpucycles.o $libs"
##############################################
curvedns-0.87/configure.nacl-169-      do
curvedns-0.87/configure.nacl:170:        implementationdir=`dirname $doth`
curvedns-0.87/configure.nacl:171:	opi=`echo "$implementationdir" | tr ./- ___`
curvedns-0.87/configure.nacl-172-
##############################################
curvedns-0.87/configure.nacl-177-  
curvedns-0.87/configure.nacl:178:	cfiles=`ls "$implementationdir" | grep '\.c$' || :`
curvedns-0.87/configure.nacl:179:	sfiles=`ls "$implementationdir" | grep '\.[sS]$' || :`
curvedns-0.87/configure.nacl:180:	cppfiles=`ls "$o" | grep '\.cpp$' || :`
curvedns-0.87/configure.nacl-181-  
##############################################
curvedns-0.87/configure.nacl-247-	    echo "=== `date` === $abi $implementationdir $compiler"
curvedns-0.87/configure.nacl:248:	    compilerword=`echo "$compiler" | tr ' ' '_'`
curvedns-0.87/configure.nacl-249-	    ok=1
##############################################
curvedns-0.87/configure.nacl-289-	    then
curvedns-0.87/configure.nacl:290:	      checksum=`awk '{print $1}' < ../outputs`
curvedns-0.87/configure.nacl:291:	      cycles=`awk '{print $2}' < ../outputs`
curvedns-0.87/configure.nacl:292:	      checksumcycles=`awk '{print $3}' < ../outputs`
curvedns-0.87/configure.nacl:293:	      cyclespersecond=`awk '{print $4}' < ../outputs`
curvedns-0.87/configure.nacl:294:	      impl=`awk '{print $5}' < ../outputs`
curvedns-0.87/configure.nacl-295-	    else
##############################################
curvedns-0.87/configure.nacl-390-    
curvedns-0.87/configure.nacl:391:        libs=`"oklibs-$abi"`
curvedns-0.87/configure.nacl-392-        libs="$lib/$abi/cpucycles.o $libs"
##############################################
curvedns-0.87/nacl/cpucycles/alpha.c-20-  unsigned long long t;
curvedns-0.87/nacl/cpucycles/alpha.c:21:  asm volatile("rpcc %0" : "=r"(t));
curvedns-0.87/nacl/cpucycles/alpha.c-22-  return t & 0xffffffff;
##############################################
curvedns-0.87/nacl/cpucycles/amd64cpuinfo.c-7-  unsigned long long result;
curvedns-0.87/nacl/cpucycles/amd64cpuinfo.c:8:  asm volatile(".byte 15;.byte 49;shlq $32,%%rdx;orq %%rdx,%%rax"
curvedns-0.87/nacl/cpucycles/amd64cpuinfo.c-9-    : "=a" (result) ::  "%rdx");
##############################################
curvedns-0.87/nacl/cpucycles/amd64cpuspeed.c-8-  unsigned long long result;
curvedns-0.87/nacl/cpucycles/amd64cpuspeed.c:9:  asm volatile(".byte 15;.byte 49;shlq $32,%%rdx;orq %%rdx,%%rax"
curvedns-0.87/nacl/cpucycles/amd64cpuspeed.c-10-    : "=a" (result) ::  "%rdx");
##############################################
curvedns-0.87/nacl/cpucycles/amd64tscfreq.c-6-  unsigned long long result;
curvedns-0.87/nacl/cpucycles/amd64tscfreq.c:7:  asm volatile(".byte 15;.byte 49;shlq $32,%%rdx;orq %%rdx,%%rax"
curvedns-0.87/nacl/cpucycles/amd64tscfreq.c-8-    : "=a" (result) ::  "%rdx");
##############################################
curvedns-0.87/nacl/cpucycles/ia64cpuinfo.c-7-  long long result;
curvedns-0.87/nacl/cpucycles/ia64cpuinfo.c:8:  asm volatile("mov %0=ar.itc" : "=r"(result));
curvedns-0.87/nacl/cpucycles/ia64cpuinfo.c-9-  return result;
##############################################
curvedns-0.87/nacl/cpucycles/mips.c-20-  unsigned int cc;
curvedns-0.87/nacl/cpucycles/mips.c:21:  asm volatile(".byte 59; .byte 16; .byte 2; .byte 124; move %0,$2" : "=r"(cc) : : "$2");
curvedns-0.87/nacl/cpucycles/mips.c-22-  gettimeofday(&t,(struct timezone *) 0);
##############################################
curvedns-0.87/nacl/cpucycles/powerpccpuinfo.c-30-  unsigned long long result;
curvedns-0.87/nacl/cpucycles/powerpccpuinfo.c:31:  asm volatile(
curvedns-0.87/nacl/cpucycles/powerpccpuinfo.c-32-    "7:mftbu %0;mftb %1;mftbu %2;cmpw %0,%2;bne 7b"
##############################################
curvedns-0.87/nacl/cpucycles/sgi.c-13-
curvedns-0.87/nacl/cpucycles/sgi.c:14:  f = popen("hinv -c processor | awk '{if ($3==\"MHZ\") print $2*1000000}'","r");
curvedns-0.87/nacl/cpucycles/sgi.c-15-  if (!f) return;
##############################################
curvedns-0.87/nacl/cpucycles/sparc32cpuinfo.c-7-  long long result;
curvedns-0.87/nacl/cpucycles/sparc32cpuinfo.c:8:  asm volatile(".word 2202075136; .word 2570088480; srl %%g1,0,%L0; mov %%o4,%H0"
curvedns-0.87/nacl/cpucycles/sparc32cpuinfo.c-9-    : "=r" (result) : : "g1","o4");
##############################################
curvedns-0.87/nacl/cpucycles/sparccpuinfo.c-7-  long long result;
curvedns-0.87/nacl/cpucycles/sparccpuinfo.c:8:  asm volatile("rd %%tick,%0" : "=r" (result));
curvedns-0.87/nacl/cpucycles/sparccpuinfo.c-9-  return result;
##############################################
curvedns-0.87/nacl/cpucycles/x86cpuinfo.c-7-  long long result;
curvedns-0.87/nacl/cpucycles/x86cpuinfo.c:8:  asm volatile(".byte 15;.byte 49" : "=A" (result));
curvedns-0.87/nacl/cpucycles/x86cpuinfo.c-9-  return result;
##############################################
curvedns-0.87/nacl/cpucycles/x86cpuspeed.c-8-  long long result;
curvedns-0.87/nacl/cpucycles/x86cpuspeed.c:9:  asm volatile(".byte 15;.byte 49" : "=A" (result));
curvedns-0.87/nacl/cpucycles/x86cpuspeed.c-10-  return result;
##############################################
curvedns-0.87/nacl/cpucycles/x86estimate.c-8-  long long result;
curvedns-0.87/nacl/cpucycles/x86estimate.c:9:  asm volatile(".byte 15;.byte 49" : "=A" (result));
curvedns-0.87/nacl/cpucycles/x86estimate.c-10-  return result;
##############################################
curvedns-0.87/nacl/cpucycles/x86tscfreq.c-6-  long long result;
curvedns-0.87/nacl/cpucycles/x86tscfreq.c:7:  asm volatile(".byte 15;.byte 49" : "=A" (result));
curvedns-0.87/nacl/cpucycles/x86tscfreq.c-8-  return result;
##############################################
curvedns-0.87/nacl/cpuid/cpuid.c-25-
curvedns-0.87/nacl/cpuid/cpuid.c:26:  asm volatile(".byte 15;.byte 162" : "=a"(x[0]),"=b"(x[1]),"=c"(x[3]),"=d"(x[2]) : "0"(0) );
curvedns-0.87/nacl/cpuid/cpuid.c-27-  if (!x[0]) return 0;
curvedns-0.87/nacl/cpuid/cpuid.c:28:  asm volatile(".byte 15;.byte 162" : "=a"(y[0]),"=b"(y[1]),"=c"(y[2]),"=d"(y[3]) : "0"(1) );
curvedns-0.87/nacl/cpuid/cpuid.c-29-
##############################################
curvedns-0.87/nacl/cpuid/x86.c-25-
curvedns-0.87/nacl/cpuid/x86.c:26:  asm volatile(".byte 15;.byte 162" : "=a"(x[0]),"=b"(x[1]),"=c"(x[3]),"=d"(x[2]) : "0"(0) );
curvedns-0.87/nacl/cpuid/x86.c-27-  if (!x[0]) return 0;
curvedns-0.87/nacl/cpuid/x86.c:28:  asm volatile(".byte 15;.byte 162" : "=a"(y[0]),"=b"(y[1]),"=c"(y[2]),"=d"(y[3]) : "0"(1) );
curvedns-0.87/nacl/cpuid/x86.c-29-
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-170-# qhasm: r11_stack = r11_caller
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:171:# asm 1: movq <r11_caller=int64#9,>r11_stack=stack64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:172:# asm 2: movq <r11_caller=%r11,>r11_stack=32(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-173-movq %r11,32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-175-# qhasm: r12_stack = r12_caller
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:176:# asm 1: movq <r12_caller=int64#10,>r12_stack=stack64#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:177:# asm 2: movq <r12_caller=%r12,>r12_stack=40(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-178-movq %r12,40(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-180-# qhasm: r13_stack = r13_caller
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:181:# asm 1: movq <r13_caller=int64#11,>r13_stack=stack64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:182:# asm 2: movq <r13_caller=%r13,>r13_stack=48(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-183-movq %r13,48(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-185-# qhasm: r14_stack = r14_caller
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:186:# asm 1: movq <r14_caller=int64#12,>r14_stack=stack64#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:187:# asm 2: movq <r14_caller=%r14,>r14_stack=56(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-188-movq %r14,56(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-190-# qhasm: r15_stack = r15_caller
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:191:# asm 1: movq <r15_caller=int64#13,>r15_stack=stack64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:192:# asm 2: movq <r15_caller=%r15,>r15_stack=64(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-193-movq %r15,64(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-195-# qhasm: rbx_stack = rbx_caller
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:196:# asm 1: movq <rbx_caller=int64#14,>rbx_stack=stack64#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:197:# asm 2: movq <rbx_caller=%rbx,>rbx_stack=72(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-198-movq %rbx,72(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-200-# qhasm: rbp_stack = rbp_caller
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:201:# asm 1: movq <rbp_caller=int64#15,>rbp_stack=stack64#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:202:# asm 2: movq <rbp_caller=%rbp,>rbp_stack=80(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-203-movq %rbp,80(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-208-# qhasm:   m0 = *(uint32 *) (k + 0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:209:# asm 1: movl   0(<k=int64#4),>m0=int64#5d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:210:# asm 2: movl   0(<k=%rcx),>m0=%r8d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-211-movl   0(%rcx),%r8d
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-213-# qhasm:   m1 = *(uint32 *) (k + 4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:214:# asm 1: movl   4(<k=int64#4),>m1=int64#6d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:215:# asm 2: movl   4(<k=%rcx),>m1=%r9d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-216-movl   4(%rcx),%r9d
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-218-# qhasm:   m2 = *(uint32 *) (k + 8)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:219:# asm 1: movl   8(<k=int64#4),>m2=int64#7d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:220:# asm 2: movl   8(<k=%rcx),>m2=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-221-movl   8(%rcx),%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-223-# qhasm:   m3 = *(uint32 *) (k + 12)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:224:# asm 1: movl   12(<k=int64#4),>m3=int64#8d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:225:# asm 2: movl   12(<k=%rcx),>m3=%r10d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-226-movl   12(%rcx),%r10d
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-228-# qhasm:   out_stack = out
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:229:# asm 1: movq <out=int64#1,>out_stack=stack64#8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:230:# asm 2: movq <out=%rdi,>out_stack=88(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-231-movq %rdi,88(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-233-# qhasm:   k_stack = k
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:234:# asm 1: movq <k=int64#4,>k_stack=stack64#9
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:235:# asm 2: movq <k=%rcx,>k_stack=96(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-236-movq %rcx,96(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-238-# qhasm:   d0 top = 0x43300000
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:239:# asm 1: movl  $0x43300000,>d0=stack64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:240:# asm 2: movl  $0x43300000,>d0=108(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-241-movl  $0x43300000,108(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-243-# qhasm:   d1 top = 0x45300000
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:244:# asm 1: movl  $0x45300000,>d1=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:245:# asm 2: movl  $0x45300000,>d1=116(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-246-movl  $0x45300000,116(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-248-# qhasm:   d2 top = 0x47300000
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:249:# asm 1: movl  $0x47300000,>d2=stack64#12
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:250:# asm 2: movl  $0x47300000,>d2=124(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-251-movl  $0x47300000,124(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-253-# qhasm:   d3 top = 0x49300000
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:254:# asm 1: movl  $0x49300000,>d3=stack64#13
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:255:# asm 2: movl  $0x49300000,>d3=132(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-256-movl  $0x49300000,132(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-258-# qhasm:   (uint32) m0 &= 0x0fffffff
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:259:# asm 1: and  $0x0fffffff,<m0=int64#5d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:260:# asm 2: and  $0x0fffffff,<m0=%r8d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-261-and  $0x0fffffff,%r8d
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-263-# qhasm:   (uint32) m1 &= 0x0ffffffc
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:264:# asm 1: and  $0x0ffffffc,<m1=int64#6d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:265:# asm 2: and  $0x0ffffffc,<m1=%r9d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-266-and  $0x0ffffffc,%r9d
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-268-# qhasm:   (uint32) m2 &= 0x0ffffffc
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:269:# asm 1: and  $0x0ffffffc,<m2=int64#7d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:270:# asm 2: and  $0x0ffffffc,<m2=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-271-and  $0x0ffffffc,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-273-# qhasm:   (uint32) m3 &= 0x0ffffffc
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:274:# asm 1: and  $0x0ffffffc,<m3=int64#8d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:275:# asm 2: and  $0x0ffffffc,<m3=%r10d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-276-and  $0x0ffffffc,%r10d
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-278-# qhasm:   inplace d0 bottom = m0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:279:# asm 1: movl <m0=int64#5d,<d0=stack64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:280:# asm 2: movl <m0=%r8d,<d0=104(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-281-movl %r8d,104(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-283-# qhasm:   inplace d1 bottom = m1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:284:# asm 1: movl <m1=int64#6d,<d1=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:285:# asm 2: movl <m1=%r9d,<d1=112(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-286-movl %r9d,112(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-288-# qhasm:   inplace d2 bottom = m2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:289:# asm 1: movl <m2=int64#7d,<d2=stack64#12
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:290:# asm 2: movl <m2=%eax,<d2=120(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-291-movl %eax,120(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-293-# qhasm:   inplace d3 bottom = m3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:294:# asm 1: movl <m3=int64#8d,<d3=stack64#13
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:295:# asm 2: movl <m3=%r10d,<d3=128(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-296-movl %r10d,128(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-298-# qhasm:   a0 = *(float64 *) &d0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:299:# asm 1: fldl <d0=stack64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:300:# asm 2: fldl <d0=104(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-301-fldl 104(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-308-# qhasm:   a1 = *(float64 *) &d1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:309:# asm 1: fldl <d1=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:310:# asm 2: fldl <d1=112(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-311-fldl 112(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-318-# qhasm:   a2 = *(float64 *) &d2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:319:# asm 1: fldl <d2=stack64#12
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:320:# asm 2: fldl <d2=120(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-321-fldl 120(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-328-# qhasm:   a3 = *(float64 *) &d3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:329:# asm 1: fldl <d3=stack64#13
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:330:# asm 2: fldl <d3=128(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-331-fldl 128(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-338-# qhasm: internal stacktop a0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:339:# asm 1: fxch <a0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:340:# asm 2: fxch <a0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-341-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-343-# qhasm:   *(float64 *) &r0 = a0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:344:# asm 1: fstpl >r0=stack64#14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:345:# asm 2: fstpl >r0=136(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-346-fstpl 136(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-349-# qhasm: internal stacktop a1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:350:# asm 1: fxch <a1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:351:# asm 2: fxch <a1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-352-fxch %st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-354-# qhasm:   *(float64 *) &r1 = a1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:355:# asm 1: fstl >r1=stack64#15
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:356:# asm 2: fstl >r1=144(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-357-fstl 144(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-364-# qhasm:   *(float64 *) &sr1 = a1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:365:# asm 1: fstpl >sr1=stack64#16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:366:# asm 2: fstpl >sr1=152(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-367-fstpl 152(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-370-# qhasm:   *(float64 *) &r2 = a2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:371:# asm 1: fstl >r2=stack64#17
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:372:# asm 2: fstl >r2=160(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-373-fstl 160(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-380-# qhasm:   *(float64 *) &sr2 = a2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:381:# asm 1: fstpl >sr2=stack64#18
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:382:# asm 2: fstpl >sr2=168(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-383-fstpl 168(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-386-# qhasm:   *(float64 *) &r3 = a3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:387:# asm 1: fstl >r3=stack64#19
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:388:# asm 2: fstl >r3=176(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-389-fstl 176(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-396-# qhasm:   *(float64 *) &sr3 = a3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:397:# asm 1: fstpl >sr3=stack64#20
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:398:# asm 2: fstpl >sr3=184(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-399-fstpl 184(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-418-# qhasm:                          unsigned<? l - 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:419:# asm 1: cmp  $16,<l=int64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:420:# asm 2: cmp  $16,<l=%rdx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-421-cmp  $16,%rdx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-435-# qhasm:   m3 = *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:436:# asm 1: movl   12(<m=int64#2),>m3=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:437:# asm 2: movl   12(<m=%rsi),>m3=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-438-movl   12(%rsi),%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-441-# qhasm:   m2 = *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:442:# asm 1: movl   8(<m=int64#2),>m2=int64#4d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:443:# asm 2: movl   8(<m=%rsi),>m2=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-444-movl   8(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-447-# qhasm:   m1 = *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:448:# asm 1: movl   4(<m=int64#2),>m1=int64#5d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:449:# asm 2: movl   4(<m=%rsi),>m1=%r8d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-450-movl   4(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-453-# qhasm:   m0 = *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:454:# asm 1: movl   0(<m=int64#2),>m0=int64#6d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:455:# asm 2: movl   0(<m=%rsi),>m0=%r9d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-456-movl   0(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-459-# qhasm:   inplace d3 bottom = m3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:460:# asm 1: movl <m3=int64#1d,<d3=stack64#13
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:461:# asm 2: movl <m3=%edi,<d3=128(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-462-movl %edi,128(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-465-# qhasm:   inplace d2 bottom = m2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:466:# asm 1: movl <m2=int64#4d,<d2=stack64#12
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:467:# asm 2: movl <m2=%ecx,<d2=120(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-468-movl %ecx,120(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-471-# qhasm:   inplace d1 bottom = m1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:472:# asm 1: movl <m1=int64#5d,<d1=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:473:# asm 2: movl <m1=%r8d,<d1=112(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-474-movl %r8d,112(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-477-# qhasm:   inplace d0 bottom = m0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:478:# asm 1: movl <m0=int64#6d,<d0=stack64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:479:# asm 2: movl <m0=%r9d,<d0=104(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-480-movl %r9d,104(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-483-# qhasm:   m += 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:484:# asm 1: add  $16,<m=int64#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:485:# asm 2: add  $16,<m=%rsi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-486-add  $16,%rsi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-489-# qhasm:   l -= 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:490:# asm 1: sub  $16,<l=int64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:491:# asm 2: sub  $16,<l=%rdx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-492-sub  $16,%rdx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-495-# qhasm: internal stacktop h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:496:# asm 1: fxch <h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:497:# asm 2: fxch <h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-498-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-500-# qhasm:   h3 += *(float64 *) &d3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:501:# asm 1: faddl <d3=stack64#13
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:502:# asm 2: faddl <d3=128(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-503-faddl 128(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-510-# qhasm: internal stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:511:# asm 1: fxch <h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:512:# asm 2: fxch <h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-513-fxch %st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-515-# qhasm:   h1 += *(float64 *) &d1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:516:# asm 1: faddl <d1=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:517:# asm 2: faddl <d1=112(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-518-faddl 112(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-525-# qhasm: internal stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:526:# asm 1: fxch <h2=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:527:# asm 2: fxch <h2=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-528-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-530-# qhasm:   h2 += *(float64 *) &d2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:531:# asm 1: faddl <d2=stack64#12
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:532:# asm 2: faddl <d2=120(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-533-faddl 120(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-540-# qhasm: internal stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:541:# asm 1: fxch <h0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:542:# asm 2: fxch <h0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-543-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-545-# qhasm:   h0 += *(float64 *) &d0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:546:# asm 1: faddl <d0=stack64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:547:# asm 2: faddl <d0=104(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-548-faddl 104(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-555-# qhasm:                                  unsigned<? l - 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:556:# asm 1: cmp  $16,<l=int64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:557:# asm 2: cmp  $16,<l=%rdx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-558-cmp  $16,%rdx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-572-# qhasm:   m3 = *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:573:# asm 1: movl   12(<m=int64#2),>m3=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:574:# asm 2: movl   12(<m=%rsi),>m3=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-575-movl   12(%rsi),%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-578-# qhasm:   m2 = *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:579:# asm 1: movl   8(<m=int64#2),>m2=int64#4d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:580:# asm 2: movl   8(<m=%rsi),>m2=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-581-movl   8(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-584-# qhasm:   m1 = *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:585:# asm 1: movl   4(<m=int64#2),>m1=int64#5d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:586:# asm 2: movl   4(<m=%rsi),>m1=%r8d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-587-movl   4(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-590-# qhasm:   m0 = *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:591:# asm 1: movl   0(<m=int64#2),>m0=int64#6d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:592:# asm 2: movl   0(<m=%rsi),>m0=%r9d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-593-movl   0(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-596-# qhasm:   inplace d3 bottom = m3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:597:# asm 1: movl <m3=int64#1d,<d3=stack64#13
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:598:# asm 2: movl <m3=%edi,<d3=128(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-599-movl %edi,128(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-602-# qhasm:   inplace d2 bottom = m2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:603:# asm 1: movl <m2=int64#4d,<d2=stack64#12
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:604:# asm 2: movl <m2=%ecx,<d2=120(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-605-movl %ecx,120(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-608-# qhasm:   inplace d1 bottom = m1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:609:# asm 1: movl <m1=int64#5d,<d1=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:610:# asm 2: movl <m1=%r8d,<d1=112(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-611-movl %r8d,112(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-614-# qhasm:   inplace d0 bottom = m0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:615:# asm 1: movl <m0=int64#6d,<d0=stack64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:616:# asm 2: movl <m0=%r9d,<d0=104(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-617-movl %r9d,104(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-620-# qhasm:   m += 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:621:# asm 1: add  $16,<m=int64#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:622:# asm 2: add  $16,<m=%rsi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-623-add  $16,%rsi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-626-# qhasm:   l -= 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:627:# asm 1: sub  $16,<l=int64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:628:# asm 2: sub  $16,<l=%rdx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-629-sub  $16,%rdx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-636-# qhasm:   x0 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:637:# asm 1: fadd <h3=float80#3,<x0=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:638:# asm 2: fadd <h3=%st(2),<x0=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-639-fadd %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-646-# qhasm:   h3 -= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:647:# asm 1: fsubr <x0=float80#1,<h3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:648:# asm 2: fsubr <x0=%st(0),<h3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-649-fsubr %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-660-# qhasm:   x1 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:661:# asm 1: fadd <h0=float80#3,<x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:662:# asm 2: fadd <h0=%st(2),<x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-663-fadd %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-670-# qhasm:   h0 -= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:671:# asm 1: fsubr <x1=float80#1,<h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:672:# asm 2: fsubr <x1=%st(0),<h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-673-fsubr %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-676-# qhasm: internal stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:677:# asm 1: fxch <h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:678:# asm 2: fxch <h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-679-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-681-# qhasm:   x0 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:682:# asm 1: faddp <h0=float80#1,<x0=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:683:# asm 2: faddp <h0=%st(0),<x0=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-684-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-691-# qhasm:   x2 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:692:# asm 1: fadd <h1=float80#5,<x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:693:# asm 2: fadd <h1=%st(4),<x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-694-fadd %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-701-# qhasm:   h1 -= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:702:# asm 1: fsubr <x2=float80#1,<h1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:703:# asm 2: fsubr <x2=%st(0),<h1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-704-fsubr %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-711-# qhasm:   x3 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:712:# asm 1: fadd <h2=float80#7,<x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:713:# asm 2: fadd <h2=%st(6),<x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-714-fadd %st(6),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-721-# qhasm:   h2 -= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:722:# asm 1: fsubr <x3=float80#1,<h2=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:723:# asm 2: fsubr <x3=%st(0),<h2=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-724-fsubr %st(0),%st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-727-# qhasm: internal stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:728:# asm 1: fxch <h2=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:729:# asm 2: fxch <h2=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-730-fxch %st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-732-# qhasm:   x2 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:733:# asm 1: faddp <h2=float80#1,<x2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:734:# asm 2: faddp <h2=%st(0),<x2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-735-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-738-# qhasm: internal stacktop h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:739:# asm 1: fxch <h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:740:# asm 2: fxch <h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-741-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-743-# qhasm:   x3 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:744:# asm 1: faddp <h3=float80#1,<x3=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:745:# asm 2: faddp <h3=%st(0),<x3=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-746-faddp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-749-# qhasm: internal stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:750:# asm 1: fxch <h1=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:751:# asm 2: fxch <h1=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-752-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-754-# qhasm:   x1 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:755:# asm 1: faddp <h1=float80#1,<x1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:756:# asm 2: faddp <h1=%st(0),<x1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-757-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-760-# qhasm:   h3 = *(float64 *) &r3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:761:# asm 1: fldl <r3=stack64#19
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:762:# asm 2: fldl <r3=176(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-763-fldl 176(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-766-# qhasm:   h3 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:767:# asm 1: fmul <x0=float80#4,<h3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:768:# asm 2: fmul <x0=%st(3),<h3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-769-fmul %st(3),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-772-# qhasm:   h2 = *(float64 *) &r2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:773:# asm 1: fldl <r2=stack64#17
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:774:# asm 2: fldl <r2=160(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-775-fldl 160(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-778-# qhasm:   h2 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:779:# asm 1: fmul <x0=float80#5,<h2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:780:# asm 2: fmul <x0=%st(4),<h2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-781-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-784-# qhasm:   h1 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:785:# asm 1: fldl <r1=stack64#15
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:786:# asm 2: fldl <r1=144(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-787-fldl 144(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-790-# qhasm:   h1 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:791:# asm 1: fmul <x0=float80#6,<h1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:792:# asm 2: fmul <x0=%st(5),<h1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-793-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-796-# qhasm:   h0 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:797:# asm 1: fldl <r0=stack64#14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:798:# asm 2: fldl <r0=136(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-799-fldl 136(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-802-# qhasm:   h0 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:803:# asm 1: fmulp <x0=float80#1,<h0=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:804:# asm 2: fmulp <x0=%st(0),<h0=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-805-fmulp %st(0),%st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-808-# qhasm:   r2x1 = *(float64 *) &r2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:809:# asm 1: fldl <r2=stack64#17
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:810:# asm 2: fldl <r2=160(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-811-fldl 160(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-814-# qhasm:   r2x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:815:# asm 1: fmul <x1=float80#5,<r2x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:816:# asm 2: fmul <x1=%st(4),<r2x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-817-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-820-# qhasm:   h3 += r2x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:821:# asm 1: faddp <r2x1=float80#1,<h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:822:# asm 2: faddp <r2x1=%st(0),<h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-823-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-826-# qhasm:   r1x1 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:827:# asm 1: fldl <r1=stack64#15
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:828:# asm 2: fldl <r1=144(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-829-fldl 144(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-832-# qhasm:   r1x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:833:# asm 1: fmul <x1=float80#5,<r1x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:834:# asm 2: fmul <x1=%st(4),<r1x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-835-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-838-# qhasm:   h2 += r1x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:839:# asm 1: faddp <r1x1=float80#1,<h2=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:840:# asm 2: faddp <r1x1=%st(0),<h2=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-841-faddp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-844-# qhasm:   r0x1 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:845:# asm 1: fldl <r0=stack64#14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:846:# asm 2: fldl <r0=136(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-847-fldl 136(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-850-# qhasm:   r0x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:851:# asm 1: fmul <x1=float80#5,<r0x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:852:# asm 2: fmul <x1=%st(4),<r0x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-853-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-856-# qhasm:   h1 += r0x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:857:# asm 1: faddp <r0x1=float80#1,<h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:858:# asm 2: faddp <r0x1=%st(0),<h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-859-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-862-# qhasm:   sr3x1 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:863:# asm 1: fldl <sr3=stack64#20
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:864:# asm 2: fldl <sr3=184(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-865-fldl 184(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-868-# qhasm:   sr3x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:869:# asm 1: fmulp <x1=float80#1,<sr3x1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:870:# asm 2: fmulp <x1=%st(0),<sr3x1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-871-fmulp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-874-# qhasm: internal stacktop sr3x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:875:# asm 1: fxch <sr3x1=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:876:# asm 2: fxch <sr3x1=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-877-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-879-# qhasm:   h0 += sr3x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:880:# asm 1: faddp <sr3x1=float80#1,<h0=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:881:# asm 2: faddp <sr3x1=%st(0),<h0=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-882-faddp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-885-# qhasm:   r1x2 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:886:# asm 1: fldl <r1=stack64#15
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:887:# asm 2: fldl <r1=144(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-888-fldl 144(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-891-# qhasm:   r1x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:892:# asm 1: fmul <x2=float80#5,<r1x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:893:# asm 2: fmul <x2=%st(4),<r1x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-894-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-897-# qhasm:   h3 += r1x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:898:# asm 1: faddp <r1x2=float80#1,<h3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:899:# asm 2: faddp <r1x2=%st(0),<h3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-900-faddp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-903-# qhasm:   r0x2 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:904:# asm 1: fldl <r0=stack64#14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:905:# asm 2: fldl <r0=136(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-906-fldl 136(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-909-# qhasm:   r0x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:910:# asm 1: fmul <x2=float80#5,<r0x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:911:# asm 2: fmul <x2=%st(4),<r0x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-912-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-915-# qhasm:   h2 += r0x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:916:# asm 1: faddp <r0x2=float80#1,<h2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:917:# asm 2: faddp <r0x2=%st(0),<h2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-918-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-921-# qhasm:   sr3x2 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:922:# asm 1: fldl <sr3=stack64#20
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:923:# asm 2: fldl <sr3=184(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-924-fldl 184(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-927-# qhasm:   sr3x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:928:# asm 1: fmul <x2=float80#5,<sr3x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:929:# asm 2: fmul <x2=%st(4),<sr3x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-930-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-933-# qhasm:   h1 += sr3x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:934:# asm 1: faddp <sr3x2=float80#1,<h1=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:935:# asm 2: faddp <sr3x2=%st(0),<h1=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-936-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-939-# qhasm:   sr2x2 = *(float64 *) &sr2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:940:# asm 1: fldl <sr2=stack64#18
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:941:# asm 2: fldl <sr2=168(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-942-fldl 168(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-945-# qhasm:   sr2x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:946:# asm 1: fmulp <x2=float80#1,<sr2x2=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:947:# asm 2: fmulp <x2=%st(0),<sr2x2=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-948-fmulp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-951-# qhasm: internal stacktop sr2x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:952:# asm 1: fxch <sr2x2=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:953:# asm 2: fxch <sr2x2=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-954-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-956-# qhasm:   h0 += sr2x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:957:# asm 1: faddp <sr2x2=float80#1,<h0=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:958:# asm 2: faddp <sr2x2=%st(0),<h0=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-959-faddp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-962-# qhasm:   r0x3 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:963:# asm 1: fldl <r0=stack64#14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:964:# asm 2: fldl <r0=136(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-965-fldl 136(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-968-# qhasm:   r0x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:969:# asm 1: fmul <x3=float80#6,<r0x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:970:# asm 2: fmul <x3=%st(5),<r0x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-971-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-974-# qhasm:   h3 += r0x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:975:# asm 1: faddp <r0x3=float80#1,<h3=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:976:# asm 2: faddp <r0x3=%st(0),<h3=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-977-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-980-# qhasm:   stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:981:# asm 1: fxch <h0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:982:# asm 2: fxch <h0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-983-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-986-# qhasm:   sr3x3 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:987:# asm 1: fldl <sr3=stack64#20
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:988:# asm 2: fldl <sr3=184(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-989-fldl 184(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-992-# qhasm:   sr3x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:993:# asm 1: fmul <x3=float80#6,<sr3x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:994:# asm 2: fmul <x3=%st(5),<sr3x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-995-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-998-# qhasm:   h2 += sr3x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:999:# asm 1: faddp <sr3x3=float80#1,<h2=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1000:# asm 2: faddp <sr3x3=%st(0),<h2=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1001-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1004-# qhasm:   stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1005:# asm 1: fxch <h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1006:# asm 2: fxch <h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1007-fxch %st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1010-# qhasm:   sr2x3 = *(float64 *) &sr2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1011:# asm 1: fldl <sr2=stack64#18
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1012:# asm 2: fldl <sr2=168(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1013-fldl 168(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1016-# qhasm:   sr2x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1017:# asm 1: fmul <x3=float80#6,<sr2x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1018:# asm 2: fmul <x3=%st(5),<sr2x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1019-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1022-# qhasm:   h1 += sr2x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1023:# asm 1: faddp <sr2x3=float80#1,<h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1024:# asm 2: faddp <sr2x3=%st(0),<h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1025-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1028-# qhasm:   sr1x3 = *(float64 *) &sr1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1029:# asm 1: fldl <sr1=stack64#16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1030:# asm 2: fldl <sr1=152(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1031-fldl 152(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1034-# qhasm:   sr1x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1035:# asm 1: fmulp <x3=float80#1,<sr1x3=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1036:# asm 2: fmulp <x3=%st(0),<sr1x3=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1037-fmulp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1040-# qhasm: internal stacktop sr1x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1041:# asm 1: fxch <sr1x3=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1042:# asm 2: fxch <sr1x3=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1043-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1045-# qhasm:   h0 += sr1x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1046:# asm 1: faddp <sr1x3=float80#1,<h0=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1047:# asm 2: faddp <sr1x3=%st(0),<h0=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1048-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1051-# qhasm:                                    unsigned<? l - 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1052:# asm 1: cmp  $16,<l=int64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1053:# asm 2: cmp  $16,<l=%rdx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1054-cmp  $16,%rdx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1057-# qhasm:   stacktop h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1058:# asm 1: fxch <h3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1059:# asm 2: fxch <h3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1060-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1063-# qhasm:   y3 = *(float64 *) &d3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1064:# asm 1: fldl <d3=stack64#13
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1065:# asm 2: fldl <d3=128(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1066-fldl 128(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1073-# qhasm:   h3 += y3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1074:# asm 1: faddp <y3=float80#1,<h3=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1075:# asm 2: faddp <y3=%st(0),<h3=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1076-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1079-# qhasm:   stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1080:# asm 1: fxch <h2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1081:# asm 2: fxch <h2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1082-fxch %st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1085-# qhasm:   y2 = *(float64 *) &d2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1086:# asm 1: fldl <d2=stack64#12
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1087:# asm 2: fldl <d2=120(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1088-fldl 120(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1095-# qhasm:   h2 += y2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1096:# asm 1: faddp <y2=float80#1,<h2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1097:# asm 2: faddp <y2=%st(0),<h2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1098-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1101-# qhasm:   stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1102:# asm 1: fxch <h1=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1103:# asm 2: fxch <h1=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1104-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1107-# qhasm:   y1 = *(float64 *) &d1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1108:# asm 1: fldl <d1=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1109:# asm 2: fldl <d1=112(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1110-fldl 112(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1117-# qhasm:   h1 += y1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1118:# asm 1: faddp <y1=float80#1,<h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1119:# asm 2: faddp <y1=%st(0),<h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1120-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1123-# qhasm:   stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1124:# asm 1: fxch <h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1125:# asm 2: fxch <h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1126-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1129-# qhasm:   y0 = *(float64 *) &d0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1130:# asm 1: fldl <d0=stack64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1131:# asm 2: fldl <d0=104(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1132-fldl 104(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1139-# qhasm:   h0 += y0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1140:# asm 1: faddp <y0=float80#1,<h0=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1141:# asm 2: faddp <y0=%st(0),<h0=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1142-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1161-# qhasm:   x0 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1162:# asm 1: fadd <h3=float80#3,<x0=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1163:# asm 2: fadd <h3=%st(2),<x0=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1164-fadd %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1171-# qhasm:   h3 -= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1172:# asm 1: fsubr <x0=float80#1,<h3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1173:# asm 2: fsubr <x0=%st(0),<h3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1174-fsubr %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1185-# qhasm:   x1 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1186:# asm 1: fadd <h0=float80#3,<x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1187:# asm 2: fadd <h0=%st(2),<x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1188-fadd %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1195-# qhasm:   h0 -= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1196:# asm 1: fsubr <x1=float80#1,<h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1197:# asm 2: fsubr <x1=%st(0),<h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1198-fsubr %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1205-# qhasm:   x2 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1206:# asm 1: fadd <h1=float80#6,<x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1207:# asm 2: fadd <h1=%st(5),<x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1208-fadd %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1215-# qhasm:   h1 -= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1216:# asm 1: fsubr <x2=float80#1,<h1=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1217:# asm 2: fsubr <x2=%st(0),<h1=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1218-fsubr %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1225-# qhasm:   x3 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1226:# asm 1: fadd <h2=float80#8,<x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1227:# asm 2: fadd <h2=%st(7),<x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1228-fadd %st(7),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1235-# qhasm:   h2 -= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1236:# asm 1: fsubr <x3=float80#1,<h2=float80#8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1237:# asm 2: fsubr <x3=%st(0),<h2=%st(7)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1238-fsubr %st(0),%st(7)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1241-# qhasm: internal stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1242:# asm 1: fxch <h2=float80#8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1243:# asm 2: fxch <h2=%st(7)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1244-fxch %st(7)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1246-# qhasm:   x2 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1247:# asm 1: faddp <h2=float80#1,<x2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1248:# asm 2: faddp <h2=%st(0),<x2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1249-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1252-# qhasm: internal stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1253:# asm 1: fxch <h1=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1254:# asm 2: fxch <h1=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1255-fxch %st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1257-# qhasm:   x1 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1258:# asm 1: faddp <h1=float80#1,<x1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1259:# asm 2: faddp <h1=%st(0),<x1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1260-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1263-# qhasm: internal stacktop h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1264:# asm 1: fxch <h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1265:# asm 2: fxch <h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1266-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1268-# qhasm:   x3 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1269:# asm 1: faddp <h3=float80#1,<x3=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1270:# asm 2: faddp <h3=%st(0),<x3=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1271-faddp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1274-# qhasm:   x0 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1275:# asm 1: faddp <h0=float80#1,<x0=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1276:# asm 2: faddp <h0=%st(0),<x0=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1277-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1280-# qhasm:   h3 = *(float64 *) &r3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1281:# asm 1: fldl <r3=stack64#19
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1282:# asm 2: fldl <r3=176(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1283-fldl 176(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1286-# qhasm:   h3 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1287:# asm 1: fmul <x0=float80#2,<h3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1288:# asm 2: fmul <x0=%st(1),<h3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1289-fmul %st(1),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1292-# qhasm:   h2 = *(float64 *) &r2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1293:# asm 1: fldl <r2=stack64#17
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1294:# asm 2: fldl <r2=160(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1295-fldl 160(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1298-# qhasm:   h2 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1299:# asm 1: fmul <x0=float80#3,<h2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1300:# asm 2: fmul <x0=%st(2),<h2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1301-fmul %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1304-# qhasm:   h1 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1305:# asm 1: fldl <r1=stack64#15
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1306:# asm 2: fldl <r1=144(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1307-fldl 144(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1310-# qhasm:   h1 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1311:# asm 1: fmul <x0=float80#4,<h1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1312:# asm 2: fmul <x0=%st(3),<h1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1313-fmul %st(3),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1316-# qhasm:   h0 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1317:# asm 1: fldl <r0=stack64#14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1318:# asm 2: fldl <r0=136(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1319-fldl 136(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1322-# qhasm:   h0 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1323:# asm 1: fmulp <x0=float80#1,<h0=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1324:# asm 2: fmulp <x0=%st(0),<h0=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1325-fmulp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1328-# qhasm:   r2x1 = *(float64 *) &r2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1329:# asm 1: fldl <r2=stack64#17
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1330:# asm 2: fldl <r2=160(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1331-fldl 160(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1334-# qhasm:   r2x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1335:# asm 1: fmul <x1=float80#6,<r2x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1336:# asm 2: fmul <x1=%st(5),<r2x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1337-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1340-# qhasm:   h3 += r2x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1341:# asm 1: faddp <r2x1=float80#1,<h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1342:# asm 2: faddp <r2x1=%st(0),<h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1343-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1346-# qhasm:   r1x1 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1347:# asm 1: fldl <r1=stack64#15
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1348:# asm 2: fldl <r1=144(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1349-fldl 144(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1352-# qhasm:   r1x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1353:# asm 1: fmul <x1=float80#6,<r1x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1354:# asm 2: fmul <x1=%st(5),<r1x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1355-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1358-# qhasm:   h2 += r1x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1359:# asm 1: faddp <r1x1=float80#1,<h2=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1360:# asm 2: faddp <r1x1=%st(0),<h2=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1361-faddp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1364-# qhasm:   r0x1 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1365:# asm 1: fldl <r0=stack64#14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1366:# asm 2: fldl <r0=136(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1367-fldl 136(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1370-# qhasm:   r0x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1371:# asm 1: fmul <x1=float80#6,<r0x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1372:# asm 2: fmul <x1=%st(5),<r0x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1373-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1376-# qhasm:   h1 += r0x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1377:# asm 1: faddp <r0x1=float80#1,<h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1378:# asm 2: faddp <r0x1=%st(0),<h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1379-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1382-# qhasm:   sr3x1 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1383:# asm 1: fldl <sr3=stack64#20
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1384:# asm 2: fldl <sr3=184(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1385-fldl 184(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1388-# qhasm:   sr3x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1389:# asm 1: fmulp <x1=float80#1,<sr3x1=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1390:# asm 2: fmulp <x1=%st(0),<sr3x1=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1391-fmulp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1394-# qhasm: internal stacktop sr3x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1395:# asm 1: fxch <sr3x1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1396:# asm 2: fxch <sr3x1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1397-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1399-# qhasm:   h0 += sr3x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1400:# asm 1: faddp <sr3x1=float80#1,<h0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1401:# asm 2: faddp <sr3x1=%st(0),<h0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1402-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1405-# qhasm:   r1x2 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1406:# asm 1: fldl <r1=stack64#15
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1407:# asm 2: fldl <r1=144(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1408-fldl 144(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1411-# qhasm:   r1x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1412:# asm 1: fmul <x2=float80#6,<r1x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1413:# asm 2: fmul <x2=%st(5),<r1x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1414-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1417-# qhasm:   h3 += r1x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1418:# asm 1: faddp <r1x2=float80#1,<h3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1419:# asm 2: faddp <r1x2=%st(0),<h3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1420-faddp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1423-# qhasm:   r0x2 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1424:# asm 1: fldl <r0=stack64#14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1425:# asm 2: fldl <r0=136(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1426-fldl 136(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1429-# qhasm:   r0x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1430:# asm 1: fmul <x2=float80#6,<r0x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1431:# asm 2: fmul <x2=%st(5),<r0x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1432-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1435-# qhasm:   h2 += r0x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1436:# asm 1: faddp <r0x2=float80#1,<h2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1437:# asm 2: faddp <r0x2=%st(0),<h2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1438-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1441-# qhasm:   sr3x2 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1442:# asm 1: fldl <sr3=stack64#20
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1443:# asm 2: fldl <sr3=184(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1444-fldl 184(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1447-# qhasm:   sr3x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1448:# asm 1: fmul <x2=float80#6,<sr3x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1449:# asm 2: fmul <x2=%st(5),<sr3x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1450-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1453-# qhasm:   h1 += sr3x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1454:# asm 1: faddp <sr3x2=float80#1,<h1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1455:# asm 2: faddp <sr3x2=%st(0),<h1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1456-faddp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1459-# qhasm:   sr2x2 = *(float64 *) &sr2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1460:# asm 1: fldl <sr2=stack64#18
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1461:# asm 2: fldl <sr2=168(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1462-fldl 168(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1465-# qhasm:   sr2x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1466:# asm 1: fmulp <x2=float80#1,<sr2x2=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1467:# asm 2: fmulp <x2=%st(0),<sr2x2=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1468-fmulp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1471-# qhasm: internal stacktop sr2x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1472:# asm 1: fxch <sr2x2=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1473:# asm 2: fxch <sr2x2=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1474-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1476-# qhasm:   h0 += sr2x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1477:# asm 1: faddp <sr2x2=float80#1,<h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1478:# asm 2: faddp <sr2x2=%st(0),<h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1479-faddp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1482-# qhasm:   r0x3 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1483:# asm 1: fldl <r0=stack64#14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1484:# asm 2: fldl <r0=136(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1485-fldl 136(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1488-# qhasm:   r0x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1489:# asm 1: fmul <x3=float80#6,<r0x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1490:# asm 2: fmul <x3=%st(5),<r0x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1491-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1494-# qhasm:   h3 += r0x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1495:# asm 1: faddp <r0x3=float80#1,<h3=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1496:# asm 2: faddp <r0x3=%st(0),<h3=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1497-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1500-# qhasm:   sr3x3 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1501:# asm 1: fldl <sr3=stack64#20
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1502:# asm 2: fldl <sr3=184(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1503-fldl 184(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1506-# qhasm:   sr3x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1507:# asm 1: fmul <x3=float80#6,<sr3x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1508:# asm 2: fmul <x3=%st(5),<sr3x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1509-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1512-# qhasm:   h2 += sr3x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1513:# asm 1: faddp <sr3x3=float80#1,<h2=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1514:# asm 2: faddp <sr3x3=%st(0),<h2=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1515-faddp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1518-# qhasm:   sr2x3 = *(float64 *) &sr2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1519:# asm 1: fldl <sr2=stack64#18
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1520:# asm 2: fldl <sr2=168(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1521-fldl 168(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1524-# qhasm:   sr2x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1525:# asm 1: fmul <x3=float80#6,<sr2x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1526:# asm 2: fmul <x3=%st(5),<sr2x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1527-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1530-# qhasm:   h1 += sr2x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1531:# asm 1: faddp <sr2x3=float80#1,<h1=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1532:# asm 2: faddp <sr2x3=%st(0),<h1=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1533-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1536-# qhasm:   sr1x3 = *(float64 *) &sr1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1537:# asm 1: fldl <sr1=stack64#16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1538:# asm 2: fldl <sr1=152(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1539-fldl 152(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1542-# qhasm:   sr1x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1543:# asm 1: fmulp <x3=float80#1,<sr1x3=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1544:# asm 2: fmulp <x3=%st(0),<sr1x3=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1545-fmulp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1548-# qhasm: internal stacktop sr1x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1549:# asm 1: fxch <sr1x3=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1550:# asm 2: fxch <sr1x3=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1551-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1553-# qhasm:   h0 += sr1x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1554:# asm 1: faddp <sr1x3=float80#1,<h0=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1555:# asm 2: faddp <sr1x3=%st(0),<h0=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1556-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1565-# qhasm:                     =? l - 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1566:# asm 1: cmp  $0,<l=int64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1567:# asm 2: cmp  $0,<l=%rdx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1568-cmp  $0,%rdx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1589-# qhasm:   ((uint32 *)&lastchunk)[0] = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1590:# asm 1: movl $0,>lastchunk=stack128#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1591:# asm 2: movl $0,>lastchunk=0(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1592-movl $0,0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1595-# qhasm:   ((uint32 *)&lastchunk)[1] = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1596:# asm 1: movl $0,4+<lastchunk=stack128#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1597:# asm 2: movl $0,4+<lastchunk=0(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1598-movl $0,4+0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1601-# qhasm:   ((uint32 *)&lastchunk)[2] = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1602:# asm 1: movl $0,8+<lastchunk=stack128#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1603:# asm 2: movl $0,8+<lastchunk=0(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1604-movl $0,8+0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1607-# qhasm:   ((uint32 *)&lastchunk)[3] = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1608:# asm 1: movl $0,12+<lastchunk=stack128#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1609:# asm 2: movl $0,12+<lastchunk=0(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1610-movl $0,12+0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1613-# qhasm:   destination = &lastchunk
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1614:# asm 1: leaq <lastchunk=stack128#1,>destination=int64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1615:# asm 2: leaq <lastchunk=0(%rsp),>destination=%rdi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1616-leaq 0(%rsp),%rdi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1619-# qhasm:   numbytes = l
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1620:# asm 1: mov  <l=int64#3,>numbytes=int64#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1621:# asm 2: mov  <l=%rdx,>numbytes=%rcx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1622-mov  %rdx,%rcx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1632-# qhasm:   *(uint8 *) (destination + 0) = 1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1633:# asm 1: movb   $1,0(<destination=int64#1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1634:# asm 2: movb   $1,0(<destination=%rdi)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1635-movb   $1,0(%rdi)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1638-# qhasm:   m3 = ((uint32 *)&lastchunk)[3]
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1639:# asm 1: movl 12+<lastchunk=stack128#1,>m3=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1640:# asm 2: movl 12+<lastchunk=0(%rsp),>m3=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1641-movl 12+0(%rsp),%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1644-# qhasm:   m2 = ((uint32 *)&lastchunk)[2]
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1645:# asm 1: movl 8+<lastchunk=stack128#1,>m2=int64#2d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1646:# asm 2: movl 8+<lastchunk=0(%rsp),>m2=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1647-movl 8+0(%rsp),%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1650-# qhasm:   m1 = ((uint32 *)&lastchunk)[1]
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1651:# asm 1: movl 4+<lastchunk=stack128#1,>m1=int64#3d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1652:# asm 2: movl 4+<lastchunk=0(%rsp),>m1=%edx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1653-movl 4+0(%rsp),%edx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1656-# qhasm:   m0 = ((uint32 *)&lastchunk)[0]
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1657:# asm 1: movl <lastchunk=stack128#1,>m0=int64#4d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1658:# asm 2: movl <lastchunk=0(%rsp),>m0=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1659-movl 0(%rsp),%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1662-# qhasm:   inplace d3 bottom = m3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1663:# asm 1: movl <m3=int64#1d,<d3=stack64#13
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1664:# asm 2: movl <m3=%edi,<d3=128(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1665-movl %edi,128(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1668-# qhasm:   inplace d2 bottom = m2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1669:# asm 1: movl <m2=int64#2d,<d2=stack64#12
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1670:# asm 2: movl <m2=%esi,<d2=120(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1671-movl %esi,120(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1674-# qhasm:   inplace d1 bottom = m1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1675:# asm 1: movl <m1=int64#3d,<d1=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1676:# asm 2: movl <m1=%edx,<d1=112(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1677-movl %edx,112(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1680-# qhasm:   inplace d0 bottom = m0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1681:# asm 1: movl <m0=int64#4d,<d0=stack64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1682:# asm 2: movl <m0=%ecx,<d0=104(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1683-movl %ecx,104(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1686-# qhasm: internal stacktop h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1687:# asm 1: fxch <h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1688:# asm 2: fxch <h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1689-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1691-# qhasm:   h3 += *(float64 *) &d3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1692:# asm 1: faddl <d3=stack64#13
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1693:# asm 2: faddl <d3=128(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1694-faddl 128(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1701-# qhasm: internal stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1702:# asm 1: fxch <h2=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1703:# asm 2: fxch <h2=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1704-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1706-# qhasm:   h2 += *(float64 *) &d2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1707:# asm 1: faddl <d2=stack64#12
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1708:# asm 2: faddl <d2=120(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1709-faddl 120(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1716-# qhasm: internal stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1717:# asm 1: fxch <h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1718:# asm 2: fxch <h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1719-fxch %st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1721-# qhasm:   h1 += *(float64 *) &d1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1722:# asm 1: faddl <d1=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1723:# asm 2: faddl <d1=112(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1724-faddl 112(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1731-# qhasm: internal stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1732:# asm 1: fxch <h0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1733:# asm 2: fxch <h0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1734-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1736-# qhasm:   h0 += *(float64 *) &d0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1737:# asm 1: faddl <d0=stack64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1738:# asm 2: faddl <d0=104(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1739-faddl 104(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1750-# qhasm:   x0 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1751:# asm 1: fadd <h3=float80#4,<x0=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1752:# asm 2: fadd <h3=%st(3),<x0=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1753-fadd %st(3),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1760-# qhasm:   h3 -= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1761:# asm 1: fsubr <x0=float80#1,<h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1762:# asm 2: fsubr <x0=%st(0),<h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1763-fsubr %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1774-# qhasm:   x1 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1775:# asm 1: fadd <h0=float80#3,<x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1776:# asm 2: fadd <h0=%st(2),<x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1777-fadd %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1784-# qhasm:   h0 -= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1785:# asm 1: fsubr <x1=float80#1,<h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1786:# asm 2: fsubr <x1=%st(0),<h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1787-fsubr %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1794-# qhasm:   x2 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1795:# asm 1: fadd <h1=float80#7,<x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1796:# asm 2: fadd <h1=%st(6),<x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1797-fadd %st(6),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1804-# qhasm:   h1 -= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1805:# asm 1: fsubr <x2=float80#1,<h1=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1806:# asm 2: fsubr <x2=%st(0),<h1=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1807-fsubr %st(0),%st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1814-# qhasm:   x3 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1815:# asm 1: fadd <h2=float80#6,<x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1816:# asm 2: fadd <h2=%st(5),<x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1817-fadd %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1824-# qhasm:   h2 -= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1825:# asm 1: fsubr <x3=float80#1,<h2=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1826:# asm 2: fsubr <x3=%st(0),<h2=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1827-fsubr %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1830-# qhasm: internal stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1831:# asm 1: fxch <h0=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1832:# asm 2: fxch <h0=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1833-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1835-# qhasm:   x0 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1836:# asm 1: faddp <h0=float80#1,<x0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1837:# asm 2: faddp <h0=%st(0),<x0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1838-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1841-# qhasm: internal stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1842:# asm 1: fxch <h1=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1843:# asm 2: fxch <h1=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1844-fxch %st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1846-# qhasm:   x1 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1847:# asm 1: faddp <h1=float80#1,<x1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1848:# asm 2: faddp <h1=%st(0),<x1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1849-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1852-# qhasm: internal stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1853:# asm 1: fxch <h2=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1854:# asm 2: fxch <h2=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1855-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1857-# qhasm:   x2 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1858:# asm 1: faddp <h2=float80#1,<x2=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1859:# asm 2: faddp <h2=%st(0),<x2=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1860-faddp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1863-# qhasm: internal stacktop h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1864:# asm 1: fxch <h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1865:# asm 2: fxch <h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1866-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1868-# qhasm:   x3 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1869:# asm 1: faddp <h3=float80#1,<x3=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1870:# asm 2: faddp <h3=%st(0),<x3=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1871-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1874-# qhasm:   h3 = *(float64 *) &r3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1875:# asm 1: fldl <r3=stack64#19
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1876:# asm 2: fldl <r3=176(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1877-fldl 176(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1880-# qhasm:   h3 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1881:# asm 1: fmul <x0=float80#4,<h3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1882:# asm 2: fmul <x0=%st(3),<h3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1883-fmul %st(3),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1886-# qhasm:   h2 = *(float64 *) &r2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1887:# asm 1: fldl <r2=stack64#17
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1888:# asm 2: fldl <r2=160(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1889-fldl 160(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1892-# qhasm:   h2 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1893:# asm 1: fmul <x0=float80#5,<h2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1894:# asm 2: fmul <x0=%st(4),<h2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1895-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1898-# qhasm:   h1 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1899:# asm 1: fldl <r1=stack64#15
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1900:# asm 2: fldl <r1=144(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1901-fldl 144(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1904-# qhasm:   h1 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1905:# asm 1: fmul <x0=float80#6,<h1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1906:# asm 2: fmul <x0=%st(5),<h1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1907-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1910-# qhasm:   h0 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1911:# asm 1: fldl <r0=stack64#14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1912:# asm 2: fldl <r0=136(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1913-fldl 136(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1916-# qhasm:   h0 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1917:# asm 1: fmulp <x0=float80#1,<h0=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1918:# asm 2: fmulp <x0=%st(0),<h0=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1919-fmulp %st(0),%st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1922-# qhasm:   r2x1 = *(float64 *) &r2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1923:# asm 1: fldl <r2=stack64#17
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1924:# asm 2: fldl <r2=160(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1925-fldl 160(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1928-# qhasm:   r2x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1929:# asm 1: fmul <x1=float80#6,<r2x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1930:# asm 2: fmul <x1=%st(5),<r2x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1931-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1934-# qhasm:   h3 += r2x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1935:# asm 1: faddp <r2x1=float80#1,<h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1936:# asm 2: faddp <r2x1=%st(0),<h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1937-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1940-# qhasm:   r1x1 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1941:# asm 1: fldl <r1=stack64#15
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1942:# asm 2: fldl <r1=144(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1943-fldl 144(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1946-# qhasm:   r1x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1947:# asm 1: fmul <x1=float80#6,<r1x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1948:# asm 2: fmul <x1=%st(5),<r1x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1949-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1952-# qhasm:   h2 += r1x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1953:# asm 1: faddp <r1x1=float80#1,<h2=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1954:# asm 2: faddp <r1x1=%st(0),<h2=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1955-faddp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1958-# qhasm:   r0x1 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1959:# asm 1: fldl <r0=stack64#14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1960:# asm 2: fldl <r0=136(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1961-fldl 136(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1964-# qhasm:   r0x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1965:# asm 1: fmul <x1=float80#6,<r0x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1966:# asm 2: fmul <x1=%st(5),<r0x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1967-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1970-# qhasm:   h1 += r0x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1971:# asm 1: faddp <r0x1=float80#1,<h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1972:# asm 2: faddp <r0x1=%st(0),<h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1973-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1976-# qhasm:   sr3x1 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1977:# asm 1: fldl <sr3=stack64#20
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1978:# asm 2: fldl <sr3=184(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1979-fldl 184(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1982-# qhasm:   sr3x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1983:# asm 1: fmulp <x1=float80#1,<sr3x1=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1984:# asm 2: fmulp <x1=%st(0),<sr3x1=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1985-fmulp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1988-# qhasm: internal stacktop sr3x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1989:# asm 1: fxch <sr3x1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1990:# asm 2: fxch <sr3x1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1991-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1993-# qhasm:   h0 += sr3x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1994:# asm 1: faddp <sr3x1=float80#1,<h0=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:1995:# asm 2: faddp <sr3x1=%st(0),<h0=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1996-faddp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-1999-# qhasm:   r1x2 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2000:# asm 1: fldl <r1=stack64#15
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2001:# asm 2: fldl <r1=144(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2002-fldl 144(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2005-# qhasm:   r1x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2006:# asm 1: fmul <x2=float80#7,<r1x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2007:# asm 2: fmul <x2=%st(6),<r1x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2008-fmul %st(6),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2011-# qhasm:   h3 += r1x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2012:# asm 1: faddp <r1x2=float80#1,<h3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2013:# asm 2: faddp <r1x2=%st(0),<h3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2014-faddp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2017-# qhasm:   r0x2 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2018:# asm 1: fldl <r0=stack64#14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2019:# asm 2: fldl <r0=136(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2020-fldl 136(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2023-# qhasm:   r0x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2024:# asm 1: fmul <x2=float80#7,<r0x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2025:# asm 2: fmul <x2=%st(6),<r0x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2026-fmul %st(6),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2029-# qhasm:   h2 += r0x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2030:# asm 1: faddp <r0x2=float80#1,<h2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2031:# asm 2: faddp <r0x2=%st(0),<h2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2032-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2035-# qhasm:   sr3x2 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2036:# asm 1: fldl <sr3=stack64#20
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2037:# asm 2: fldl <sr3=184(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2038-fldl 184(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2041-# qhasm:   sr3x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2042:# asm 1: fmul <x2=float80#7,<sr3x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2043:# asm 2: fmul <x2=%st(6),<sr3x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2044-fmul %st(6),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2047-# qhasm:   h1 += sr3x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2048:# asm 1: faddp <sr3x2=float80#1,<h1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2049:# asm 2: faddp <sr3x2=%st(0),<h1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2050-faddp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2053-# qhasm:   sr2x2 = *(float64 *) &sr2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2054:# asm 1: fldl <sr2=stack64#18
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2055:# asm 2: fldl <sr2=168(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2056-fldl 168(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2059-# qhasm:   sr2x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2060:# asm 1: fmulp <x2=float80#1,<sr2x2=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2061:# asm 2: fmulp <x2=%st(0),<sr2x2=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2062-fmulp %st(0),%st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2065-# qhasm: internal stacktop sr2x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2066:# asm 1: fxch <sr2x2=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2067:# asm 2: fxch <sr2x2=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2068-fxch %st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2070-# qhasm:   h0 += sr2x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2071:# asm 1: faddp <sr2x2=float80#1,<h0=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2072:# asm 2: faddp <sr2x2=%st(0),<h0=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2073-faddp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2076-# qhasm:   r0x3 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2077:# asm 1: fldl <r0=stack64#14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2078:# asm 2: fldl <r0=136(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2079-fldl 136(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2082-# qhasm:   r0x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2083:# asm 1: fmul <x3=float80#3,<r0x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2084:# asm 2: fmul <x3=%st(2),<r0x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2085-fmul %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2088-# qhasm:   h3 += r0x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2089:# asm 1: faddp <r0x3=float80#1,<h3=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2090:# asm 2: faddp <r0x3=%st(0),<h3=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2091-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2094-# qhasm:   sr3x3 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2095:# asm 1: fldl <sr3=stack64#20
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2096:# asm 2: fldl <sr3=184(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2097-fldl 184(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2100-# qhasm:   sr3x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2101:# asm 1: fmul <x3=float80#3,<sr3x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2102:# asm 2: fmul <x3=%st(2),<sr3x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2103-fmul %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2106-# qhasm:   h2 += sr3x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2107:# asm 1: faddp <sr3x3=float80#1,<h2=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2108:# asm 2: faddp <sr3x3=%st(0),<h2=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2109-faddp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2112-# qhasm:   sr2x3 = *(float64 *) &sr2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2113:# asm 1: fldl <sr2=stack64#18
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2114:# asm 2: fldl <sr2=168(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2115-fldl 168(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2118-# qhasm:   sr2x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2119:# asm 1: fmul <x3=float80#3,<sr2x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2120:# asm 2: fmul <x3=%st(2),<sr2x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2121-fmul %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2124-# qhasm:   h1 += sr2x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2125:# asm 1: faddp <sr2x3=float80#1,<h1=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2126:# asm 2: faddp <sr2x3=%st(0),<h1=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2127-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2130-# qhasm:   sr1x3 = *(float64 *) &sr1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2131:# asm 1: fldl <sr1=stack64#16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2132:# asm 2: fldl <sr1=152(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2133-fldl 152(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2136-# qhasm:   sr1x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2137:# asm 1: fmulp <x3=float80#1,<sr1x3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2138:# asm 2: fmulp <x3=%st(0),<sr1x3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2139-fmulp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2142-# qhasm: internal stacktop sr1x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2143:# asm 1: fxch <sr1x3=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2144:# asm 2: fxch <sr1x3=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2145-fxch %st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2147-# qhasm:   h0 += sr1x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2148:# asm 1: faddp <sr1x3=float80#1,<h0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2149:# asm 2: faddp <sr1x3=%st(0),<h0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2150-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2154-# qhasm: internal stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2155:# asm 1: fxch <h2=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2156:# asm 2: fxch <h2=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2157-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2160-# qhasm: internal stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2161:# asm 1: fxch <h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2162:# asm 2: fxch <h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2163-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2175-# qhasm:   x0 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2176:# asm 1: fadd <h3=float80#5,<x0=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2177:# asm 2: fadd <h3=%st(4),<x0=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2178-fadd %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2185-# qhasm:   h3 -= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2186:# asm 1: fsubr <x0=float80#1,<h3=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2187:# asm 2: fsubr <x0=%st(0),<h3=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2188-fsubr %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2199-# qhasm:   x1 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2200:# asm 1: fadd <h0=float80#3,<x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2201:# asm 2: fadd <h0=%st(2),<x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2202-fadd %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2209-# qhasm:   h0 -= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2210:# asm 1: fsubr <x1=float80#1,<h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2211:# asm 2: fsubr <x1=%st(0),<h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2212-fsubr %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2219-# qhasm:   x2 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2220:# asm 1: fadd <h1=float80#5,<x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2221:# asm 2: fadd <h1=%st(4),<x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2222-fadd %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2229-# qhasm:   h1 -= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2230:# asm 1: fsubr <x2=float80#1,<h1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2231:# asm 2: fsubr <x2=%st(0),<h1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2232-fsubr %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2239-# qhasm:   x3 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2240:# asm 1: fadd <h2=float80#7,<x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2241:# asm 2: fadd <h2=%st(6),<x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2242-fadd %st(6),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2249-# qhasm:   stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2250:# asm 1: fxch <h2=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2251:# asm 2: fxch <h2=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2252-fxch %st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2255-# qhasm:   h2 -= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2256:# asm 1: fsub <x3=float80#7,<h2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2257:# asm 2: fsub <x3=%st(6),<h2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2258-fsub %st(6),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2261-# qhasm: internal stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2262:# asm 1: fxch <h0=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2263:# asm 2: fxch <h0=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2264-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2266-# qhasm:   x0 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2267:# asm 1: faddp <h0=float80#1,<x0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2268:# asm 2: faddp <h0=%st(0),<x0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2269-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2272-# qhasm: internal stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2273:# asm 1: fxch <h1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2274:# asm 2: fxch <h1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2275-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2277-# qhasm:   x1 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2278:# asm 1: faddp <h1=float80#1,<x1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2279:# asm 2: faddp <h1=%st(0),<x1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2280-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2283-# qhasm: internal stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2284:# asm 1: fxch <h2=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2285:# asm 2: fxch <h2=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2286-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2288-# qhasm:   x2 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2289:# asm 1: faddp <h2=float80#1,<x2=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2290:# asm 2: faddp <h2=%st(0),<x2=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2291-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2294-# qhasm: internal stacktop h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2295:# asm 1: fxch <h3=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2296:# asm 2: fxch <h3=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2297-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2299-# qhasm:   x3 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2300:# asm 1: faddp <h3=float80#1,<x3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2301:# asm 2: faddp <h3=%st(0),<x3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2302-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2305-# qhasm: internal stacktop x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2306:# asm 1: fxch <x0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2307:# asm 2: fxch <x0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2308-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2314-# qhasm: internal stacktop x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2315:# asm 1: fxch <x1=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2316:# asm 2: fxch <x1=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2317-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2323-# qhasm: internal stacktop x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2324:# asm 1: fxch <x2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2325:# asm 2: fxch <x2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2326-fxch %st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2332-# qhasm: internal stacktop x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2333:# asm 1: fxch <x3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2334:# asm 2: fxch <x3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2335-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2341-# qhasm: internal stacktop x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2342:# asm 1: fxch <x0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2343:# asm 2: fxch <x0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2344-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2346-# qhasm:   *(float64 *) &d0 = x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2347:# asm 1: fstpl >d0=stack64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2348:# asm 2: fstpl >d0=104(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2349-fstpl 104(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2352-# qhasm:   *(float64 *) &d1 = x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2353:# asm 1: fstpl >d1=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2354:# asm 2: fstpl >d1=112(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2355-fstpl 112(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2358-# qhasm:   *(float64 *) &d2 = x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2359:# asm 1: fstpl >d2=stack64#12
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2360:# asm 2: fstpl >d2=120(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2361-fstpl 120(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2364-# qhasm:   *(float64 *) &d3 = x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2365:# asm 1: fstpl >d3=stack64#13
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2366:# asm 2: fstpl >d3=128(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2367-fstpl 128(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2408-# qhasm:   g0 = top d0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2409:# asm 1: movl <d0=stack64#10,>g0=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2410:# asm 2: movl <d0=108(%rsp),>g0=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2411-movl 108(%rsp),%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2413-# qhasm:   (uint32) g0 &= 63
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2414:# asm 1: and  $63,<g0=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2415:# asm 2: and  $63,<g0=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2416-and  $63,%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2418-# qhasm:   g1 = top d1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2419:# asm 1: movl <d1=stack64#11,>g1=int64#2d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2420:# asm 2: movl <d1=116(%rsp),>g1=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2421-movl 116(%rsp),%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2423-# qhasm:   (uint32) g1 &= 63
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2424:# asm 1: and  $63,<g1=int64#2d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2425:# asm 2: and  $63,<g1=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2426-and  $63,%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2428-# qhasm:   g2 = top d2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2429:# asm 1: movl <d2=stack64#12,>g2=int64#3d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2430:# asm 2: movl <d2=124(%rsp),>g2=%edx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2431-movl 124(%rsp),%edx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2433-# qhasm:   (uint32) g2 &= 63
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2434:# asm 1: and  $63,<g2=int64#3d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2435:# asm 2: and  $63,<g2=%edx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2436-and  $63,%edx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2438-# qhasm:   g3 = top d3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2439:# asm 1: movl <d3=stack64#13,>g3=int64#4d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2440:# asm 2: movl <d3=132(%rsp),>g3=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2441-movl 132(%rsp),%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2443-# qhasm:   (uint32) g3 &= 63
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2444:# asm 1: and  $63,<g3=int64#4d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2445:# asm 2: and  $63,<g3=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2446-and  $63,%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2448-# qhasm:   f1 = bottom d1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2449:# asm 1: movl <d1=stack64#11,>f1=int64#5d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2450:# asm 2: movl <d1=112(%rsp),>f1=%r8d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2451-movl 112(%rsp),%r8d
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2453-# qhasm:   carry? (uint32) f1 += g0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2454:# asm 1: add <g0=int64#1d,<f1=int64#5d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2455:# asm 2: add <g0=%edi,<f1=%r8d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2456-add %edi,%r8d
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2458-# qhasm:   f1_stack = f1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2459:# asm 1: movq <f1=int64#5,>f1_stack=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2460:# asm 2: movq <f1=%r8,>f1_stack=112(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2461-movq %r8,112(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2463-# qhasm:   f2 = bottom d2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2464:# asm 1: movl <d2=stack64#12,>f2=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2465:# asm 2: movl <d2=120(%rsp),>f2=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2466-movl 120(%rsp),%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2468-# qhasm:   carry? (uint32) f2 += g1 + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2469:# asm 1: adc <g1=int64#2d,<f2=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2470:# asm 2: adc <g1=%esi,<f2=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2471-adc %esi,%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2473-# qhasm:   f2_stack = f2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2474:# asm 1: movq <f2=int64#1,>f2_stack=stack64#12
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2475:# asm 2: movq <f2=%rdi,>f2_stack=120(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2476-movq %rdi,120(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2478-# qhasm:   f3 = bottom d3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2479:# asm 1: movl <d3=stack64#13,>f3=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2480:# asm 2: movl <d3=128(%rsp),>f3=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2481-movl 128(%rsp),%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2483-# qhasm:   carry? (uint32) f3 += g2 + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2484:# asm 1: adc <g2=int64#3d,<f3=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2485:# asm 2: adc <g2=%edx,<f3=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2486-adc %edx,%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2488-# qhasm:   f3_stack = f3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2489:# asm 1: movq <f3=int64#1,>f3_stack=stack64#13
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2490:# asm 2: movq <f3=%rdi,>f3_stack=128(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2491-movq %rdi,128(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2493-# qhasm:   f4 = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2494:# asm 1: mov  $0,>f4=int64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2495:# asm 2: mov  $0,>f4=%rdi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2496-mov  $0,%rdi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2498-# qhasm:   carry? (uint32) f4 += g3 + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2499:# asm 1: adc <g3=int64#4d,<f4=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2500:# asm 2: adc <g3=%ecx,<f4=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2501-adc %ecx,%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2503-# qhasm:   f4_stack = f4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2504:# asm 1: movq <f4=int64#1,>f4_stack=stack64#14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2505:# asm 2: movq <f4=%rdi,>f4_stack=136(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2506-movq %rdi,136(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2508-# qhasm:   g0 = 5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2509:# asm 1: mov  $5,>g0=int64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2510:# asm 2: mov  $5,>g0=%rdi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2511-mov  $5,%rdi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2513-# qhasm:   f0 = bottom d0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2514:# asm 1: movl <d0=stack64#10,>f0=int64#2d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2515:# asm 2: movl <d0=104(%rsp),>f0=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2516-movl 104(%rsp),%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2518-# qhasm:   carry? (uint32) g0 += f0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2519:# asm 1: add <f0=int64#2d,<g0=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2520:# asm 2: add <f0=%esi,<g0=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2521-add %esi,%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2523-# qhasm:   g0_stack = g0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2524:# asm 1: movq <g0=int64#1,>g0_stack=stack64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2525:# asm 2: movq <g0=%rdi,>g0_stack=104(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2526-movq %rdi,104(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2528-# qhasm:   g1 = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2529:# asm 1: mov  $0,>g1=int64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2530:# asm 2: mov  $0,>g1=%rdi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2531-mov  $0,%rdi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2533-# qhasm:   f1 = f1_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2534:# asm 1: movq <f1_stack=stack64#11,>f1=int64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2535:# asm 2: movq <f1_stack=112(%rsp),>f1=%rdx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2536-movq 112(%rsp),%rdx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2538-# qhasm:   carry? (uint32) g1 += f1 + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2539:# asm 1: adc <f1=int64#3d,<g1=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2540:# asm 2: adc <f1=%edx,<g1=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2541-adc %edx,%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2543-# qhasm:   g1_stack = g1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2544:# asm 1: movq <g1=int64#1,>g1_stack=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2545:# asm 2: movq <g1=%rdi,>g1_stack=112(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2546-movq %rdi,112(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2548-# qhasm:   g2 = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2549:# asm 1: mov  $0,>g2=int64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2550:# asm 2: mov  $0,>g2=%rdi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2551-mov  $0,%rdi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2553-# qhasm:   f2 = f2_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2554:# asm 1: movq <f2_stack=stack64#12,>f2=int64#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2555:# asm 2: movq <f2_stack=120(%rsp),>f2=%rcx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2556-movq 120(%rsp),%rcx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2558-# qhasm:   carry? (uint32) g2 += f2 + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2559:# asm 1: adc <f2=int64#4d,<g2=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2560:# asm 2: adc <f2=%ecx,<g2=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2561-adc %ecx,%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2563-# qhasm:   g2_stack = g2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2564:# asm 1: movq <g2=int64#1,>g2_stack=stack64#12
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2565:# asm 2: movq <g2=%rdi,>g2_stack=120(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2566-movq %rdi,120(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2568-# qhasm:   g3 = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2569:# asm 1: mov  $0,>g3=int64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2570:# asm 2: mov  $0,>g3=%rdi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2571-mov  $0,%rdi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2573-# qhasm:   f3 = f3_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2574:# asm 1: movq <f3_stack=stack64#13,>f3=int64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2575:# asm 2: movq <f3_stack=128(%rsp),>f3=%r8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2576-movq 128(%rsp),%r8
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2578-# qhasm:   carry? (uint32) g3 += f3 + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2579:# asm 1: adc <f3=int64#5d,<g3=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2580:# asm 2: adc <f3=%r8d,<g3=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2581-adc %r8d,%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2583-# qhasm:   g3_stack = g3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2584:# asm 1: movq <g3=int64#1,>g3_stack=stack64#13
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2585:# asm 2: movq <g3=%rdi,>g3_stack=128(%rsp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2586-movq %rdi,128(%rsp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2588-# qhasm:   f = 0xfffffffc
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2589:# asm 1: mov  $0xfffffffc,>f=int64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2590:# asm 2: mov  $0xfffffffc,>f=%rdi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2591-mov  $0xfffffffc,%rdi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2593-# qhasm:   f4 = f4_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2594:# asm 1: movq <f4_stack=stack64#14,>f4=int64#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2595:# asm 2: movq <f4_stack=136(%rsp),>f4=%r9
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2596-movq 136(%rsp),%r9
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2598-# qhasm:   carry? (uint32) f += f4 + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2599:# asm 1: adc <f4=int64#6d,<f=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2600:# asm 2: adc <f4=%r9d,<f=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2601-adc %r9d,%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2603-# qhasm:   (int32) f >>= 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2604:# asm 1: sar  $16,<f=int64#1d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2605:# asm 2: sar  $16,<f=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2606-sar  $16,%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2608-# qhasm:   notf = f
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2609:# asm 1: mov  <f=int64#1,>notf=int64#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2610:# asm 2: mov  <f=%rdi,>notf=%r9
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2611-mov  %rdi,%r9
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2613-# qhasm:   (uint32) notf ^= 0xffffffff
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2614:# asm 1: xor  $0xffffffff,<notf=int64#6d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2615:# asm 2: xor  $0xffffffff,<notf=%r9d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2616-xor  $0xffffffff,%r9d
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2618-# qhasm:   f0 &= f
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2619:# asm 1: and  <f=int64#1,<f0=int64#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2620:# asm 2: and  <f=%rdi,<f0=%rsi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2621-and  %rdi,%rsi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2623-# qhasm:   g0 = g0_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2624:# asm 1: movq <g0_stack=stack64#10,>g0=int64#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2625:# asm 2: movq <g0_stack=104(%rsp),>g0=%rax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2626-movq 104(%rsp),%rax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2628-# qhasm:   g0 &= notf
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2629:# asm 1: and  <notf=int64#6,<g0=int64#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2630:# asm 2: and  <notf=%r9,<g0=%rax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2631-and  %r9,%rax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2633-# qhasm:   f0 |= g0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2634:# asm 1: or   <g0=int64#7,<f0=int64#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2635:# asm 2: or   <g0=%rax,<f0=%rsi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2636-or   %rax,%rsi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2638-# qhasm:   f1 &= f
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2639:# asm 1: and  <f=int64#1,<f1=int64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2640:# asm 2: and  <f=%rdi,<f1=%rdx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2641-and  %rdi,%rdx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2643-# qhasm:   g1 = g1_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2644:# asm 1: movq <g1_stack=stack64#11,>g1=int64#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2645:# asm 2: movq <g1_stack=112(%rsp),>g1=%rax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2646-movq 112(%rsp),%rax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2648-# qhasm:   g1 &= notf
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2649:# asm 1: and  <notf=int64#6,<g1=int64#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2650:# asm 2: and  <notf=%r9,<g1=%rax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2651-and  %r9,%rax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2653-# qhasm:   f1 |= g1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2654:# asm 1: or   <g1=int64#7,<f1=int64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2655:# asm 2: or   <g1=%rax,<f1=%rdx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2656-or   %rax,%rdx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2658-# qhasm:   f2 &= f
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2659:# asm 1: and  <f=int64#1,<f2=int64#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2660:# asm 2: and  <f=%rdi,<f2=%rcx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2661-and  %rdi,%rcx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2663-# qhasm:   g2 = g2_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2664:# asm 1: movq <g2_stack=stack64#12,>g2=int64#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2665:# asm 2: movq <g2_stack=120(%rsp),>g2=%rax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2666-movq 120(%rsp),%rax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2668-# qhasm:   g2 &= notf
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2669:# asm 1: and  <notf=int64#6,<g2=int64#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2670:# asm 2: and  <notf=%r9,<g2=%rax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2671-and  %r9,%rax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2673-# qhasm:   f2 |= g2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2674:# asm 1: or   <g2=int64#7,<f2=int64#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2675:# asm 2: or   <g2=%rax,<f2=%rcx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2676-or   %rax,%rcx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2678-# qhasm:   f3 &= f
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2679:# asm 1: and  <f=int64#1,<f3=int64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2680:# asm 2: and  <f=%rdi,<f3=%r8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2681-and  %rdi,%r8
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2683-# qhasm:   g3 = g3_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2684:# asm 1: movq <g3_stack=stack64#13,>g3=int64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2685:# asm 2: movq <g3_stack=128(%rsp),>g3=%rdi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2686-movq 128(%rsp),%rdi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2688-# qhasm:   g3 &= notf
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2689:# asm 1: and  <notf=int64#6,<g3=int64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2690:# asm 2: and  <notf=%r9,<g3=%rdi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2691-and  %r9,%rdi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2693-# qhasm:   f3 |= g3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2694:# asm 1: or   <g3=int64#1,<f3=int64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2695:# asm 2: or   <g3=%rdi,<f3=%r8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2696-or   %rdi,%r8
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2698-# qhasm:   out = out_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2699:# asm 1: movq <out_stack=stack64#8,>out=int64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2700:# asm 2: movq <out_stack=88(%rsp),>out=%rdi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2701-movq 88(%rsp),%rdi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2703-# qhasm:   k = k_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2704:# asm 1: movq <k_stack=stack64#9,>k=int64#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2705:# asm 2: movq <k_stack=96(%rsp),>k=%r9
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2706-movq 96(%rsp),%r9
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2708-# qhasm:   carry? (uint32) f0 += *(uint32 *) (k + 16)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2709:# asm 1: addl 16(<k=int64#6),<f0=int64#2d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2710:# asm 2: addl 16(<k=%r9),<f0=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2711-addl 16(%r9),%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2713-# qhasm:   carry? (uint32) f1 += *(uint32 *) (k + 20) + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2714:# asm 1: adcl 20(<k=int64#6),<f1=int64#3d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2715:# asm 2: adcl 20(<k=%r9),<f1=%edx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2716-adcl 20(%r9),%edx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2718-# qhasm:   carry? (uint32) f2 += *(uint32 *) (k + 24) + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2719:# asm 1: adcl 24(<k=int64#6),<f2=int64#4d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2720:# asm 2: adcl 24(<k=%r9),<f2=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2721-adcl 24(%r9),%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2723-# qhasm:   carry? (uint32) f3 += *(uint32 *) (k + 28) + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2724:# asm 1: adcl 28(<k=int64#6),<f3=int64#5d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2725:# asm 2: adcl 28(<k=%r9),<f3=%r8d
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2726-adcl 28(%r9),%r8d
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2728-# qhasm:   *(uint32 *) (out + 0) = f0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2729:# asm 1: movl   <f0=int64#2d,0(<out=int64#1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2730:# asm 2: movl   <f0=%esi,0(<out=%rdi)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2731-movl   %esi,0(%rdi)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2733-# qhasm:   *(uint32 *) (out + 4) = f1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2734:# asm 1: movl   <f1=int64#3d,4(<out=int64#1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2735:# asm 2: movl   <f1=%edx,4(<out=%rdi)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2736-movl   %edx,4(%rdi)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2738-# qhasm:   *(uint32 *) (out + 8) = f2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2739:# asm 1: movl   <f2=int64#4d,8(<out=int64#1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2740:# asm 2: movl   <f2=%ecx,8(<out=%rdi)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2741-movl   %ecx,8(%rdi)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2743-# qhasm:   *(uint32 *) (out + 12) = f3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2744:# asm 1: movl   <f3=int64#5d,12(<out=int64#1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2745:# asm 2: movl   <f3=%r8d,12(<out=%rdi)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2746-movl   %r8d,12(%rdi)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2748-# qhasm: r11_caller = r11_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2749:# asm 1: movq <r11_stack=stack64#1,>r11_caller=int64#9
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2750:# asm 2: movq <r11_stack=32(%rsp),>r11_caller=%r11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2751-movq 32(%rsp),%r11
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2753-# qhasm: r12_caller = r12_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2754:# asm 1: movq <r12_stack=stack64#2,>r12_caller=int64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2755:# asm 2: movq <r12_stack=40(%rsp),>r12_caller=%r12
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2756-movq 40(%rsp),%r12
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2758-# qhasm: r13_caller = r13_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2759:# asm 1: movq <r13_stack=stack64#3,>r13_caller=int64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2760:# asm 2: movq <r13_stack=48(%rsp),>r13_caller=%r13
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2761-movq 48(%rsp),%r13
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2763-# qhasm: r14_caller = r14_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2764:# asm 1: movq <r14_stack=stack64#4,>r14_caller=int64#12
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2765:# asm 2: movq <r14_stack=56(%rsp),>r14_caller=%r14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2766-movq 56(%rsp),%r14
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2768-# qhasm: r15_caller = r15_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2769:# asm 1: movq <r15_stack=stack64#5,>r15_caller=int64#13
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2770:# asm 2: movq <r15_stack=64(%rsp),>r15_caller=%r15
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2771-movq 64(%rsp),%r15
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2773-# qhasm: rbx_caller = rbx_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2774:# asm 1: movq <rbx_stack=stack64#6,>rbx_caller=int64#14
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2775:# asm 2: movq <rbx_stack=72(%rsp),>rbx_caller=%rbx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2776-movq 72(%rsp),%rbx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2778-# qhasm: rbp_caller = rbp_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2779:# asm 1: movq <rbp_stack=stack64#7,>rbp_caller=int64#15
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s:2780:# asm 2: movq <rbp_stack=80(%rsp),>rbp_caller=%rbp
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/amd64/auth.s-2781-movq 80(%rsp),%rbp
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-171-# qhasm: eax_stack = eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:172:# asm 1: movl <eax=int32#1,>eax_stack=stack32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:173:# asm 2: movl <eax=%eax,>eax_stack=0(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-174-movl %eax,0(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-176-# qhasm: ebx_stack = ebx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:177:# asm 1: movl <ebx=int32#4,>ebx_stack=stack32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:178:# asm 2: movl <ebx=%ebx,>ebx_stack=4(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-179-movl %ebx,4(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-181-# qhasm: esi_stack = esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:182:# asm 1: movl <esi=int32#5,>esi_stack=stack32#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:183:# asm 2: movl <esi=%esi,>esi_stack=8(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-184-movl %esi,8(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-186-# qhasm: edi_stack = edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:187:# asm 1: movl <edi=int32#6,>edi_stack=stack32#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:188:# asm 2: movl <edi=%edi,>edi_stack=12(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-189-movl %edi,12(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-191-# qhasm: ebp_stack = ebp
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:192:# asm 1: movl <ebp=int32#7,>ebp_stack=stack32#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:193:# asm 2: movl <ebp=%ebp,>ebp_stack=16(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-194-movl %ebp,16(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-199-# qhasm:   k = arg_k
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:200:# asm 1: movl <arg_k=stack32#-5,>k=int32#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:201:# asm 2: movl <arg_k=20(%esp,%eax),>k=%edx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-202-movl 20(%esp,%eax),%edx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-204-# qhasm:   m0 = *(uint32 *) (k + 0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:205:# asm 1: movl 0(<k=int32#3),>m0=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:206:# asm 2: movl 0(<k=%edx),>m0=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-207-movl 0(%edx),%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-209-# qhasm:   m1 = *(uint32 *) (k + 4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:210:# asm 1: movl 4(<k=int32#3),>m1=int32#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:211:# asm 2: movl 4(<k=%edx),>m1=%ebx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-212-movl 4(%edx),%ebx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-214-# qhasm:   m2 = *(uint32 *) (k + 8)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:215:# asm 1: movl 8(<k=int32#3),>m2=int32#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:216:# asm 2: movl 8(<k=%edx),>m2=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-217-movl 8(%edx),%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-219-# qhasm:   m3 = *(uint32 *) (k + 12)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:220:# asm 1: movl 12(<k=int32#3),>m3=int32#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:221:# asm 2: movl 12(<k=%edx),>m3=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-222-movl 12(%edx),%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-224-# qhasm:   d0 top = 0x43300000
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:225:# asm 1: movl  $0x43300000,>d0=stack64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:226:# asm 2: movl  $0x43300000,>d0=100(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-227-movl  $0x43300000,100(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-229-# qhasm:   d1 top = 0x45300000
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:230:# asm 1: movl  $0x45300000,>d1=stack64#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:231:# asm 2: movl  $0x45300000,>d1=108(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-232-movl  $0x45300000,108(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-234-# qhasm:   d2 top = 0x47300000
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:235:# asm 1: movl  $0x47300000,>d2=stack64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:236:# asm 2: movl  $0x47300000,>d2=116(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-237-movl  $0x47300000,116(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-239-# qhasm:   d3 top = 0x49300000
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:240:# asm 1: movl  $0x49300000,>d3=stack64#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:241:# asm 2: movl  $0x49300000,>d3=124(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-242-movl  $0x49300000,124(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-244-# qhasm:   m0 &= 0x0fffffff
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:245:# asm 1: and  $0x0fffffff,<m0=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:246:# asm 2: and  $0x0fffffff,<m0=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-247-and  $0x0fffffff,%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-249-# qhasm:   m1 &= 0x0ffffffc
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:250:# asm 1: and  $0x0ffffffc,<m1=int32#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:251:# asm 2: and  $0x0ffffffc,<m1=%ebx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-252-and  $0x0ffffffc,%ebx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-254-# qhasm:   m2 &= 0x0ffffffc
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:255:# asm 1: and  $0x0ffffffc,<m2=int32#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:256:# asm 2: and  $0x0ffffffc,<m2=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-257-and  $0x0ffffffc,%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-259-# qhasm:   m3 &= 0x0ffffffc
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:260:# asm 1: and  $0x0ffffffc,<m3=int32#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:261:# asm 2: and  $0x0ffffffc,<m3=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-262-and  $0x0ffffffc,%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-264-# qhasm:   inplace d0 bottom = m0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:265:# asm 1: movl <m0=int32#2,<d0=stack64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:266:# asm 2: movl <m0=%ecx,<d0=96(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-267-movl %ecx,96(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-269-# qhasm:   inplace d1 bottom = m1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:270:# asm 1: movl <m1=int32#4,<d1=stack64#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:271:# asm 2: movl <m1=%ebx,<d1=104(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-272-movl %ebx,104(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-274-# qhasm:   inplace d2 bottom = m2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:275:# asm 1: movl <m2=int32#5,<d2=stack64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:276:# asm 2: movl <m2=%esi,<d2=112(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-277-movl %esi,112(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-279-# qhasm:   inplace d3 bottom = m3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:280:# asm 1: movl <m3=int32#6,<d3=stack64#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:281:# asm 2: movl <m3=%edi,<d3=120(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-282-movl %edi,120(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-284-# qhasm:   a0 = *(float64 *) &d0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:285:# asm 1: fldl <d0=stack64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:286:# asm 2: fldl <d0=96(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-287-fldl 96(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-294-# qhasm:   a1 = *(float64 *) &d1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:295:# asm 1: fldl <d1=stack64#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:296:# asm 2: fldl <d1=104(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-297-fldl 104(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-304-# qhasm:   a2 = *(float64 *) &d2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:305:# asm 1: fldl <d2=stack64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:306:# asm 2: fldl <d2=112(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-307-fldl 112(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-314-# qhasm:   a3 = *(float64 *) &d3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:315:# asm 1: fldl <d3=stack64#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:316:# asm 2: fldl <d3=120(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-317-fldl 120(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-324-# qhasm: internal stacktop a0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:325:# asm 1: fxch <a0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:326:# asm 2: fxch <a0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-327-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-329-# qhasm:   *(float64 *) &r0 = a0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:330:# asm 1: fstpl >r0=stack64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:331:# asm 2: fstpl >r0=128(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-332-fstpl 128(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-335-# qhasm: internal stacktop a1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:336:# asm 1: fxch <a1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:337:# asm 2: fxch <a1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-338-fxch %st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-340-# qhasm:   *(float64 *) &r1 = a1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:341:# asm 1: fstl >r1=stack64#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:342:# asm 2: fstl >r1=136(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-343-fstl 136(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-350-# qhasm:   *(float64 *) &sr1 = a1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:351:# asm 1: fstpl >sr1=stack64#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:352:# asm 2: fstpl >sr1=144(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-353-fstpl 144(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-356-# qhasm:   *(float64 *) &r2 = a2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:357:# asm 1: fstl >r2=stack64#8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:358:# asm 2: fstl >r2=152(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-359-fstl 152(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-366-# qhasm:   *(float64 *) &sr2 = a2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:367:# asm 1: fstpl >sr2=stack64#9
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:368:# asm 2: fstpl >sr2=160(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-369-fstpl 160(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-372-# qhasm:   *(float64 *) &r3 = a3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:373:# asm 1: fstl >r3=stack64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:374:# asm 2: fstl >r3=168(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-375-fstl 168(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-382-# qhasm:   *(float64 *) &sr3 = a3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:383:# asm 1: fstpl >sr3=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:384:# asm 2: fstpl >sr3=176(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-385-fstpl 176(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-388-# qhasm:   out = arg_out
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:389:# asm 1: movl <arg_out=stack32#-1,>out=int32#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:390:# asm 2: movl <arg_out=4(%esp,%eax),>out=%ebx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-391-movl 4(%esp,%eax),%ebx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-393-# qhasm:   m = arg_m
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:394:# asm 1: movl <arg_m=stack32#-2,>m=int32#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:395:# asm 2: movl <arg_m=8(%esp,%eax),>m=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-396-movl 8(%esp,%eax),%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-398-# qhasm:   l = arg_l
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:399:# asm 1: movl <arg_l=stack32#-3,>l=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:400:# asm 2: movl <arg_l=12(%esp,%eax),>l=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-401-movl 12(%esp,%eax),%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-419-# qhasm:   k_stack = k
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:420:# asm 1: movl <k=int32#3,>k_stack=stack32#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:421:# asm 2: movl <k=%edx,>k_stack=20(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-422-movl %edx,20(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-425-# qhasm:   out_stack = out
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:426:# asm 1: movl <out=int32#4,>out_stack=stack32#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:427:# asm 2: movl <out=%ebx,>out_stack=24(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-428-movl %ebx,24(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-431-# qhasm:                          unsigned<? l - 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:432:# asm 1: cmp  $16,<l=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:433:# asm 2: cmp  $16,<l=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-434-cmp  $16,%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-448-# qhasm:   m3 = *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:449:# asm 1: movl 12(<m=int32#5),>m3=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:450:# asm 2: movl 12(<m=%esi),>m3=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-451-movl 12(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-454-# qhasm:   m2 = *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:455:# asm 1: movl 8(<m=int32#5),>m2=int32#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:456:# asm 2: movl 8(<m=%esi),>m2=%edx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-457-movl 8(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-460-# qhasm:   m1 = *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:461:# asm 1: movl 4(<m=int32#5),>m1=int32#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:462:# asm 2: movl 4(<m=%esi),>m1=%ebx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-463-movl 4(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-466-# qhasm:   m0 = *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:467:# asm 1: movl 0(<m=int32#5),>m0=int32#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:468:# asm 2: movl 0(<m=%esi),>m0=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-469-movl 0(%esi),%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-472-# qhasm:   inplace d3 bottom = m3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:473:# asm 1: movl <m3=int32#1,<d3=stack64#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:474:# asm 2: movl <m3=%eax,<d3=120(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-475-movl %eax,120(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-478-# qhasm:   inplace d2 bottom = m2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:479:# asm 1: movl <m2=int32#3,<d2=stack64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:480:# asm 2: movl <m2=%edx,<d2=112(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-481-movl %edx,112(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-484-# qhasm:   inplace d1 bottom = m1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:485:# asm 1: movl <m1=int32#4,<d1=stack64#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:486:# asm 2: movl <m1=%ebx,<d1=104(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-487-movl %ebx,104(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-490-# qhasm:   inplace d0 bottom = m0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:491:# asm 1: movl <m0=int32#6,<d0=stack64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:492:# asm 2: movl <m0=%edi,<d0=96(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-493-movl %edi,96(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-496-# qhasm:   m += 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:497:# asm 1: add  $16,<m=int32#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:498:# asm 2: add  $16,<m=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-499-add  $16,%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-502-# qhasm:   l -= 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:503:# asm 1: sub  $16,<l=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:504:# asm 2: sub  $16,<l=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-505-sub  $16,%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-508-# qhasm: internal stacktop h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:509:# asm 1: fxch <h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:510:# asm 2: fxch <h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-511-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-513-# qhasm:   h3 += *(float64 *) &d3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:514:# asm 1: faddl <d3=stack64#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:515:# asm 2: faddl <d3=120(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-516-faddl 120(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-523-# qhasm: internal stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:524:# asm 1: fxch <h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:525:# asm 2: fxch <h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-526-fxch %st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-528-# qhasm:   h1 += *(float64 *) &d1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:529:# asm 1: faddl <d1=stack64#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:530:# asm 2: faddl <d1=104(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-531-faddl 104(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-538-# qhasm: internal stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:539:# asm 1: fxch <h2=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:540:# asm 2: fxch <h2=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-541-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-543-# qhasm:   h2 += *(float64 *) &d2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:544:# asm 1: faddl <d2=stack64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:545:# asm 2: faddl <d2=112(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-546-faddl 112(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-553-# qhasm: internal stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:554:# asm 1: fxch <h0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:555:# asm 2: fxch <h0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-556-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-558-# qhasm:   h0 += *(float64 *) &d0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:559:# asm 1: faddl <d0=stack64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:560:# asm 2: faddl <d0=96(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-561-faddl 96(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-568-# qhasm:                                  unsigned<? l - 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:569:# asm 1: cmp  $16,<l=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:570:# asm 2: cmp  $16,<l=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-571-cmp  $16,%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-585-# qhasm:   m3 = *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:586:# asm 1: movl 12(<m=int32#5),>m3=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:587:# asm 2: movl 12(<m=%esi),>m3=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-588-movl 12(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-591-# qhasm:   m2 = *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:592:# asm 1: movl 8(<m=int32#5),>m2=int32#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:593:# asm 2: movl 8(<m=%esi),>m2=%edx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-594-movl 8(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-597-# qhasm:   m1 = *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:598:# asm 1: movl 4(<m=int32#5),>m1=int32#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:599:# asm 2: movl 4(<m=%esi),>m1=%ebx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-600-movl 4(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-603-# qhasm:   m0 = *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:604:# asm 1: movl 0(<m=int32#5),>m0=int32#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:605:# asm 2: movl 0(<m=%esi),>m0=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-606-movl 0(%esi),%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-609-# qhasm:   inplace d3 bottom = m3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:610:# asm 1: movl <m3=int32#1,<d3=stack64#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:611:# asm 2: movl <m3=%eax,<d3=120(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-612-movl %eax,120(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-615-# qhasm:   inplace d2 bottom = m2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:616:# asm 1: movl <m2=int32#3,<d2=stack64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:617:# asm 2: movl <m2=%edx,<d2=112(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-618-movl %edx,112(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-621-# qhasm:   inplace d1 bottom = m1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:622:# asm 1: movl <m1=int32#4,<d1=stack64#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:623:# asm 2: movl <m1=%ebx,<d1=104(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-624-movl %ebx,104(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-627-# qhasm:   inplace d0 bottom = m0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:628:# asm 1: movl <m0=int32#6,<d0=stack64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:629:# asm 2: movl <m0=%edi,<d0=96(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-630-movl %edi,96(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-633-# qhasm:   m += 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:634:# asm 1: add  $16,<m=int32#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:635:# asm 2: add  $16,<m=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-636-add  $16,%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-639-# qhasm:   l -= 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:640:# asm 1: sub  $16,<l=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:641:# asm 2: sub  $16,<l=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-642-sub  $16,%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-649-# qhasm:   x0 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:650:# asm 1: fadd <h3=float80#3,<x0=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:651:# asm 2: fadd <h3=%st(2),<x0=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-652-fadd %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-659-# qhasm:   h3 -= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:660:# asm 1: fsubr <x0=float80#1,<h3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:661:# asm 2: fsubr <x0=%st(0),<h3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-662-fsubr %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-673-# qhasm:   x1 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:674:# asm 1: fadd <h0=float80#3,<x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:675:# asm 2: fadd <h0=%st(2),<x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-676-fadd %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-683-# qhasm:   h0 -= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:684:# asm 1: fsubr <x1=float80#1,<h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:685:# asm 2: fsubr <x1=%st(0),<h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-686-fsubr %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-689-# qhasm: internal stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:690:# asm 1: fxch <h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:691:# asm 2: fxch <h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-692-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-694-# qhasm:   x0 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:695:# asm 1: faddp <h0=float80#1,<x0=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:696:# asm 2: faddp <h0=%st(0),<x0=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-697-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-704-# qhasm:   x2 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:705:# asm 1: fadd <h1=float80#5,<x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:706:# asm 2: fadd <h1=%st(4),<x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-707-fadd %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-714-# qhasm:   h1 -= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:715:# asm 1: fsubr <x2=float80#1,<h1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:716:# asm 2: fsubr <x2=%st(0),<h1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-717-fsubr %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-724-# qhasm:   x3 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:725:# asm 1: fadd <h2=float80#7,<x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:726:# asm 2: fadd <h2=%st(6),<x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-727-fadd %st(6),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-734-# qhasm:   h2 -= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:735:# asm 1: fsubr <x3=float80#1,<h2=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:736:# asm 2: fsubr <x3=%st(0),<h2=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-737-fsubr %st(0),%st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-740-# qhasm: internal stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:741:# asm 1: fxch <h2=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:742:# asm 2: fxch <h2=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-743-fxch %st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-745-# qhasm:   x2 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:746:# asm 1: faddp <h2=float80#1,<x2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:747:# asm 2: faddp <h2=%st(0),<x2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-748-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-751-# qhasm: internal stacktop h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:752:# asm 1: fxch <h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:753:# asm 2: fxch <h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-754-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-756-# qhasm:   x3 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:757:# asm 1: faddp <h3=float80#1,<x3=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:758:# asm 2: faddp <h3=%st(0),<x3=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-759-faddp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-762-# qhasm: internal stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:763:# asm 1: fxch <h1=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:764:# asm 2: fxch <h1=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-765-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-767-# qhasm:   x1 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:768:# asm 1: faddp <h1=float80#1,<x1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:769:# asm 2: faddp <h1=%st(0),<x1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-770-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-773-# qhasm:   h3 = *(float64 *) &r3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:774:# asm 1: fldl <r3=stack64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:775:# asm 2: fldl <r3=168(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-776-fldl 168(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-779-# qhasm:   h3 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:780:# asm 1: fmul <x0=float80#4,<h3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:781:# asm 2: fmul <x0=%st(3),<h3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-782-fmul %st(3),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-785-# qhasm:   h2 = *(float64 *) &r2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:786:# asm 1: fldl <r2=stack64#8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:787:# asm 2: fldl <r2=152(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-788-fldl 152(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-791-# qhasm:   h2 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:792:# asm 1: fmul <x0=float80#5,<h2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:793:# asm 2: fmul <x0=%st(4),<h2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-794-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-797-# qhasm:   h1 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:798:# asm 1: fldl <r1=stack64#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:799:# asm 2: fldl <r1=136(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-800-fldl 136(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-803-# qhasm:   h1 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:804:# asm 1: fmul <x0=float80#6,<h1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:805:# asm 2: fmul <x0=%st(5),<h1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-806-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-809-# qhasm:   h0 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:810:# asm 1: fldl <r0=stack64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:811:# asm 2: fldl <r0=128(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-812-fldl 128(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-815-# qhasm:   h0 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:816:# asm 1: fmulp <x0=float80#1,<h0=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:817:# asm 2: fmulp <x0=%st(0),<h0=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-818-fmulp %st(0),%st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-821-# qhasm:   r2x1 = *(float64 *) &r2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:822:# asm 1: fldl <r2=stack64#8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:823:# asm 2: fldl <r2=152(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-824-fldl 152(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-827-# qhasm:   r2x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:828:# asm 1: fmul <x1=float80#5,<r2x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:829:# asm 2: fmul <x1=%st(4),<r2x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-830-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-833-# qhasm:   h3 += r2x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:834:# asm 1: faddp <r2x1=float80#1,<h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:835:# asm 2: faddp <r2x1=%st(0),<h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-836-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-839-# qhasm:   r1x1 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:840:# asm 1: fldl <r1=stack64#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:841:# asm 2: fldl <r1=136(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-842-fldl 136(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-845-# qhasm:   r1x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:846:# asm 1: fmul <x1=float80#5,<r1x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:847:# asm 2: fmul <x1=%st(4),<r1x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-848-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-851-# qhasm:   h2 += r1x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:852:# asm 1: faddp <r1x1=float80#1,<h2=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:853:# asm 2: faddp <r1x1=%st(0),<h2=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-854-faddp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-857-# qhasm:   r0x1 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:858:# asm 1: fldl <r0=stack64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:859:# asm 2: fldl <r0=128(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-860-fldl 128(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-863-# qhasm:   r0x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:864:# asm 1: fmul <x1=float80#5,<r0x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:865:# asm 2: fmul <x1=%st(4),<r0x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-866-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-869-# qhasm:   h1 += r0x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:870:# asm 1: faddp <r0x1=float80#1,<h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:871:# asm 2: faddp <r0x1=%st(0),<h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-872-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-875-# qhasm:   sr3x1 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:876:# asm 1: fldl <sr3=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:877:# asm 2: fldl <sr3=176(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-878-fldl 176(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-881-# qhasm:   sr3x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:882:# asm 1: fmulp <x1=float80#1,<sr3x1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:883:# asm 2: fmulp <x1=%st(0),<sr3x1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-884-fmulp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-887-# qhasm: internal stacktop sr3x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:888:# asm 1: fxch <sr3x1=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:889:# asm 2: fxch <sr3x1=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-890-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-892-# qhasm:   h0 += sr3x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:893:# asm 1: faddp <sr3x1=float80#1,<h0=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:894:# asm 2: faddp <sr3x1=%st(0),<h0=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-895-faddp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-898-# qhasm:   r1x2 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:899:# asm 1: fldl <r1=stack64#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:900:# asm 2: fldl <r1=136(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-901-fldl 136(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-904-# qhasm:   r1x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:905:# asm 1: fmul <x2=float80#5,<r1x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:906:# asm 2: fmul <x2=%st(4),<r1x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-907-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-910-# qhasm:   h3 += r1x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:911:# asm 1: faddp <r1x2=float80#1,<h3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:912:# asm 2: faddp <r1x2=%st(0),<h3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-913-faddp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-916-# qhasm:   r0x2 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:917:# asm 1: fldl <r0=stack64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:918:# asm 2: fldl <r0=128(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-919-fldl 128(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-922-# qhasm:   r0x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:923:# asm 1: fmul <x2=float80#5,<r0x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:924:# asm 2: fmul <x2=%st(4),<r0x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-925-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-928-# qhasm:   h2 += r0x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:929:# asm 1: faddp <r0x2=float80#1,<h2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:930:# asm 2: faddp <r0x2=%st(0),<h2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-931-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-934-# qhasm:   sr3x2 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:935:# asm 1: fldl <sr3=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:936:# asm 2: fldl <sr3=176(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-937-fldl 176(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-940-# qhasm:   sr3x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:941:# asm 1: fmul <x2=float80#5,<sr3x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:942:# asm 2: fmul <x2=%st(4),<sr3x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-943-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-946-# qhasm:   h1 += sr3x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:947:# asm 1: faddp <sr3x2=float80#1,<h1=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:948:# asm 2: faddp <sr3x2=%st(0),<h1=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-949-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-952-# qhasm:   sr2x2 = *(float64 *) &sr2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:953:# asm 1: fldl <sr2=stack64#9
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:954:# asm 2: fldl <sr2=160(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-955-fldl 160(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-958-# qhasm:   sr2x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:959:# asm 1: fmulp <x2=float80#1,<sr2x2=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:960:# asm 2: fmulp <x2=%st(0),<sr2x2=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-961-fmulp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-964-# qhasm: internal stacktop sr2x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:965:# asm 1: fxch <sr2x2=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:966:# asm 2: fxch <sr2x2=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-967-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-969-# qhasm:   h0 += sr2x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:970:# asm 1: faddp <sr2x2=float80#1,<h0=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:971:# asm 2: faddp <sr2x2=%st(0),<h0=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-972-faddp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-975-# qhasm:   r0x3 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:976:# asm 1: fldl <r0=stack64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:977:# asm 2: fldl <r0=128(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-978-fldl 128(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-981-# qhasm:   r0x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:982:# asm 1: fmul <x3=float80#6,<r0x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:983:# asm 2: fmul <x3=%st(5),<r0x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-984-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-987-# qhasm:   h3 += r0x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:988:# asm 1: faddp <r0x3=float80#1,<h3=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:989:# asm 2: faddp <r0x3=%st(0),<h3=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-990-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-993-# qhasm:   stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:994:# asm 1: fxch <h0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:995:# asm 2: fxch <h0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-996-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-999-# qhasm:   sr3x3 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1000:# asm 1: fldl <sr3=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1001:# asm 2: fldl <sr3=176(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1002-fldl 176(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1005-# qhasm:   sr3x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1006:# asm 1: fmul <x3=float80#6,<sr3x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1007:# asm 2: fmul <x3=%st(5),<sr3x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1008-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1011-# qhasm:   h2 += sr3x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1012:# asm 1: faddp <sr3x3=float80#1,<h2=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1013:# asm 2: faddp <sr3x3=%st(0),<h2=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1014-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1017-# qhasm:   stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1018:# asm 1: fxch <h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1019:# asm 2: fxch <h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1020-fxch %st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1023-# qhasm:   sr2x3 = *(float64 *) &sr2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1024:# asm 1: fldl <sr2=stack64#9
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1025:# asm 2: fldl <sr2=160(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1026-fldl 160(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1029-# qhasm:   sr2x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1030:# asm 1: fmul <x3=float80#6,<sr2x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1031:# asm 2: fmul <x3=%st(5),<sr2x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1032-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1035-# qhasm:   h1 += sr2x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1036:# asm 1: faddp <sr2x3=float80#1,<h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1037:# asm 2: faddp <sr2x3=%st(0),<h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1038-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1041-# qhasm:   sr1x3 = *(float64 *) &sr1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1042:# asm 1: fldl <sr1=stack64#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1043:# asm 2: fldl <sr1=144(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1044-fldl 144(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1047-# qhasm:   sr1x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1048:# asm 1: fmulp <x3=float80#1,<sr1x3=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1049:# asm 2: fmulp <x3=%st(0),<sr1x3=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1050-fmulp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1053-# qhasm: internal stacktop sr1x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1054:# asm 1: fxch <sr1x3=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1055:# asm 2: fxch <sr1x3=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1056-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1058-# qhasm:   h0 += sr1x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1059:# asm 1: faddp <sr1x3=float80#1,<h0=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1060:# asm 2: faddp <sr1x3=%st(0),<h0=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1061-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1064-# qhasm:                                    unsigned<? l - 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1065:# asm 1: cmp  $16,<l=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1066:# asm 2: cmp  $16,<l=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1067-cmp  $16,%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1070-# qhasm:   stacktop h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1071:# asm 1: fxch <h3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1072:# asm 2: fxch <h3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1073-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1076-# qhasm:   y3 = *(float64 *) &d3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1077:# asm 1: fldl <d3=stack64#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1078:# asm 2: fldl <d3=120(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1079-fldl 120(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1086-# qhasm:   h3 += y3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1087:# asm 1: faddp <y3=float80#1,<h3=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1088:# asm 2: faddp <y3=%st(0),<h3=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1089-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1092-# qhasm:   stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1093:# asm 1: fxch <h2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1094:# asm 2: fxch <h2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1095-fxch %st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1098-# qhasm:   y2 = *(float64 *) &d2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1099:# asm 1: fldl <d2=stack64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1100:# asm 2: fldl <d2=112(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1101-fldl 112(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1108-# qhasm:   h2 += y2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1109:# asm 1: faddp <y2=float80#1,<h2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1110:# asm 2: faddp <y2=%st(0),<h2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1111-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1114-# qhasm:   stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1115:# asm 1: fxch <h1=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1116:# asm 2: fxch <h1=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1117-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1120-# qhasm:   y1 = *(float64 *) &d1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1121:# asm 1: fldl <d1=stack64#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1122:# asm 2: fldl <d1=104(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1123-fldl 104(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1130-# qhasm:   h1 += y1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1131:# asm 1: faddp <y1=float80#1,<h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1132:# asm 2: faddp <y1=%st(0),<h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1133-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1136-# qhasm:   stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1137:# asm 1: fxch <h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1138:# asm 2: fxch <h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1139-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1142-# qhasm:   y0 = *(float64 *) &d0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1143:# asm 1: fldl <d0=stack64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1144:# asm 2: fldl <d0=96(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1145-fldl 96(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1152-# qhasm:   h0 += y0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1153:# asm 1: faddp <y0=float80#1,<h0=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1154:# asm 2: faddp <y0=%st(0),<h0=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1155-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1174-# qhasm:   x0 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1175:# asm 1: fadd <h3=float80#3,<x0=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1176:# asm 2: fadd <h3=%st(2),<x0=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1177-fadd %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1184-# qhasm:   h3 -= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1185:# asm 1: fsubr <x0=float80#1,<h3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1186:# asm 2: fsubr <x0=%st(0),<h3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1187-fsubr %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1198-# qhasm:   x1 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1199:# asm 1: fadd <h0=float80#3,<x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1200:# asm 2: fadd <h0=%st(2),<x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1201-fadd %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1208-# qhasm:   h0 -= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1209:# asm 1: fsubr <x1=float80#1,<h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1210:# asm 2: fsubr <x1=%st(0),<h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1211-fsubr %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1218-# qhasm:   x2 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1219:# asm 1: fadd <h1=float80#6,<x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1220:# asm 2: fadd <h1=%st(5),<x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1221-fadd %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1228-# qhasm:   h1 -= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1229:# asm 1: fsubr <x2=float80#1,<h1=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1230:# asm 2: fsubr <x2=%st(0),<h1=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1231-fsubr %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1238-# qhasm:   x3 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1239:# asm 1: fadd <h2=float80#8,<x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1240:# asm 2: fadd <h2=%st(7),<x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1241-fadd %st(7),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1248-# qhasm:   h2 -= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1249:# asm 1: fsubr <x3=float80#1,<h2=float80#8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1250:# asm 2: fsubr <x3=%st(0),<h2=%st(7)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1251-fsubr %st(0),%st(7)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1254-# qhasm: internal stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1255:# asm 1: fxch <h2=float80#8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1256:# asm 2: fxch <h2=%st(7)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1257-fxch %st(7)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1259-# qhasm:   x2 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1260:# asm 1: faddp <h2=float80#1,<x2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1261:# asm 2: faddp <h2=%st(0),<x2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1262-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1265-# qhasm: internal stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1266:# asm 1: fxch <h1=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1267:# asm 2: fxch <h1=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1268-fxch %st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1270-# qhasm:   x1 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1271:# asm 1: faddp <h1=float80#1,<x1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1272:# asm 2: faddp <h1=%st(0),<x1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1273-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1276-# qhasm: internal stacktop h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1277:# asm 1: fxch <h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1278:# asm 2: fxch <h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1279-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1281-# qhasm:   x3 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1282:# asm 1: faddp <h3=float80#1,<x3=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1283:# asm 2: faddp <h3=%st(0),<x3=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1284-faddp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1287-# qhasm:   x0 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1288:# asm 1: faddp <h0=float80#1,<x0=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1289:# asm 2: faddp <h0=%st(0),<x0=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1290-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1293-# qhasm:   h3 = *(float64 *) &r3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1294:# asm 1: fldl <r3=stack64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1295:# asm 2: fldl <r3=168(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1296-fldl 168(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1299-# qhasm:   h3 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1300:# asm 1: fmul <x0=float80#2,<h3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1301:# asm 2: fmul <x0=%st(1),<h3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1302-fmul %st(1),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1305-# qhasm:   h2 = *(float64 *) &r2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1306:# asm 1: fldl <r2=stack64#8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1307:# asm 2: fldl <r2=152(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1308-fldl 152(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1311-# qhasm:   h2 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1312:# asm 1: fmul <x0=float80#3,<h2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1313:# asm 2: fmul <x0=%st(2),<h2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1314-fmul %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1317-# qhasm:   h1 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1318:# asm 1: fldl <r1=stack64#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1319:# asm 2: fldl <r1=136(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1320-fldl 136(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1323-# qhasm:   h1 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1324:# asm 1: fmul <x0=float80#4,<h1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1325:# asm 2: fmul <x0=%st(3),<h1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1326-fmul %st(3),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1329-# qhasm:   h0 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1330:# asm 1: fldl <r0=stack64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1331:# asm 2: fldl <r0=128(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1332-fldl 128(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1335-# qhasm:   h0 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1336:# asm 1: fmulp <x0=float80#1,<h0=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1337:# asm 2: fmulp <x0=%st(0),<h0=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1338-fmulp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1341-# qhasm:   r2x1 = *(float64 *) &r2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1342:# asm 1: fldl <r2=stack64#8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1343:# asm 2: fldl <r2=152(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1344-fldl 152(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1347-# qhasm:   r2x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1348:# asm 1: fmul <x1=float80#6,<r2x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1349:# asm 2: fmul <x1=%st(5),<r2x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1350-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1353-# qhasm:   h3 += r2x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1354:# asm 1: faddp <r2x1=float80#1,<h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1355:# asm 2: faddp <r2x1=%st(0),<h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1356-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1359-# qhasm:   r1x1 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1360:# asm 1: fldl <r1=stack64#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1361:# asm 2: fldl <r1=136(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1362-fldl 136(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1365-# qhasm:   r1x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1366:# asm 1: fmul <x1=float80#6,<r1x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1367:# asm 2: fmul <x1=%st(5),<r1x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1368-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1371-# qhasm:   h2 += r1x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1372:# asm 1: faddp <r1x1=float80#1,<h2=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1373:# asm 2: faddp <r1x1=%st(0),<h2=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1374-faddp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1377-# qhasm:   r0x1 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1378:# asm 1: fldl <r0=stack64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1379:# asm 2: fldl <r0=128(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1380-fldl 128(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1383-# qhasm:   r0x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1384:# asm 1: fmul <x1=float80#6,<r0x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1385:# asm 2: fmul <x1=%st(5),<r0x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1386-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1389-# qhasm:   h1 += r0x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1390:# asm 1: faddp <r0x1=float80#1,<h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1391:# asm 2: faddp <r0x1=%st(0),<h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1392-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1395-# qhasm:   sr3x1 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1396:# asm 1: fldl <sr3=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1397:# asm 2: fldl <sr3=176(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1398-fldl 176(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1401-# qhasm:   sr3x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1402:# asm 1: fmulp <x1=float80#1,<sr3x1=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1403:# asm 2: fmulp <x1=%st(0),<sr3x1=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1404-fmulp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1407-# qhasm: internal stacktop sr3x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1408:# asm 1: fxch <sr3x1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1409:# asm 2: fxch <sr3x1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1410-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1412-# qhasm:   h0 += sr3x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1413:# asm 1: faddp <sr3x1=float80#1,<h0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1414:# asm 2: faddp <sr3x1=%st(0),<h0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1415-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1418-# qhasm:   r1x2 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1419:# asm 1: fldl <r1=stack64#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1420:# asm 2: fldl <r1=136(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1421-fldl 136(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1424-# qhasm:   r1x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1425:# asm 1: fmul <x2=float80#6,<r1x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1426:# asm 2: fmul <x2=%st(5),<r1x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1427-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1430-# qhasm:   h3 += r1x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1431:# asm 1: faddp <r1x2=float80#1,<h3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1432:# asm 2: faddp <r1x2=%st(0),<h3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1433-faddp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1436-# qhasm:   r0x2 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1437:# asm 1: fldl <r0=stack64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1438:# asm 2: fldl <r0=128(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1439-fldl 128(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1442-# qhasm:   r0x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1443:# asm 1: fmul <x2=float80#6,<r0x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1444:# asm 2: fmul <x2=%st(5),<r0x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1445-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1448-# qhasm:   h2 += r0x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1449:# asm 1: faddp <r0x2=float80#1,<h2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1450:# asm 2: faddp <r0x2=%st(0),<h2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1451-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1454-# qhasm:   sr3x2 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1455:# asm 1: fldl <sr3=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1456:# asm 2: fldl <sr3=176(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1457-fldl 176(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1460-# qhasm:   sr3x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1461:# asm 1: fmul <x2=float80#6,<sr3x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1462:# asm 2: fmul <x2=%st(5),<sr3x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1463-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1466-# qhasm:   h1 += sr3x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1467:# asm 1: faddp <sr3x2=float80#1,<h1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1468:# asm 2: faddp <sr3x2=%st(0),<h1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1469-faddp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1472-# qhasm:   sr2x2 = *(float64 *) &sr2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1473:# asm 1: fldl <sr2=stack64#9
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1474:# asm 2: fldl <sr2=160(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1475-fldl 160(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1478-# qhasm:   sr2x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1479:# asm 1: fmulp <x2=float80#1,<sr2x2=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1480:# asm 2: fmulp <x2=%st(0),<sr2x2=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1481-fmulp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1484-# qhasm: internal stacktop sr2x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1485:# asm 1: fxch <sr2x2=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1486:# asm 2: fxch <sr2x2=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1487-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1489-# qhasm:   h0 += sr2x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1490:# asm 1: faddp <sr2x2=float80#1,<h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1491:# asm 2: faddp <sr2x2=%st(0),<h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1492-faddp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1495-# qhasm:   r0x3 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1496:# asm 1: fldl <r0=stack64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1497:# asm 2: fldl <r0=128(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1498-fldl 128(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1501-# qhasm:   r0x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1502:# asm 1: fmul <x3=float80#6,<r0x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1503:# asm 2: fmul <x3=%st(5),<r0x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1504-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1507-# qhasm:   h3 += r0x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1508:# asm 1: faddp <r0x3=float80#1,<h3=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1509:# asm 2: faddp <r0x3=%st(0),<h3=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1510-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1513-# qhasm:   sr3x3 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1514:# asm 1: fldl <sr3=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1515:# asm 2: fldl <sr3=176(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1516-fldl 176(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1519-# qhasm:   sr3x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1520:# asm 1: fmul <x3=float80#6,<sr3x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1521:# asm 2: fmul <x3=%st(5),<sr3x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1522-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1525-# qhasm:   h2 += sr3x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1526:# asm 1: faddp <sr3x3=float80#1,<h2=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1527:# asm 2: faddp <sr3x3=%st(0),<h2=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1528-faddp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1531-# qhasm:   sr2x3 = *(float64 *) &sr2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1532:# asm 1: fldl <sr2=stack64#9
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1533:# asm 2: fldl <sr2=160(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1534-fldl 160(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1537-# qhasm:   sr2x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1538:# asm 1: fmul <x3=float80#6,<sr2x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1539:# asm 2: fmul <x3=%st(5),<sr2x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1540-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1543-# qhasm:   h1 += sr2x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1544:# asm 1: faddp <sr2x3=float80#1,<h1=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1545:# asm 2: faddp <sr2x3=%st(0),<h1=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1546-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1549-# qhasm:   sr1x3 = *(float64 *) &sr1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1550:# asm 1: fldl <sr1=stack64#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1551:# asm 2: fldl <sr1=144(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1552-fldl 144(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1555-# qhasm:   sr1x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1556:# asm 1: fmulp <x3=float80#1,<sr1x3=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1557:# asm 2: fmulp <x3=%st(0),<sr1x3=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1558-fmulp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1561-# qhasm: internal stacktop sr1x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1562:# asm 1: fxch <sr1x3=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1563:# asm 2: fxch <sr1x3=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1564-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1566-# qhasm:   h0 += sr1x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1567:# asm 1: faddp <sr1x3=float80#1,<h0=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1568:# asm 2: faddp <sr1x3=%st(0),<h0=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1569-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1578-# qhasm:                     =? l - 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1579:# asm 1: cmp  $0,<l=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1580:# asm 2: cmp  $0,<l=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1581-cmp  $0,%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1598-# qhasm:   ((uint32 *)&lastchunk)[0] = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1599:# asm 1: movl $0,>lastchunk=stack128#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1600:# asm 2: movl $0,>lastchunk=64(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1601-movl $0,64(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1604-# qhasm:   ((uint32 *)&lastchunk)[1] = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1605:# asm 1: movl $0,4+<lastchunk=stack128#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1606:# asm 2: movl $0,4+<lastchunk=64(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1607-movl $0,4+64(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1610-# qhasm:   ((uint32 *)&lastchunk)[2] = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1611:# asm 1: movl $0,8+<lastchunk=stack128#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1612:# asm 2: movl $0,8+<lastchunk=64(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1613-movl $0,8+64(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1616-# qhasm:   ((uint32 *)&lastchunk)[3] = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1617:# asm 1: movl $0,12+<lastchunk=stack128#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1618:# asm 2: movl $0,12+<lastchunk=64(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1619-movl $0,12+64(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1622-# qhasm:   destination = &lastchunk
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1623:# asm 1: leal <lastchunk=stack128#1,>destination=int32#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1624:# asm 2: leal <lastchunk=64(%esp),>destination=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1625-leal 64(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1635-# qhasm:   *(uint8 *) (destination + 0) = 1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1636:# asm 1: movb $1,0(<destination=int32#6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1637:# asm 2: movb $1,0(<destination=%edi)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1638-movb $1,0(%edi)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1641-# qhasm:   m3 = ((uint32 *)&lastchunk)[3]
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1642:# asm 1: movl 12+<lastchunk=stack128#1,>m3=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1643:# asm 2: movl 12+<lastchunk=64(%esp),>m3=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1644-movl 12+64(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1647-# qhasm:   m2 = ((uint32 *)&lastchunk)[2]
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1648:# asm 1: movl 8+<lastchunk=stack128#1,>m2=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1649:# asm 2: movl 8+<lastchunk=64(%esp),>m2=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1650-movl 8+64(%esp),%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1653-# qhasm:   m1 = ((uint32 *)&lastchunk)[1]
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1654:# asm 1: movl 4+<lastchunk=stack128#1,>m1=int32#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1655:# asm 2: movl 4+<lastchunk=64(%esp),>m1=%edx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1656-movl 4+64(%esp),%edx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1659-# qhasm:   m0 = ((uint32 *)&lastchunk)[0]
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1660:# asm 1: movl <lastchunk=stack128#1,>m0=int32#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1661:# asm 2: movl <lastchunk=64(%esp),>m0=%ebx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1662-movl 64(%esp),%ebx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1665-# qhasm:   inplace d3 bottom = m3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1666:# asm 1: movl <m3=int32#1,<d3=stack64#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1667:# asm 2: movl <m3=%eax,<d3=120(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1668-movl %eax,120(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1671-# qhasm:   inplace d2 bottom = m2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1672:# asm 1: movl <m2=int32#2,<d2=stack64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1673:# asm 2: movl <m2=%ecx,<d2=112(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1674-movl %ecx,112(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1677-# qhasm:   inplace d1 bottom = m1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1678:# asm 1: movl <m1=int32#3,<d1=stack64#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1679:# asm 2: movl <m1=%edx,<d1=104(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1680-movl %edx,104(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1683-# qhasm:   inplace d0 bottom = m0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1684:# asm 1: movl <m0=int32#4,<d0=stack64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1685:# asm 2: movl <m0=%ebx,<d0=96(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1686-movl %ebx,96(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1689-# qhasm: internal stacktop h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1690:# asm 1: fxch <h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1691:# asm 2: fxch <h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1692-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1694-# qhasm:   h3 += *(float64 *) &d3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1695:# asm 1: faddl <d3=stack64#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1696:# asm 2: faddl <d3=120(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1697-faddl 120(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1704-# qhasm: internal stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1705:# asm 1: fxch <h2=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1706:# asm 2: fxch <h2=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1707-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1709-# qhasm:   h2 += *(float64 *) &d2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1710:# asm 1: faddl <d2=stack64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1711:# asm 2: faddl <d2=112(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1712-faddl 112(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1719-# qhasm: internal stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1720:# asm 1: fxch <h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1721:# asm 2: fxch <h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1722-fxch %st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1724-# qhasm:   h1 += *(float64 *) &d1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1725:# asm 1: faddl <d1=stack64#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1726:# asm 2: faddl <d1=104(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1727-faddl 104(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1734-# qhasm: internal stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1735:# asm 1: fxch <h0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1736:# asm 2: fxch <h0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1737-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1739-# qhasm:   h0 += *(float64 *) &d0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1740:# asm 1: faddl <d0=stack64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1741:# asm 2: faddl <d0=96(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1742-faddl 96(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1753-# qhasm:   x0 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1754:# asm 1: fadd <h3=float80#4,<x0=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1755:# asm 2: fadd <h3=%st(3),<x0=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1756-fadd %st(3),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1763-# qhasm:   h3 -= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1764:# asm 1: fsubr <x0=float80#1,<h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1765:# asm 2: fsubr <x0=%st(0),<h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1766-fsubr %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1777-# qhasm:   x1 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1778:# asm 1: fadd <h0=float80#3,<x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1779:# asm 2: fadd <h0=%st(2),<x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1780-fadd %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1787-# qhasm:   h0 -= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1788:# asm 1: fsubr <x1=float80#1,<h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1789:# asm 2: fsubr <x1=%st(0),<h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1790-fsubr %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1797-# qhasm:   x2 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1798:# asm 1: fadd <h1=float80#7,<x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1799:# asm 2: fadd <h1=%st(6),<x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1800-fadd %st(6),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1807-# qhasm:   h1 -= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1808:# asm 1: fsubr <x2=float80#1,<h1=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1809:# asm 2: fsubr <x2=%st(0),<h1=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1810-fsubr %st(0),%st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1817-# qhasm:   x3 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1818:# asm 1: fadd <h2=float80#6,<x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1819:# asm 2: fadd <h2=%st(5),<x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1820-fadd %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1827-# qhasm:   h2 -= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1828:# asm 1: fsubr <x3=float80#1,<h2=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1829:# asm 2: fsubr <x3=%st(0),<h2=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1830-fsubr %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1833-# qhasm: internal stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1834:# asm 1: fxch <h0=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1835:# asm 2: fxch <h0=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1836-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1838-# qhasm:   x0 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1839:# asm 1: faddp <h0=float80#1,<x0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1840:# asm 2: faddp <h0=%st(0),<x0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1841-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1844-# qhasm: internal stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1845:# asm 1: fxch <h1=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1846:# asm 2: fxch <h1=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1847-fxch %st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1849-# qhasm:   x1 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1850:# asm 1: faddp <h1=float80#1,<x1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1851:# asm 2: faddp <h1=%st(0),<x1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1852-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1855-# qhasm: internal stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1856:# asm 1: fxch <h2=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1857:# asm 2: fxch <h2=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1858-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1860-# qhasm:   x2 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1861:# asm 1: faddp <h2=float80#1,<x2=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1862:# asm 2: faddp <h2=%st(0),<x2=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1863-faddp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1866-# qhasm: internal stacktop h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1867:# asm 1: fxch <h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1868:# asm 2: fxch <h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1869-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1871-# qhasm:   x3 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1872:# asm 1: faddp <h3=float80#1,<x3=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1873:# asm 2: faddp <h3=%st(0),<x3=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1874-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1877-# qhasm:   h3 = *(float64 *) &r3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1878:# asm 1: fldl <r3=stack64#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1879:# asm 2: fldl <r3=168(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1880-fldl 168(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1883-# qhasm:   h3 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1884:# asm 1: fmul <x0=float80#4,<h3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1885:# asm 2: fmul <x0=%st(3),<h3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1886-fmul %st(3),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1889-# qhasm:   h2 = *(float64 *) &r2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1890:# asm 1: fldl <r2=stack64#8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1891:# asm 2: fldl <r2=152(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1892-fldl 152(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1895-# qhasm:   h2 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1896:# asm 1: fmul <x0=float80#5,<h2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1897:# asm 2: fmul <x0=%st(4),<h2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1898-fmul %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1901-# qhasm:   h1 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1902:# asm 1: fldl <r1=stack64#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1903:# asm 2: fldl <r1=136(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1904-fldl 136(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1907-# qhasm:   h1 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1908:# asm 1: fmul <x0=float80#6,<h1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1909:# asm 2: fmul <x0=%st(5),<h1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1910-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1913-# qhasm:   h0 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1914:# asm 1: fldl <r0=stack64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1915:# asm 2: fldl <r0=128(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1916-fldl 128(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1919-# qhasm:   h0 *= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1920:# asm 1: fmulp <x0=float80#1,<h0=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1921:# asm 2: fmulp <x0=%st(0),<h0=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1922-fmulp %st(0),%st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1925-# qhasm:   r2x1 = *(float64 *) &r2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1926:# asm 1: fldl <r2=stack64#8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1927:# asm 2: fldl <r2=152(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1928-fldl 152(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1931-# qhasm:   r2x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1932:# asm 1: fmul <x1=float80#6,<r2x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1933:# asm 2: fmul <x1=%st(5),<r2x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1934-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1937-# qhasm:   h3 += r2x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1938:# asm 1: faddp <r2x1=float80#1,<h3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1939:# asm 2: faddp <r2x1=%st(0),<h3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1940-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1943-# qhasm:   r1x1 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1944:# asm 1: fldl <r1=stack64#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1945:# asm 2: fldl <r1=136(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1946-fldl 136(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1949-# qhasm:   r1x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1950:# asm 1: fmul <x1=float80#6,<r1x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1951:# asm 2: fmul <x1=%st(5),<r1x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1952-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1955-# qhasm:   h2 += r1x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1956:# asm 1: faddp <r1x1=float80#1,<h2=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1957:# asm 2: faddp <r1x1=%st(0),<h2=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1958-faddp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1961-# qhasm:   r0x1 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1962:# asm 1: fldl <r0=stack64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1963:# asm 2: fldl <r0=128(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1964-fldl 128(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1967-# qhasm:   r0x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1968:# asm 1: fmul <x1=float80#6,<r0x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1969:# asm 2: fmul <x1=%st(5),<r0x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1970-fmul %st(5),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1973-# qhasm:   h1 += r0x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1974:# asm 1: faddp <r0x1=float80#1,<h1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1975:# asm 2: faddp <r0x1=%st(0),<h1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1976-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1979-# qhasm:   sr3x1 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1980:# asm 1: fldl <sr3=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1981:# asm 2: fldl <sr3=176(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1982-fldl 176(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1985-# qhasm:   sr3x1 *= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1986:# asm 1: fmulp <x1=float80#1,<sr3x1=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1987:# asm 2: fmulp <x1=%st(0),<sr3x1=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1988-fmulp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1991-# qhasm: internal stacktop sr3x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1992:# asm 1: fxch <sr3x1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1993:# asm 2: fxch <sr3x1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1994-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1996-# qhasm:   h0 += sr3x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1997:# asm 1: faddp <sr3x1=float80#1,<h0=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:1998:# asm 2: faddp <sr3x1=%st(0),<h0=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-1999-faddp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2002-# qhasm:   r1x2 = *(float64 *) &r1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2003:# asm 1: fldl <r1=stack64#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2004:# asm 2: fldl <r1=136(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2005-fldl 136(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2008-# qhasm:   r1x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2009:# asm 1: fmul <x2=float80#7,<r1x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2010:# asm 2: fmul <x2=%st(6),<r1x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2011-fmul %st(6),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2014-# qhasm:   h3 += r1x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2015:# asm 1: faddp <r1x2=float80#1,<h3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2016:# asm 2: faddp <r1x2=%st(0),<h3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2017-faddp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2020-# qhasm:   r0x2 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2021:# asm 1: fldl <r0=stack64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2022:# asm 2: fldl <r0=128(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2023-fldl 128(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2026-# qhasm:   r0x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2027:# asm 1: fmul <x2=float80#7,<r0x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2028:# asm 2: fmul <x2=%st(6),<r0x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2029-fmul %st(6),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2032-# qhasm:   h2 += r0x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2033:# asm 1: faddp <r0x2=float80#1,<h2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2034:# asm 2: faddp <r0x2=%st(0),<h2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2035-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2038-# qhasm:   sr3x2 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2039:# asm 1: fldl <sr3=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2040:# asm 2: fldl <sr3=176(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2041-fldl 176(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2044-# qhasm:   sr3x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2045:# asm 1: fmul <x2=float80#7,<sr3x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2046:# asm 2: fmul <x2=%st(6),<sr3x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2047-fmul %st(6),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2050-# qhasm:   h1 += sr3x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2051:# asm 1: faddp <sr3x2=float80#1,<h1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2052:# asm 2: faddp <sr3x2=%st(0),<h1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2053-faddp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2056-# qhasm:   sr2x2 = *(float64 *) &sr2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2057:# asm 1: fldl <sr2=stack64#9
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2058:# asm 2: fldl <sr2=160(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2059-fldl 160(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2062-# qhasm:   sr2x2 *= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2063:# asm 1: fmulp <x2=float80#1,<sr2x2=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2064:# asm 2: fmulp <x2=%st(0),<sr2x2=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2065-fmulp %st(0),%st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2068-# qhasm: internal stacktop sr2x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2069:# asm 1: fxch <sr2x2=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2070:# asm 2: fxch <sr2x2=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2071-fxch %st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2073-# qhasm:   h0 += sr2x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2074:# asm 1: faddp <sr2x2=float80#1,<h0=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2075:# asm 2: faddp <sr2x2=%st(0),<h0=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2076-faddp %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2079-# qhasm:   r0x3 = *(float64 *) &r0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2080:# asm 1: fldl <r0=stack64#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2081:# asm 2: fldl <r0=128(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2082-fldl 128(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2085-# qhasm:   r0x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2086:# asm 1: fmul <x3=float80#3,<r0x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2087:# asm 2: fmul <x3=%st(2),<r0x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2088-fmul %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2091-# qhasm:   h3 += r0x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2092:# asm 1: faddp <r0x3=float80#1,<h3=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2093:# asm 2: faddp <r0x3=%st(0),<h3=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2094-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2097-# qhasm:   sr3x3 = *(float64 *) &sr3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2098:# asm 1: fldl <sr3=stack64#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2099:# asm 2: fldl <sr3=176(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2100-fldl 176(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2103-# qhasm:   sr3x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2104:# asm 1: fmul <x3=float80#3,<sr3x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2105:# asm 2: fmul <x3=%st(2),<sr3x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2106-fmul %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2109-# qhasm:   h2 += sr3x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2110:# asm 1: faddp <sr3x3=float80#1,<h2=float80#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2111:# asm 2: faddp <sr3x3=%st(0),<h2=%st(5)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2112-faddp %st(0),%st(5)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2115-# qhasm:   sr2x3 = *(float64 *) &sr2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2116:# asm 1: fldl <sr2=stack64#9
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2117:# asm 2: fldl <sr2=160(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2118-fldl 160(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2121-# qhasm:   sr2x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2122:# asm 1: fmul <x3=float80#3,<sr2x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2123:# asm 2: fmul <x3=%st(2),<sr2x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2124-fmul %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2127-# qhasm:   h1 += sr2x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2128:# asm 1: faddp <sr2x3=float80#1,<h1=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2129:# asm 2: faddp <sr2x3=%st(0),<h1=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2130-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2133-# qhasm:   sr1x3 = *(float64 *) &sr1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2134:# asm 1: fldl <sr1=stack64#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2135:# asm 2: fldl <sr1=144(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2136-fldl 144(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2139-# qhasm:   sr1x3 *= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2140:# asm 1: fmulp <x3=float80#1,<sr1x3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2141:# asm 2: fmulp <x3=%st(0),<sr1x3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2142-fmulp %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2145-# qhasm: internal stacktop sr1x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2146:# asm 1: fxch <sr1x3=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2147:# asm 2: fxch <sr1x3=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2148-fxch %st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2150-# qhasm:   h0 += sr1x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2151:# asm 1: faddp <sr1x3=float80#1,<h0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2152:# asm 2: faddp <sr1x3=%st(0),<h0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2153-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2157-# qhasm: internal stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2158:# asm 1: fxch <h2=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2159:# asm 2: fxch <h2=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2160-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2163-# qhasm: internal stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2164:# asm 1: fxch <h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2165:# asm 2: fxch <h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2166-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2178-# qhasm:   x0 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2179:# asm 1: fadd <h3=float80#5,<x0=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2180:# asm 2: fadd <h3=%st(4),<x0=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2181-fadd %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2188-# qhasm:   h3 -= x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2189:# asm 1: fsubr <x0=float80#1,<h3=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2190:# asm 2: fsubr <x0=%st(0),<h3=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2191-fsubr %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2202-# qhasm:   x1 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2203:# asm 1: fadd <h0=float80#3,<x1=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2204:# asm 2: fadd <h0=%st(2),<x1=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2205-fadd %st(2),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2212-# qhasm:   h0 -= x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2213:# asm 1: fsubr <x1=float80#1,<h0=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2214:# asm 2: fsubr <x1=%st(0),<h0=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2215-fsubr %st(0),%st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2222-# qhasm:   x2 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2223:# asm 1: fadd <h1=float80#5,<x2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2224:# asm 2: fadd <h1=%st(4),<x2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2225-fadd %st(4),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2232-# qhasm:   h1 -= x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2233:# asm 1: fsubr <x2=float80#1,<h1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2234:# asm 2: fsubr <x2=%st(0),<h1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2235-fsubr %st(0),%st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2242-# qhasm:   x3 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2243:# asm 1: fadd <h2=float80#7,<x3=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2244:# asm 2: fadd <h2=%st(6),<x3=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2245-fadd %st(6),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2252-# qhasm:   stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2253:# asm 1: fxch <h2=float80#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2254:# asm 2: fxch <h2=%st(6)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2255-fxch %st(6)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2258-# qhasm:   h2 -= x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2259:# asm 1: fsub <x3=float80#7,<h2=float80#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2260:# asm 2: fsub <x3=%st(6),<h2=%st(0)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2261-fsub %st(6),%st(0)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2264-# qhasm: internal stacktop h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2265:# asm 1: fxch <h0=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2266:# asm 2: fxch <h0=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2267-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2269-# qhasm:   x0 += h0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2270:# asm 1: faddp <h0=float80#1,<x0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2271:# asm 2: faddp <h0=%st(0),<x0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2272-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2275-# qhasm: internal stacktop h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2276:# asm 1: fxch <h1=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2277:# asm 2: fxch <h1=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2278-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2280-# qhasm:   x1 += h1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2281:# asm 1: faddp <h1=float80#1,<x1=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2282:# asm 2: faddp <h1=%st(0),<x1=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2283-faddp %st(0),%st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2286-# qhasm: internal stacktop h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2287:# asm 1: fxch <h2=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2288:# asm 2: fxch <h2=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2289-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2291-# qhasm:   x2 += h2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2292:# asm 1: faddp <h2=float80#1,<x2=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2293:# asm 2: faddp <h2=%st(0),<x2=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2294-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2297-# qhasm: internal stacktop h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2298:# asm 1: fxch <h3=float80#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2299:# asm 2: fxch <h3=%st(4)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2300-fxch %st(4)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2302-# qhasm:   x3 += h3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2303:# asm 1: faddp <h3=float80#1,<x3=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2304:# asm 2: faddp <h3=%st(0),<x3=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2305-faddp %st(0),%st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2308-# qhasm: internal stacktop x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2309:# asm 1: fxch <x0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2310:# asm 2: fxch <x0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2311-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2317-# qhasm: internal stacktop x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2318:# asm 1: fxch <x1=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2319:# asm 2: fxch <x1=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2320-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2326-# qhasm: internal stacktop x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2327:# asm 1: fxch <x2=float80#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2328:# asm 2: fxch <x2=%st(1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2329-fxch %st(1)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2335-# qhasm: internal stacktop x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2336:# asm 1: fxch <x3=float80#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2337:# asm 2: fxch <x3=%st(2)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2338-fxch %st(2)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2344-# qhasm: internal stacktop x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2345:# asm 1: fxch <x0=float80#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2346:# asm 2: fxch <x0=%st(3)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2347-fxch %st(3)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2349-# qhasm:   *(float64 *) &d0 = x0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2350:# asm 1: fstpl >d0=stack64#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2351:# asm 2: fstpl >d0=96(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2352-fstpl 96(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2355-# qhasm:   *(float64 *) &d1 = x1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2356:# asm 1: fstpl >d1=stack64#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2357:# asm 2: fstpl >d1=104(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2358-fstpl 104(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2361-# qhasm:   *(float64 *) &d2 = x2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2362:# asm 1: fstpl >d2=stack64#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2363:# asm 2: fstpl >d2=112(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2364-fstpl 112(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2367-# qhasm:   *(float64 *) &d3 = x3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2368:# asm 1: fstpl >d3=stack64#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2369:# asm 2: fstpl >d3=120(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2370-fstpl 120(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2411-# qhasm:   g0 = top d0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2412:# asm 1: movl <d0=stack64#1,>g0=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2413:# asm 2: movl <d0=100(%esp),>g0=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2414-movl 100(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2416-# qhasm:   g0 &= 63
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2417:# asm 1: and  $63,<g0=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2418:# asm 2: and  $63,<g0=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2419-and  $63,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2421-# qhasm:   g1 = top d1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2422:# asm 1: movl <d1=stack64#2,>g1=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2423:# asm 2: movl <d1=108(%esp),>g1=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2424-movl 108(%esp),%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2426-# qhasm:   g1 &= 63
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2427:# asm 1: and  $63,<g1=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2428:# asm 2: and  $63,<g1=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2429-and  $63,%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2431-# qhasm:   g2 = top d2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2432:# asm 1: movl <d2=stack64#3,>g2=int32#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2433:# asm 2: movl <d2=116(%esp),>g2=%edx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2434-movl 116(%esp),%edx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2436-# qhasm:   g2 &= 63
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2437:# asm 1: and  $63,<g2=int32#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2438:# asm 2: and  $63,<g2=%edx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2439-and  $63,%edx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2441-# qhasm:   g3 = top d3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2442:# asm 1: movl <d3=stack64#4,>g3=int32#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2443:# asm 2: movl <d3=124(%esp),>g3=%ebx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2444-movl 124(%esp),%ebx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2446-# qhasm:   g3 &= 63
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2447:# asm 1: and  $63,<g3=int32#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2448:# asm 2: and  $63,<g3=%ebx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2449-and  $63,%ebx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2451-# qhasm:   f1 = bottom d1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2452:# asm 1: movl <d1=stack64#2,>f1=int32#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2453:# asm 2: movl <d1=104(%esp),>f1=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2454-movl 104(%esp),%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2456-# qhasm:   carry? f1 += g0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2457:# asm 1: addl <g0=int32#1,<f1=int32#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2458:# asm 2: addl <g0=%eax,<f1=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2459-addl %eax,%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2461-# qhasm:   f1_stack = f1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2462:# asm 1: movl <f1=int32#5,>f1_stack=stack32#8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2463:# asm 2: movl <f1=%esi,>f1_stack=28(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2464-movl %esi,28(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2466-# qhasm:   f2 = bottom d2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2467:# asm 1: movl <d2=stack64#3,>f2=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2468:# asm 2: movl <d2=112(%esp),>f2=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2469-movl 112(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2471-# qhasm:   carry? f2 += g1 + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2472:# asm 1: adcl <g1=int32#2,<f2=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2473:# asm 2: adcl <g1=%ecx,<f2=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2474-adcl %ecx,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2476-# qhasm:   f2_stack = f2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2477:# asm 1: movl <f2=int32#1,>f2_stack=stack32#9
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2478:# asm 2: movl <f2=%eax,>f2_stack=32(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2479-movl %eax,32(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2481-# qhasm:   f3 = bottom d3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2482:# asm 1: movl <d3=stack64#4,>f3=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2483:# asm 2: movl <d3=120(%esp),>f3=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2484-movl 120(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2486-# qhasm:   carry? f3 += g2 + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2487:# asm 1: adcl <g2=int32#3,<f3=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2488:# asm 2: adcl <g2=%edx,<f3=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2489-adcl %edx,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2491-# qhasm:   f3_stack = f3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2492:# asm 1: movl <f3=int32#1,>f3_stack=stack32#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2493:# asm 2: movl <f3=%eax,>f3_stack=36(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2494-movl %eax,36(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2496-# qhasm:   f4 = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2497:# asm 1: mov  $0,>f4=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2498:# asm 2: mov  $0,>f4=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2499-mov  $0,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2501-# qhasm:   carry? f4 += g3 + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2502:# asm 1: adcl <g3=int32#4,<f4=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2503:# asm 2: adcl <g3=%ebx,<f4=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2504-adcl %ebx,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2506-# qhasm:   f4_stack = f4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2507:# asm 1: movl <f4=int32#1,>f4_stack=stack32#11
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2508:# asm 2: movl <f4=%eax,>f4_stack=40(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2509-movl %eax,40(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2511-# qhasm:   g0 = 5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2512:# asm 1: mov  $5,>g0=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2513:# asm 2: mov  $5,>g0=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2514-mov  $5,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2516-# qhasm:   f0 = bottom d0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2517:# asm 1: movl <d0=stack64#1,>f0=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2518:# asm 2: movl <d0=96(%esp),>f0=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2519-movl 96(%esp),%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2521-# qhasm:   carry? g0 += f0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2522:# asm 1: addl <f0=int32#2,<g0=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2523:# asm 2: addl <f0=%ecx,<g0=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2524-addl %ecx,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2526-# qhasm:   g0_stack = g0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2527:# asm 1: movl <g0=int32#1,>g0_stack=stack32#12
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2528:# asm 2: movl <g0=%eax,>g0_stack=44(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2529-movl %eax,44(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2531-# qhasm:   g1 = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2532:# asm 1: mov  $0,>g1=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2533:# asm 2: mov  $0,>g1=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2534-mov  $0,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2536-# qhasm:   f1 = f1_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2537:# asm 1: movl <f1_stack=stack32#8,>f1=int32#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2538:# asm 2: movl <f1_stack=28(%esp),>f1=%edx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2539-movl 28(%esp),%edx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2541-# qhasm:   carry? g1 += f1 + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2542:# asm 1: adcl <f1=int32#3,<g1=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2543:# asm 2: adcl <f1=%edx,<g1=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2544-adcl %edx,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2546-# qhasm:   g1_stack = g1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2547:# asm 1: movl <g1=int32#1,>g1_stack=stack32#8
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2548:# asm 2: movl <g1=%eax,>g1_stack=28(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2549-movl %eax,28(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2551-# qhasm:   g2 = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2552:# asm 1: mov  $0,>g2=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2553:# asm 2: mov  $0,>g2=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2554-mov  $0,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2556-# qhasm:   f2 = f2_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2557:# asm 1: movl <f2_stack=stack32#9,>f2=int32#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2558:# asm 2: movl <f2_stack=32(%esp),>f2=%ebx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2559-movl 32(%esp),%ebx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2561-# qhasm:   carry? g2 += f2 + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2562:# asm 1: adcl <f2=int32#4,<g2=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2563:# asm 2: adcl <f2=%ebx,<g2=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2564-adcl %ebx,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2566-# qhasm:   g2_stack = g2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2567:# asm 1: movl <g2=int32#1,>g2_stack=stack32#9
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2568:# asm 2: movl <g2=%eax,>g2_stack=32(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2569-movl %eax,32(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2571-# qhasm:   g3 = 0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2572:# asm 1: mov  $0,>g3=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2573:# asm 2: mov  $0,>g3=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2574-mov  $0,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2576-# qhasm:   f3 = f3_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2577:# asm 1: movl <f3_stack=stack32#10,>f3=int32#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2578:# asm 2: movl <f3_stack=36(%esp),>f3=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2579-movl 36(%esp),%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2581-# qhasm:   carry? g3 += f3 + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2582:# asm 1: adcl <f3=int32#5,<g3=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2583:# asm 2: adcl <f3=%esi,<g3=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2584-adcl %esi,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2586-# qhasm:   g3_stack = g3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2587:# asm 1: movl <g3=int32#1,>g3_stack=stack32#10
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2588:# asm 2: movl <g3=%eax,>g3_stack=36(%esp)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2589-movl %eax,36(%esp)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2591-# qhasm:   f = 0xfffffffc
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2592:# asm 1: mov  $0xfffffffc,>f=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2593:# asm 2: mov  $0xfffffffc,>f=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2594-mov  $0xfffffffc,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2596-# qhasm:   f4 = f4_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2597:# asm 1: movl <f4_stack=stack32#11,>f4=int32#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2598:# asm 2: movl <f4_stack=40(%esp),>f4=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2599-movl 40(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2601-# qhasm:   carry? f += f4 + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2602:# asm 1: adcl <f4=int32#6,<f=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2603:# asm 2: adcl <f4=%edi,<f=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2604-adcl %edi,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2606-# qhasm:   (int32) f >>= 16
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2607:# asm 1: sar  $16,<f=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2608:# asm 2: sar  $16,<f=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2609-sar  $16,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2611-# qhasm:   notf = f
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2612:# asm 1: mov  <f=int32#1,>notf=int32#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2613:# asm 2: mov  <f=%eax,>notf=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2614-mov  %eax,%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2616-# qhasm:   notf ^= 0xffffffff
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2617:# asm 1: xor  $0xffffffff,<notf=int32#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2618:# asm 2: xor  $0xffffffff,<notf=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2619-xor  $0xffffffff,%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2621-# qhasm:   f0 &= f
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2622:# asm 1: andl <f=int32#1,<f0=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2623:# asm 2: andl <f=%eax,<f0=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2624-andl %eax,%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2626-# qhasm:   g0 = g0_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2627:# asm 1: movl <g0_stack=stack32#12,>g0=int32#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2628:# asm 2: movl <g0_stack=44(%esp),>g0=%ebp
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2629-movl 44(%esp),%ebp
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2631-# qhasm:   g0 &= notf
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2632:# asm 1: andl <notf=int32#6,<g0=int32#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2633:# asm 2: andl <notf=%edi,<g0=%ebp
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2634-andl %edi,%ebp
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2636-# qhasm:   f0 |= g0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2637:# asm 1: orl  <g0=int32#7,<f0=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2638:# asm 2: orl  <g0=%ebp,<f0=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2639-orl  %ebp,%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2641-# qhasm:   f1 &= f
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2642:# asm 1: andl <f=int32#1,<f1=int32#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2643:# asm 2: andl <f=%eax,<f1=%edx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2644-andl %eax,%edx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2646-# qhasm:   g1 = g1_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2647:# asm 1: movl <g1_stack=stack32#8,>g1=int32#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2648:# asm 2: movl <g1_stack=28(%esp),>g1=%ebp
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2649-movl 28(%esp),%ebp
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2651-# qhasm:   g1 &= notf
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2652:# asm 1: andl <notf=int32#6,<g1=int32#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2653:# asm 2: andl <notf=%edi,<g1=%ebp
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2654-andl %edi,%ebp
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2656-# qhasm:   f1 |= g1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2657:# asm 1: orl  <g1=int32#7,<f1=int32#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2658:# asm 2: orl  <g1=%ebp,<f1=%edx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2659-orl  %ebp,%edx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2661-# qhasm:   f2 &= f
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2662:# asm 1: andl <f=int32#1,<f2=int32#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2663:# asm 2: andl <f=%eax,<f2=%ebx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2664-andl %eax,%ebx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2666-# qhasm:   g2 = g2_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2667:# asm 1: movl <g2_stack=stack32#9,>g2=int32#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2668:# asm 2: movl <g2_stack=32(%esp),>g2=%ebp
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2669-movl 32(%esp),%ebp
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2671-# qhasm:   g2 &= notf
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2672:# asm 1: andl <notf=int32#6,<g2=int32#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2673:# asm 2: andl <notf=%edi,<g2=%ebp
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2674-andl %edi,%ebp
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2676-# qhasm:   f2 |= g2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2677:# asm 1: orl  <g2=int32#7,<f2=int32#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2678:# asm 2: orl  <g2=%ebp,<f2=%ebx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2679-orl  %ebp,%ebx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2681-# qhasm:   f3 &= f
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2682:# asm 1: andl <f=int32#1,<f3=int32#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2683:# asm 2: andl <f=%eax,<f3=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2684-andl %eax,%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2686-# qhasm:   g3 = g3_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2687:# asm 1: movl <g3_stack=stack32#10,>g3=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2688:# asm 2: movl <g3_stack=36(%esp),>g3=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2689-movl 36(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2691-# qhasm:   g3 &= notf
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2692:# asm 1: andl <notf=int32#6,<g3=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2693:# asm 2: andl <notf=%edi,<g3=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2694-andl %edi,%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2696-# qhasm:   f3 |= g3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2697:# asm 1: orl  <g3=int32#1,<f3=int32#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2698:# asm 2: orl  <g3=%eax,<f3=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2699-orl  %eax,%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2701-# qhasm:   k = k_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2702:# asm 1: movl <k_stack=stack32#6,>k=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2703:# asm 2: movl <k_stack=20(%esp),>k=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2704-movl 20(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2706-# qhasm:   carry? f0 += *(uint32 *) (k + 16)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2707:# asm 1: addl 16(<k=int32#1),<f0=int32#2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2708:# asm 2: addl 16(<k=%eax),<f0=%ecx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2709-addl 16(%eax),%ecx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2711-# qhasm:   carry? f1 += *(uint32 *) (k + 20) + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2712:# asm 1: adcl 20(<k=int32#1),<f1=int32#3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2713:# asm 2: adcl 20(<k=%eax),<f1=%edx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2714-adcl 20(%eax),%edx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2716-# qhasm:   carry? f2 += *(uint32 *) (k + 24) + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2717:# asm 1: adcl 24(<k=int32#1),<f2=int32#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2718:# asm 2: adcl 24(<k=%eax),<f2=%ebx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2719-adcl 24(%eax),%ebx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2721-# qhasm:   carry? f3 += *(uint32 *) (k + 28) + carry
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2722:# asm 1: adcl 28(<k=int32#1),<f3=int32#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2723:# asm 2: adcl 28(<k=%eax),<f3=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2724-adcl 28(%eax),%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2726-# qhasm:   out = out_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2727:# asm 1: movl <out_stack=stack32#7,>out=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2728:# asm 2: movl <out_stack=24(%esp),>out=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2729-movl 24(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2731-# qhasm:   *(uint32 *) (out + 0) = f0
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2732:# asm 1: movl <f0=int32#2,0(<out=int32#1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2733:# asm 2: movl <f0=%ecx,0(<out=%eax)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2734-movl %ecx,0(%eax)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2736-# qhasm:   *(uint32 *) (out + 4) = f1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2737:# asm 1: movl <f1=int32#3,4(<out=int32#1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2738:# asm 2: movl <f1=%edx,4(<out=%eax)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2739-movl %edx,4(%eax)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2741-# qhasm:   *(uint32 *) (out + 8) = f2
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2742:# asm 1: movl <f2=int32#4,8(<out=int32#1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2743:# asm 2: movl <f2=%ebx,8(<out=%eax)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2744-movl %ebx,8(%eax)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2746-# qhasm:   *(uint32 *) (out + 12) = f3
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2747:# asm 1: movl <f3=int32#5,12(<out=int32#1)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2748:# asm 2: movl <f3=%esi,12(<out=%eax)
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2749-movl %esi,12(%eax)
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2751-# qhasm: eax = eax_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2752:# asm 1: movl <eax_stack=stack32#1,>eax=int32#1
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2753:# asm 2: movl <eax_stack=0(%esp),>eax=%eax
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2754-movl 0(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2756-# qhasm: ebx = ebx_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2757:# asm 1: movl <ebx_stack=stack32#2,>ebx=int32#4
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2758:# asm 2: movl <ebx_stack=4(%esp),>ebx=%ebx
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2759-movl 4(%esp),%ebx
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2761-# qhasm: esi = esi_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2762:# asm 1: movl <esi_stack=stack32#3,>esi=int32#5
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2763:# asm 2: movl <esi_stack=8(%esp),>esi=%esi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2764-movl 8(%esp),%esi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2766-# qhasm: edi = edi_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2767:# asm 1: movl <edi_stack=stack32#4,>edi=int32#6
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2768:# asm 2: movl <edi_stack=12(%esp),>edi=%edi
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2769-movl 12(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2771-# qhasm: ebp = ebp_stack
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2772:# asm 1: movl <ebp_stack=stack32#5,>ebp=int32#7
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s:2773:# asm 2: movl <ebp_stack=16(%esp),>ebp=%ebp
curvedns-0.87/nacl/crypto_onetimeauth/poly1305/x86/auth.s-2774-movl 16(%esp),%ebp
##############################################
curvedns-0.87/nacl/crypto_scalarmult/curve25519/donna_c64/smult.c-17- * djb's sample implementation of curve25519 is written in a special assembly
curvedns-0.87/nacl/crypto_scalarmult/curve25519/donna_c64/smult.c:18: * language called qhasm and uses the floating point registers.
curvedns-0.87/nacl/crypto_scalarmult/curve25519/donna_c64/smult.c-19- *
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-112-# qhasm: xmm0 = *(int128 *) (np + 0)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:113:# asm 1: movdqa 0(<np=int64#3),>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:114:# asm 2: movdqa 0(<np=%rdx),>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-115-movdqa 0(%rdx),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-117-# qhasm: nonce_stack = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:118:# asm 1: movdqa <xmm0=int6464#1,>nonce_stack=stack128#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:119:# asm 2: movdqa <xmm0=%xmm0,>nonce_stack=0(%rsp)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-120-movdqa %xmm0,0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-122-# qhasm: np = &nonce_stack
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:123:# asm 1: leaq <nonce_stack=stack128#1,>np=int64#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:124:# asm 2: leaq <nonce_stack=0(%rsp),>np=%rdx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-125-leaq 0(%rsp),%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-130-# qhasm: xmm0 = *(int128 *) (np + 0)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:131:# asm 1: movdqa 0(<np=int64#3),>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:132:# asm 2: movdqa 0(<np=%rdx),>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-133-movdqa 0(%rdx),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-135-# qhasm: xmm1 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:136:# asm 1: movdqa <xmm0=int6464#1,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:137:# asm 2: movdqa <xmm0=%xmm0,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-138-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-140-# qhasm: shuffle bytes of xmm1 by SWAP32
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:141:# asm 1: pshufb SWAP32,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:142:# asm 2: pshufb SWAP32,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-143-pshufb SWAP32,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-145-# qhasm: xmm2 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:146:# asm 1: movdqa <xmm1=int6464#2,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:147:# asm 2: movdqa <xmm1=%xmm1,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-148-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-150-# qhasm: xmm3 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:151:# asm 1: movdqa <xmm1=int6464#2,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:152:# asm 2: movdqa <xmm1=%xmm1,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-153-movdqa %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-155-# qhasm: xmm4 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:156:# asm 1: movdqa <xmm1=int6464#2,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:157:# asm 2: movdqa <xmm1=%xmm1,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-158-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-160-# qhasm: xmm5 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:161:# asm 1: movdqa <xmm1=int6464#2,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:162:# asm 2: movdqa <xmm1=%xmm1,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-163-movdqa %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-165-# qhasm: xmm6 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:166:# asm 1: movdqa <xmm1=int6464#2,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:167:# asm 2: movdqa <xmm1=%xmm1,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-168-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-170-# qhasm: xmm7 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:171:# asm 1: movdqa <xmm1=int6464#2,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:172:# asm 2: movdqa <xmm1=%xmm1,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-173-movdqa %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-175-# qhasm: int32323232 xmm1 += RCTRINC1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:176:# asm 1: paddd  RCTRINC1,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:177:# asm 2: paddd  RCTRINC1,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-178-paddd  RCTRINC1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-180-# qhasm: int32323232 xmm2 += RCTRINC2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:181:# asm 1: paddd  RCTRINC2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:182:# asm 2: paddd  RCTRINC2,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-183-paddd  RCTRINC2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-185-# qhasm: int32323232 xmm3 += RCTRINC3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:186:# asm 1: paddd  RCTRINC3,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:187:# asm 2: paddd  RCTRINC3,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-188-paddd  RCTRINC3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-190-# qhasm: int32323232 xmm4 += RCTRINC4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:191:# asm 1: paddd  RCTRINC4,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:192:# asm 2: paddd  RCTRINC4,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-193-paddd  RCTRINC4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-195-# qhasm: int32323232 xmm5 += RCTRINC5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:196:# asm 1: paddd  RCTRINC5,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:197:# asm 2: paddd  RCTRINC5,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-198-paddd  RCTRINC5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-200-# qhasm: int32323232 xmm6 += RCTRINC6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:201:# asm 1: paddd  RCTRINC6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:202:# asm 2: paddd  RCTRINC6,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-203-paddd  RCTRINC6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-205-# qhasm: int32323232 xmm7 += RCTRINC7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:206:# asm 1: paddd  RCTRINC7,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:207:# asm 2: paddd  RCTRINC7,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-208-paddd  RCTRINC7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-210-# qhasm: shuffle bytes of xmm0 by M0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:211:# asm 1: pshufb M0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:212:# asm 2: pshufb M0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-213-pshufb M0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-215-# qhasm: shuffle bytes of xmm1 by M0SWAP
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:216:# asm 1: pshufb M0SWAP,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:217:# asm 2: pshufb M0SWAP,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-218-pshufb M0SWAP,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-220-# qhasm: shuffle bytes of xmm2 by M0SWAP
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:221:# asm 1: pshufb M0SWAP,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:222:# asm 2: pshufb M0SWAP,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-223-pshufb M0SWAP,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-225-# qhasm: shuffle bytes of xmm3 by M0SWAP
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:226:# asm 1: pshufb M0SWAP,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:227:# asm 2: pshufb M0SWAP,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-228-pshufb M0SWAP,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-230-# qhasm: shuffle bytes of xmm4 by M0SWAP
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:231:# asm 1: pshufb M0SWAP,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:232:# asm 2: pshufb M0SWAP,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-233-pshufb M0SWAP,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-235-# qhasm: shuffle bytes of xmm5 by M0SWAP
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:236:# asm 1: pshufb M0SWAP,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:237:# asm 2: pshufb M0SWAP,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-238-pshufb M0SWAP,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-240-# qhasm: shuffle bytes of xmm6 by M0SWAP
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:241:# asm 1: pshufb M0SWAP,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:242:# asm 2: pshufb M0SWAP,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-243-pshufb M0SWAP,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-245-# qhasm: shuffle bytes of xmm7 by M0SWAP
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:246:# asm 1: pshufb M0SWAP,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:247:# asm 2: pshufb M0SWAP,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-248-pshufb M0SWAP,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-250-# qhasm:     xmm8 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:251:# asm 1: movdqa <xmm6=int6464#7,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:252:# asm 2: movdqa <xmm6=%xmm6,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-253-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-255-# qhasm:     uint6464 xmm8 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:256:# asm 1: psrlq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:257:# asm 2: psrlq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-258-psrlq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-260-# qhasm:     xmm8 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:261:# asm 1: pxor  <xmm7=int6464#8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:262:# asm 2: pxor  <xmm7=%xmm7,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-263-pxor  %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-265-# qhasm:     xmm8 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:266:# asm 1: pand  BS0,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:267:# asm 2: pand  BS0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-268-pand  BS0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-270-# qhasm:     xmm7 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:271:# asm 1: pxor  <xmm8=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:272:# asm 2: pxor  <xmm8=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-273-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-275-# qhasm:     uint6464 xmm8 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:276:# asm 1: psllq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:277:# asm 2: psllq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-278-psllq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-280-# qhasm:     xmm6 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:281:# asm 1: pxor  <xmm8=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:282:# asm 2: pxor  <xmm8=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-283-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-285-# qhasm:     xmm8 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:286:# asm 1: movdqa <xmm4=int6464#5,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:287:# asm 2: movdqa <xmm4=%xmm4,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-288-movdqa %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-290-# qhasm:     uint6464 xmm8 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:291:# asm 1: psrlq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:292:# asm 2: psrlq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-293-psrlq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-295-# qhasm:     xmm8 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:296:# asm 1: pxor  <xmm5=int6464#6,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:297:# asm 2: pxor  <xmm5=%xmm5,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-298-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-300-# qhasm:     xmm8 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:301:# asm 1: pand  BS0,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:302:# asm 2: pand  BS0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-303-pand  BS0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-305-# qhasm:     xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:306:# asm 1: pxor  <xmm8=int6464#9,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:307:# asm 2: pxor  <xmm8=%xmm8,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-308-pxor  %xmm8,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-310-# qhasm:     uint6464 xmm8 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:311:# asm 1: psllq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:312:# asm 2: psllq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-313-psllq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-315-# qhasm:     xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:316:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:317:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-318-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-320-# qhasm:     xmm8 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:321:# asm 1: movdqa <xmm2=int6464#3,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:322:# asm 2: movdqa <xmm2=%xmm2,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-323-movdqa %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-325-# qhasm:     uint6464 xmm8 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:326:# asm 1: psrlq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:327:# asm 2: psrlq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-328-psrlq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-330-# qhasm:     xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:331:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:332:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-333-pxor  %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-335-# qhasm:     xmm8 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:336:# asm 1: pand  BS0,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:337:# asm 2: pand  BS0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-338-pand  BS0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-340-# qhasm:     xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:341:# asm 1: pxor  <xmm8=int6464#9,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:342:# asm 2: pxor  <xmm8=%xmm8,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-343-pxor  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-345-# qhasm:     uint6464 xmm8 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:346:# asm 1: psllq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:347:# asm 2: psllq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-348-psllq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-350-# qhasm:     xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:351:# asm 1: pxor  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:352:# asm 2: pxor  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-353-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-355-# qhasm:     xmm8 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:356:# asm 1: movdqa <xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:357:# asm 2: movdqa <xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-358-movdqa %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-360-# qhasm:     uint6464 xmm8 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:361:# asm 1: psrlq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:362:# asm 2: psrlq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-363-psrlq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-365-# qhasm:     xmm8 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:366:# asm 1: pxor  <xmm1=int6464#2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:367:# asm 2: pxor  <xmm1=%xmm1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-368-pxor  %xmm1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-370-# qhasm:     xmm8 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:371:# asm 1: pand  BS0,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:372:# asm 2: pand  BS0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-373-pand  BS0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-375-# qhasm:     xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:376:# asm 1: pxor  <xmm8=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:377:# asm 2: pxor  <xmm8=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-378-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-380-# qhasm:     uint6464 xmm8 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:381:# asm 1: psllq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:382:# asm 2: psllq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-383-psllq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-385-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:386:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:387:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-388-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-390-# qhasm:     xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:391:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:392:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-393-movdqa %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-395-# qhasm:     uint6464 xmm8 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:396:# asm 1: psrlq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:397:# asm 2: psrlq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-398-psrlq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-400-# qhasm:     xmm8 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:401:# asm 1: pxor  <xmm7=int6464#8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:402:# asm 2: pxor  <xmm7=%xmm7,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-403-pxor  %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-405-# qhasm:     xmm8 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:406:# asm 1: pand  BS1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:407:# asm 2: pand  BS1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-408-pand  BS1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-410-# qhasm:     xmm7 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:411:# asm 1: pxor  <xmm8=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:412:# asm 2: pxor  <xmm8=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-413-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-415-# qhasm:     uint6464 xmm8 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:416:# asm 1: psllq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:417:# asm 2: psllq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-418-psllq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-420-# qhasm:     xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:421:# asm 1: pxor  <xmm8=int6464#9,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:422:# asm 2: pxor  <xmm8=%xmm8,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-423-pxor  %xmm8,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-425-# qhasm:     xmm8 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:426:# asm 1: movdqa <xmm4=int6464#5,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:427:# asm 2: movdqa <xmm4=%xmm4,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-428-movdqa %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-430-# qhasm:     uint6464 xmm8 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:431:# asm 1: psrlq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:432:# asm 2: psrlq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-433-psrlq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-435-# qhasm:     xmm8 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:436:# asm 1: pxor  <xmm6=int6464#7,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:437:# asm 2: pxor  <xmm6=%xmm6,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-438-pxor  %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-440-# qhasm:     xmm8 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:441:# asm 1: pand  BS1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:442:# asm 2: pand  BS1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-443-pand  BS1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-445-# qhasm:     xmm6 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:446:# asm 1: pxor  <xmm8=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:447:# asm 2: pxor  <xmm8=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-448-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-450-# qhasm:     uint6464 xmm8 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:451:# asm 1: psllq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:452:# asm 2: psllq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-453-psllq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-455-# qhasm:     xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:456:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:457:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-458-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-460-# qhasm:     xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:461:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:462:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-463-movdqa %xmm1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-465-# qhasm:     uint6464 xmm8 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:466:# asm 1: psrlq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:467:# asm 2: psrlq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-468-psrlq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-470-# qhasm:     xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:471:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:472:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-473-pxor  %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-475-# qhasm:     xmm8 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:476:# asm 1: pand  BS1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:477:# asm 2: pand  BS1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-478-pand  BS1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-480-# qhasm:     xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:481:# asm 1: pxor  <xmm8=int6464#9,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:482:# asm 2: pxor  <xmm8=%xmm8,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-483-pxor  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-485-# qhasm:     uint6464 xmm8 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:486:# asm 1: psllq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:487:# asm 2: psllq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-488-psllq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-490-# qhasm:     xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:491:# asm 1: pxor  <xmm8=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:492:# asm 2: pxor  <xmm8=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-493-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-495-# qhasm:     xmm8 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:496:# asm 1: movdqa <xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:497:# asm 2: movdqa <xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-498-movdqa %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-500-# qhasm:     uint6464 xmm8 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:501:# asm 1: psrlq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:502:# asm 2: psrlq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-503-psrlq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-505-# qhasm:     xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:506:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:507:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-508-pxor  %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-510-# qhasm:     xmm8 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:511:# asm 1: pand  BS1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:512:# asm 2: pand  BS1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-513-pand  BS1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-515-# qhasm:     xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:516:# asm 1: pxor  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:517:# asm 2: pxor  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-518-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-520-# qhasm:     uint6464 xmm8 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:521:# asm 1: psllq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:522:# asm 2: psllq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-523-psllq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-525-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:526:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:527:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-528-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-530-# qhasm:     xmm8 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:531:# asm 1: movdqa <xmm3=int6464#4,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:532:# asm 2: movdqa <xmm3=%xmm3,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-533-movdqa %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-535-# qhasm:     uint6464 xmm8 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:536:# asm 1: psrlq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:537:# asm 2: psrlq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-538-psrlq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-540-# qhasm:     xmm8 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:541:# asm 1: pxor  <xmm7=int6464#8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:542:# asm 2: pxor  <xmm7=%xmm7,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-543-pxor  %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-545-# qhasm:     xmm8 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:546:# asm 1: pand  BS2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:547:# asm 2: pand  BS2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-548-pand  BS2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-550-# qhasm:     xmm7 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:551:# asm 1: pxor  <xmm8=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:552:# asm 2: pxor  <xmm8=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-553-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-555-# qhasm:     uint6464 xmm8 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:556:# asm 1: psllq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:557:# asm 2: psllq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-558-psllq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-560-# qhasm:     xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:561:# asm 1: pxor  <xmm8=int6464#9,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:562:# asm 2: pxor  <xmm8=%xmm8,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-563-pxor  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-565-# qhasm:     xmm8 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:566:# asm 1: movdqa <xmm2=int6464#3,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:567:# asm 2: movdqa <xmm2=%xmm2,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-568-movdqa %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-570-# qhasm:     uint6464 xmm8 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:571:# asm 1: psrlq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:572:# asm 2: psrlq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-573-psrlq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-575-# qhasm:     xmm8 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:576:# asm 1: pxor  <xmm6=int6464#7,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:577:# asm 2: pxor  <xmm6=%xmm6,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-578-pxor  %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-580-# qhasm:     xmm8 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:581:# asm 1: pand  BS2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:582:# asm 2: pand  BS2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-583-pand  BS2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-585-# qhasm:     xmm6 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:586:# asm 1: pxor  <xmm8=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:587:# asm 2: pxor  <xmm8=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-588-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-590-# qhasm:     uint6464 xmm8 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:591:# asm 1: psllq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:592:# asm 2: psllq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-593-psllq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-595-# qhasm:     xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:596:# asm 1: pxor  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:597:# asm 2: pxor  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-598-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-600-# qhasm:     xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:601:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:602:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-603-movdqa %xmm1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-605-# qhasm:     uint6464 xmm8 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:606:# asm 1: psrlq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:607:# asm 2: psrlq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-608-psrlq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-610-# qhasm:     xmm8 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:611:# asm 1: pxor  <xmm5=int6464#6,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:612:# asm 2: pxor  <xmm5=%xmm5,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-613-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-615-# qhasm:     xmm8 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:616:# asm 1: pand  BS2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:617:# asm 2: pand  BS2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-618-pand  BS2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-620-# qhasm:     xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:621:# asm 1: pxor  <xmm8=int6464#9,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:622:# asm 2: pxor  <xmm8=%xmm8,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-623-pxor  %xmm8,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-625-# qhasm:     uint6464 xmm8 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:626:# asm 1: psllq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:627:# asm 2: psllq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-628-psllq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-630-# qhasm:     xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:631:# asm 1: pxor  <xmm8=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:632:# asm 2: pxor  <xmm8=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-633-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-635-# qhasm:     xmm8 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:636:# asm 1: movdqa <xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:637:# asm 2: movdqa <xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-638-movdqa %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-640-# qhasm:     uint6464 xmm8 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:641:# asm 1: psrlq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:642:# asm 2: psrlq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-643-psrlq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-645-# qhasm:     xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:646:# asm 1: pxor  <xmm4=int6464#5,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:647:# asm 2: pxor  <xmm4=%xmm4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-648-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-650-# qhasm:     xmm8 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:651:# asm 1: pand  BS2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:652:# asm 2: pand  BS2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-653-pand  BS2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-655-# qhasm:     xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:656:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:657:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-658-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-660-# qhasm:     uint6464 xmm8 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:661:# asm 1: psllq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:662:# asm 2: psllq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-663-psllq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-665-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:666:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:667:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-668-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-670-# qhasm:     xmm0 ^= *(int128 *)(c + 0)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:671:# asm 1: pxor 0(<c=int64#4),<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:672:# asm 2: pxor 0(<c=%rcx),<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-673-pxor 0(%rcx),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-675-# qhasm:     shuffle bytes of xmm0 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:676:# asm 1: pshufb SR,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:677:# asm 2: pshufb SR,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-678-pshufb SR,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-680-# qhasm:     xmm1 ^= *(int128 *)(c + 16)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:681:# asm 1: pxor 16(<c=int64#4),<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:682:# asm 2: pxor 16(<c=%rcx),<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-683-pxor 16(%rcx),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-685-# qhasm:     shuffle bytes of xmm1 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:686:# asm 1: pshufb SR,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:687:# asm 2: pshufb SR,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-688-pshufb SR,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-690-# qhasm:     xmm2 ^= *(int128 *)(c + 32)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:691:# asm 1: pxor 32(<c=int64#4),<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:692:# asm 2: pxor 32(<c=%rcx),<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-693-pxor 32(%rcx),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-695-# qhasm:     shuffle bytes of xmm2 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:696:# asm 1: pshufb SR,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:697:# asm 2: pshufb SR,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-698-pshufb SR,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-700-# qhasm:     xmm3 ^= *(int128 *)(c + 48)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:701:# asm 1: pxor 48(<c=int64#4),<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:702:# asm 2: pxor 48(<c=%rcx),<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-703-pxor 48(%rcx),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-705-# qhasm:     shuffle bytes of xmm3 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:706:# asm 1: pshufb SR,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:707:# asm 2: pshufb SR,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-708-pshufb SR,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-710-# qhasm:     xmm4 ^= *(int128 *)(c + 64)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:711:# asm 1: pxor 64(<c=int64#4),<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:712:# asm 2: pxor 64(<c=%rcx),<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-713-pxor 64(%rcx),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-715-# qhasm:     shuffle bytes of xmm4 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:716:# asm 1: pshufb SR,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:717:# asm 2: pshufb SR,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-718-pshufb SR,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-720-# qhasm:     xmm5 ^= *(int128 *)(c + 80)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:721:# asm 1: pxor 80(<c=int64#4),<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:722:# asm 2: pxor 80(<c=%rcx),<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-723-pxor 80(%rcx),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-725-# qhasm:     shuffle bytes of xmm5 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:726:# asm 1: pshufb SR,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:727:# asm 2: pshufb SR,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-728-pshufb SR,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-730-# qhasm:     xmm6 ^= *(int128 *)(c + 96)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:731:# asm 1: pxor 96(<c=int64#4),<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:732:# asm 2: pxor 96(<c=%rcx),<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-733-pxor 96(%rcx),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-735-# qhasm:     shuffle bytes of xmm6 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:736:# asm 1: pshufb SR,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:737:# asm 2: pshufb SR,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-738-pshufb SR,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-740-# qhasm:     xmm7 ^= *(int128 *)(c + 112)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:741:# asm 1: pxor 112(<c=int64#4),<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:742:# asm 2: pxor 112(<c=%rcx),<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-743-pxor 112(%rcx),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-745-# qhasm:     shuffle bytes of xmm7 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:746:# asm 1: pshufb SR,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:747:# asm 2: pshufb SR,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-748-pshufb SR,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-750-# qhasm:       xmm5 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:751:# asm 1: pxor  <xmm6=int6464#7,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:752:# asm 2: pxor  <xmm6=%xmm6,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-753-pxor  %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-755-# qhasm:       xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:756:# asm 1: pxor  <xmm1=int6464#2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:757:# asm 2: pxor  <xmm1=%xmm1,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-758-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-760-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:761:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:762:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-763-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-765-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:766:# asm 1: pxor  <xmm2=int6464#3,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:767:# asm 2: pxor  <xmm2=%xmm2,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-768-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-770-# qhasm:       xmm3 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:771:# asm 1: pxor  <xmm0=int6464#1,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:772:# asm 2: pxor  <xmm0=%xmm0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-773-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-775-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:776:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:777:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-778-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-780-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:781:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:782:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-783-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-785-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:786:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:787:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-788-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-790-# qhasm:       xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:791:# asm 1: pxor  <xmm5=int6464#6,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:792:# asm 2: pxor  <xmm5=%xmm5,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-793-pxor  %xmm5,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-795-# qhasm:       xmm3 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:796:# asm 1: pxor  <xmm1=int6464#2,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:797:# asm 2: pxor  <xmm1=%xmm1,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-798-pxor  %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-800-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:801:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:802:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-803-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-805-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:806:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:807:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-808-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-810-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:811:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:812:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-813-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-815-# qhasm:       xmm11 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:816:# asm 1: movdqa <xmm7=int6464#8,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:817:# asm 2: movdqa <xmm7=%xmm7,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-818-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-820-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:821:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:822:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-823-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-825-# qhasm:       xmm9 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:826:# asm 1: movdqa <xmm5=int6464#6,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:827:# asm 2: movdqa <xmm5=%xmm5,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-828-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-830-# qhasm:       xmm13 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:831:# asm 1: movdqa <xmm2=int6464#3,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:832:# asm 2: movdqa <xmm2=%xmm2,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-833-movdqa %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-835-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:836:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:837:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-838-movdqa %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-840-# qhasm:       xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:841:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:842:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-843-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-845-# qhasm:       xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:846:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:847:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-848-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-850-# qhasm:       xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:851:# asm 1: pxor  <xmm3=int6464#4,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:852:# asm 2: pxor  <xmm3=%xmm3,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-853-pxor  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-855-# qhasm:       xmm13 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:856:# asm 1: pxor  <xmm4=int6464#5,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:857:# asm 2: pxor  <xmm4=%xmm4,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-858-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-860-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:861:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:862:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-863-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-865-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:866:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:867:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-868-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-870-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:871:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:872:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-873-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-875-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:876:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:877:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-878-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-880-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:881:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:882:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-883-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-885-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:886:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:887:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-888-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-890-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:891:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:892:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-893-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-895-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:896:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:897:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-898-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-900-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:901:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:902:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-903-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-905-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:906:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:907:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-908-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-910-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:911:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:912:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-913-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-915-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:916:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:917:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-918-movdqa %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-920-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:921:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:922:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-923-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-925-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:926:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:927:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-928-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-930-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:931:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:932:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-933-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-935-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:936:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:937:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-938-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-940-# qhasm:       xmm13 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:941:# asm 1: movdqa <xmm7=int6464#8,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:942:# asm 2: movdqa <xmm7=%xmm7,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-943-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-945-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:946:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:947:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-948-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-950-# qhasm:       xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:951:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:952:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-953-movdqa %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-955-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:956:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:957:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-958-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-960-# qhasm:       xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:961:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:962:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-963-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-965-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:966:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:967:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-968-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-970-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:971:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:972:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-973-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-975-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:976:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:977:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-978-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-980-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:981:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:982:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-983-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-985-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:986:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:987:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-988-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-990-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:991:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:992:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-993-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-995-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:996:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:997:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-998-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1000-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1001:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1002:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1003-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1005-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1006:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1007:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1008-movdqa %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1010-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1011:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1012:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1013-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1015-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1016:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1017:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1018-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1020-# qhasm:       xmm15 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1021:# asm 1: movdqa <xmm7=int6464#8,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1022:# asm 2: movdqa <xmm7=%xmm7,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1023-movdqa %xmm7,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1025-# qhasm:       xmm12 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1026:# asm 1: pand  <xmm3=int6464#4,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1027:# asm 2: pand  <xmm3=%xmm3,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1028-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1030-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1031:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1032:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1033-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1035-# qhasm:       xmm14 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1036:# asm 1: pand  <xmm5=int6464#6,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1037:# asm 2: pand  <xmm5=%xmm5,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1038-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1040-# qhasm:       xmm15 |= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1041:# asm 1: por   <xmm6=int6464#7,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1042:# asm 2: por   <xmm6=%xmm6,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1043-por   %xmm6,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1045-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1046:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1047:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1048-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1050-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1051:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1052:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1053-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1055-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1056:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1057:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1058-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1060-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1061:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1062:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1063-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1065-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1066:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1067:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1068-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1070-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1071:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1072:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1073-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1075-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1076:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1077:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1078-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1080-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1081:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1082:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1083-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1085-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1086:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1087:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1088-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1090-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1091:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1092:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1093-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1095-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1096:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1097:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1098-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1100-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1101:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1102:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1103-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1105-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1106:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1107:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1108-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1110-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1111:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1112:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1113-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1115-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1116:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1117:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1118-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1120-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1121:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1122:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1123-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1125-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1126:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1127:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1128-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1130-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1131:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1132:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1133-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1135-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1136:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1137:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1138-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1140-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1141:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1142:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1143-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1145-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1146:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1147:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1148-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1150-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1151:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1152:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1153-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1155-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1156:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1157:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1158-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1160-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1161:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1162:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1163-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1165-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1166:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1167:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1168-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1170-# qhasm:         xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1171:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1172:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1173-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1175-# qhasm:         xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1176:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1177:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1178-movdqa %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1180-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1181:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1182:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1183-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1185-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1186:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1187:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1188-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1190-# qhasm:           xmm10 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1191:# asm 1: pand  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1192:# asm 2: pand  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1193-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1195-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1196:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1197:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1198-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1200-# qhasm:           xmm6 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1201:# asm 1: pand  <xmm14=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1202:# asm 2: pand  <xmm14=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1203-pand  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1205-# qhasm:           xmm5 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1206:# asm 1: pand  <xmm15=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1207:# asm 2: pand  <xmm15=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1208-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1210-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1211:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1212:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1213-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1215-# qhasm:           xmm5 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1216:# asm 1: pxor  <xmm10=int6464#11,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1217:# asm 2: pxor  <xmm10=%xmm10,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1218-pxor  %xmm10,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1220-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1221:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1222:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1223-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1225-# qhasm:         xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1226:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1227:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1228-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1230-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1231:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1232:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1233-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1235-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1236:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1237:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1238-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1240-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1241:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1242:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1243-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1245-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1246:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1247:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1248-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1250-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1251:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1252:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1253-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1255-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1256:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1257:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1258-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1260-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1261:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1262:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1263-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1265-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1266:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1267:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1268-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1270-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1271:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1272:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1273-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1275-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1276:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1277:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1278-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1280-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1281:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1282:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1283-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1285-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1286:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1287:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1288-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1290-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1291:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1292:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1293-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1295-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1296:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1297:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1298-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1300-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1301:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1302:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1303-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1305-# qhasm:           xmm3 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1306:# asm 1: pand  <xmm13=int6464#16,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1307:# asm 2: pand  <xmm13=%xmm15,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1308-pand  %xmm15,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1310-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1311:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1312:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1313-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1315-# qhasm:           xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1316:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1317:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1318-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1320-# qhasm:         xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1321:# asm 1: pxor  <xmm12=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1322:# asm 2: pxor  <xmm12=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1323-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1325-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1326:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1327:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1328-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1330-# qhasm:         xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1331:# asm 1: pxor  <xmm8=int6464#10,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1332:# asm 2: pxor  <xmm8=%xmm9,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1333-pxor  %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1335-# qhasm:         xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1336:# asm 1: pxor  <xmm8=int6464#10,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1337:# asm 2: pxor  <xmm8=%xmm9,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1338-pxor  %xmm9,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1340-# qhasm:         xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1341:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1342:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1343-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1345-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1346:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1347:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1348-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1350-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1351:# asm 1: pxor  <xmm4=int6464#5,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1352:# asm 2: pxor  <xmm4=%xmm4,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1353-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1355-# qhasm:         xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1356:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1357:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1358-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1360-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1361:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1362:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1363-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1365-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1366:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1367:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1368-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1370-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1371:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1372:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1373-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1375-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1376:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1377:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1378-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1380-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1381:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1382:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1383-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1385-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1386:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1387:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1388-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1390-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1391:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1392:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1393-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1395-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1396:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1397:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1398-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1400-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1401:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1402:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1403-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1405-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1406:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1407:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1408-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1410-# qhasm:           xmm10 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1411:# asm 1: pand  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1412:# asm 2: pand  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1413-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1415-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1416:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1417:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1418-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1420-# qhasm:           xmm4 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1421:# asm 1: pand  <xmm9=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1422:# asm 2: pand  <xmm9=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1423-pand  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1425-# qhasm:           xmm2 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1426:# asm 1: pand  <xmm13=int6464#16,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1427:# asm 2: pand  <xmm13=%xmm15,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1428-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1430-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1431:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1432:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1433-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1435-# qhasm:           xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1436:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1437:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1438-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1440-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1441:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1442:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1443-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1445-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1446:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1447:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1448-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1450-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1451:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1452:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1453-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1455-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1456:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1457:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1458-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1460-# qhasm:           xmm11 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1461:# asm 1: pand  <xmm7=int6464#8,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1462:# asm 2: pand  <xmm7=%xmm7,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1463-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1465-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1466:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1467:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1468-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1470-# qhasm:           xmm7 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1471:# asm 1: pand  <xmm14=int6464#12,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1472:# asm 2: pand  <xmm14=%xmm11,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1473-pand  %xmm11,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1475-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1476:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1477:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1478-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1480-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1481:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1482:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1483-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1485-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1486:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1487:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1488-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1490-# qhasm:         xmm7 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1491:# asm 1: pxor  <xmm12=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1492:# asm 2: pxor  <xmm12=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1493-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1495-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1496:# asm 1: pxor  <xmm12=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1497:# asm 2: pxor  <xmm12=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1498-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1500-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1501:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1502:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1503-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1505-# qhasm:         xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1506:# asm 1: pxor  <xmm8=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1507:# asm 2: pxor  <xmm8=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1508-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1510-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1511:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1512:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1513-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1515-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1516:# asm 1: pxor  <xmm6=int6464#7,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1517:# asm 2: pxor  <xmm6=%xmm6,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1518-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1520-# qhasm:       xmm4 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1521:# asm 1: pxor  <xmm7=int6464#8,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1522:# asm 2: pxor  <xmm7=%xmm7,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1523-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1525-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1526:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1527:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1528-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1530-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1531:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1532:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1533-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1535-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1536:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1537:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1538-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1540-# qhasm:       xmm5 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1541:# asm 1: pxor  <xmm2=int6464#3,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1542:# asm 2: pxor  <xmm2=%xmm2,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1543-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1545-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1546:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1547:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1548-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1550-# qhasm:       xmm2 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1551:# asm 1: pxor  <xmm3=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1552:# asm 2: pxor  <xmm3=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1553-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1555-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1556:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1557:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1558-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1560-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1561:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1562:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1563-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1565-# qhasm:     xmm8 = shuffle dwords of xmm0 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1566:# asm 1: pshufd $0x93,<xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1567:# asm 2: pshufd $0x93,<xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1568-pshufd $0x93,%xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1570-# qhasm:     xmm9 = shuffle dwords of xmm1 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1571:# asm 1: pshufd $0x93,<xmm1=int6464#2,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1572:# asm 2: pshufd $0x93,<xmm1=%xmm1,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1573-pshufd $0x93,%xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1575-# qhasm:     xmm10 = shuffle dwords of xmm4 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1576:# asm 1: pshufd $0x93,<xmm4=int6464#5,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1577:# asm 2: pshufd $0x93,<xmm4=%xmm4,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1578-pshufd $0x93,%xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1580-# qhasm:     xmm11 = shuffle dwords of xmm6 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1581:# asm 1: pshufd $0x93,<xmm6=int6464#7,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1582:# asm 2: pshufd $0x93,<xmm6=%xmm6,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1583-pshufd $0x93,%xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1585-# qhasm:     xmm12 = shuffle dwords of xmm3 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1586:# asm 1: pshufd $0x93,<xmm3=int6464#4,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1587:# asm 2: pshufd $0x93,<xmm3=%xmm3,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1588-pshufd $0x93,%xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1590-# qhasm:     xmm13 = shuffle dwords of xmm7 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1591:# asm 1: pshufd $0x93,<xmm7=int6464#8,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1592:# asm 2: pshufd $0x93,<xmm7=%xmm7,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1593-pshufd $0x93,%xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1595-# qhasm:     xmm14 = shuffle dwords of xmm2 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1596:# asm 1: pshufd $0x93,<xmm2=int6464#3,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1597:# asm 2: pshufd $0x93,<xmm2=%xmm2,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1598-pshufd $0x93,%xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1600-# qhasm:     xmm15 = shuffle dwords of xmm5 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1601:# asm 1: pshufd $0x93,<xmm5=int6464#6,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1602:# asm 2: pshufd $0x93,<xmm5=%xmm5,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1603-pshufd $0x93,%xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1605-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1606:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1607:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1608-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1610-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1611:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1612:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1613-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1615-# qhasm:     xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1616:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1617:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1618-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1620-# qhasm:     xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1621:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1622:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1623-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1625-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1626:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1627:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1628-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1630-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1631:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1632:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1633-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1635-# qhasm:     xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1636:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1637:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1638-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1640-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1641:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1642:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1643-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1645-# qhasm:     xmm8 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1646:# asm 1: pxor  <xmm5=int6464#6,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1647:# asm 2: pxor  <xmm5=%xmm5,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1648-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1650-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1651:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1652:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1653-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1655-# qhasm:     xmm10 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1656:# asm 1: pxor  <xmm1=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1657:# asm 2: pxor  <xmm1=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1658-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1660-# qhasm:     xmm9 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1661:# asm 1: pxor  <xmm5=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1662:# asm 2: pxor  <xmm5=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1663-pxor  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1665-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1666:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1667:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1668-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1670-# qhasm:     xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1671:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1672:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1673-pxor  %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1675-# qhasm:     xmm13 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1676:# asm 1: pxor  <xmm3=int6464#4,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1677:# asm 2: pxor  <xmm3=%xmm3,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1678-pxor  %xmm3,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1680-# qhasm:     xmm11 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1681:# asm 1: pxor  <xmm5=int6464#6,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1682:# asm 2: pxor  <xmm5=%xmm5,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1683-pxor  %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1685-# qhasm:     xmm14 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1686:# asm 1: pxor  <xmm7=int6464#8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1687:# asm 2: pxor  <xmm7=%xmm7,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1688-pxor  %xmm7,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1690-# qhasm:     xmm15 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1691:# asm 1: pxor  <xmm2=int6464#3,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1692:# asm 2: pxor  <xmm2=%xmm2,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1693-pxor  %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1695-# qhasm:     xmm12 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1696:# asm 1: pxor  <xmm5=int6464#6,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1697:# asm 2: pxor  <xmm5=%xmm5,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1698-pxor  %xmm5,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1700-# qhasm:     xmm0 = shuffle dwords of xmm0 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1701:# asm 1: pshufd $0x4E,<xmm0=int6464#1,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1702:# asm 2: pshufd $0x4E,<xmm0=%xmm0,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1703-pshufd $0x4E,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1705-# qhasm:     xmm1 = shuffle dwords of xmm1 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1706:# asm 1: pshufd $0x4E,<xmm1=int6464#2,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1707:# asm 2: pshufd $0x4E,<xmm1=%xmm1,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1708-pshufd $0x4E,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1710-# qhasm:     xmm4 = shuffle dwords of xmm4 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1711:# asm 1: pshufd $0x4E,<xmm4=int6464#5,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1712:# asm 2: pshufd $0x4E,<xmm4=%xmm4,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1713-pshufd $0x4E,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1715-# qhasm:     xmm6 = shuffle dwords of xmm6 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1716:# asm 1: pshufd $0x4E,<xmm6=int6464#7,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1717:# asm 2: pshufd $0x4E,<xmm6=%xmm6,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1718-pshufd $0x4E,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1720-# qhasm:     xmm3 = shuffle dwords of xmm3 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1721:# asm 1: pshufd $0x4E,<xmm3=int6464#4,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1722:# asm 2: pshufd $0x4E,<xmm3=%xmm3,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1723-pshufd $0x4E,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1725-# qhasm:     xmm7 = shuffle dwords of xmm7 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1726:# asm 1: pshufd $0x4E,<xmm7=int6464#8,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1727:# asm 2: pshufd $0x4E,<xmm7=%xmm7,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1728-pshufd $0x4E,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1730-# qhasm:     xmm2 = shuffle dwords of xmm2 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1731:# asm 1: pshufd $0x4E,<xmm2=int6464#3,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1732:# asm 2: pshufd $0x4E,<xmm2=%xmm2,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1733-pshufd $0x4E,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1735-# qhasm:     xmm5 = shuffle dwords of xmm5 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1736:# asm 1: pshufd $0x4E,<xmm5=int6464#6,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1737:# asm 2: pshufd $0x4E,<xmm5=%xmm5,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1738-pshufd $0x4E,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1740-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1741:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1742:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1743-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1745-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1746:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1747:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1748-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1750-# qhasm:     xmm10 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1751:# asm 1: pxor  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1752:# asm 2: pxor  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1753-pxor  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1755-# qhasm:     xmm11 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1756:# asm 1: pxor  <xmm6=int6464#7,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1757:# asm 2: pxor  <xmm6=%xmm6,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1758-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1760-# qhasm:     xmm12 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1761:# asm 1: pxor  <xmm3=int6464#4,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1762:# asm 2: pxor  <xmm3=%xmm3,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1763-pxor  %xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1765-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1766:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1767:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1768-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1770-# qhasm:     xmm14 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1771:# asm 1: pxor  <xmm2=int6464#3,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1772:# asm 2: pxor  <xmm2=%xmm2,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1773-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1775-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1776:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1777:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1778-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1780-# qhasm:     xmm8 ^= *(int128 *)(c + 128)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1781:# asm 1: pxor 128(<c=int64#4),<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1782:# asm 2: pxor 128(<c=%rcx),<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1783-pxor 128(%rcx),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1785-# qhasm:     shuffle bytes of xmm8 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1786:# asm 1: pshufb SR,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1787:# asm 2: pshufb SR,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1788-pshufb SR,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1790-# qhasm:     xmm9 ^= *(int128 *)(c + 144)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1791:# asm 1: pxor 144(<c=int64#4),<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1792:# asm 2: pxor 144(<c=%rcx),<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1793-pxor 144(%rcx),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1795-# qhasm:     shuffle bytes of xmm9 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1796:# asm 1: pshufb SR,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1797:# asm 2: pshufb SR,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1798-pshufb SR,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1800-# qhasm:     xmm10 ^= *(int128 *)(c + 160)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1801:# asm 1: pxor 160(<c=int64#4),<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1802:# asm 2: pxor 160(<c=%rcx),<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1803-pxor 160(%rcx),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1805-# qhasm:     shuffle bytes of xmm10 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1806:# asm 1: pshufb SR,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1807:# asm 2: pshufb SR,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1808-pshufb SR,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1810-# qhasm:     xmm11 ^= *(int128 *)(c + 176)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1811:# asm 1: pxor 176(<c=int64#4),<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1812:# asm 2: pxor 176(<c=%rcx),<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1813-pxor 176(%rcx),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1815-# qhasm:     shuffle bytes of xmm11 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1816:# asm 1: pshufb SR,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1817:# asm 2: pshufb SR,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1818-pshufb SR,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1820-# qhasm:     xmm12 ^= *(int128 *)(c + 192)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1821:# asm 1: pxor 192(<c=int64#4),<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1822:# asm 2: pxor 192(<c=%rcx),<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1823-pxor 192(%rcx),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1825-# qhasm:     shuffle bytes of xmm12 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1826:# asm 1: pshufb SR,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1827:# asm 2: pshufb SR,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1828-pshufb SR,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1830-# qhasm:     xmm13 ^= *(int128 *)(c + 208)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1831:# asm 1: pxor 208(<c=int64#4),<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1832:# asm 2: pxor 208(<c=%rcx),<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1833-pxor 208(%rcx),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1835-# qhasm:     shuffle bytes of xmm13 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1836:# asm 1: pshufb SR,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1837:# asm 2: pshufb SR,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1838-pshufb SR,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1840-# qhasm:     xmm14 ^= *(int128 *)(c + 224)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1841:# asm 1: pxor 224(<c=int64#4),<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1842:# asm 2: pxor 224(<c=%rcx),<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1843-pxor 224(%rcx),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1845-# qhasm:     shuffle bytes of xmm14 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1846:# asm 1: pshufb SR,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1847:# asm 2: pshufb SR,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1848-pshufb SR,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1850-# qhasm:     xmm15 ^= *(int128 *)(c + 240)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1851:# asm 1: pxor 240(<c=int64#4),<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1852:# asm 2: pxor 240(<c=%rcx),<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1853-pxor 240(%rcx),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1855-# qhasm:     shuffle bytes of xmm15 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1856:# asm 1: pshufb SR,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1857:# asm 2: pshufb SR,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1858-pshufb SR,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1860-# qhasm:       xmm13 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1861:# asm 1: pxor  <xmm14=int6464#15,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1862:# asm 2: pxor  <xmm14=%xmm14,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1863-pxor  %xmm14,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1865-# qhasm:       xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1866:# asm 1: pxor  <xmm9=int6464#10,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1867:# asm 2: pxor  <xmm9=%xmm9,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1868-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1870-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1871:# asm 1: pxor  <xmm8=int6464#9,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1872:# asm 2: pxor  <xmm8=%xmm8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1873-pxor  %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1875-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1876:# asm 1: pxor  <xmm10=int6464#11,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1877:# asm 2: pxor  <xmm10=%xmm10,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1878-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1880-# qhasm:       xmm11 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1881:# asm 1: pxor  <xmm8=int6464#9,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1882:# asm 2: pxor  <xmm8=%xmm8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1883-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1885-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1886:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1887:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1888-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1890-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1891:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1892:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1893-pxor  %xmm15,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1895-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1896:# asm 1: pxor  <xmm12=int6464#13,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1897:# asm 2: pxor  <xmm12=%xmm12,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1898-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1900-# qhasm:       xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1901:# asm 1: pxor  <xmm13=int6464#14,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1902:# asm 2: pxor  <xmm13=%xmm13,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1903-pxor  %xmm13,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1905-# qhasm:       xmm11 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1906:# asm 1: pxor  <xmm9=int6464#10,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1907:# asm 2: pxor  <xmm9=%xmm9,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1908-pxor  %xmm9,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1910-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1911:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1912:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1913-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1915-# qhasm:       xmm10 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1916:# asm 1: pxor  <xmm15=int6464#16,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1917:# asm 2: pxor  <xmm15=%xmm15,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1918-pxor  %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1920-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1921:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1922:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1923-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1925-# qhasm:       xmm3 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1926:# asm 1: movdqa <xmm15=int6464#16,>xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1927:# asm 2: movdqa <xmm15=%xmm15,>xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1928-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1930-# qhasm:       xmm2 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1931:# asm 1: movdqa <xmm9=int6464#10,>xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1932:# asm 2: movdqa <xmm9=%xmm9,>xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1933-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1935-# qhasm:       xmm1 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1936:# asm 1: movdqa <xmm13=int6464#14,>xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1937:# asm 2: movdqa <xmm13=%xmm13,>xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1938-movdqa %xmm13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1940-# qhasm:       xmm5 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1941:# asm 1: movdqa <xmm10=int6464#11,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1942:# asm 2: movdqa <xmm10=%xmm10,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1943-movdqa %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1945-# qhasm:       xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1946:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1947:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1948-movdqa %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1950-# qhasm:       xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1951:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1952:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1953-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1955-# qhasm:       xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1956:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1957:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1958-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1960-# qhasm:       xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1961:# asm 1: pxor  <xmm11=int6464#12,<xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1962:# asm 2: pxor  <xmm11=%xmm11,<xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1963-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1965-# qhasm:       xmm5 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1966:# asm 1: pxor  <xmm12=int6464#13,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1967:# asm 2: pxor  <xmm12=%xmm12,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1968-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1970-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1971:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1972:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1973-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1975-# qhasm:       xmm6 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1976:# asm 1: movdqa <xmm3=int6464#1,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1977:# asm 2: movdqa <xmm3=%xmm0,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1978-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1980-# qhasm:       xmm0 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1981:# asm 1: movdqa <xmm2=int6464#2,>xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1982:# asm 2: movdqa <xmm2=%xmm1,>xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1983-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1985-# qhasm:       xmm7 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1986:# asm 1: movdqa <xmm3=int6464#1,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1987:# asm 2: movdqa <xmm3=%xmm0,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1988-movdqa %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1990-# qhasm:       xmm2 |= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1991:# asm 1: por   <xmm1=int6464#3,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1992:# asm 2: por   <xmm1=%xmm2,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1993-por   %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1995-# qhasm:       xmm3 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1996:# asm 1: por   <xmm4=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:1997:# asm 2: por   <xmm4=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-1998-por   %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2000-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2001:# asm 1: pxor  <xmm0=int6464#7,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2002:# asm 2: pxor  <xmm0=%xmm6,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2003-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2005-# qhasm:       xmm6 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2006:# asm 1: pand  <xmm4=int6464#5,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2007:# asm 2: pand  <xmm4=%xmm4,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2008-pand  %xmm4,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2010-# qhasm:       xmm0 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2011:# asm 1: pand  <xmm1=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2012:# asm 2: pand  <xmm1=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2013-pand  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2015-# qhasm:       xmm4 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2016:# asm 1: pxor  <xmm1=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2017:# asm 2: pxor  <xmm1=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2018-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2020-# qhasm:       xmm7 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2021:# asm 1: pand  <xmm4=int6464#5,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2022:# asm 2: pand  <xmm4=%xmm4,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2023-pand  %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2025-# qhasm:       xmm4 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2026:# asm 1: movdqa <xmm11=int6464#12,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2027:# asm 2: movdqa <xmm11=%xmm11,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2028-movdqa %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2030-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2031:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2032:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2033-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2035-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2036:# asm 1: pand  <xmm4=int6464#3,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2037:# asm 2: pand  <xmm4=%xmm2,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2038-pand  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2040-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2041:# asm 1: pxor  <xmm5=int6464#4,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2042:# asm 2: pxor  <xmm5=%xmm3,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2043-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2045-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2046:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2047:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2048-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2050-# qhasm:       xmm5 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2051:# asm 1: movdqa <xmm15=int6464#16,>xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2052:# asm 2: movdqa <xmm15=%xmm15,>xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2053-movdqa %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2055-# qhasm:       xmm5 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2056:# asm 1: pxor  <xmm9=int6464#10,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2057:# asm 2: pxor  <xmm9=%xmm9,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2058-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2060-# qhasm:       xmm4 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2061:# asm 1: movdqa <xmm13=int6464#14,>xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2062:# asm 2: movdqa <xmm13=%xmm13,>xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2063-movdqa %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2065-# qhasm:       xmm1 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2066:# asm 1: movdqa <xmm5=int6464#3,>xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2067:# asm 2: movdqa <xmm5=%xmm2,>xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2068-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2070-# qhasm:       xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2071:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2072:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2073-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2075-# qhasm:       xmm1 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2076:# asm 1: por   <xmm4=int6464#4,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2077:# asm 2: por   <xmm4=%xmm3,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2078-por   %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2080-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2081:# asm 1: pand  <xmm4=int6464#4,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2082:# asm 2: pand  <xmm4=%xmm3,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2083-pand  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2085-# qhasm:       xmm0 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2086:# asm 1: pxor  <xmm5=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2087:# asm 2: pxor  <xmm5=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2088-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2090-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2091:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2092:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2093-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2095-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2096:# asm 1: pxor  <xmm6=int6464#6,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2097:# asm 2: pxor  <xmm6=%xmm5,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2098-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2100-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2101:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2102:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2103-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2105-# qhasm:       xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2106:# asm 1: pxor  <xmm6=int6464#6,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2107:# asm 2: pxor  <xmm6=%xmm5,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2108-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2110-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2111:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2112:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2113-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2115-# qhasm:       xmm4 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2116:# asm 1: movdqa <xmm10=int6464#11,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2117:# asm 2: movdqa <xmm10=%xmm10,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2118-movdqa %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2120-# qhasm:       xmm5 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2121:# asm 1: movdqa <xmm12=int6464#13,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2122:# asm 2: movdqa <xmm12=%xmm12,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2123-movdqa %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2125-# qhasm:       xmm6 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2126:# asm 1: movdqa <xmm9=int6464#10,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2127:# asm 2: movdqa <xmm9=%xmm9,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2128-movdqa %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2130-# qhasm:       xmm7 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2131:# asm 1: movdqa <xmm15=int6464#16,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2132:# asm 2: movdqa <xmm15=%xmm15,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2133-movdqa %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2135-# qhasm:       xmm4 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2136:# asm 1: pand  <xmm11=int6464#12,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2137:# asm 2: pand  <xmm11=%xmm11,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2138-pand  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2140-# qhasm:       xmm5 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2141:# asm 1: pand  <xmm8=int6464#9,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2142:# asm 2: pand  <xmm8=%xmm8,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2143-pand  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2145-# qhasm:       xmm6 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2146:# asm 1: pand  <xmm13=int6464#14,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2147:# asm 2: pand  <xmm13=%xmm13,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2148-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2150-# qhasm:       xmm7 |= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2151:# asm 1: por   <xmm14=int6464#15,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2152:# asm 2: por   <xmm14=%xmm14,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2153-por   %xmm14,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2155-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2156:# asm 1: pxor  <xmm4=int6464#3,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2157:# asm 2: pxor  <xmm4=%xmm2,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2158-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2160-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2161:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2162:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2163-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2165-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2166:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2167:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2168-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2170-# qhasm:       xmm0 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2171:# asm 1: pxor  <xmm7=int6464#8,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2172:# asm 2: pxor  <xmm7=%xmm7,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2173-pxor  %xmm7,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2175-# qhasm:       xmm4 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2176:# asm 1: movdqa <xmm3=int6464#1,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2177:# asm 2: movdqa <xmm3=%xmm0,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2178-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2180-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2181:# asm 1: pxor  <xmm2=int6464#2,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2182:# asm 2: pxor  <xmm2=%xmm1,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2183-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2185-# qhasm:       xmm3 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2186:# asm 1: pand  <xmm1=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2187:# asm 2: pand  <xmm1=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2188-pand  %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2190-# qhasm:       xmm6 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2191:# asm 1: movdqa <xmm0=int6464#7,>xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2192:# asm 2: movdqa <xmm0=%xmm6,>xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2193-movdqa %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2195-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2196:# asm 1: pxor  <xmm3=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2197:# asm 2: pxor  <xmm3=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2198-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2200-# qhasm:       xmm7 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2201:# asm 1: movdqa <xmm4=int6464#3,>xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2202:# asm 2: movdqa <xmm4=%xmm2,>xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2203-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2205-# qhasm:       xmm7 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2206:# asm 1: pand  <xmm6=int6464#4,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2207:# asm 2: pand  <xmm6=%xmm3,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2208-pand  %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2210-# qhasm:       xmm7 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2211:# asm 1: pxor  <xmm2=int6464#2,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2212:# asm 2: pxor  <xmm2=%xmm1,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2213-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2215-# qhasm:       xmm5 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2216:# asm 1: movdqa <xmm1=int6464#5,>xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2217:# asm 2: movdqa <xmm1=%xmm4,>xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2218-movdqa %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2220-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2221:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2222:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2223-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2225-# qhasm:       xmm3 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2226:# asm 1: pxor  <xmm2=int6464#2,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2227:# asm 2: pxor  <xmm2=%xmm1,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2228-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2230-# qhasm:       xmm5 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2231:# asm 1: pand  <xmm3=int6464#1,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2232:# asm 2: pand  <xmm3=%xmm0,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2233-pand  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2235-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2236:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2237:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2238-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2240-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2241:# asm 1: pxor  <xmm5=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2242:# asm 2: pxor  <xmm5=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2243-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2245-# qhasm:       xmm2 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2246:# asm 1: movdqa <xmm6=int6464#4,>xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2247:# asm 2: movdqa <xmm6=%xmm3,>xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2248-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2250-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2251:# asm 1: pxor  <xmm5=int6464#8,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2252:# asm 2: pxor  <xmm5=%xmm7,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2253-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2255-# qhasm:       xmm2 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2256:# asm 1: pand  <xmm0=int6464#7,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2257:# asm 2: pand  <xmm0=%xmm6,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2258-pand  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2260-# qhasm:       xmm1 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2261:# asm 1: pxor  <xmm2=int6464#1,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2262:# asm 2: pxor  <xmm2=%xmm0,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2263-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2265-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2266:# asm 1: pxor  <xmm2=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2267:# asm 2: pxor  <xmm2=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2268-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2270-# qhasm:       xmm6 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2271:# asm 1: pand  <xmm7=int6464#6,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2272:# asm 2: pand  <xmm7=%xmm5,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2273-pand  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2275-# qhasm:       xmm6 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2276:# asm 1: pxor  <xmm4=int6464#3,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2277:# asm 2: pxor  <xmm4=%xmm2,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2278-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2280-# qhasm:         xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2281:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2282:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2283-movdqa %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2285-# qhasm:         xmm0 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2286:# asm 1: movdqa <xmm13=int6464#14,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2287:# asm 2: movdqa <xmm13=%xmm13,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2288-movdqa %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2290-# qhasm:           xmm2 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2291:# asm 1: movdqa <xmm7=int6464#6,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2292:# asm 2: movdqa <xmm7=%xmm5,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2293-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2295-# qhasm:           xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2296:# asm 1: pxor  <xmm6=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2297:# asm 2: pxor  <xmm6=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2298-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2300-# qhasm:           xmm2 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2301:# asm 1: pand  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2302:# asm 2: pand  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2303-pand  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2305-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2306:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2307:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2308-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2310-# qhasm:           xmm14 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2311:# asm 1: pand  <xmm6=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2312:# asm 2: pand  <xmm6=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2313-pand  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2315-# qhasm:           xmm13 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2316:# asm 1: pand  <xmm7=int6464#6,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2317:# asm 2: pand  <xmm7=%xmm5,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2318-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2320-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2321:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2322:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2323-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2325-# qhasm:           xmm13 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2326:# asm 1: pxor  <xmm2=int6464#3,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2327:# asm 2: pxor  <xmm2=%xmm2,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2328-pxor  %xmm2,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2330-# qhasm:         xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2331:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2332:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2333-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2335-# qhasm:         xmm0 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2336:# asm 1: pxor  <xmm11=int6464#12,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2337:# asm 2: pxor  <xmm11=%xmm11,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2338-pxor  %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2340-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2341:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2342:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2343-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2345-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2346:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2347:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2348-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2350-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2351:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2352:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2353-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2355-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2356:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2357:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2358-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2360-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2361:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2362:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2363-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2365-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2366:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2367:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2368-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2370-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2371:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2372:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2373-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2375-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2376:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2377:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2378-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2380-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2381:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2382:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2383-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2385-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2386:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2387:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2388-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2390-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2391:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2392:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2393-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2395-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2396:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2397:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2398-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2400-# qhasm:           xmm2 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2401:# asm 1: pand  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2402:# asm 2: pand  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2403-pand  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2405-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2406:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2407:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2408-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2410-# qhasm:           xmm8 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2411:# asm 1: pand  <xmm1=int6464#5,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2412:# asm 2: pand  <xmm1=%xmm4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2413-pand  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2415-# qhasm:           xmm11 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2416:# asm 1: pand  <xmm5=int6464#8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2417:# asm 2: pand  <xmm5=%xmm7,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2418-pand  %xmm7,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2420-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2421:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2422:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2423-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2425-# qhasm:           xmm11 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2426:# asm 1: pxor  <xmm2=int6464#3,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2427:# asm 2: pxor  <xmm2=%xmm2,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2428-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2430-# qhasm:         xmm14 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2431:# asm 1: pxor  <xmm4=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2432:# asm 2: pxor  <xmm4=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2433-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2435-# qhasm:         xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2436:# asm 1: pxor  <xmm4=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2437:# asm 2: pxor  <xmm4=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2438-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2440-# qhasm:         xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2441:# asm 1: pxor  <xmm0=int6464#2,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2442:# asm 2: pxor  <xmm0=%xmm1,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2443-pxor  %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2445-# qhasm:         xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2446:# asm 1: pxor  <xmm0=int6464#2,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2447:# asm 2: pxor  <xmm0=%xmm1,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2448-pxor  %xmm1,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2450-# qhasm:         xmm4 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2451:# asm 1: movdqa <xmm15=int6464#16,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2452:# asm 2: movdqa <xmm15=%xmm15,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2453-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2455-# qhasm:         xmm0 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2456:# asm 1: movdqa <xmm9=int6464#10,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2457:# asm 2: movdqa <xmm9=%xmm9,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2458-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2460-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2461:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2462:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2463-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2465-# qhasm:         xmm0 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2466:# asm 1: pxor  <xmm10=int6464#11,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2467:# asm 2: pxor  <xmm10=%xmm10,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2468-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2470-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2471:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2472:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2473-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2475-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2476:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2477:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2478-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2480-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2481:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2482:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2483-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2485-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2486:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2487:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2488-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2490-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2491:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2492:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2493-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2495-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2496:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2497:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2498-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2500-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2501:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2502:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2503-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2505-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2506:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2507:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2508-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2510-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2511:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2512:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2513-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2515-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2516:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2517:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2518-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2520-# qhasm:           xmm2 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2521:# asm 1: pand  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2522:# asm 2: pand  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2523-pand  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2525-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2526:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2527:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2528-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2530-# qhasm:           xmm12 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2531:# asm 1: pand  <xmm1=int6464#5,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2532:# asm 2: pand  <xmm1=%xmm4,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2533-pand  %xmm4,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2535-# qhasm:           xmm10 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2536:# asm 1: pand  <xmm5=int6464#8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2537:# asm 2: pand  <xmm5=%xmm7,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2538-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2540-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2541:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2542:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2543-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2545-# qhasm:           xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2546:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2547:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2548-pxor  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2550-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2551:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2552:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2553-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2555-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2556:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2557:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2558-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2560-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2561:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2562:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2563-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2565-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2566:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2567:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2568-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2570-# qhasm:           xmm3 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2571:# asm 1: pand  <xmm15=int6464#16,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2572:# asm 2: pand  <xmm15=%xmm15,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2573-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2575-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2576:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2577:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2578-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2580-# qhasm:           xmm15 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2581:# asm 1: pand  <xmm6=int6464#4,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2582:# asm 2: pand  <xmm6=%xmm3,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2583-pand  %xmm3,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2585-# qhasm:           xmm9 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2586:# asm 1: pand  <xmm7=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2587:# asm 2: pand  <xmm7=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2588-pand  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2590-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2591:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2592:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2593-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2595-# qhasm:           xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2596:# asm 1: pxor  <xmm3=int6464#3,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2597:# asm 2: pxor  <xmm3=%xmm2,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2598-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2600-# qhasm:         xmm15 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2601:# asm 1: pxor  <xmm4=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2602:# asm 2: pxor  <xmm4=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2603-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2605-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2606:# asm 1: pxor  <xmm4=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2607:# asm 2: pxor  <xmm4=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2608-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2610-# qhasm:         xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2611:# asm 1: pxor  <xmm0=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2612:# asm 2: pxor  <xmm0=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2613-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2615-# qhasm:         xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2616:# asm 1: pxor  <xmm0=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2617:# asm 2: pxor  <xmm0=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2618-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2620-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2621:# asm 1: pxor  <xmm8=int6464#9,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2622:# asm 2: pxor  <xmm8=%xmm8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2623-pxor  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2625-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2626:# asm 1: pxor  <xmm14=int6464#15,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2627:# asm 2: pxor  <xmm14=%xmm14,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2628-pxor  %xmm14,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2630-# qhasm:       xmm12 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2631:# asm 1: pxor  <xmm15=int6464#16,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2632:# asm 2: pxor  <xmm15=%xmm15,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2633-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2635-# qhasm:       xmm14 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2636:# asm 1: pxor  <xmm8=int6464#9,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2637:# asm 2: pxor  <xmm8=%xmm8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2638-pxor  %xmm8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2640-# qhasm:       xmm8 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2641:# asm 1: pxor  <xmm9=int6464#10,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2642:# asm 2: pxor  <xmm9=%xmm9,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2643-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2645-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2646:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2647:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2648-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2650-# qhasm:       xmm13 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2651:# asm 1: pxor  <xmm10=int6464#11,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2652:# asm 2: pxor  <xmm10=%xmm10,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2653-pxor  %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2655-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2656:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2657:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2658-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2660-# qhasm:       xmm10 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2661:# asm 1: pxor  <xmm11=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2662:# asm 2: pxor  <xmm11=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2663-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2665-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2666:# asm 1: pxor  <xmm13=int6464#14,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2667:# asm 2: pxor  <xmm13=%xmm13,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2668-pxor  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2670-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2671:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2672:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2673-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2675-# qhasm:     xmm0 = shuffle dwords of xmm8 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2676:# asm 1: pshufd $0x93,<xmm8=int6464#9,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2677:# asm 2: pshufd $0x93,<xmm8=%xmm8,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2678-pshufd $0x93,%xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2680-# qhasm:     xmm1 = shuffle dwords of xmm9 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2681:# asm 1: pshufd $0x93,<xmm9=int6464#10,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2682:# asm 2: pshufd $0x93,<xmm9=%xmm9,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2683-pshufd $0x93,%xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2685-# qhasm:     xmm2 = shuffle dwords of xmm12 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2686:# asm 1: pshufd $0x93,<xmm12=int6464#13,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2687:# asm 2: pshufd $0x93,<xmm12=%xmm12,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2688-pshufd $0x93,%xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2690-# qhasm:     xmm3 = shuffle dwords of xmm14 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2691:# asm 1: pshufd $0x93,<xmm14=int6464#15,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2692:# asm 2: pshufd $0x93,<xmm14=%xmm14,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2693-pshufd $0x93,%xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2695-# qhasm:     xmm4 = shuffle dwords of xmm11 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2696:# asm 1: pshufd $0x93,<xmm11=int6464#12,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2697:# asm 2: pshufd $0x93,<xmm11=%xmm11,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2698-pshufd $0x93,%xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2700-# qhasm:     xmm5 = shuffle dwords of xmm15 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2701:# asm 1: pshufd $0x93,<xmm15=int6464#16,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2702:# asm 2: pshufd $0x93,<xmm15=%xmm15,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2703-pshufd $0x93,%xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2705-# qhasm:     xmm6 = shuffle dwords of xmm10 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2706:# asm 1: pshufd $0x93,<xmm10=int6464#11,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2707:# asm 2: pshufd $0x93,<xmm10=%xmm10,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2708-pshufd $0x93,%xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2710-# qhasm:     xmm7 = shuffle dwords of xmm13 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2711:# asm 1: pshufd $0x93,<xmm13=int6464#14,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2712:# asm 2: pshufd $0x93,<xmm13=%xmm13,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2713-pshufd $0x93,%xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2715-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2716:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2717:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2718-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2720-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2721:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2722:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2723-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2725-# qhasm:     xmm12 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2726:# asm 1: pxor  <xmm2=int6464#3,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2727:# asm 2: pxor  <xmm2=%xmm2,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2728-pxor  %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2730-# qhasm:     xmm14 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2731:# asm 1: pxor  <xmm3=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2732:# asm 2: pxor  <xmm3=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2733-pxor  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2735-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2736:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2737:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2738-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2740-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2741:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2742:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2743-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2745-# qhasm:     xmm10 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2746:# asm 1: pxor  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2747:# asm 2: pxor  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2748-pxor  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2750-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2751:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2752:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2753-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2755-# qhasm:     xmm0 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2756:# asm 1: pxor  <xmm13=int6464#14,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2757:# asm 2: pxor  <xmm13=%xmm13,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2758-pxor  %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2760-# qhasm:     xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2761:# asm 1: pxor  <xmm8=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2762:# asm 2: pxor  <xmm8=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2763-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2765-# qhasm:     xmm2 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2766:# asm 1: pxor  <xmm9=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2767:# asm 2: pxor  <xmm9=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2768-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2770-# qhasm:     xmm1 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2771:# asm 1: pxor  <xmm13=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2772:# asm 2: pxor  <xmm13=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2773-pxor  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2775-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2776:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2777:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2778-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2780-# qhasm:     xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2781:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2782:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2783-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2785-# qhasm:     xmm5 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2786:# asm 1: pxor  <xmm11=int6464#12,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2787:# asm 2: pxor  <xmm11=%xmm11,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2788-pxor  %xmm11,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2790-# qhasm:     xmm3 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2791:# asm 1: pxor  <xmm13=int6464#14,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2792:# asm 2: pxor  <xmm13=%xmm13,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2793-pxor  %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2795-# qhasm:     xmm6 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2796:# asm 1: pxor  <xmm15=int6464#16,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2797:# asm 2: pxor  <xmm15=%xmm15,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2798-pxor  %xmm15,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2800-# qhasm:     xmm7 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2801:# asm 1: pxor  <xmm10=int6464#11,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2802:# asm 2: pxor  <xmm10=%xmm10,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2803-pxor  %xmm10,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2805-# qhasm:     xmm4 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2806:# asm 1: pxor  <xmm13=int6464#14,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2807:# asm 2: pxor  <xmm13=%xmm13,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2808-pxor  %xmm13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2810-# qhasm:     xmm8 = shuffle dwords of xmm8 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2811:# asm 1: pshufd $0x4E,<xmm8=int6464#9,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2812:# asm 2: pshufd $0x4E,<xmm8=%xmm8,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2813-pshufd $0x4E,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2815-# qhasm:     xmm9 = shuffle dwords of xmm9 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2816:# asm 1: pshufd $0x4E,<xmm9=int6464#10,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2817:# asm 2: pshufd $0x4E,<xmm9=%xmm9,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2818-pshufd $0x4E,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2820-# qhasm:     xmm12 = shuffle dwords of xmm12 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2821:# asm 1: pshufd $0x4E,<xmm12=int6464#13,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2822:# asm 2: pshufd $0x4E,<xmm12=%xmm12,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2823-pshufd $0x4E,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2825-# qhasm:     xmm14 = shuffle dwords of xmm14 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2826:# asm 1: pshufd $0x4E,<xmm14=int6464#15,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2827:# asm 2: pshufd $0x4E,<xmm14=%xmm14,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2828-pshufd $0x4E,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2830-# qhasm:     xmm11 = shuffle dwords of xmm11 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2831:# asm 1: pshufd $0x4E,<xmm11=int6464#12,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2832:# asm 2: pshufd $0x4E,<xmm11=%xmm11,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2833-pshufd $0x4E,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2835-# qhasm:     xmm15 = shuffle dwords of xmm15 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2836:# asm 1: pshufd $0x4E,<xmm15=int6464#16,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2837:# asm 2: pshufd $0x4E,<xmm15=%xmm15,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2838-pshufd $0x4E,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2840-# qhasm:     xmm10 = shuffle dwords of xmm10 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2841:# asm 1: pshufd $0x4E,<xmm10=int6464#11,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2842:# asm 2: pshufd $0x4E,<xmm10=%xmm10,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2843-pshufd $0x4E,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2845-# qhasm:     xmm13 = shuffle dwords of xmm13 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2846:# asm 1: pshufd $0x4E,<xmm13=int6464#14,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2847:# asm 2: pshufd $0x4E,<xmm13=%xmm13,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2848-pshufd $0x4E,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2850-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2851:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2852:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2853-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2855-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2856:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2857:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2858-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2860-# qhasm:     xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2861:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2862:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2863-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2865-# qhasm:     xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2866:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2867:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2868-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2870-# qhasm:     xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2871:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2872:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2873-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2875-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2876:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2877:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2878-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2880-# qhasm:     xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2881:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2882:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2883-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2885-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2886:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2887:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2888-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2890-# qhasm:     xmm0 ^= *(int128 *)(c + 256)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2891:# asm 1: pxor 256(<c=int64#4),<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2892:# asm 2: pxor 256(<c=%rcx),<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2893-pxor 256(%rcx),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2895-# qhasm:     shuffle bytes of xmm0 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2896:# asm 1: pshufb SR,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2897:# asm 2: pshufb SR,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2898-pshufb SR,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2900-# qhasm:     xmm1 ^= *(int128 *)(c + 272)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2901:# asm 1: pxor 272(<c=int64#4),<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2902:# asm 2: pxor 272(<c=%rcx),<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2903-pxor 272(%rcx),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2905-# qhasm:     shuffle bytes of xmm1 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2906:# asm 1: pshufb SR,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2907:# asm 2: pshufb SR,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2908-pshufb SR,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2910-# qhasm:     xmm2 ^= *(int128 *)(c + 288)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2911:# asm 1: pxor 288(<c=int64#4),<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2912:# asm 2: pxor 288(<c=%rcx),<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2913-pxor 288(%rcx),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2915-# qhasm:     shuffle bytes of xmm2 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2916:# asm 1: pshufb SR,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2917:# asm 2: pshufb SR,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2918-pshufb SR,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2920-# qhasm:     xmm3 ^= *(int128 *)(c + 304)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2921:# asm 1: pxor 304(<c=int64#4),<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2922:# asm 2: pxor 304(<c=%rcx),<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2923-pxor 304(%rcx),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2925-# qhasm:     shuffle bytes of xmm3 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2926:# asm 1: pshufb SR,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2927:# asm 2: pshufb SR,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2928-pshufb SR,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2930-# qhasm:     xmm4 ^= *(int128 *)(c + 320)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2931:# asm 1: pxor 320(<c=int64#4),<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2932:# asm 2: pxor 320(<c=%rcx),<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2933-pxor 320(%rcx),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2935-# qhasm:     shuffle bytes of xmm4 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2936:# asm 1: pshufb SR,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2937:# asm 2: pshufb SR,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2938-pshufb SR,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2940-# qhasm:     xmm5 ^= *(int128 *)(c + 336)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2941:# asm 1: pxor 336(<c=int64#4),<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2942:# asm 2: pxor 336(<c=%rcx),<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2943-pxor 336(%rcx),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2945-# qhasm:     shuffle bytes of xmm5 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2946:# asm 1: pshufb SR,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2947:# asm 2: pshufb SR,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2948-pshufb SR,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2950-# qhasm:     xmm6 ^= *(int128 *)(c + 352)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2951:# asm 1: pxor 352(<c=int64#4),<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2952:# asm 2: pxor 352(<c=%rcx),<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2953-pxor 352(%rcx),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2955-# qhasm:     shuffle bytes of xmm6 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2956:# asm 1: pshufb SR,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2957:# asm 2: pshufb SR,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2958-pshufb SR,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2960-# qhasm:     xmm7 ^= *(int128 *)(c + 368)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2961:# asm 1: pxor 368(<c=int64#4),<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2962:# asm 2: pxor 368(<c=%rcx),<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2963-pxor 368(%rcx),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2965-# qhasm:     shuffle bytes of xmm7 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2966:# asm 1: pshufb SR,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2967:# asm 2: pshufb SR,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2968-pshufb SR,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2970-# qhasm:       xmm5 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2971:# asm 1: pxor  <xmm6=int6464#7,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2972:# asm 2: pxor  <xmm6=%xmm6,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2973-pxor  %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2975-# qhasm:       xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2976:# asm 1: pxor  <xmm1=int6464#2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2977:# asm 2: pxor  <xmm1=%xmm1,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2978-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2980-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2981:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2982:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2983-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2985-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2986:# asm 1: pxor  <xmm2=int6464#3,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2987:# asm 2: pxor  <xmm2=%xmm2,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2988-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2990-# qhasm:       xmm3 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2991:# asm 1: pxor  <xmm0=int6464#1,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2992:# asm 2: pxor  <xmm0=%xmm0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2993-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2995-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2996:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:2997:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-2998-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3000-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3001:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3002:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3003-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3005-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3006:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3007:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3008-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3010-# qhasm:       xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3011:# asm 1: pxor  <xmm5=int6464#6,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3012:# asm 2: pxor  <xmm5=%xmm5,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3013-pxor  %xmm5,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3015-# qhasm:       xmm3 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3016:# asm 1: pxor  <xmm1=int6464#2,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3017:# asm 2: pxor  <xmm1=%xmm1,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3018-pxor  %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3020-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3021:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3022:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3023-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3025-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3026:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3027:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3028-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3030-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3031:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3032:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3033-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3035-# qhasm:       xmm11 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3036:# asm 1: movdqa <xmm7=int6464#8,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3037:# asm 2: movdqa <xmm7=%xmm7,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3038-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3040-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3041:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3042:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3043-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3045-# qhasm:       xmm9 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3046:# asm 1: movdqa <xmm5=int6464#6,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3047:# asm 2: movdqa <xmm5=%xmm5,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3048-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3050-# qhasm:       xmm13 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3051:# asm 1: movdqa <xmm2=int6464#3,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3052:# asm 2: movdqa <xmm2=%xmm2,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3053-movdqa %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3055-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3056:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3057:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3058-movdqa %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3060-# qhasm:       xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3061:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3062:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3063-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3065-# qhasm:       xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3066:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3067:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3068-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3070-# qhasm:       xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3071:# asm 1: pxor  <xmm3=int6464#4,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3072:# asm 2: pxor  <xmm3=%xmm3,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3073-pxor  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3075-# qhasm:       xmm13 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3076:# asm 1: pxor  <xmm4=int6464#5,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3077:# asm 2: pxor  <xmm4=%xmm4,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3078-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3080-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3081:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3082:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3083-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3085-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3086:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3087:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3088-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3090-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3091:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3092:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3093-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3095-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3096:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3097:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3098-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3100-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3101:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3102:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3103-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3105-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3106:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3107:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3108-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3110-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3111:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3112:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3113-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3115-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3116:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3117:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3118-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3120-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3121:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3122:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3123-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3125-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3126:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3127:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3128-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3130-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3131:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3132:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3133-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3135-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3136:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3137:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3138-movdqa %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3140-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3141:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3142:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3143-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3145-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3146:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3147:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3148-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3150-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3151:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3152:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3153-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3155-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3156:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3157:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3158-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3160-# qhasm:       xmm13 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3161:# asm 1: movdqa <xmm7=int6464#8,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3162:# asm 2: movdqa <xmm7=%xmm7,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3163-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3165-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3166:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3167:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3168-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3170-# qhasm:       xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3171:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3172:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3173-movdqa %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3175-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3176:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3177:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3178-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3180-# qhasm:       xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3181:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3182:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3183-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3185-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3186:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3187:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3188-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3190-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3191:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3192:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3193-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3195-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3196:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3197:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3198-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3200-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3201:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3202:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3203-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3205-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3206:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3207:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3208-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3210-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3211:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3212:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3213-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3215-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3216:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3217:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3218-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3220-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3221:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3222:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3223-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3225-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3226:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3227:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3228-movdqa %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3230-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3231:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3232:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3233-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3235-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3236:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3237:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3238-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3240-# qhasm:       xmm15 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3241:# asm 1: movdqa <xmm7=int6464#8,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3242:# asm 2: movdqa <xmm7=%xmm7,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3243-movdqa %xmm7,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3245-# qhasm:       xmm12 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3246:# asm 1: pand  <xmm3=int6464#4,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3247:# asm 2: pand  <xmm3=%xmm3,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3248-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3250-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3251:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3252:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3253-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3255-# qhasm:       xmm14 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3256:# asm 1: pand  <xmm5=int6464#6,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3257:# asm 2: pand  <xmm5=%xmm5,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3258-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3260-# qhasm:       xmm15 |= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3261:# asm 1: por   <xmm6=int6464#7,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3262:# asm 2: por   <xmm6=%xmm6,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3263-por   %xmm6,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3265-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3266:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3267:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3268-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3270-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3271:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3272:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3273-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3275-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3276:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3277:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3278-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3280-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3281:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3282:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3283-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3285-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3286:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3287:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3288-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3290-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3291:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3292:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3293-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3295-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3296:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3297:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3298-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3300-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3301:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3302:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3303-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3305-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3306:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3307:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3308-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3310-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3311:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3312:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3313-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3315-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3316:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3317:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3318-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3320-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3321:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3322:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3323-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3325-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3326:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3327:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3328-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3330-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3331:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3332:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3333-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3335-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3336:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3337:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3338-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3340-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3341:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3342:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3343-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3345-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3346:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3347:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3348-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3350-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3351:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3352:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3353-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3355-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3356:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3357:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3358-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3360-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3361:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3362:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3363-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3365-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3366:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3367:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3368-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3370-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3371:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3372:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3373-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3375-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3376:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3377:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3378-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3380-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3381:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3382:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3383-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3385-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3386:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3387:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3388-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3390-# qhasm:         xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3391:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3392:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3393-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3395-# qhasm:         xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3396:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3397:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3398-movdqa %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3400-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3401:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3402:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3403-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3405-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3406:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3407:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3408-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3410-# qhasm:           xmm10 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3411:# asm 1: pand  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3412:# asm 2: pand  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3413-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3415-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3416:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3417:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3418-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3420-# qhasm:           xmm6 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3421:# asm 1: pand  <xmm14=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3422:# asm 2: pand  <xmm14=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3423-pand  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3425-# qhasm:           xmm5 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3426:# asm 1: pand  <xmm15=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3427:# asm 2: pand  <xmm15=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3428-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3430-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3431:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3432:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3433-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3435-# qhasm:           xmm5 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3436:# asm 1: pxor  <xmm10=int6464#11,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3437:# asm 2: pxor  <xmm10=%xmm10,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3438-pxor  %xmm10,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3440-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3441:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3442:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3443-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3445-# qhasm:         xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3446:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3447:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3448-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3450-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3451:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3452:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3453-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3455-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3456:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3457:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3458-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3460-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3461:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3462:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3463-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3465-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3466:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3467:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3468-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3470-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3471:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3472:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3473-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3475-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3476:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3477:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3478-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3480-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3481:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3482:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3483-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3485-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3486:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3487:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3488-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3490-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3491:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3492:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3493-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3495-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3496:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3497:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3498-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3500-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3501:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3502:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3503-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3505-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3506:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3507:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3508-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3510-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3511:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3512:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3513-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3515-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3516:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3517:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3518-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3520-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3521:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3522:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3523-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3525-# qhasm:           xmm3 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3526:# asm 1: pand  <xmm13=int6464#16,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3527:# asm 2: pand  <xmm13=%xmm15,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3528-pand  %xmm15,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3530-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3531:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3532:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3533-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3535-# qhasm:           xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3536:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3537:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3538-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3540-# qhasm:         xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3541:# asm 1: pxor  <xmm12=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3542:# asm 2: pxor  <xmm12=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3543-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3545-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3546:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3547:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3548-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3550-# qhasm:         xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3551:# asm 1: pxor  <xmm8=int6464#10,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3552:# asm 2: pxor  <xmm8=%xmm9,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3553-pxor  %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3555-# qhasm:         xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3556:# asm 1: pxor  <xmm8=int6464#10,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3557:# asm 2: pxor  <xmm8=%xmm9,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3558-pxor  %xmm9,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3560-# qhasm:         xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3561:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3562:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3563-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3565-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3566:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3567:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3568-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3570-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3571:# asm 1: pxor  <xmm4=int6464#5,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3572:# asm 2: pxor  <xmm4=%xmm4,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3573-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3575-# qhasm:         xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3576:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3577:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3578-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3580-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3581:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3582:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3583-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3585-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3586:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3587:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3588-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3590-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3591:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3592:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3593-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3595-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3596:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3597:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3598-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3600-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3601:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3602:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3603-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3605-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3606:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3607:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3608-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3610-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3611:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3612:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3613-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3615-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3616:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3617:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3618-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3620-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3621:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3622:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3623-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3625-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3626:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3627:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3628-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3630-# qhasm:           xmm10 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3631:# asm 1: pand  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3632:# asm 2: pand  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3633-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3635-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3636:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3637:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3638-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3640-# qhasm:           xmm4 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3641:# asm 1: pand  <xmm9=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3642:# asm 2: pand  <xmm9=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3643-pand  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3645-# qhasm:           xmm2 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3646:# asm 1: pand  <xmm13=int6464#16,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3647:# asm 2: pand  <xmm13=%xmm15,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3648-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3650-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3651:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3652:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3653-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3655-# qhasm:           xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3656:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3657:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3658-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3660-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3661:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3662:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3663-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3665-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3666:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3667:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3668-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3670-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3671:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3672:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3673-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3675-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3676:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3677:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3678-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3680-# qhasm:           xmm11 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3681:# asm 1: pand  <xmm7=int6464#8,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3682:# asm 2: pand  <xmm7=%xmm7,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3683-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3685-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3686:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3687:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3688-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3690-# qhasm:           xmm7 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3691:# asm 1: pand  <xmm14=int6464#12,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3692:# asm 2: pand  <xmm14=%xmm11,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3693-pand  %xmm11,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3695-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3696:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3697:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3698-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3700-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3701:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3702:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3703-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3705-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3706:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3707:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3708-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3710-# qhasm:         xmm7 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3711:# asm 1: pxor  <xmm12=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3712:# asm 2: pxor  <xmm12=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3713-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3715-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3716:# asm 1: pxor  <xmm12=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3717:# asm 2: pxor  <xmm12=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3718-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3720-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3721:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3722:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3723-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3725-# qhasm:         xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3726:# asm 1: pxor  <xmm8=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3727:# asm 2: pxor  <xmm8=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3728-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3730-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3731:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3732:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3733-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3735-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3736:# asm 1: pxor  <xmm6=int6464#7,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3737:# asm 2: pxor  <xmm6=%xmm6,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3738-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3740-# qhasm:       xmm4 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3741:# asm 1: pxor  <xmm7=int6464#8,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3742:# asm 2: pxor  <xmm7=%xmm7,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3743-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3745-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3746:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3747:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3748-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3750-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3751:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3752:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3753-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3755-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3756:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3757:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3758-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3760-# qhasm:       xmm5 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3761:# asm 1: pxor  <xmm2=int6464#3,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3762:# asm 2: pxor  <xmm2=%xmm2,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3763-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3765-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3766:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3767:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3768-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3770-# qhasm:       xmm2 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3771:# asm 1: pxor  <xmm3=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3772:# asm 2: pxor  <xmm3=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3773-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3775-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3776:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3777:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3778-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3780-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3781:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3782:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3783-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3785-# qhasm:     xmm8 = shuffle dwords of xmm0 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3786:# asm 1: pshufd $0x93,<xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3787:# asm 2: pshufd $0x93,<xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3788-pshufd $0x93,%xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3790-# qhasm:     xmm9 = shuffle dwords of xmm1 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3791:# asm 1: pshufd $0x93,<xmm1=int6464#2,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3792:# asm 2: pshufd $0x93,<xmm1=%xmm1,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3793-pshufd $0x93,%xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3795-# qhasm:     xmm10 = shuffle dwords of xmm4 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3796:# asm 1: pshufd $0x93,<xmm4=int6464#5,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3797:# asm 2: pshufd $0x93,<xmm4=%xmm4,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3798-pshufd $0x93,%xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3800-# qhasm:     xmm11 = shuffle dwords of xmm6 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3801:# asm 1: pshufd $0x93,<xmm6=int6464#7,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3802:# asm 2: pshufd $0x93,<xmm6=%xmm6,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3803-pshufd $0x93,%xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3805-# qhasm:     xmm12 = shuffle dwords of xmm3 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3806:# asm 1: pshufd $0x93,<xmm3=int6464#4,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3807:# asm 2: pshufd $0x93,<xmm3=%xmm3,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3808-pshufd $0x93,%xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3810-# qhasm:     xmm13 = shuffle dwords of xmm7 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3811:# asm 1: pshufd $0x93,<xmm7=int6464#8,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3812:# asm 2: pshufd $0x93,<xmm7=%xmm7,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3813-pshufd $0x93,%xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3815-# qhasm:     xmm14 = shuffle dwords of xmm2 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3816:# asm 1: pshufd $0x93,<xmm2=int6464#3,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3817:# asm 2: pshufd $0x93,<xmm2=%xmm2,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3818-pshufd $0x93,%xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3820-# qhasm:     xmm15 = shuffle dwords of xmm5 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3821:# asm 1: pshufd $0x93,<xmm5=int6464#6,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3822:# asm 2: pshufd $0x93,<xmm5=%xmm5,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3823-pshufd $0x93,%xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3825-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3826:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3827:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3828-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3830-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3831:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3832:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3833-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3835-# qhasm:     xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3836:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3837:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3838-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3840-# qhasm:     xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3841:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3842:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3843-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3845-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3846:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3847:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3848-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3850-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3851:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3852:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3853-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3855-# qhasm:     xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3856:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3857:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3858-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3860-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3861:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3862:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3863-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3865-# qhasm:     xmm8 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3866:# asm 1: pxor  <xmm5=int6464#6,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3867:# asm 2: pxor  <xmm5=%xmm5,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3868-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3870-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3871:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3872:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3873-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3875-# qhasm:     xmm10 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3876:# asm 1: pxor  <xmm1=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3877:# asm 2: pxor  <xmm1=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3878-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3880-# qhasm:     xmm9 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3881:# asm 1: pxor  <xmm5=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3882:# asm 2: pxor  <xmm5=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3883-pxor  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3885-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3886:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3887:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3888-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3890-# qhasm:     xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3891:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3892:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3893-pxor  %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3895-# qhasm:     xmm13 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3896:# asm 1: pxor  <xmm3=int6464#4,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3897:# asm 2: pxor  <xmm3=%xmm3,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3898-pxor  %xmm3,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3900-# qhasm:     xmm11 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3901:# asm 1: pxor  <xmm5=int6464#6,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3902:# asm 2: pxor  <xmm5=%xmm5,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3903-pxor  %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3905-# qhasm:     xmm14 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3906:# asm 1: pxor  <xmm7=int6464#8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3907:# asm 2: pxor  <xmm7=%xmm7,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3908-pxor  %xmm7,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3910-# qhasm:     xmm15 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3911:# asm 1: pxor  <xmm2=int6464#3,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3912:# asm 2: pxor  <xmm2=%xmm2,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3913-pxor  %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3915-# qhasm:     xmm12 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3916:# asm 1: pxor  <xmm5=int6464#6,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3917:# asm 2: pxor  <xmm5=%xmm5,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3918-pxor  %xmm5,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3920-# qhasm:     xmm0 = shuffle dwords of xmm0 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3921:# asm 1: pshufd $0x4E,<xmm0=int6464#1,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3922:# asm 2: pshufd $0x4E,<xmm0=%xmm0,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3923-pshufd $0x4E,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3925-# qhasm:     xmm1 = shuffle dwords of xmm1 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3926:# asm 1: pshufd $0x4E,<xmm1=int6464#2,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3927:# asm 2: pshufd $0x4E,<xmm1=%xmm1,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3928-pshufd $0x4E,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3930-# qhasm:     xmm4 = shuffle dwords of xmm4 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3931:# asm 1: pshufd $0x4E,<xmm4=int6464#5,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3932:# asm 2: pshufd $0x4E,<xmm4=%xmm4,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3933-pshufd $0x4E,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3935-# qhasm:     xmm6 = shuffle dwords of xmm6 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3936:# asm 1: pshufd $0x4E,<xmm6=int6464#7,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3937:# asm 2: pshufd $0x4E,<xmm6=%xmm6,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3938-pshufd $0x4E,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3940-# qhasm:     xmm3 = shuffle dwords of xmm3 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3941:# asm 1: pshufd $0x4E,<xmm3=int6464#4,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3942:# asm 2: pshufd $0x4E,<xmm3=%xmm3,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3943-pshufd $0x4E,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3945-# qhasm:     xmm7 = shuffle dwords of xmm7 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3946:# asm 1: pshufd $0x4E,<xmm7=int6464#8,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3947:# asm 2: pshufd $0x4E,<xmm7=%xmm7,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3948-pshufd $0x4E,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3950-# qhasm:     xmm2 = shuffle dwords of xmm2 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3951:# asm 1: pshufd $0x4E,<xmm2=int6464#3,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3952:# asm 2: pshufd $0x4E,<xmm2=%xmm2,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3953-pshufd $0x4E,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3955-# qhasm:     xmm5 = shuffle dwords of xmm5 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3956:# asm 1: pshufd $0x4E,<xmm5=int6464#6,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3957:# asm 2: pshufd $0x4E,<xmm5=%xmm5,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3958-pshufd $0x4E,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3960-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3961:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3962:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3963-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3965-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3966:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3967:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3968-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3970-# qhasm:     xmm10 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3971:# asm 1: pxor  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3972:# asm 2: pxor  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3973-pxor  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3975-# qhasm:     xmm11 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3976:# asm 1: pxor  <xmm6=int6464#7,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3977:# asm 2: pxor  <xmm6=%xmm6,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3978-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3980-# qhasm:     xmm12 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3981:# asm 1: pxor  <xmm3=int6464#4,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3982:# asm 2: pxor  <xmm3=%xmm3,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3983-pxor  %xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3985-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3986:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3987:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3988-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3990-# qhasm:     xmm14 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3991:# asm 1: pxor  <xmm2=int6464#3,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3992:# asm 2: pxor  <xmm2=%xmm2,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3993-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3995-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3996:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:3997:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-3998-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4000-# qhasm:     xmm8 ^= *(int128 *)(c + 384)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4001:# asm 1: pxor 384(<c=int64#4),<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4002:# asm 2: pxor 384(<c=%rcx),<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4003-pxor 384(%rcx),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4005-# qhasm:     shuffle bytes of xmm8 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4006:# asm 1: pshufb SR,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4007:# asm 2: pshufb SR,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4008-pshufb SR,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4010-# qhasm:     xmm9 ^= *(int128 *)(c + 400)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4011:# asm 1: pxor 400(<c=int64#4),<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4012:# asm 2: pxor 400(<c=%rcx),<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4013-pxor 400(%rcx),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4015-# qhasm:     shuffle bytes of xmm9 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4016:# asm 1: pshufb SR,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4017:# asm 2: pshufb SR,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4018-pshufb SR,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4020-# qhasm:     xmm10 ^= *(int128 *)(c + 416)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4021:# asm 1: pxor 416(<c=int64#4),<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4022:# asm 2: pxor 416(<c=%rcx),<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4023-pxor 416(%rcx),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4025-# qhasm:     shuffle bytes of xmm10 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4026:# asm 1: pshufb SR,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4027:# asm 2: pshufb SR,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4028-pshufb SR,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4030-# qhasm:     xmm11 ^= *(int128 *)(c + 432)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4031:# asm 1: pxor 432(<c=int64#4),<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4032:# asm 2: pxor 432(<c=%rcx),<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4033-pxor 432(%rcx),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4035-# qhasm:     shuffle bytes of xmm11 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4036:# asm 1: pshufb SR,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4037:# asm 2: pshufb SR,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4038-pshufb SR,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4040-# qhasm:     xmm12 ^= *(int128 *)(c + 448)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4041:# asm 1: pxor 448(<c=int64#4),<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4042:# asm 2: pxor 448(<c=%rcx),<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4043-pxor 448(%rcx),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4045-# qhasm:     shuffle bytes of xmm12 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4046:# asm 1: pshufb SR,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4047:# asm 2: pshufb SR,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4048-pshufb SR,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4050-# qhasm:     xmm13 ^= *(int128 *)(c + 464)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4051:# asm 1: pxor 464(<c=int64#4),<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4052:# asm 2: pxor 464(<c=%rcx),<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4053-pxor 464(%rcx),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4055-# qhasm:     shuffle bytes of xmm13 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4056:# asm 1: pshufb SR,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4057:# asm 2: pshufb SR,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4058-pshufb SR,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4060-# qhasm:     xmm14 ^= *(int128 *)(c + 480)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4061:# asm 1: pxor 480(<c=int64#4),<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4062:# asm 2: pxor 480(<c=%rcx),<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4063-pxor 480(%rcx),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4065-# qhasm:     shuffle bytes of xmm14 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4066:# asm 1: pshufb SR,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4067:# asm 2: pshufb SR,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4068-pshufb SR,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4070-# qhasm:     xmm15 ^= *(int128 *)(c + 496)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4071:# asm 1: pxor 496(<c=int64#4),<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4072:# asm 2: pxor 496(<c=%rcx),<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4073-pxor 496(%rcx),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4075-# qhasm:     shuffle bytes of xmm15 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4076:# asm 1: pshufb SR,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4077:# asm 2: pshufb SR,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4078-pshufb SR,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4080-# qhasm:       xmm13 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4081:# asm 1: pxor  <xmm14=int6464#15,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4082:# asm 2: pxor  <xmm14=%xmm14,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4083-pxor  %xmm14,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4085-# qhasm:       xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4086:# asm 1: pxor  <xmm9=int6464#10,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4087:# asm 2: pxor  <xmm9=%xmm9,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4088-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4090-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4091:# asm 1: pxor  <xmm8=int6464#9,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4092:# asm 2: pxor  <xmm8=%xmm8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4093-pxor  %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4095-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4096:# asm 1: pxor  <xmm10=int6464#11,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4097:# asm 2: pxor  <xmm10=%xmm10,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4098-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4100-# qhasm:       xmm11 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4101:# asm 1: pxor  <xmm8=int6464#9,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4102:# asm 2: pxor  <xmm8=%xmm8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4103-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4105-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4106:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4107:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4108-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4110-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4111:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4112:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4113-pxor  %xmm15,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4115-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4116:# asm 1: pxor  <xmm12=int6464#13,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4117:# asm 2: pxor  <xmm12=%xmm12,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4118-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4120-# qhasm:       xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4121:# asm 1: pxor  <xmm13=int6464#14,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4122:# asm 2: pxor  <xmm13=%xmm13,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4123-pxor  %xmm13,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4125-# qhasm:       xmm11 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4126:# asm 1: pxor  <xmm9=int6464#10,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4127:# asm 2: pxor  <xmm9=%xmm9,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4128-pxor  %xmm9,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4130-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4131:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4132:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4133-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4135-# qhasm:       xmm10 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4136:# asm 1: pxor  <xmm15=int6464#16,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4137:# asm 2: pxor  <xmm15=%xmm15,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4138-pxor  %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4140-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4141:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4142:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4143-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4145-# qhasm:       xmm3 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4146:# asm 1: movdqa <xmm15=int6464#16,>xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4147:# asm 2: movdqa <xmm15=%xmm15,>xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4148-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4150-# qhasm:       xmm2 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4151:# asm 1: movdqa <xmm9=int6464#10,>xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4152:# asm 2: movdqa <xmm9=%xmm9,>xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4153-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4155-# qhasm:       xmm1 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4156:# asm 1: movdqa <xmm13=int6464#14,>xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4157:# asm 2: movdqa <xmm13=%xmm13,>xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4158-movdqa %xmm13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4160-# qhasm:       xmm5 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4161:# asm 1: movdqa <xmm10=int6464#11,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4162:# asm 2: movdqa <xmm10=%xmm10,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4163-movdqa %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4165-# qhasm:       xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4166:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4167:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4168-movdqa %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4170-# qhasm:       xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4171:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4172:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4173-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4175-# qhasm:       xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4176:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4177:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4178-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4180-# qhasm:       xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4181:# asm 1: pxor  <xmm11=int6464#12,<xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4182:# asm 2: pxor  <xmm11=%xmm11,<xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4183-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4185-# qhasm:       xmm5 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4186:# asm 1: pxor  <xmm12=int6464#13,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4187:# asm 2: pxor  <xmm12=%xmm12,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4188-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4190-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4191:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4192:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4193-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4195-# qhasm:       xmm6 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4196:# asm 1: movdqa <xmm3=int6464#1,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4197:# asm 2: movdqa <xmm3=%xmm0,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4198-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4200-# qhasm:       xmm0 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4201:# asm 1: movdqa <xmm2=int6464#2,>xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4202:# asm 2: movdqa <xmm2=%xmm1,>xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4203-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4205-# qhasm:       xmm7 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4206:# asm 1: movdqa <xmm3=int6464#1,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4207:# asm 2: movdqa <xmm3=%xmm0,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4208-movdqa %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4210-# qhasm:       xmm2 |= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4211:# asm 1: por   <xmm1=int6464#3,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4212:# asm 2: por   <xmm1=%xmm2,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4213-por   %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4215-# qhasm:       xmm3 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4216:# asm 1: por   <xmm4=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4217:# asm 2: por   <xmm4=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4218-por   %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4220-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4221:# asm 1: pxor  <xmm0=int6464#7,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4222:# asm 2: pxor  <xmm0=%xmm6,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4223-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4225-# qhasm:       xmm6 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4226:# asm 1: pand  <xmm4=int6464#5,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4227:# asm 2: pand  <xmm4=%xmm4,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4228-pand  %xmm4,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4230-# qhasm:       xmm0 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4231:# asm 1: pand  <xmm1=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4232:# asm 2: pand  <xmm1=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4233-pand  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4235-# qhasm:       xmm4 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4236:# asm 1: pxor  <xmm1=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4237:# asm 2: pxor  <xmm1=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4238-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4240-# qhasm:       xmm7 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4241:# asm 1: pand  <xmm4=int6464#5,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4242:# asm 2: pand  <xmm4=%xmm4,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4243-pand  %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4245-# qhasm:       xmm4 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4246:# asm 1: movdqa <xmm11=int6464#12,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4247:# asm 2: movdqa <xmm11=%xmm11,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4248-movdqa %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4250-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4251:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4252:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4253-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4255-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4256:# asm 1: pand  <xmm4=int6464#3,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4257:# asm 2: pand  <xmm4=%xmm2,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4258-pand  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4260-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4261:# asm 1: pxor  <xmm5=int6464#4,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4262:# asm 2: pxor  <xmm5=%xmm3,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4263-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4265-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4266:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4267:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4268-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4270-# qhasm:       xmm5 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4271:# asm 1: movdqa <xmm15=int6464#16,>xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4272:# asm 2: movdqa <xmm15=%xmm15,>xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4273-movdqa %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4275-# qhasm:       xmm5 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4276:# asm 1: pxor  <xmm9=int6464#10,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4277:# asm 2: pxor  <xmm9=%xmm9,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4278-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4280-# qhasm:       xmm4 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4281:# asm 1: movdqa <xmm13=int6464#14,>xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4282:# asm 2: movdqa <xmm13=%xmm13,>xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4283-movdqa %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4285-# qhasm:       xmm1 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4286:# asm 1: movdqa <xmm5=int6464#3,>xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4287:# asm 2: movdqa <xmm5=%xmm2,>xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4288-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4290-# qhasm:       xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4291:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4292:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4293-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4295-# qhasm:       xmm1 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4296:# asm 1: por   <xmm4=int6464#4,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4297:# asm 2: por   <xmm4=%xmm3,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4298-por   %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4300-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4301:# asm 1: pand  <xmm4=int6464#4,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4302:# asm 2: pand  <xmm4=%xmm3,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4303-pand  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4305-# qhasm:       xmm0 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4306:# asm 1: pxor  <xmm5=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4307:# asm 2: pxor  <xmm5=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4308-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4310-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4311:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4312:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4313-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4315-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4316:# asm 1: pxor  <xmm6=int6464#6,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4317:# asm 2: pxor  <xmm6=%xmm5,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4318-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4320-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4321:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4322:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4323-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4325-# qhasm:       xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4326:# asm 1: pxor  <xmm6=int6464#6,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4327:# asm 2: pxor  <xmm6=%xmm5,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4328-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4330-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4331:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4332:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4333-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4335-# qhasm:       xmm4 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4336:# asm 1: movdqa <xmm10=int6464#11,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4337:# asm 2: movdqa <xmm10=%xmm10,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4338-movdqa %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4340-# qhasm:       xmm5 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4341:# asm 1: movdqa <xmm12=int6464#13,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4342:# asm 2: movdqa <xmm12=%xmm12,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4343-movdqa %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4345-# qhasm:       xmm6 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4346:# asm 1: movdqa <xmm9=int6464#10,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4347:# asm 2: movdqa <xmm9=%xmm9,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4348-movdqa %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4350-# qhasm:       xmm7 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4351:# asm 1: movdqa <xmm15=int6464#16,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4352:# asm 2: movdqa <xmm15=%xmm15,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4353-movdqa %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4355-# qhasm:       xmm4 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4356:# asm 1: pand  <xmm11=int6464#12,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4357:# asm 2: pand  <xmm11=%xmm11,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4358-pand  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4360-# qhasm:       xmm5 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4361:# asm 1: pand  <xmm8=int6464#9,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4362:# asm 2: pand  <xmm8=%xmm8,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4363-pand  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4365-# qhasm:       xmm6 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4366:# asm 1: pand  <xmm13=int6464#14,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4367:# asm 2: pand  <xmm13=%xmm13,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4368-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4370-# qhasm:       xmm7 |= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4371:# asm 1: por   <xmm14=int6464#15,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4372:# asm 2: por   <xmm14=%xmm14,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4373-por   %xmm14,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4375-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4376:# asm 1: pxor  <xmm4=int6464#3,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4377:# asm 2: pxor  <xmm4=%xmm2,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4378-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4380-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4381:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4382:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4383-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4385-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4386:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4387:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4388-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4390-# qhasm:       xmm0 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4391:# asm 1: pxor  <xmm7=int6464#8,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4392:# asm 2: pxor  <xmm7=%xmm7,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4393-pxor  %xmm7,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4395-# qhasm:       xmm4 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4396:# asm 1: movdqa <xmm3=int6464#1,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4397:# asm 2: movdqa <xmm3=%xmm0,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4398-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4400-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4401:# asm 1: pxor  <xmm2=int6464#2,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4402:# asm 2: pxor  <xmm2=%xmm1,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4403-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4405-# qhasm:       xmm3 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4406:# asm 1: pand  <xmm1=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4407:# asm 2: pand  <xmm1=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4408-pand  %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4410-# qhasm:       xmm6 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4411:# asm 1: movdqa <xmm0=int6464#7,>xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4412:# asm 2: movdqa <xmm0=%xmm6,>xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4413-movdqa %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4415-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4416:# asm 1: pxor  <xmm3=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4417:# asm 2: pxor  <xmm3=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4418-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4420-# qhasm:       xmm7 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4421:# asm 1: movdqa <xmm4=int6464#3,>xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4422:# asm 2: movdqa <xmm4=%xmm2,>xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4423-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4425-# qhasm:       xmm7 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4426:# asm 1: pand  <xmm6=int6464#4,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4427:# asm 2: pand  <xmm6=%xmm3,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4428-pand  %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4430-# qhasm:       xmm7 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4431:# asm 1: pxor  <xmm2=int6464#2,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4432:# asm 2: pxor  <xmm2=%xmm1,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4433-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4435-# qhasm:       xmm5 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4436:# asm 1: movdqa <xmm1=int6464#5,>xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4437:# asm 2: movdqa <xmm1=%xmm4,>xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4438-movdqa %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4440-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4441:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4442:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4443-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4445-# qhasm:       xmm3 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4446:# asm 1: pxor  <xmm2=int6464#2,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4447:# asm 2: pxor  <xmm2=%xmm1,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4448-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4450-# qhasm:       xmm5 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4451:# asm 1: pand  <xmm3=int6464#1,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4452:# asm 2: pand  <xmm3=%xmm0,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4453-pand  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4455-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4456:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4457:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4458-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4460-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4461:# asm 1: pxor  <xmm5=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4462:# asm 2: pxor  <xmm5=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4463-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4465-# qhasm:       xmm2 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4466:# asm 1: movdqa <xmm6=int6464#4,>xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4467:# asm 2: movdqa <xmm6=%xmm3,>xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4468-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4470-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4471:# asm 1: pxor  <xmm5=int6464#8,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4472:# asm 2: pxor  <xmm5=%xmm7,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4473-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4475-# qhasm:       xmm2 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4476:# asm 1: pand  <xmm0=int6464#7,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4477:# asm 2: pand  <xmm0=%xmm6,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4478-pand  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4480-# qhasm:       xmm1 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4481:# asm 1: pxor  <xmm2=int6464#1,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4482:# asm 2: pxor  <xmm2=%xmm0,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4483-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4485-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4486:# asm 1: pxor  <xmm2=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4487:# asm 2: pxor  <xmm2=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4488-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4490-# qhasm:       xmm6 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4491:# asm 1: pand  <xmm7=int6464#6,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4492:# asm 2: pand  <xmm7=%xmm5,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4493-pand  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4495-# qhasm:       xmm6 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4496:# asm 1: pxor  <xmm4=int6464#3,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4497:# asm 2: pxor  <xmm4=%xmm2,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4498-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4500-# qhasm:         xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4501:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4502:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4503-movdqa %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4505-# qhasm:         xmm0 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4506:# asm 1: movdqa <xmm13=int6464#14,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4507:# asm 2: movdqa <xmm13=%xmm13,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4508-movdqa %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4510-# qhasm:           xmm2 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4511:# asm 1: movdqa <xmm7=int6464#6,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4512:# asm 2: movdqa <xmm7=%xmm5,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4513-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4515-# qhasm:           xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4516:# asm 1: pxor  <xmm6=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4517:# asm 2: pxor  <xmm6=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4518-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4520-# qhasm:           xmm2 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4521:# asm 1: pand  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4522:# asm 2: pand  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4523-pand  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4525-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4526:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4527:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4528-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4530-# qhasm:           xmm14 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4531:# asm 1: pand  <xmm6=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4532:# asm 2: pand  <xmm6=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4533-pand  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4535-# qhasm:           xmm13 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4536:# asm 1: pand  <xmm7=int6464#6,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4537:# asm 2: pand  <xmm7=%xmm5,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4538-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4540-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4541:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4542:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4543-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4545-# qhasm:           xmm13 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4546:# asm 1: pxor  <xmm2=int6464#3,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4547:# asm 2: pxor  <xmm2=%xmm2,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4548-pxor  %xmm2,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4550-# qhasm:         xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4551:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4552:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4553-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4555-# qhasm:         xmm0 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4556:# asm 1: pxor  <xmm11=int6464#12,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4557:# asm 2: pxor  <xmm11=%xmm11,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4558-pxor  %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4560-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4561:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4562:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4563-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4565-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4566:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4567:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4568-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4570-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4571:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4572:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4573-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4575-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4576:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4577:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4578-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4580-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4581:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4582:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4583-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4585-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4586:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4587:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4588-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4590-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4591:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4592:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4593-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4595-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4596:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4597:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4598-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4600-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4601:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4602:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4603-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4605-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4606:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4607:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4608-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4610-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4611:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4612:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4613-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4615-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4616:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4617:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4618-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4620-# qhasm:           xmm2 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4621:# asm 1: pand  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4622:# asm 2: pand  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4623-pand  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4625-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4626:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4627:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4628-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4630-# qhasm:           xmm8 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4631:# asm 1: pand  <xmm1=int6464#5,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4632:# asm 2: pand  <xmm1=%xmm4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4633-pand  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4635-# qhasm:           xmm11 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4636:# asm 1: pand  <xmm5=int6464#8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4637:# asm 2: pand  <xmm5=%xmm7,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4638-pand  %xmm7,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4640-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4641:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4642:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4643-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4645-# qhasm:           xmm11 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4646:# asm 1: pxor  <xmm2=int6464#3,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4647:# asm 2: pxor  <xmm2=%xmm2,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4648-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4650-# qhasm:         xmm14 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4651:# asm 1: pxor  <xmm4=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4652:# asm 2: pxor  <xmm4=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4653-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4655-# qhasm:         xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4656:# asm 1: pxor  <xmm4=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4657:# asm 2: pxor  <xmm4=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4658-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4660-# qhasm:         xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4661:# asm 1: pxor  <xmm0=int6464#2,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4662:# asm 2: pxor  <xmm0=%xmm1,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4663-pxor  %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4665-# qhasm:         xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4666:# asm 1: pxor  <xmm0=int6464#2,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4667:# asm 2: pxor  <xmm0=%xmm1,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4668-pxor  %xmm1,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4670-# qhasm:         xmm4 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4671:# asm 1: movdqa <xmm15=int6464#16,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4672:# asm 2: movdqa <xmm15=%xmm15,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4673-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4675-# qhasm:         xmm0 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4676:# asm 1: movdqa <xmm9=int6464#10,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4677:# asm 2: movdqa <xmm9=%xmm9,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4678-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4680-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4681:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4682:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4683-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4685-# qhasm:         xmm0 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4686:# asm 1: pxor  <xmm10=int6464#11,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4687:# asm 2: pxor  <xmm10=%xmm10,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4688-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4690-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4691:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4692:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4693-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4695-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4696:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4697:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4698-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4700-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4701:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4702:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4703-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4705-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4706:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4707:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4708-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4710-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4711:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4712:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4713-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4715-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4716:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4717:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4718-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4720-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4721:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4722:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4723-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4725-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4726:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4727:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4728-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4730-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4731:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4732:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4733-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4735-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4736:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4737:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4738-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4740-# qhasm:           xmm2 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4741:# asm 1: pand  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4742:# asm 2: pand  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4743-pand  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4745-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4746:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4747:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4748-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4750-# qhasm:           xmm12 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4751:# asm 1: pand  <xmm1=int6464#5,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4752:# asm 2: pand  <xmm1=%xmm4,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4753-pand  %xmm4,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4755-# qhasm:           xmm10 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4756:# asm 1: pand  <xmm5=int6464#8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4757:# asm 2: pand  <xmm5=%xmm7,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4758-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4760-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4761:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4762:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4763-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4765-# qhasm:           xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4766:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4767:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4768-pxor  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4770-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4771:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4772:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4773-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4775-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4776:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4777:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4778-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4780-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4781:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4782:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4783-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4785-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4786:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4787:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4788-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4790-# qhasm:           xmm3 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4791:# asm 1: pand  <xmm15=int6464#16,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4792:# asm 2: pand  <xmm15=%xmm15,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4793-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4795-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4796:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4797:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4798-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4800-# qhasm:           xmm15 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4801:# asm 1: pand  <xmm6=int6464#4,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4802:# asm 2: pand  <xmm6=%xmm3,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4803-pand  %xmm3,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4805-# qhasm:           xmm9 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4806:# asm 1: pand  <xmm7=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4807:# asm 2: pand  <xmm7=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4808-pand  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4810-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4811:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4812:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4813-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4815-# qhasm:           xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4816:# asm 1: pxor  <xmm3=int6464#3,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4817:# asm 2: pxor  <xmm3=%xmm2,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4818-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4820-# qhasm:         xmm15 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4821:# asm 1: pxor  <xmm4=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4822:# asm 2: pxor  <xmm4=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4823-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4825-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4826:# asm 1: pxor  <xmm4=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4827:# asm 2: pxor  <xmm4=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4828-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4830-# qhasm:         xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4831:# asm 1: pxor  <xmm0=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4832:# asm 2: pxor  <xmm0=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4833-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4835-# qhasm:         xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4836:# asm 1: pxor  <xmm0=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4837:# asm 2: pxor  <xmm0=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4838-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4840-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4841:# asm 1: pxor  <xmm8=int6464#9,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4842:# asm 2: pxor  <xmm8=%xmm8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4843-pxor  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4845-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4846:# asm 1: pxor  <xmm14=int6464#15,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4847:# asm 2: pxor  <xmm14=%xmm14,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4848-pxor  %xmm14,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4850-# qhasm:       xmm12 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4851:# asm 1: pxor  <xmm15=int6464#16,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4852:# asm 2: pxor  <xmm15=%xmm15,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4853-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4855-# qhasm:       xmm14 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4856:# asm 1: pxor  <xmm8=int6464#9,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4857:# asm 2: pxor  <xmm8=%xmm8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4858-pxor  %xmm8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4860-# qhasm:       xmm8 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4861:# asm 1: pxor  <xmm9=int6464#10,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4862:# asm 2: pxor  <xmm9=%xmm9,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4863-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4865-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4866:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4867:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4868-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4870-# qhasm:       xmm13 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4871:# asm 1: pxor  <xmm10=int6464#11,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4872:# asm 2: pxor  <xmm10=%xmm10,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4873-pxor  %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4875-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4876:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4877:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4878-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4880-# qhasm:       xmm10 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4881:# asm 1: pxor  <xmm11=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4882:# asm 2: pxor  <xmm11=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4883-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4885-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4886:# asm 1: pxor  <xmm13=int6464#14,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4887:# asm 2: pxor  <xmm13=%xmm13,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4888-pxor  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4890-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4891:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4892:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4893-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4895-# qhasm:     xmm0 = shuffle dwords of xmm8 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4896:# asm 1: pshufd $0x93,<xmm8=int6464#9,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4897:# asm 2: pshufd $0x93,<xmm8=%xmm8,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4898-pshufd $0x93,%xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4900-# qhasm:     xmm1 = shuffle dwords of xmm9 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4901:# asm 1: pshufd $0x93,<xmm9=int6464#10,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4902:# asm 2: pshufd $0x93,<xmm9=%xmm9,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4903-pshufd $0x93,%xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4905-# qhasm:     xmm2 = shuffle dwords of xmm12 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4906:# asm 1: pshufd $0x93,<xmm12=int6464#13,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4907:# asm 2: pshufd $0x93,<xmm12=%xmm12,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4908-pshufd $0x93,%xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4910-# qhasm:     xmm3 = shuffle dwords of xmm14 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4911:# asm 1: pshufd $0x93,<xmm14=int6464#15,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4912:# asm 2: pshufd $0x93,<xmm14=%xmm14,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4913-pshufd $0x93,%xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4915-# qhasm:     xmm4 = shuffle dwords of xmm11 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4916:# asm 1: pshufd $0x93,<xmm11=int6464#12,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4917:# asm 2: pshufd $0x93,<xmm11=%xmm11,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4918-pshufd $0x93,%xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4920-# qhasm:     xmm5 = shuffle dwords of xmm15 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4921:# asm 1: pshufd $0x93,<xmm15=int6464#16,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4922:# asm 2: pshufd $0x93,<xmm15=%xmm15,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4923-pshufd $0x93,%xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4925-# qhasm:     xmm6 = shuffle dwords of xmm10 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4926:# asm 1: pshufd $0x93,<xmm10=int6464#11,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4927:# asm 2: pshufd $0x93,<xmm10=%xmm10,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4928-pshufd $0x93,%xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4930-# qhasm:     xmm7 = shuffle dwords of xmm13 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4931:# asm 1: pshufd $0x93,<xmm13=int6464#14,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4932:# asm 2: pshufd $0x93,<xmm13=%xmm13,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4933-pshufd $0x93,%xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4935-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4936:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4937:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4938-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4940-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4941:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4942:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4943-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4945-# qhasm:     xmm12 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4946:# asm 1: pxor  <xmm2=int6464#3,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4947:# asm 2: pxor  <xmm2=%xmm2,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4948-pxor  %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4950-# qhasm:     xmm14 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4951:# asm 1: pxor  <xmm3=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4952:# asm 2: pxor  <xmm3=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4953-pxor  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4955-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4956:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4957:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4958-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4960-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4961:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4962:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4963-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4965-# qhasm:     xmm10 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4966:# asm 1: pxor  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4967:# asm 2: pxor  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4968-pxor  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4970-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4971:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4972:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4973-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4975-# qhasm:     xmm0 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4976:# asm 1: pxor  <xmm13=int6464#14,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4977:# asm 2: pxor  <xmm13=%xmm13,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4978-pxor  %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4980-# qhasm:     xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4981:# asm 1: pxor  <xmm8=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4982:# asm 2: pxor  <xmm8=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4983-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4985-# qhasm:     xmm2 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4986:# asm 1: pxor  <xmm9=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4987:# asm 2: pxor  <xmm9=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4988-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4990-# qhasm:     xmm1 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4991:# asm 1: pxor  <xmm13=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4992:# asm 2: pxor  <xmm13=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4993-pxor  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4995-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4996:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:4997:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-4998-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5000-# qhasm:     xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5001:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5002:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5003-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5005-# qhasm:     xmm5 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5006:# asm 1: pxor  <xmm11=int6464#12,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5007:# asm 2: pxor  <xmm11=%xmm11,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5008-pxor  %xmm11,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5010-# qhasm:     xmm3 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5011:# asm 1: pxor  <xmm13=int6464#14,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5012:# asm 2: pxor  <xmm13=%xmm13,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5013-pxor  %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5015-# qhasm:     xmm6 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5016:# asm 1: pxor  <xmm15=int6464#16,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5017:# asm 2: pxor  <xmm15=%xmm15,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5018-pxor  %xmm15,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5020-# qhasm:     xmm7 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5021:# asm 1: pxor  <xmm10=int6464#11,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5022:# asm 2: pxor  <xmm10=%xmm10,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5023-pxor  %xmm10,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5025-# qhasm:     xmm4 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5026:# asm 1: pxor  <xmm13=int6464#14,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5027:# asm 2: pxor  <xmm13=%xmm13,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5028-pxor  %xmm13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5030-# qhasm:     xmm8 = shuffle dwords of xmm8 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5031:# asm 1: pshufd $0x4E,<xmm8=int6464#9,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5032:# asm 2: pshufd $0x4E,<xmm8=%xmm8,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5033-pshufd $0x4E,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5035-# qhasm:     xmm9 = shuffle dwords of xmm9 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5036:# asm 1: pshufd $0x4E,<xmm9=int6464#10,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5037:# asm 2: pshufd $0x4E,<xmm9=%xmm9,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5038-pshufd $0x4E,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5040-# qhasm:     xmm12 = shuffle dwords of xmm12 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5041:# asm 1: pshufd $0x4E,<xmm12=int6464#13,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5042:# asm 2: pshufd $0x4E,<xmm12=%xmm12,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5043-pshufd $0x4E,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5045-# qhasm:     xmm14 = shuffle dwords of xmm14 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5046:# asm 1: pshufd $0x4E,<xmm14=int6464#15,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5047:# asm 2: pshufd $0x4E,<xmm14=%xmm14,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5048-pshufd $0x4E,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5050-# qhasm:     xmm11 = shuffle dwords of xmm11 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5051:# asm 1: pshufd $0x4E,<xmm11=int6464#12,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5052:# asm 2: pshufd $0x4E,<xmm11=%xmm11,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5053-pshufd $0x4E,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5055-# qhasm:     xmm15 = shuffle dwords of xmm15 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5056:# asm 1: pshufd $0x4E,<xmm15=int6464#16,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5057:# asm 2: pshufd $0x4E,<xmm15=%xmm15,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5058-pshufd $0x4E,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5060-# qhasm:     xmm10 = shuffle dwords of xmm10 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5061:# asm 1: pshufd $0x4E,<xmm10=int6464#11,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5062:# asm 2: pshufd $0x4E,<xmm10=%xmm10,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5063-pshufd $0x4E,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5065-# qhasm:     xmm13 = shuffle dwords of xmm13 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5066:# asm 1: pshufd $0x4E,<xmm13=int6464#14,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5067:# asm 2: pshufd $0x4E,<xmm13=%xmm13,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5068-pshufd $0x4E,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5070-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5071:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5072:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5073-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5075-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5076:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5077:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5078-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5080-# qhasm:     xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5081:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5082:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5083-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5085-# qhasm:     xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5086:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5087:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5088-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5090-# qhasm:     xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5091:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5092:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5093-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5095-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5096:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5097:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5098-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5100-# qhasm:     xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5101:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5102:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5103-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5105-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5106:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5107:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5108-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5110-# qhasm:     xmm0 ^= *(int128 *)(c + 512)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5111:# asm 1: pxor 512(<c=int64#4),<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5112:# asm 2: pxor 512(<c=%rcx),<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5113-pxor 512(%rcx),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5115-# qhasm:     shuffle bytes of xmm0 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5116:# asm 1: pshufb SR,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5117:# asm 2: pshufb SR,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5118-pshufb SR,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5120-# qhasm:     xmm1 ^= *(int128 *)(c + 528)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5121:# asm 1: pxor 528(<c=int64#4),<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5122:# asm 2: pxor 528(<c=%rcx),<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5123-pxor 528(%rcx),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5125-# qhasm:     shuffle bytes of xmm1 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5126:# asm 1: pshufb SR,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5127:# asm 2: pshufb SR,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5128-pshufb SR,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5130-# qhasm:     xmm2 ^= *(int128 *)(c + 544)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5131:# asm 1: pxor 544(<c=int64#4),<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5132:# asm 2: pxor 544(<c=%rcx),<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5133-pxor 544(%rcx),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5135-# qhasm:     shuffle bytes of xmm2 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5136:# asm 1: pshufb SR,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5137:# asm 2: pshufb SR,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5138-pshufb SR,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5140-# qhasm:     xmm3 ^= *(int128 *)(c + 560)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5141:# asm 1: pxor 560(<c=int64#4),<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5142:# asm 2: pxor 560(<c=%rcx),<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5143-pxor 560(%rcx),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5145-# qhasm:     shuffle bytes of xmm3 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5146:# asm 1: pshufb SR,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5147:# asm 2: pshufb SR,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5148-pshufb SR,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5150-# qhasm:     xmm4 ^= *(int128 *)(c + 576)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5151:# asm 1: pxor 576(<c=int64#4),<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5152:# asm 2: pxor 576(<c=%rcx),<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5153-pxor 576(%rcx),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5155-# qhasm:     shuffle bytes of xmm4 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5156:# asm 1: pshufb SR,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5157:# asm 2: pshufb SR,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5158-pshufb SR,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5160-# qhasm:     xmm5 ^= *(int128 *)(c + 592)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5161:# asm 1: pxor 592(<c=int64#4),<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5162:# asm 2: pxor 592(<c=%rcx),<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5163-pxor 592(%rcx),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5165-# qhasm:     shuffle bytes of xmm5 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5166:# asm 1: pshufb SR,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5167:# asm 2: pshufb SR,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5168-pshufb SR,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5170-# qhasm:     xmm6 ^= *(int128 *)(c + 608)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5171:# asm 1: pxor 608(<c=int64#4),<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5172:# asm 2: pxor 608(<c=%rcx),<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5173-pxor 608(%rcx),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5175-# qhasm:     shuffle bytes of xmm6 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5176:# asm 1: pshufb SR,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5177:# asm 2: pshufb SR,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5178-pshufb SR,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5180-# qhasm:     xmm7 ^= *(int128 *)(c + 624)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5181:# asm 1: pxor 624(<c=int64#4),<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5182:# asm 2: pxor 624(<c=%rcx),<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5183-pxor 624(%rcx),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5185-# qhasm:     shuffle bytes of xmm7 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5186:# asm 1: pshufb SR,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5187:# asm 2: pshufb SR,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5188-pshufb SR,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5190-# qhasm:       xmm5 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5191:# asm 1: pxor  <xmm6=int6464#7,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5192:# asm 2: pxor  <xmm6=%xmm6,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5193-pxor  %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5195-# qhasm:       xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5196:# asm 1: pxor  <xmm1=int6464#2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5197:# asm 2: pxor  <xmm1=%xmm1,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5198-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5200-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5201:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5202:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5203-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5205-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5206:# asm 1: pxor  <xmm2=int6464#3,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5207:# asm 2: pxor  <xmm2=%xmm2,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5208-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5210-# qhasm:       xmm3 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5211:# asm 1: pxor  <xmm0=int6464#1,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5212:# asm 2: pxor  <xmm0=%xmm0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5213-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5215-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5216:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5217:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5218-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5220-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5221:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5222:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5223-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5225-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5226:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5227:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5228-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5230-# qhasm:       xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5231:# asm 1: pxor  <xmm5=int6464#6,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5232:# asm 2: pxor  <xmm5=%xmm5,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5233-pxor  %xmm5,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5235-# qhasm:       xmm3 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5236:# asm 1: pxor  <xmm1=int6464#2,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5237:# asm 2: pxor  <xmm1=%xmm1,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5238-pxor  %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5240-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5241:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5242:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5243-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5245-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5246:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5247:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5248-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5250-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5251:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5252:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5253-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5255-# qhasm:       xmm11 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5256:# asm 1: movdqa <xmm7=int6464#8,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5257:# asm 2: movdqa <xmm7=%xmm7,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5258-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5260-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5261:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5262:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5263-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5265-# qhasm:       xmm9 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5266:# asm 1: movdqa <xmm5=int6464#6,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5267:# asm 2: movdqa <xmm5=%xmm5,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5268-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5270-# qhasm:       xmm13 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5271:# asm 1: movdqa <xmm2=int6464#3,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5272:# asm 2: movdqa <xmm2=%xmm2,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5273-movdqa %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5275-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5276:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5277:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5278-movdqa %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5280-# qhasm:       xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5281:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5282:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5283-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5285-# qhasm:       xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5286:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5287:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5288-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5290-# qhasm:       xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5291:# asm 1: pxor  <xmm3=int6464#4,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5292:# asm 2: pxor  <xmm3=%xmm3,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5293-pxor  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5295-# qhasm:       xmm13 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5296:# asm 1: pxor  <xmm4=int6464#5,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5297:# asm 2: pxor  <xmm4=%xmm4,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5298-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5300-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5301:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5302:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5303-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5305-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5306:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5307:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5308-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5310-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5311:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5312:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5313-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5315-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5316:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5317:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5318-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5320-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5321:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5322:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5323-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5325-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5326:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5327:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5328-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5330-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5331:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5332:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5333-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5335-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5336:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5337:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5338-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5340-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5341:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5342:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5343-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5345-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5346:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5347:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5348-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5350-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5351:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5352:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5353-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5355-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5356:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5357:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5358-movdqa %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5360-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5361:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5362:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5363-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5365-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5366:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5367:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5368-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5370-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5371:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5372:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5373-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5375-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5376:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5377:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5378-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5380-# qhasm:       xmm13 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5381:# asm 1: movdqa <xmm7=int6464#8,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5382:# asm 2: movdqa <xmm7=%xmm7,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5383-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5385-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5386:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5387:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5388-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5390-# qhasm:       xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5391:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5392:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5393-movdqa %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5395-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5396:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5397:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5398-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5400-# qhasm:       xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5401:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5402:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5403-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5405-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5406:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5407:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5408-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5410-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5411:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5412:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5413-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5415-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5416:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5417:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5418-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5420-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5421:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5422:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5423-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5425-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5426:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5427:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5428-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5430-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5431:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5432:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5433-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5435-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5436:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5437:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5438-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5440-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5441:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5442:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5443-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5445-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5446:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5447:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5448-movdqa %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5450-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5451:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5452:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5453-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5455-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5456:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5457:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5458-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5460-# qhasm:       xmm15 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5461:# asm 1: movdqa <xmm7=int6464#8,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5462:# asm 2: movdqa <xmm7=%xmm7,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5463-movdqa %xmm7,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5465-# qhasm:       xmm12 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5466:# asm 1: pand  <xmm3=int6464#4,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5467:# asm 2: pand  <xmm3=%xmm3,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5468-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5470-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5471:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5472:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5473-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5475-# qhasm:       xmm14 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5476:# asm 1: pand  <xmm5=int6464#6,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5477:# asm 2: pand  <xmm5=%xmm5,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5478-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5480-# qhasm:       xmm15 |= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5481:# asm 1: por   <xmm6=int6464#7,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5482:# asm 2: por   <xmm6=%xmm6,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5483-por   %xmm6,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5485-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5486:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5487:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5488-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5490-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5491:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5492:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5493-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5495-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5496:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5497:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5498-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5500-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5501:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5502:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5503-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5505-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5506:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5507:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5508-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5510-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5511:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5512:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5513-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5515-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5516:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5517:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5518-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5520-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5521:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5522:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5523-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5525-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5526:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5527:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5528-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5530-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5531:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5532:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5533-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5535-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5536:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5537:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5538-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5540-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5541:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5542:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5543-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5545-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5546:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5547:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5548-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5550-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5551:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5552:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5553-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5555-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5556:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5557:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5558-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5560-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5561:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5562:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5563-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5565-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5566:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5567:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5568-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5570-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5571:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5572:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5573-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5575-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5576:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5577:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5578-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5580-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5581:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5582:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5583-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5585-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5586:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5587:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5588-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5590-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5591:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5592:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5593-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5595-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5596:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5597:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5598-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5600-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5601:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5602:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5603-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5605-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5606:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5607:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5608-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5610-# qhasm:         xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5611:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5612:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5613-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5615-# qhasm:         xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5616:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5617:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5618-movdqa %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5620-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5621:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5622:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5623-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5625-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5626:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5627:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5628-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5630-# qhasm:           xmm10 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5631:# asm 1: pand  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5632:# asm 2: pand  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5633-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5635-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5636:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5637:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5638-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5640-# qhasm:           xmm6 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5641:# asm 1: pand  <xmm14=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5642:# asm 2: pand  <xmm14=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5643-pand  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5645-# qhasm:           xmm5 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5646:# asm 1: pand  <xmm15=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5647:# asm 2: pand  <xmm15=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5648-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5650-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5651:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5652:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5653-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5655-# qhasm:           xmm5 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5656:# asm 1: pxor  <xmm10=int6464#11,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5657:# asm 2: pxor  <xmm10=%xmm10,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5658-pxor  %xmm10,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5660-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5661:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5662:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5663-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5665-# qhasm:         xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5666:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5667:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5668-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5670-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5671:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5672:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5673-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5675-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5676:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5677:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5678-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5680-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5681:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5682:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5683-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5685-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5686:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5687:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5688-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5690-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5691:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5692:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5693-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5695-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5696:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5697:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5698-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5700-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5701:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5702:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5703-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5705-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5706:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5707:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5708-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5710-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5711:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5712:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5713-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5715-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5716:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5717:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5718-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5720-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5721:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5722:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5723-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5725-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5726:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5727:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5728-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5730-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5731:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5732:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5733-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5735-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5736:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5737:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5738-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5740-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5741:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5742:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5743-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5745-# qhasm:           xmm3 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5746:# asm 1: pand  <xmm13=int6464#16,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5747:# asm 2: pand  <xmm13=%xmm15,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5748-pand  %xmm15,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5750-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5751:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5752:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5753-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5755-# qhasm:           xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5756:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5757:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5758-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5760-# qhasm:         xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5761:# asm 1: pxor  <xmm12=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5762:# asm 2: pxor  <xmm12=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5763-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5765-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5766:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5767:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5768-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5770-# qhasm:         xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5771:# asm 1: pxor  <xmm8=int6464#10,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5772:# asm 2: pxor  <xmm8=%xmm9,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5773-pxor  %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5775-# qhasm:         xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5776:# asm 1: pxor  <xmm8=int6464#10,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5777:# asm 2: pxor  <xmm8=%xmm9,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5778-pxor  %xmm9,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5780-# qhasm:         xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5781:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5782:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5783-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5785-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5786:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5787:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5788-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5790-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5791:# asm 1: pxor  <xmm4=int6464#5,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5792:# asm 2: pxor  <xmm4=%xmm4,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5793-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5795-# qhasm:         xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5796:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5797:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5798-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5800-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5801:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5802:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5803-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5805-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5806:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5807:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5808-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5810-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5811:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5812:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5813-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5815-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5816:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5817:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5818-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5820-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5821:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5822:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5823-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5825-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5826:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5827:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5828-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5830-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5831:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5832:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5833-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5835-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5836:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5837:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5838-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5840-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5841:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5842:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5843-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5845-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5846:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5847:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5848-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5850-# qhasm:           xmm10 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5851:# asm 1: pand  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5852:# asm 2: pand  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5853-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5855-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5856:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5857:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5858-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5860-# qhasm:           xmm4 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5861:# asm 1: pand  <xmm9=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5862:# asm 2: pand  <xmm9=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5863-pand  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5865-# qhasm:           xmm2 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5866:# asm 1: pand  <xmm13=int6464#16,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5867:# asm 2: pand  <xmm13=%xmm15,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5868-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5870-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5871:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5872:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5873-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5875-# qhasm:           xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5876:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5877:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5878-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5880-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5881:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5882:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5883-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5885-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5886:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5887:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5888-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5890-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5891:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5892:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5893-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5895-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5896:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5897:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5898-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5900-# qhasm:           xmm11 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5901:# asm 1: pand  <xmm7=int6464#8,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5902:# asm 2: pand  <xmm7=%xmm7,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5903-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5905-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5906:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5907:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5908-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5910-# qhasm:           xmm7 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5911:# asm 1: pand  <xmm14=int6464#12,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5912:# asm 2: pand  <xmm14=%xmm11,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5913-pand  %xmm11,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5915-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5916:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5917:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5918-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5920-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5921:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5922:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5923-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5925-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5926:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5927:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5928-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5930-# qhasm:         xmm7 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5931:# asm 1: pxor  <xmm12=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5932:# asm 2: pxor  <xmm12=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5933-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5935-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5936:# asm 1: pxor  <xmm12=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5937:# asm 2: pxor  <xmm12=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5938-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5940-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5941:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5942:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5943-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5945-# qhasm:         xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5946:# asm 1: pxor  <xmm8=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5947:# asm 2: pxor  <xmm8=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5948-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5950-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5951:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5952:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5953-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5955-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5956:# asm 1: pxor  <xmm6=int6464#7,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5957:# asm 2: pxor  <xmm6=%xmm6,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5958-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5960-# qhasm:       xmm4 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5961:# asm 1: pxor  <xmm7=int6464#8,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5962:# asm 2: pxor  <xmm7=%xmm7,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5963-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5965-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5966:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5967:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5968-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5970-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5971:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5972:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5973-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5975-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5976:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5977:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5978-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5980-# qhasm:       xmm5 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5981:# asm 1: pxor  <xmm2=int6464#3,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5982:# asm 2: pxor  <xmm2=%xmm2,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5983-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5985-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5986:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5987:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5988-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5990-# qhasm:       xmm2 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5991:# asm 1: pxor  <xmm3=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5992:# asm 2: pxor  <xmm3=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5993-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5995-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5996:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:5997:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-5998-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6000-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6001:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6002:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6003-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6005-# qhasm:     xmm8 = shuffle dwords of xmm0 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6006:# asm 1: pshufd $0x93,<xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6007:# asm 2: pshufd $0x93,<xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6008-pshufd $0x93,%xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6010-# qhasm:     xmm9 = shuffle dwords of xmm1 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6011:# asm 1: pshufd $0x93,<xmm1=int6464#2,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6012:# asm 2: pshufd $0x93,<xmm1=%xmm1,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6013-pshufd $0x93,%xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6015-# qhasm:     xmm10 = shuffle dwords of xmm4 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6016:# asm 1: pshufd $0x93,<xmm4=int6464#5,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6017:# asm 2: pshufd $0x93,<xmm4=%xmm4,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6018-pshufd $0x93,%xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6020-# qhasm:     xmm11 = shuffle dwords of xmm6 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6021:# asm 1: pshufd $0x93,<xmm6=int6464#7,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6022:# asm 2: pshufd $0x93,<xmm6=%xmm6,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6023-pshufd $0x93,%xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6025-# qhasm:     xmm12 = shuffle dwords of xmm3 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6026:# asm 1: pshufd $0x93,<xmm3=int6464#4,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6027:# asm 2: pshufd $0x93,<xmm3=%xmm3,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6028-pshufd $0x93,%xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6030-# qhasm:     xmm13 = shuffle dwords of xmm7 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6031:# asm 1: pshufd $0x93,<xmm7=int6464#8,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6032:# asm 2: pshufd $0x93,<xmm7=%xmm7,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6033-pshufd $0x93,%xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6035-# qhasm:     xmm14 = shuffle dwords of xmm2 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6036:# asm 1: pshufd $0x93,<xmm2=int6464#3,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6037:# asm 2: pshufd $0x93,<xmm2=%xmm2,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6038-pshufd $0x93,%xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6040-# qhasm:     xmm15 = shuffle dwords of xmm5 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6041:# asm 1: pshufd $0x93,<xmm5=int6464#6,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6042:# asm 2: pshufd $0x93,<xmm5=%xmm5,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6043-pshufd $0x93,%xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6045-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6046:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6047:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6048-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6050-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6051:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6052:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6053-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6055-# qhasm:     xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6056:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6057:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6058-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6060-# qhasm:     xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6061:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6062:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6063-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6065-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6066:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6067:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6068-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6070-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6071:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6072:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6073-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6075-# qhasm:     xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6076:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6077:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6078-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6080-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6081:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6082:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6083-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6085-# qhasm:     xmm8 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6086:# asm 1: pxor  <xmm5=int6464#6,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6087:# asm 2: pxor  <xmm5=%xmm5,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6088-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6090-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6091:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6092:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6093-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6095-# qhasm:     xmm10 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6096:# asm 1: pxor  <xmm1=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6097:# asm 2: pxor  <xmm1=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6098-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6100-# qhasm:     xmm9 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6101:# asm 1: pxor  <xmm5=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6102:# asm 2: pxor  <xmm5=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6103-pxor  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6105-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6106:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6107:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6108-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6110-# qhasm:     xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6111:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6112:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6113-pxor  %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6115-# qhasm:     xmm13 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6116:# asm 1: pxor  <xmm3=int6464#4,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6117:# asm 2: pxor  <xmm3=%xmm3,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6118-pxor  %xmm3,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6120-# qhasm:     xmm11 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6121:# asm 1: pxor  <xmm5=int6464#6,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6122:# asm 2: pxor  <xmm5=%xmm5,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6123-pxor  %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6125-# qhasm:     xmm14 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6126:# asm 1: pxor  <xmm7=int6464#8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6127:# asm 2: pxor  <xmm7=%xmm7,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6128-pxor  %xmm7,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6130-# qhasm:     xmm15 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6131:# asm 1: pxor  <xmm2=int6464#3,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6132:# asm 2: pxor  <xmm2=%xmm2,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6133-pxor  %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6135-# qhasm:     xmm12 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6136:# asm 1: pxor  <xmm5=int6464#6,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6137:# asm 2: pxor  <xmm5=%xmm5,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6138-pxor  %xmm5,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6140-# qhasm:     xmm0 = shuffle dwords of xmm0 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6141:# asm 1: pshufd $0x4E,<xmm0=int6464#1,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6142:# asm 2: pshufd $0x4E,<xmm0=%xmm0,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6143-pshufd $0x4E,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6145-# qhasm:     xmm1 = shuffle dwords of xmm1 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6146:# asm 1: pshufd $0x4E,<xmm1=int6464#2,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6147:# asm 2: pshufd $0x4E,<xmm1=%xmm1,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6148-pshufd $0x4E,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6150-# qhasm:     xmm4 = shuffle dwords of xmm4 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6151:# asm 1: pshufd $0x4E,<xmm4=int6464#5,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6152:# asm 2: pshufd $0x4E,<xmm4=%xmm4,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6153-pshufd $0x4E,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6155-# qhasm:     xmm6 = shuffle dwords of xmm6 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6156:# asm 1: pshufd $0x4E,<xmm6=int6464#7,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6157:# asm 2: pshufd $0x4E,<xmm6=%xmm6,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6158-pshufd $0x4E,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6160-# qhasm:     xmm3 = shuffle dwords of xmm3 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6161:# asm 1: pshufd $0x4E,<xmm3=int6464#4,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6162:# asm 2: pshufd $0x4E,<xmm3=%xmm3,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6163-pshufd $0x4E,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6165-# qhasm:     xmm7 = shuffle dwords of xmm7 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6166:# asm 1: pshufd $0x4E,<xmm7=int6464#8,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6167:# asm 2: pshufd $0x4E,<xmm7=%xmm7,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6168-pshufd $0x4E,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6170-# qhasm:     xmm2 = shuffle dwords of xmm2 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6171:# asm 1: pshufd $0x4E,<xmm2=int6464#3,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6172:# asm 2: pshufd $0x4E,<xmm2=%xmm2,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6173-pshufd $0x4E,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6175-# qhasm:     xmm5 = shuffle dwords of xmm5 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6176:# asm 1: pshufd $0x4E,<xmm5=int6464#6,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6177:# asm 2: pshufd $0x4E,<xmm5=%xmm5,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6178-pshufd $0x4E,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6180-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6181:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6182:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6183-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6185-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6186:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6187:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6188-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6190-# qhasm:     xmm10 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6191:# asm 1: pxor  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6192:# asm 2: pxor  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6193-pxor  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6195-# qhasm:     xmm11 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6196:# asm 1: pxor  <xmm6=int6464#7,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6197:# asm 2: pxor  <xmm6=%xmm6,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6198-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6200-# qhasm:     xmm12 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6201:# asm 1: pxor  <xmm3=int6464#4,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6202:# asm 2: pxor  <xmm3=%xmm3,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6203-pxor  %xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6205-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6206:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6207:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6208-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6210-# qhasm:     xmm14 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6211:# asm 1: pxor  <xmm2=int6464#3,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6212:# asm 2: pxor  <xmm2=%xmm2,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6213-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6215-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6216:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6217:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6218-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6220-# qhasm:     xmm8 ^= *(int128 *)(c + 640)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6221:# asm 1: pxor 640(<c=int64#4),<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6222:# asm 2: pxor 640(<c=%rcx),<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6223-pxor 640(%rcx),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6225-# qhasm:     shuffle bytes of xmm8 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6226:# asm 1: pshufb SR,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6227:# asm 2: pshufb SR,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6228-pshufb SR,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6230-# qhasm:     xmm9 ^= *(int128 *)(c + 656)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6231:# asm 1: pxor 656(<c=int64#4),<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6232:# asm 2: pxor 656(<c=%rcx),<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6233-pxor 656(%rcx),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6235-# qhasm:     shuffle bytes of xmm9 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6236:# asm 1: pshufb SR,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6237:# asm 2: pshufb SR,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6238-pshufb SR,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6240-# qhasm:     xmm10 ^= *(int128 *)(c + 672)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6241:# asm 1: pxor 672(<c=int64#4),<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6242:# asm 2: pxor 672(<c=%rcx),<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6243-pxor 672(%rcx),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6245-# qhasm:     shuffle bytes of xmm10 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6246:# asm 1: pshufb SR,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6247:# asm 2: pshufb SR,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6248-pshufb SR,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6250-# qhasm:     xmm11 ^= *(int128 *)(c + 688)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6251:# asm 1: pxor 688(<c=int64#4),<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6252:# asm 2: pxor 688(<c=%rcx),<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6253-pxor 688(%rcx),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6255-# qhasm:     shuffle bytes of xmm11 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6256:# asm 1: pshufb SR,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6257:# asm 2: pshufb SR,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6258-pshufb SR,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6260-# qhasm:     xmm12 ^= *(int128 *)(c + 704)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6261:# asm 1: pxor 704(<c=int64#4),<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6262:# asm 2: pxor 704(<c=%rcx),<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6263-pxor 704(%rcx),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6265-# qhasm:     shuffle bytes of xmm12 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6266:# asm 1: pshufb SR,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6267:# asm 2: pshufb SR,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6268-pshufb SR,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6270-# qhasm:     xmm13 ^= *(int128 *)(c + 720)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6271:# asm 1: pxor 720(<c=int64#4),<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6272:# asm 2: pxor 720(<c=%rcx),<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6273-pxor 720(%rcx),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6275-# qhasm:     shuffle bytes of xmm13 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6276:# asm 1: pshufb SR,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6277:# asm 2: pshufb SR,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6278-pshufb SR,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6280-# qhasm:     xmm14 ^= *(int128 *)(c + 736)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6281:# asm 1: pxor 736(<c=int64#4),<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6282:# asm 2: pxor 736(<c=%rcx),<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6283-pxor 736(%rcx),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6285-# qhasm:     shuffle bytes of xmm14 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6286:# asm 1: pshufb SR,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6287:# asm 2: pshufb SR,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6288-pshufb SR,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6290-# qhasm:     xmm15 ^= *(int128 *)(c + 752)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6291:# asm 1: pxor 752(<c=int64#4),<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6292:# asm 2: pxor 752(<c=%rcx),<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6293-pxor 752(%rcx),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6295-# qhasm:     shuffle bytes of xmm15 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6296:# asm 1: pshufb SR,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6297:# asm 2: pshufb SR,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6298-pshufb SR,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6300-# qhasm:       xmm13 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6301:# asm 1: pxor  <xmm14=int6464#15,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6302:# asm 2: pxor  <xmm14=%xmm14,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6303-pxor  %xmm14,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6305-# qhasm:       xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6306:# asm 1: pxor  <xmm9=int6464#10,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6307:# asm 2: pxor  <xmm9=%xmm9,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6308-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6310-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6311:# asm 1: pxor  <xmm8=int6464#9,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6312:# asm 2: pxor  <xmm8=%xmm8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6313-pxor  %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6315-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6316:# asm 1: pxor  <xmm10=int6464#11,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6317:# asm 2: pxor  <xmm10=%xmm10,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6318-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6320-# qhasm:       xmm11 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6321:# asm 1: pxor  <xmm8=int6464#9,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6322:# asm 2: pxor  <xmm8=%xmm8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6323-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6325-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6326:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6327:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6328-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6330-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6331:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6332:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6333-pxor  %xmm15,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6335-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6336:# asm 1: pxor  <xmm12=int6464#13,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6337:# asm 2: pxor  <xmm12=%xmm12,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6338-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6340-# qhasm:       xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6341:# asm 1: pxor  <xmm13=int6464#14,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6342:# asm 2: pxor  <xmm13=%xmm13,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6343-pxor  %xmm13,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6345-# qhasm:       xmm11 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6346:# asm 1: pxor  <xmm9=int6464#10,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6347:# asm 2: pxor  <xmm9=%xmm9,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6348-pxor  %xmm9,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6350-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6351:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6352:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6353-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6355-# qhasm:       xmm10 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6356:# asm 1: pxor  <xmm15=int6464#16,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6357:# asm 2: pxor  <xmm15=%xmm15,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6358-pxor  %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6360-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6361:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6362:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6363-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6365-# qhasm:       xmm3 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6366:# asm 1: movdqa <xmm15=int6464#16,>xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6367:# asm 2: movdqa <xmm15=%xmm15,>xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6368-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6370-# qhasm:       xmm2 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6371:# asm 1: movdqa <xmm9=int6464#10,>xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6372:# asm 2: movdqa <xmm9=%xmm9,>xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6373-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6375-# qhasm:       xmm1 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6376:# asm 1: movdqa <xmm13=int6464#14,>xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6377:# asm 2: movdqa <xmm13=%xmm13,>xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6378-movdqa %xmm13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6380-# qhasm:       xmm5 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6381:# asm 1: movdqa <xmm10=int6464#11,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6382:# asm 2: movdqa <xmm10=%xmm10,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6383-movdqa %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6385-# qhasm:       xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6386:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6387:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6388-movdqa %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6390-# qhasm:       xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6391:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6392:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6393-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6395-# qhasm:       xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6396:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6397:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6398-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6400-# qhasm:       xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6401:# asm 1: pxor  <xmm11=int6464#12,<xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6402:# asm 2: pxor  <xmm11=%xmm11,<xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6403-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6405-# qhasm:       xmm5 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6406:# asm 1: pxor  <xmm12=int6464#13,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6407:# asm 2: pxor  <xmm12=%xmm12,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6408-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6410-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6411:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6412:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6413-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6415-# qhasm:       xmm6 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6416:# asm 1: movdqa <xmm3=int6464#1,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6417:# asm 2: movdqa <xmm3=%xmm0,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6418-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6420-# qhasm:       xmm0 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6421:# asm 1: movdqa <xmm2=int6464#2,>xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6422:# asm 2: movdqa <xmm2=%xmm1,>xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6423-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6425-# qhasm:       xmm7 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6426:# asm 1: movdqa <xmm3=int6464#1,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6427:# asm 2: movdqa <xmm3=%xmm0,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6428-movdqa %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6430-# qhasm:       xmm2 |= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6431:# asm 1: por   <xmm1=int6464#3,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6432:# asm 2: por   <xmm1=%xmm2,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6433-por   %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6435-# qhasm:       xmm3 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6436:# asm 1: por   <xmm4=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6437:# asm 2: por   <xmm4=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6438-por   %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6440-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6441:# asm 1: pxor  <xmm0=int6464#7,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6442:# asm 2: pxor  <xmm0=%xmm6,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6443-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6445-# qhasm:       xmm6 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6446:# asm 1: pand  <xmm4=int6464#5,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6447:# asm 2: pand  <xmm4=%xmm4,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6448-pand  %xmm4,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6450-# qhasm:       xmm0 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6451:# asm 1: pand  <xmm1=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6452:# asm 2: pand  <xmm1=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6453-pand  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6455-# qhasm:       xmm4 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6456:# asm 1: pxor  <xmm1=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6457:# asm 2: pxor  <xmm1=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6458-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6460-# qhasm:       xmm7 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6461:# asm 1: pand  <xmm4=int6464#5,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6462:# asm 2: pand  <xmm4=%xmm4,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6463-pand  %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6465-# qhasm:       xmm4 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6466:# asm 1: movdqa <xmm11=int6464#12,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6467:# asm 2: movdqa <xmm11=%xmm11,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6468-movdqa %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6470-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6471:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6472:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6473-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6475-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6476:# asm 1: pand  <xmm4=int6464#3,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6477:# asm 2: pand  <xmm4=%xmm2,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6478-pand  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6480-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6481:# asm 1: pxor  <xmm5=int6464#4,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6482:# asm 2: pxor  <xmm5=%xmm3,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6483-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6485-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6486:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6487:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6488-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6490-# qhasm:       xmm5 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6491:# asm 1: movdqa <xmm15=int6464#16,>xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6492:# asm 2: movdqa <xmm15=%xmm15,>xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6493-movdqa %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6495-# qhasm:       xmm5 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6496:# asm 1: pxor  <xmm9=int6464#10,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6497:# asm 2: pxor  <xmm9=%xmm9,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6498-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6500-# qhasm:       xmm4 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6501:# asm 1: movdqa <xmm13=int6464#14,>xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6502:# asm 2: movdqa <xmm13=%xmm13,>xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6503-movdqa %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6505-# qhasm:       xmm1 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6506:# asm 1: movdqa <xmm5=int6464#3,>xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6507:# asm 2: movdqa <xmm5=%xmm2,>xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6508-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6510-# qhasm:       xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6511:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6512:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6513-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6515-# qhasm:       xmm1 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6516:# asm 1: por   <xmm4=int6464#4,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6517:# asm 2: por   <xmm4=%xmm3,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6518-por   %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6520-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6521:# asm 1: pand  <xmm4=int6464#4,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6522:# asm 2: pand  <xmm4=%xmm3,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6523-pand  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6525-# qhasm:       xmm0 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6526:# asm 1: pxor  <xmm5=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6527:# asm 2: pxor  <xmm5=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6528-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6530-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6531:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6532:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6533-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6535-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6536:# asm 1: pxor  <xmm6=int6464#6,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6537:# asm 2: pxor  <xmm6=%xmm5,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6538-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6540-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6541:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6542:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6543-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6545-# qhasm:       xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6546:# asm 1: pxor  <xmm6=int6464#6,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6547:# asm 2: pxor  <xmm6=%xmm5,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6548-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6550-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6551:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6552:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6553-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6555-# qhasm:       xmm4 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6556:# asm 1: movdqa <xmm10=int6464#11,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6557:# asm 2: movdqa <xmm10=%xmm10,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6558-movdqa %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6560-# qhasm:       xmm5 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6561:# asm 1: movdqa <xmm12=int6464#13,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6562:# asm 2: movdqa <xmm12=%xmm12,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6563-movdqa %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6565-# qhasm:       xmm6 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6566:# asm 1: movdqa <xmm9=int6464#10,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6567:# asm 2: movdqa <xmm9=%xmm9,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6568-movdqa %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6570-# qhasm:       xmm7 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6571:# asm 1: movdqa <xmm15=int6464#16,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6572:# asm 2: movdqa <xmm15=%xmm15,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6573-movdqa %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6575-# qhasm:       xmm4 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6576:# asm 1: pand  <xmm11=int6464#12,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6577:# asm 2: pand  <xmm11=%xmm11,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6578-pand  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6580-# qhasm:       xmm5 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6581:# asm 1: pand  <xmm8=int6464#9,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6582:# asm 2: pand  <xmm8=%xmm8,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6583-pand  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6585-# qhasm:       xmm6 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6586:# asm 1: pand  <xmm13=int6464#14,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6587:# asm 2: pand  <xmm13=%xmm13,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6588-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6590-# qhasm:       xmm7 |= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6591:# asm 1: por   <xmm14=int6464#15,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6592:# asm 2: por   <xmm14=%xmm14,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6593-por   %xmm14,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6595-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6596:# asm 1: pxor  <xmm4=int6464#3,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6597:# asm 2: pxor  <xmm4=%xmm2,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6598-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6600-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6601:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6602:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6603-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6605-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6606:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6607:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6608-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6610-# qhasm:       xmm0 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6611:# asm 1: pxor  <xmm7=int6464#8,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6612:# asm 2: pxor  <xmm7=%xmm7,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6613-pxor  %xmm7,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6615-# qhasm:       xmm4 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6616:# asm 1: movdqa <xmm3=int6464#1,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6617:# asm 2: movdqa <xmm3=%xmm0,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6618-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6620-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6621:# asm 1: pxor  <xmm2=int6464#2,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6622:# asm 2: pxor  <xmm2=%xmm1,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6623-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6625-# qhasm:       xmm3 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6626:# asm 1: pand  <xmm1=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6627:# asm 2: pand  <xmm1=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6628-pand  %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6630-# qhasm:       xmm6 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6631:# asm 1: movdqa <xmm0=int6464#7,>xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6632:# asm 2: movdqa <xmm0=%xmm6,>xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6633-movdqa %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6635-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6636:# asm 1: pxor  <xmm3=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6637:# asm 2: pxor  <xmm3=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6638-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6640-# qhasm:       xmm7 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6641:# asm 1: movdqa <xmm4=int6464#3,>xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6642:# asm 2: movdqa <xmm4=%xmm2,>xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6643-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6645-# qhasm:       xmm7 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6646:# asm 1: pand  <xmm6=int6464#4,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6647:# asm 2: pand  <xmm6=%xmm3,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6648-pand  %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6650-# qhasm:       xmm7 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6651:# asm 1: pxor  <xmm2=int6464#2,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6652:# asm 2: pxor  <xmm2=%xmm1,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6653-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6655-# qhasm:       xmm5 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6656:# asm 1: movdqa <xmm1=int6464#5,>xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6657:# asm 2: movdqa <xmm1=%xmm4,>xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6658-movdqa %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6660-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6661:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6662:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6663-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6665-# qhasm:       xmm3 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6666:# asm 1: pxor  <xmm2=int6464#2,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6667:# asm 2: pxor  <xmm2=%xmm1,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6668-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6670-# qhasm:       xmm5 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6671:# asm 1: pand  <xmm3=int6464#1,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6672:# asm 2: pand  <xmm3=%xmm0,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6673-pand  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6675-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6676:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6677:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6678-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6680-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6681:# asm 1: pxor  <xmm5=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6682:# asm 2: pxor  <xmm5=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6683-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6685-# qhasm:       xmm2 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6686:# asm 1: movdqa <xmm6=int6464#4,>xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6687:# asm 2: movdqa <xmm6=%xmm3,>xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6688-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6690-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6691:# asm 1: pxor  <xmm5=int6464#8,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6692:# asm 2: pxor  <xmm5=%xmm7,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6693-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6695-# qhasm:       xmm2 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6696:# asm 1: pand  <xmm0=int6464#7,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6697:# asm 2: pand  <xmm0=%xmm6,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6698-pand  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6700-# qhasm:       xmm1 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6701:# asm 1: pxor  <xmm2=int6464#1,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6702:# asm 2: pxor  <xmm2=%xmm0,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6703-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6705-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6706:# asm 1: pxor  <xmm2=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6707:# asm 2: pxor  <xmm2=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6708-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6710-# qhasm:       xmm6 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6711:# asm 1: pand  <xmm7=int6464#6,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6712:# asm 2: pand  <xmm7=%xmm5,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6713-pand  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6715-# qhasm:       xmm6 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6716:# asm 1: pxor  <xmm4=int6464#3,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6717:# asm 2: pxor  <xmm4=%xmm2,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6718-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6720-# qhasm:         xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6721:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6722:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6723-movdqa %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6725-# qhasm:         xmm0 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6726:# asm 1: movdqa <xmm13=int6464#14,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6727:# asm 2: movdqa <xmm13=%xmm13,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6728-movdqa %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6730-# qhasm:           xmm2 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6731:# asm 1: movdqa <xmm7=int6464#6,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6732:# asm 2: movdqa <xmm7=%xmm5,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6733-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6735-# qhasm:           xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6736:# asm 1: pxor  <xmm6=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6737:# asm 2: pxor  <xmm6=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6738-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6740-# qhasm:           xmm2 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6741:# asm 1: pand  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6742:# asm 2: pand  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6743-pand  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6745-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6746:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6747:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6748-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6750-# qhasm:           xmm14 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6751:# asm 1: pand  <xmm6=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6752:# asm 2: pand  <xmm6=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6753-pand  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6755-# qhasm:           xmm13 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6756:# asm 1: pand  <xmm7=int6464#6,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6757:# asm 2: pand  <xmm7=%xmm5,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6758-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6760-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6761:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6762:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6763-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6765-# qhasm:           xmm13 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6766:# asm 1: pxor  <xmm2=int6464#3,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6767:# asm 2: pxor  <xmm2=%xmm2,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6768-pxor  %xmm2,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6770-# qhasm:         xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6771:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6772:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6773-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6775-# qhasm:         xmm0 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6776:# asm 1: pxor  <xmm11=int6464#12,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6777:# asm 2: pxor  <xmm11=%xmm11,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6778-pxor  %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6780-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6781:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6782:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6783-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6785-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6786:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6787:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6788-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6790-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6791:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6792:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6793-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6795-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6796:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6797:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6798-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6800-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6801:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6802:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6803-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6805-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6806:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6807:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6808-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6810-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6811:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6812:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6813-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6815-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6816:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6817:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6818-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6820-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6821:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6822:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6823-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6825-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6826:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6827:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6828-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6830-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6831:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6832:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6833-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6835-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6836:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6837:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6838-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6840-# qhasm:           xmm2 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6841:# asm 1: pand  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6842:# asm 2: pand  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6843-pand  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6845-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6846:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6847:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6848-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6850-# qhasm:           xmm8 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6851:# asm 1: pand  <xmm1=int6464#5,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6852:# asm 2: pand  <xmm1=%xmm4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6853-pand  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6855-# qhasm:           xmm11 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6856:# asm 1: pand  <xmm5=int6464#8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6857:# asm 2: pand  <xmm5=%xmm7,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6858-pand  %xmm7,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6860-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6861:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6862:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6863-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6865-# qhasm:           xmm11 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6866:# asm 1: pxor  <xmm2=int6464#3,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6867:# asm 2: pxor  <xmm2=%xmm2,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6868-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6870-# qhasm:         xmm14 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6871:# asm 1: pxor  <xmm4=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6872:# asm 2: pxor  <xmm4=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6873-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6875-# qhasm:         xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6876:# asm 1: pxor  <xmm4=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6877:# asm 2: pxor  <xmm4=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6878-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6880-# qhasm:         xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6881:# asm 1: pxor  <xmm0=int6464#2,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6882:# asm 2: pxor  <xmm0=%xmm1,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6883-pxor  %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6885-# qhasm:         xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6886:# asm 1: pxor  <xmm0=int6464#2,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6887:# asm 2: pxor  <xmm0=%xmm1,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6888-pxor  %xmm1,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6890-# qhasm:         xmm4 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6891:# asm 1: movdqa <xmm15=int6464#16,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6892:# asm 2: movdqa <xmm15=%xmm15,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6893-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6895-# qhasm:         xmm0 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6896:# asm 1: movdqa <xmm9=int6464#10,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6897:# asm 2: movdqa <xmm9=%xmm9,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6898-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6900-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6901:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6902:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6903-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6905-# qhasm:         xmm0 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6906:# asm 1: pxor  <xmm10=int6464#11,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6907:# asm 2: pxor  <xmm10=%xmm10,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6908-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6910-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6911:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6912:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6913-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6915-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6916:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6917:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6918-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6920-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6921:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6922:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6923-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6925-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6926:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6927:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6928-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6930-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6931:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6932:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6933-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6935-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6936:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6937:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6938-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6940-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6941:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6942:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6943-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6945-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6946:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6947:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6948-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6950-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6951:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6952:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6953-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6955-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6956:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6957:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6958-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6960-# qhasm:           xmm2 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6961:# asm 1: pand  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6962:# asm 2: pand  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6963-pand  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6965-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6966:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6967:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6968-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6970-# qhasm:           xmm12 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6971:# asm 1: pand  <xmm1=int6464#5,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6972:# asm 2: pand  <xmm1=%xmm4,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6973-pand  %xmm4,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6975-# qhasm:           xmm10 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6976:# asm 1: pand  <xmm5=int6464#8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6977:# asm 2: pand  <xmm5=%xmm7,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6978-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6980-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6981:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6982:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6983-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6985-# qhasm:           xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6986:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6987:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6988-pxor  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6990-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6991:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6992:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6993-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6995-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6996:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:6997:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-6998-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7000-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7001:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7002:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7003-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7005-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7006:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7007:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7008-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7010-# qhasm:           xmm3 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7011:# asm 1: pand  <xmm15=int6464#16,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7012:# asm 2: pand  <xmm15=%xmm15,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7013-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7015-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7016:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7017:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7018-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7020-# qhasm:           xmm15 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7021:# asm 1: pand  <xmm6=int6464#4,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7022:# asm 2: pand  <xmm6=%xmm3,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7023-pand  %xmm3,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7025-# qhasm:           xmm9 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7026:# asm 1: pand  <xmm7=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7027:# asm 2: pand  <xmm7=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7028-pand  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7030-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7031:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7032:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7033-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7035-# qhasm:           xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7036:# asm 1: pxor  <xmm3=int6464#3,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7037:# asm 2: pxor  <xmm3=%xmm2,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7038-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7040-# qhasm:         xmm15 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7041:# asm 1: pxor  <xmm4=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7042:# asm 2: pxor  <xmm4=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7043-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7045-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7046:# asm 1: pxor  <xmm4=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7047:# asm 2: pxor  <xmm4=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7048-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7050-# qhasm:         xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7051:# asm 1: pxor  <xmm0=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7052:# asm 2: pxor  <xmm0=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7053-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7055-# qhasm:         xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7056:# asm 1: pxor  <xmm0=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7057:# asm 2: pxor  <xmm0=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7058-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7060-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7061:# asm 1: pxor  <xmm8=int6464#9,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7062:# asm 2: pxor  <xmm8=%xmm8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7063-pxor  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7065-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7066:# asm 1: pxor  <xmm14=int6464#15,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7067:# asm 2: pxor  <xmm14=%xmm14,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7068-pxor  %xmm14,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7070-# qhasm:       xmm12 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7071:# asm 1: pxor  <xmm15=int6464#16,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7072:# asm 2: pxor  <xmm15=%xmm15,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7073-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7075-# qhasm:       xmm14 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7076:# asm 1: pxor  <xmm8=int6464#9,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7077:# asm 2: pxor  <xmm8=%xmm8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7078-pxor  %xmm8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7080-# qhasm:       xmm8 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7081:# asm 1: pxor  <xmm9=int6464#10,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7082:# asm 2: pxor  <xmm9=%xmm9,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7083-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7085-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7086:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7087:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7088-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7090-# qhasm:       xmm13 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7091:# asm 1: pxor  <xmm10=int6464#11,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7092:# asm 2: pxor  <xmm10=%xmm10,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7093-pxor  %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7095-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7096:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7097:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7098-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7100-# qhasm:       xmm10 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7101:# asm 1: pxor  <xmm11=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7102:# asm 2: pxor  <xmm11=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7103-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7105-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7106:# asm 1: pxor  <xmm13=int6464#14,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7107:# asm 2: pxor  <xmm13=%xmm13,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7108-pxor  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7110-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7111:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7112:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7113-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7115-# qhasm:     xmm0 = shuffle dwords of xmm8 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7116:# asm 1: pshufd $0x93,<xmm8=int6464#9,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7117:# asm 2: pshufd $0x93,<xmm8=%xmm8,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7118-pshufd $0x93,%xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7120-# qhasm:     xmm1 = shuffle dwords of xmm9 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7121:# asm 1: pshufd $0x93,<xmm9=int6464#10,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7122:# asm 2: pshufd $0x93,<xmm9=%xmm9,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7123-pshufd $0x93,%xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7125-# qhasm:     xmm2 = shuffle dwords of xmm12 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7126:# asm 1: pshufd $0x93,<xmm12=int6464#13,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7127:# asm 2: pshufd $0x93,<xmm12=%xmm12,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7128-pshufd $0x93,%xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7130-# qhasm:     xmm3 = shuffle dwords of xmm14 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7131:# asm 1: pshufd $0x93,<xmm14=int6464#15,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7132:# asm 2: pshufd $0x93,<xmm14=%xmm14,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7133-pshufd $0x93,%xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7135-# qhasm:     xmm4 = shuffle dwords of xmm11 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7136:# asm 1: pshufd $0x93,<xmm11=int6464#12,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7137:# asm 2: pshufd $0x93,<xmm11=%xmm11,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7138-pshufd $0x93,%xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7140-# qhasm:     xmm5 = shuffle dwords of xmm15 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7141:# asm 1: pshufd $0x93,<xmm15=int6464#16,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7142:# asm 2: pshufd $0x93,<xmm15=%xmm15,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7143-pshufd $0x93,%xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7145-# qhasm:     xmm6 = shuffle dwords of xmm10 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7146:# asm 1: pshufd $0x93,<xmm10=int6464#11,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7147:# asm 2: pshufd $0x93,<xmm10=%xmm10,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7148-pshufd $0x93,%xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7150-# qhasm:     xmm7 = shuffle dwords of xmm13 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7151:# asm 1: pshufd $0x93,<xmm13=int6464#14,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7152:# asm 2: pshufd $0x93,<xmm13=%xmm13,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7153-pshufd $0x93,%xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7155-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7156:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7157:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7158-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7160-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7161:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7162:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7163-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7165-# qhasm:     xmm12 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7166:# asm 1: pxor  <xmm2=int6464#3,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7167:# asm 2: pxor  <xmm2=%xmm2,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7168-pxor  %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7170-# qhasm:     xmm14 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7171:# asm 1: pxor  <xmm3=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7172:# asm 2: pxor  <xmm3=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7173-pxor  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7175-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7176:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7177:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7178-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7180-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7181:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7182:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7183-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7185-# qhasm:     xmm10 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7186:# asm 1: pxor  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7187:# asm 2: pxor  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7188-pxor  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7190-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7191:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7192:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7193-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7195-# qhasm:     xmm0 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7196:# asm 1: pxor  <xmm13=int6464#14,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7197:# asm 2: pxor  <xmm13=%xmm13,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7198-pxor  %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7200-# qhasm:     xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7201:# asm 1: pxor  <xmm8=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7202:# asm 2: pxor  <xmm8=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7203-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7205-# qhasm:     xmm2 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7206:# asm 1: pxor  <xmm9=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7207:# asm 2: pxor  <xmm9=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7208-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7210-# qhasm:     xmm1 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7211:# asm 1: pxor  <xmm13=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7212:# asm 2: pxor  <xmm13=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7213-pxor  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7215-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7216:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7217:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7218-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7220-# qhasm:     xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7221:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7222:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7223-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7225-# qhasm:     xmm5 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7226:# asm 1: pxor  <xmm11=int6464#12,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7227:# asm 2: pxor  <xmm11=%xmm11,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7228-pxor  %xmm11,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7230-# qhasm:     xmm3 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7231:# asm 1: pxor  <xmm13=int6464#14,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7232:# asm 2: pxor  <xmm13=%xmm13,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7233-pxor  %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7235-# qhasm:     xmm6 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7236:# asm 1: pxor  <xmm15=int6464#16,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7237:# asm 2: pxor  <xmm15=%xmm15,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7238-pxor  %xmm15,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7240-# qhasm:     xmm7 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7241:# asm 1: pxor  <xmm10=int6464#11,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7242:# asm 2: pxor  <xmm10=%xmm10,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7243-pxor  %xmm10,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7245-# qhasm:     xmm4 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7246:# asm 1: pxor  <xmm13=int6464#14,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7247:# asm 2: pxor  <xmm13=%xmm13,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7248-pxor  %xmm13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7250-# qhasm:     xmm8 = shuffle dwords of xmm8 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7251:# asm 1: pshufd $0x4E,<xmm8=int6464#9,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7252:# asm 2: pshufd $0x4E,<xmm8=%xmm8,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7253-pshufd $0x4E,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7255-# qhasm:     xmm9 = shuffle dwords of xmm9 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7256:# asm 1: pshufd $0x4E,<xmm9=int6464#10,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7257:# asm 2: pshufd $0x4E,<xmm9=%xmm9,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7258-pshufd $0x4E,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7260-# qhasm:     xmm12 = shuffle dwords of xmm12 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7261:# asm 1: pshufd $0x4E,<xmm12=int6464#13,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7262:# asm 2: pshufd $0x4E,<xmm12=%xmm12,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7263-pshufd $0x4E,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7265-# qhasm:     xmm14 = shuffle dwords of xmm14 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7266:# asm 1: pshufd $0x4E,<xmm14=int6464#15,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7267:# asm 2: pshufd $0x4E,<xmm14=%xmm14,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7268-pshufd $0x4E,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7270-# qhasm:     xmm11 = shuffle dwords of xmm11 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7271:# asm 1: pshufd $0x4E,<xmm11=int6464#12,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7272:# asm 2: pshufd $0x4E,<xmm11=%xmm11,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7273-pshufd $0x4E,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7275-# qhasm:     xmm15 = shuffle dwords of xmm15 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7276:# asm 1: pshufd $0x4E,<xmm15=int6464#16,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7277:# asm 2: pshufd $0x4E,<xmm15=%xmm15,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7278-pshufd $0x4E,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7280-# qhasm:     xmm10 = shuffle dwords of xmm10 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7281:# asm 1: pshufd $0x4E,<xmm10=int6464#11,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7282:# asm 2: pshufd $0x4E,<xmm10=%xmm10,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7283-pshufd $0x4E,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7285-# qhasm:     xmm13 = shuffle dwords of xmm13 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7286:# asm 1: pshufd $0x4E,<xmm13=int6464#14,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7287:# asm 2: pshufd $0x4E,<xmm13=%xmm13,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7288-pshufd $0x4E,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7290-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7291:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7292:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7293-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7295-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7296:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7297:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7298-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7300-# qhasm:     xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7301:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7302:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7303-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7305-# qhasm:     xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7306:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7307:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7308-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7310-# qhasm:     xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7311:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7312:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7313-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7315-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7316:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7317:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7318-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7320-# qhasm:     xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7321:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7322:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7323-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7325-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7326:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7327:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7328-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7330-# qhasm:     xmm0 ^= *(int128 *)(c + 768)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7331:# asm 1: pxor 768(<c=int64#4),<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7332:# asm 2: pxor 768(<c=%rcx),<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7333-pxor 768(%rcx),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7335-# qhasm:     shuffle bytes of xmm0 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7336:# asm 1: pshufb SR,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7337:# asm 2: pshufb SR,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7338-pshufb SR,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7340-# qhasm:     xmm1 ^= *(int128 *)(c + 784)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7341:# asm 1: pxor 784(<c=int64#4),<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7342:# asm 2: pxor 784(<c=%rcx),<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7343-pxor 784(%rcx),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7345-# qhasm:     shuffle bytes of xmm1 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7346:# asm 1: pshufb SR,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7347:# asm 2: pshufb SR,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7348-pshufb SR,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7350-# qhasm:     xmm2 ^= *(int128 *)(c + 800)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7351:# asm 1: pxor 800(<c=int64#4),<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7352:# asm 2: pxor 800(<c=%rcx),<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7353-pxor 800(%rcx),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7355-# qhasm:     shuffle bytes of xmm2 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7356:# asm 1: pshufb SR,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7357:# asm 2: pshufb SR,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7358-pshufb SR,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7360-# qhasm:     xmm3 ^= *(int128 *)(c + 816)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7361:# asm 1: pxor 816(<c=int64#4),<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7362:# asm 2: pxor 816(<c=%rcx),<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7363-pxor 816(%rcx),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7365-# qhasm:     shuffle bytes of xmm3 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7366:# asm 1: pshufb SR,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7367:# asm 2: pshufb SR,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7368-pshufb SR,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7370-# qhasm:     xmm4 ^= *(int128 *)(c + 832)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7371:# asm 1: pxor 832(<c=int64#4),<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7372:# asm 2: pxor 832(<c=%rcx),<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7373-pxor 832(%rcx),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7375-# qhasm:     shuffle bytes of xmm4 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7376:# asm 1: pshufb SR,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7377:# asm 2: pshufb SR,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7378-pshufb SR,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7380-# qhasm:     xmm5 ^= *(int128 *)(c + 848)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7381:# asm 1: pxor 848(<c=int64#4),<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7382:# asm 2: pxor 848(<c=%rcx),<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7383-pxor 848(%rcx),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7385-# qhasm:     shuffle bytes of xmm5 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7386:# asm 1: pshufb SR,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7387:# asm 2: pshufb SR,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7388-pshufb SR,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7390-# qhasm:     xmm6 ^= *(int128 *)(c + 864)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7391:# asm 1: pxor 864(<c=int64#4),<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7392:# asm 2: pxor 864(<c=%rcx),<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7393-pxor 864(%rcx),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7395-# qhasm:     shuffle bytes of xmm6 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7396:# asm 1: pshufb SR,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7397:# asm 2: pshufb SR,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7398-pshufb SR,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7400-# qhasm:     xmm7 ^= *(int128 *)(c + 880)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7401:# asm 1: pxor 880(<c=int64#4),<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7402:# asm 2: pxor 880(<c=%rcx),<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7403-pxor 880(%rcx),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7405-# qhasm:     shuffle bytes of xmm7 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7406:# asm 1: pshufb SR,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7407:# asm 2: pshufb SR,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7408-pshufb SR,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7410-# qhasm:       xmm5 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7411:# asm 1: pxor  <xmm6=int6464#7,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7412:# asm 2: pxor  <xmm6=%xmm6,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7413-pxor  %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7415-# qhasm:       xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7416:# asm 1: pxor  <xmm1=int6464#2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7417:# asm 2: pxor  <xmm1=%xmm1,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7418-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7420-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7421:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7422:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7423-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7425-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7426:# asm 1: pxor  <xmm2=int6464#3,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7427:# asm 2: pxor  <xmm2=%xmm2,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7428-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7430-# qhasm:       xmm3 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7431:# asm 1: pxor  <xmm0=int6464#1,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7432:# asm 2: pxor  <xmm0=%xmm0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7433-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7435-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7436:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7437:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7438-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7440-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7441:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7442:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7443-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7445-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7446:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7447:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7448-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7450-# qhasm:       xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7451:# asm 1: pxor  <xmm5=int6464#6,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7452:# asm 2: pxor  <xmm5=%xmm5,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7453-pxor  %xmm5,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7455-# qhasm:       xmm3 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7456:# asm 1: pxor  <xmm1=int6464#2,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7457:# asm 2: pxor  <xmm1=%xmm1,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7458-pxor  %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7460-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7461:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7462:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7463-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7465-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7466:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7467:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7468-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7470-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7471:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7472:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7473-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7475-# qhasm:       xmm11 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7476:# asm 1: movdqa <xmm7=int6464#8,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7477:# asm 2: movdqa <xmm7=%xmm7,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7478-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7480-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7481:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7482:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7483-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7485-# qhasm:       xmm9 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7486:# asm 1: movdqa <xmm5=int6464#6,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7487:# asm 2: movdqa <xmm5=%xmm5,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7488-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7490-# qhasm:       xmm13 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7491:# asm 1: movdqa <xmm2=int6464#3,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7492:# asm 2: movdqa <xmm2=%xmm2,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7493-movdqa %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7495-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7496:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7497:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7498-movdqa %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7500-# qhasm:       xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7501:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7502:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7503-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7505-# qhasm:       xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7506:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7507:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7508-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7510-# qhasm:       xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7511:# asm 1: pxor  <xmm3=int6464#4,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7512:# asm 2: pxor  <xmm3=%xmm3,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7513-pxor  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7515-# qhasm:       xmm13 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7516:# asm 1: pxor  <xmm4=int6464#5,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7517:# asm 2: pxor  <xmm4=%xmm4,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7518-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7520-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7521:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7522:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7523-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7525-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7526:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7527:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7528-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7530-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7531:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7532:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7533-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7535-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7536:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7537:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7538-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7540-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7541:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7542:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7543-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7545-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7546:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7547:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7548-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7550-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7551:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7552:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7553-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7555-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7556:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7557:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7558-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7560-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7561:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7562:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7563-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7565-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7566:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7567:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7568-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7570-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7571:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7572:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7573-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7575-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7576:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7577:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7578-movdqa %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7580-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7581:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7582:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7583-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7585-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7586:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7587:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7588-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7590-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7591:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7592:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7593-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7595-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7596:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7597:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7598-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7600-# qhasm:       xmm13 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7601:# asm 1: movdqa <xmm7=int6464#8,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7602:# asm 2: movdqa <xmm7=%xmm7,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7603-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7605-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7606:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7607:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7608-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7610-# qhasm:       xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7611:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7612:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7613-movdqa %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7615-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7616:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7617:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7618-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7620-# qhasm:       xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7621:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7622:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7623-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7625-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7626:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7627:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7628-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7630-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7631:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7632:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7633-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7635-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7636:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7637:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7638-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7640-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7641:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7642:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7643-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7645-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7646:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7647:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7648-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7650-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7651:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7652:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7653-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7655-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7656:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7657:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7658-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7660-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7661:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7662:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7663-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7665-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7666:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7667:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7668-movdqa %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7670-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7671:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7672:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7673-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7675-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7676:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7677:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7678-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7680-# qhasm:       xmm15 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7681:# asm 1: movdqa <xmm7=int6464#8,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7682:# asm 2: movdqa <xmm7=%xmm7,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7683-movdqa %xmm7,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7685-# qhasm:       xmm12 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7686:# asm 1: pand  <xmm3=int6464#4,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7687:# asm 2: pand  <xmm3=%xmm3,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7688-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7690-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7691:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7692:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7693-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7695-# qhasm:       xmm14 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7696:# asm 1: pand  <xmm5=int6464#6,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7697:# asm 2: pand  <xmm5=%xmm5,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7698-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7700-# qhasm:       xmm15 |= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7701:# asm 1: por   <xmm6=int6464#7,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7702:# asm 2: por   <xmm6=%xmm6,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7703-por   %xmm6,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7705-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7706:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7707:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7708-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7710-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7711:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7712:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7713-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7715-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7716:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7717:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7718-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7720-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7721:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7722:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7723-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7725-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7726:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7727:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7728-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7730-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7731:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7732:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7733-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7735-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7736:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7737:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7738-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7740-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7741:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7742:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7743-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7745-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7746:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7747:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7748-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7750-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7751:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7752:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7753-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7755-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7756:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7757:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7758-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7760-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7761:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7762:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7763-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7765-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7766:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7767:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7768-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7770-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7771:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7772:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7773-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7775-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7776:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7777:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7778-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7780-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7781:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7782:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7783-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7785-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7786:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7787:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7788-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7790-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7791:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7792:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7793-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7795-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7796:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7797:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7798-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7800-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7801:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7802:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7803-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7805-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7806:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7807:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7808-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7810-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7811:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7812:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7813-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7815-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7816:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7817:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7818-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7820-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7821:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7822:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7823-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7825-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7826:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7827:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7828-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7830-# qhasm:         xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7831:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7832:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7833-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7835-# qhasm:         xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7836:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7837:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7838-movdqa %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7840-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7841:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7842:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7843-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7845-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7846:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7847:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7848-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7850-# qhasm:           xmm10 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7851:# asm 1: pand  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7852:# asm 2: pand  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7853-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7855-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7856:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7857:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7858-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7860-# qhasm:           xmm6 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7861:# asm 1: pand  <xmm14=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7862:# asm 2: pand  <xmm14=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7863-pand  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7865-# qhasm:           xmm5 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7866:# asm 1: pand  <xmm15=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7867:# asm 2: pand  <xmm15=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7868-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7870-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7871:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7872:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7873-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7875-# qhasm:           xmm5 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7876:# asm 1: pxor  <xmm10=int6464#11,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7877:# asm 2: pxor  <xmm10=%xmm10,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7878-pxor  %xmm10,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7880-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7881:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7882:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7883-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7885-# qhasm:         xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7886:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7887:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7888-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7890-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7891:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7892:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7893-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7895-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7896:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7897:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7898-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7900-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7901:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7902:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7903-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7905-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7906:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7907:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7908-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7910-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7911:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7912:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7913-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7915-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7916:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7917:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7918-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7920-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7921:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7922:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7923-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7925-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7926:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7927:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7928-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7930-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7931:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7932:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7933-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7935-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7936:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7937:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7938-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7940-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7941:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7942:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7943-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7945-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7946:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7947:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7948-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7950-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7951:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7952:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7953-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7955-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7956:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7957:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7958-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7960-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7961:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7962:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7963-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7965-# qhasm:           xmm3 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7966:# asm 1: pand  <xmm13=int6464#16,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7967:# asm 2: pand  <xmm13=%xmm15,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7968-pand  %xmm15,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7970-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7971:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7972:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7973-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7975-# qhasm:           xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7976:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7977:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7978-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7980-# qhasm:         xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7981:# asm 1: pxor  <xmm12=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7982:# asm 2: pxor  <xmm12=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7983-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7985-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7986:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7987:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7988-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7990-# qhasm:         xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7991:# asm 1: pxor  <xmm8=int6464#10,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7992:# asm 2: pxor  <xmm8=%xmm9,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7993-pxor  %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7995-# qhasm:         xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7996:# asm 1: pxor  <xmm8=int6464#10,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:7997:# asm 2: pxor  <xmm8=%xmm9,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-7998-pxor  %xmm9,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8000-# qhasm:         xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8001:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8002:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8003-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8005-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8006:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8007:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8008-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8010-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8011:# asm 1: pxor  <xmm4=int6464#5,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8012:# asm 2: pxor  <xmm4=%xmm4,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8013-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8015-# qhasm:         xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8016:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8017:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8018-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8020-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8021:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8022:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8023-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8025-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8026:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8027:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8028-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8030-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8031:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8032:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8033-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8035-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8036:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8037:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8038-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8040-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8041:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8042:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8043-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8045-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8046:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8047:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8048-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8050-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8051:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8052:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8053-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8055-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8056:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8057:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8058-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8060-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8061:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8062:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8063-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8065-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8066:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8067:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8068-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8070-# qhasm:           xmm10 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8071:# asm 1: pand  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8072:# asm 2: pand  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8073-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8075-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8076:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8077:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8078-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8080-# qhasm:           xmm4 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8081:# asm 1: pand  <xmm9=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8082:# asm 2: pand  <xmm9=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8083-pand  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8085-# qhasm:           xmm2 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8086:# asm 1: pand  <xmm13=int6464#16,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8087:# asm 2: pand  <xmm13=%xmm15,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8088-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8090-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8091:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8092:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8093-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8095-# qhasm:           xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8096:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8097:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8098-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8100-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8101:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8102:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8103-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8105-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8106:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8107:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8108-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8110-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8111:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8112:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8113-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8115-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8116:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8117:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8118-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8120-# qhasm:           xmm11 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8121:# asm 1: pand  <xmm7=int6464#8,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8122:# asm 2: pand  <xmm7=%xmm7,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8123-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8125-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8126:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8127:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8128-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8130-# qhasm:           xmm7 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8131:# asm 1: pand  <xmm14=int6464#12,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8132:# asm 2: pand  <xmm14=%xmm11,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8133-pand  %xmm11,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8135-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8136:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8137:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8138-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8140-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8141:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8142:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8143-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8145-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8146:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8147:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8148-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8150-# qhasm:         xmm7 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8151:# asm 1: pxor  <xmm12=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8152:# asm 2: pxor  <xmm12=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8153-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8155-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8156:# asm 1: pxor  <xmm12=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8157:# asm 2: pxor  <xmm12=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8158-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8160-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8161:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8162:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8163-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8165-# qhasm:         xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8166:# asm 1: pxor  <xmm8=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8167:# asm 2: pxor  <xmm8=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8168-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8170-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8171:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8172:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8173-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8175-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8176:# asm 1: pxor  <xmm6=int6464#7,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8177:# asm 2: pxor  <xmm6=%xmm6,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8178-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8180-# qhasm:       xmm4 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8181:# asm 1: pxor  <xmm7=int6464#8,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8182:# asm 2: pxor  <xmm7=%xmm7,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8183-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8185-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8186:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8187:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8188-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8190-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8191:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8192:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8193-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8195-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8196:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8197:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8198-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8200-# qhasm:       xmm5 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8201:# asm 1: pxor  <xmm2=int6464#3,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8202:# asm 2: pxor  <xmm2=%xmm2,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8203-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8205-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8206:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8207:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8208-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8210-# qhasm:       xmm2 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8211:# asm 1: pxor  <xmm3=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8212:# asm 2: pxor  <xmm3=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8213-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8215-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8216:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8217:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8218-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8220-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8221:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8222:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8223-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8225-# qhasm:     xmm8 = shuffle dwords of xmm0 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8226:# asm 1: pshufd $0x93,<xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8227:# asm 2: pshufd $0x93,<xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8228-pshufd $0x93,%xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8230-# qhasm:     xmm9 = shuffle dwords of xmm1 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8231:# asm 1: pshufd $0x93,<xmm1=int6464#2,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8232:# asm 2: pshufd $0x93,<xmm1=%xmm1,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8233-pshufd $0x93,%xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8235-# qhasm:     xmm10 = shuffle dwords of xmm4 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8236:# asm 1: pshufd $0x93,<xmm4=int6464#5,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8237:# asm 2: pshufd $0x93,<xmm4=%xmm4,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8238-pshufd $0x93,%xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8240-# qhasm:     xmm11 = shuffle dwords of xmm6 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8241:# asm 1: pshufd $0x93,<xmm6=int6464#7,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8242:# asm 2: pshufd $0x93,<xmm6=%xmm6,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8243-pshufd $0x93,%xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8245-# qhasm:     xmm12 = shuffle dwords of xmm3 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8246:# asm 1: pshufd $0x93,<xmm3=int6464#4,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8247:# asm 2: pshufd $0x93,<xmm3=%xmm3,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8248-pshufd $0x93,%xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8250-# qhasm:     xmm13 = shuffle dwords of xmm7 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8251:# asm 1: pshufd $0x93,<xmm7=int6464#8,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8252:# asm 2: pshufd $0x93,<xmm7=%xmm7,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8253-pshufd $0x93,%xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8255-# qhasm:     xmm14 = shuffle dwords of xmm2 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8256:# asm 1: pshufd $0x93,<xmm2=int6464#3,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8257:# asm 2: pshufd $0x93,<xmm2=%xmm2,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8258-pshufd $0x93,%xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8260-# qhasm:     xmm15 = shuffle dwords of xmm5 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8261:# asm 1: pshufd $0x93,<xmm5=int6464#6,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8262:# asm 2: pshufd $0x93,<xmm5=%xmm5,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8263-pshufd $0x93,%xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8265-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8266:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8267:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8268-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8270-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8271:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8272:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8273-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8275-# qhasm:     xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8276:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8277:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8278-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8280-# qhasm:     xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8281:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8282:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8283-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8285-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8286:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8287:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8288-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8290-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8291:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8292:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8293-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8295-# qhasm:     xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8296:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8297:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8298-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8300-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8301:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8302:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8303-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8305-# qhasm:     xmm8 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8306:# asm 1: pxor  <xmm5=int6464#6,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8307:# asm 2: pxor  <xmm5=%xmm5,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8308-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8310-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8311:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8312:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8313-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8315-# qhasm:     xmm10 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8316:# asm 1: pxor  <xmm1=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8317:# asm 2: pxor  <xmm1=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8318-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8320-# qhasm:     xmm9 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8321:# asm 1: pxor  <xmm5=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8322:# asm 2: pxor  <xmm5=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8323-pxor  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8325-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8326:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8327:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8328-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8330-# qhasm:     xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8331:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8332:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8333-pxor  %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8335-# qhasm:     xmm13 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8336:# asm 1: pxor  <xmm3=int6464#4,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8337:# asm 2: pxor  <xmm3=%xmm3,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8338-pxor  %xmm3,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8340-# qhasm:     xmm11 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8341:# asm 1: pxor  <xmm5=int6464#6,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8342:# asm 2: pxor  <xmm5=%xmm5,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8343-pxor  %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8345-# qhasm:     xmm14 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8346:# asm 1: pxor  <xmm7=int6464#8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8347:# asm 2: pxor  <xmm7=%xmm7,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8348-pxor  %xmm7,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8350-# qhasm:     xmm15 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8351:# asm 1: pxor  <xmm2=int6464#3,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8352:# asm 2: pxor  <xmm2=%xmm2,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8353-pxor  %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8355-# qhasm:     xmm12 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8356:# asm 1: pxor  <xmm5=int6464#6,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8357:# asm 2: pxor  <xmm5=%xmm5,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8358-pxor  %xmm5,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8360-# qhasm:     xmm0 = shuffle dwords of xmm0 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8361:# asm 1: pshufd $0x4E,<xmm0=int6464#1,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8362:# asm 2: pshufd $0x4E,<xmm0=%xmm0,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8363-pshufd $0x4E,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8365-# qhasm:     xmm1 = shuffle dwords of xmm1 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8366:# asm 1: pshufd $0x4E,<xmm1=int6464#2,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8367:# asm 2: pshufd $0x4E,<xmm1=%xmm1,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8368-pshufd $0x4E,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8370-# qhasm:     xmm4 = shuffle dwords of xmm4 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8371:# asm 1: pshufd $0x4E,<xmm4=int6464#5,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8372:# asm 2: pshufd $0x4E,<xmm4=%xmm4,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8373-pshufd $0x4E,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8375-# qhasm:     xmm6 = shuffle dwords of xmm6 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8376:# asm 1: pshufd $0x4E,<xmm6=int6464#7,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8377:# asm 2: pshufd $0x4E,<xmm6=%xmm6,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8378-pshufd $0x4E,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8380-# qhasm:     xmm3 = shuffle dwords of xmm3 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8381:# asm 1: pshufd $0x4E,<xmm3=int6464#4,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8382:# asm 2: pshufd $0x4E,<xmm3=%xmm3,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8383-pshufd $0x4E,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8385-# qhasm:     xmm7 = shuffle dwords of xmm7 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8386:# asm 1: pshufd $0x4E,<xmm7=int6464#8,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8387:# asm 2: pshufd $0x4E,<xmm7=%xmm7,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8388-pshufd $0x4E,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8390-# qhasm:     xmm2 = shuffle dwords of xmm2 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8391:# asm 1: pshufd $0x4E,<xmm2=int6464#3,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8392:# asm 2: pshufd $0x4E,<xmm2=%xmm2,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8393-pshufd $0x4E,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8395-# qhasm:     xmm5 = shuffle dwords of xmm5 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8396:# asm 1: pshufd $0x4E,<xmm5=int6464#6,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8397:# asm 2: pshufd $0x4E,<xmm5=%xmm5,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8398-pshufd $0x4E,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8400-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8401:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8402:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8403-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8405-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8406:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8407:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8408-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8410-# qhasm:     xmm10 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8411:# asm 1: pxor  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8412:# asm 2: pxor  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8413-pxor  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8415-# qhasm:     xmm11 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8416:# asm 1: pxor  <xmm6=int6464#7,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8417:# asm 2: pxor  <xmm6=%xmm6,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8418-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8420-# qhasm:     xmm12 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8421:# asm 1: pxor  <xmm3=int6464#4,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8422:# asm 2: pxor  <xmm3=%xmm3,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8423-pxor  %xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8425-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8426:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8427:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8428-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8430-# qhasm:     xmm14 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8431:# asm 1: pxor  <xmm2=int6464#3,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8432:# asm 2: pxor  <xmm2=%xmm2,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8433-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8435-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8436:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8437:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8438-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8440-# qhasm:     xmm8 ^= *(int128 *)(c + 896)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8441:# asm 1: pxor 896(<c=int64#4),<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8442:# asm 2: pxor 896(<c=%rcx),<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8443-pxor 896(%rcx),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8445-# qhasm:     shuffle bytes of xmm8 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8446:# asm 1: pshufb SR,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8447:# asm 2: pshufb SR,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8448-pshufb SR,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8450-# qhasm:     xmm9 ^= *(int128 *)(c + 912)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8451:# asm 1: pxor 912(<c=int64#4),<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8452:# asm 2: pxor 912(<c=%rcx),<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8453-pxor 912(%rcx),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8455-# qhasm:     shuffle bytes of xmm9 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8456:# asm 1: pshufb SR,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8457:# asm 2: pshufb SR,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8458-pshufb SR,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8460-# qhasm:     xmm10 ^= *(int128 *)(c + 928)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8461:# asm 1: pxor 928(<c=int64#4),<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8462:# asm 2: pxor 928(<c=%rcx),<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8463-pxor 928(%rcx),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8465-# qhasm:     shuffle bytes of xmm10 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8466:# asm 1: pshufb SR,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8467:# asm 2: pshufb SR,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8468-pshufb SR,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8470-# qhasm:     xmm11 ^= *(int128 *)(c + 944)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8471:# asm 1: pxor 944(<c=int64#4),<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8472:# asm 2: pxor 944(<c=%rcx),<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8473-pxor 944(%rcx),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8475-# qhasm:     shuffle bytes of xmm11 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8476:# asm 1: pshufb SR,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8477:# asm 2: pshufb SR,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8478-pshufb SR,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8480-# qhasm:     xmm12 ^= *(int128 *)(c + 960)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8481:# asm 1: pxor 960(<c=int64#4),<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8482:# asm 2: pxor 960(<c=%rcx),<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8483-pxor 960(%rcx),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8485-# qhasm:     shuffle bytes of xmm12 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8486:# asm 1: pshufb SR,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8487:# asm 2: pshufb SR,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8488-pshufb SR,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8490-# qhasm:     xmm13 ^= *(int128 *)(c + 976)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8491:# asm 1: pxor 976(<c=int64#4),<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8492:# asm 2: pxor 976(<c=%rcx),<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8493-pxor 976(%rcx),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8495-# qhasm:     shuffle bytes of xmm13 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8496:# asm 1: pshufb SR,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8497:# asm 2: pshufb SR,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8498-pshufb SR,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8500-# qhasm:     xmm14 ^= *(int128 *)(c + 992)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8501:# asm 1: pxor 992(<c=int64#4),<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8502:# asm 2: pxor 992(<c=%rcx),<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8503-pxor 992(%rcx),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8505-# qhasm:     shuffle bytes of xmm14 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8506:# asm 1: pshufb SR,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8507:# asm 2: pshufb SR,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8508-pshufb SR,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8510-# qhasm:     xmm15 ^= *(int128 *)(c + 1008)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8511:# asm 1: pxor 1008(<c=int64#4),<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8512:# asm 2: pxor 1008(<c=%rcx),<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8513-pxor 1008(%rcx),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8515-# qhasm:     shuffle bytes of xmm15 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8516:# asm 1: pshufb SR,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8517:# asm 2: pshufb SR,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8518-pshufb SR,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8520-# qhasm:       xmm13 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8521:# asm 1: pxor  <xmm14=int6464#15,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8522:# asm 2: pxor  <xmm14=%xmm14,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8523-pxor  %xmm14,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8525-# qhasm:       xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8526:# asm 1: pxor  <xmm9=int6464#10,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8527:# asm 2: pxor  <xmm9=%xmm9,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8528-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8530-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8531:# asm 1: pxor  <xmm8=int6464#9,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8532:# asm 2: pxor  <xmm8=%xmm8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8533-pxor  %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8535-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8536:# asm 1: pxor  <xmm10=int6464#11,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8537:# asm 2: pxor  <xmm10=%xmm10,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8538-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8540-# qhasm:       xmm11 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8541:# asm 1: pxor  <xmm8=int6464#9,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8542:# asm 2: pxor  <xmm8=%xmm8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8543-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8545-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8546:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8547:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8548-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8550-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8551:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8552:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8553-pxor  %xmm15,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8555-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8556:# asm 1: pxor  <xmm12=int6464#13,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8557:# asm 2: pxor  <xmm12=%xmm12,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8558-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8560-# qhasm:       xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8561:# asm 1: pxor  <xmm13=int6464#14,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8562:# asm 2: pxor  <xmm13=%xmm13,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8563-pxor  %xmm13,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8565-# qhasm:       xmm11 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8566:# asm 1: pxor  <xmm9=int6464#10,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8567:# asm 2: pxor  <xmm9=%xmm9,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8568-pxor  %xmm9,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8570-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8571:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8572:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8573-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8575-# qhasm:       xmm10 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8576:# asm 1: pxor  <xmm15=int6464#16,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8577:# asm 2: pxor  <xmm15=%xmm15,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8578-pxor  %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8580-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8581:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8582:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8583-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8585-# qhasm:       xmm3 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8586:# asm 1: movdqa <xmm15=int6464#16,>xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8587:# asm 2: movdqa <xmm15=%xmm15,>xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8588-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8590-# qhasm:       xmm2 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8591:# asm 1: movdqa <xmm9=int6464#10,>xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8592:# asm 2: movdqa <xmm9=%xmm9,>xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8593-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8595-# qhasm:       xmm1 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8596:# asm 1: movdqa <xmm13=int6464#14,>xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8597:# asm 2: movdqa <xmm13=%xmm13,>xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8598-movdqa %xmm13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8600-# qhasm:       xmm5 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8601:# asm 1: movdqa <xmm10=int6464#11,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8602:# asm 2: movdqa <xmm10=%xmm10,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8603-movdqa %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8605-# qhasm:       xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8606:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8607:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8608-movdqa %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8610-# qhasm:       xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8611:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8612:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8613-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8615-# qhasm:       xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8616:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8617:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8618-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8620-# qhasm:       xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8621:# asm 1: pxor  <xmm11=int6464#12,<xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8622:# asm 2: pxor  <xmm11=%xmm11,<xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8623-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8625-# qhasm:       xmm5 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8626:# asm 1: pxor  <xmm12=int6464#13,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8627:# asm 2: pxor  <xmm12=%xmm12,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8628-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8630-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8631:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8632:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8633-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8635-# qhasm:       xmm6 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8636:# asm 1: movdqa <xmm3=int6464#1,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8637:# asm 2: movdqa <xmm3=%xmm0,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8638-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8640-# qhasm:       xmm0 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8641:# asm 1: movdqa <xmm2=int6464#2,>xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8642:# asm 2: movdqa <xmm2=%xmm1,>xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8643-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8645-# qhasm:       xmm7 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8646:# asm 1: movdqa <xmm3=int6464#1,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8647:# asm 2: movdqa <xmm3=%xmm0,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8648-movdqa %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8650-# qhasm:       xmm2 |= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8651:# asm 1: por   <xmm1=int6464#3,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8652:# asm 2: por   <xmm1=%xmm2,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8653-por   %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8655-# qhasm:       xmm3 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8656:# asm 1: por   <xmm4=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8657:# asm 2: por   <xmm4=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8658-por   %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8660-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8661:# asm 1: pxor  <xmm0=int6464#7,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8662:# asm 2: pxor  <xmm0=%xmm6,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8663-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8665-# qhasm:       xmm6 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8666:# asm 1: pand  <xmm4=int6464#5,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8667:# asm 2: pand  <xmm4=%xmm4,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8668-pand  %xmm4,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8670-# qhasm:       xmm0 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8671:# asm 1: pand  <xmm1=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8672:# asm 2: pand  <xmm1=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8673-pand  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8675-# qhasm:       xmm4 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8676:# asm 1: pxor  <xmm1=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8677:# asm 2: pxor  <xmm1=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8678-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8680-# qhasm:       xmm7 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8681:# asm 1: pand  <xmm4=int6464#5,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8682:# asm 2: pand  <xmm4=%xmm4,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8683-pand  %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8685-# qhasm:       xmm4 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8686:# asm 1: movdqa <xmm11=int6464#12,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8687:# asm 2: movdqa <xmm11=%xmm11,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8688-movdqa %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8690-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8691:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8692:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8693-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8695-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8696:# asm 1: pand  <xmm4=int6464#3,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8697:# asm 2: pand  <xmm4=%xmm2,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8698-pand  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8700-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8701:# asm 1: pxor  <xmm5=int6464#4,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8702:# asm 2: pxor  <xmm5=%xmm3,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8703-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8705-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8706:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8707:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8708-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8710-# qhasm:       xmm5 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8711:# asm 1: movdqa <xmm15=int6464#16,>xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8712:# asm 2: movdqa <xmm15=%xmm15,>xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8713-movdqa %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8715-# qhasm:       xmm5 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8716:# asm 1: pxor  <xmm9=int6464#10,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8717:# asm 2: pxor  <xmm9=%xmm9,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8718-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8720-# qhasm:       xmm4 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8721:# asm 1: movdqa <xmm13=int6464#14,>xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8722:# asm 2: movdqa <xmm13=%xmm13,>xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8723-movdqa %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8725-# qhasm:       xmm1 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8726:# asm 1: movdqa <xmm5=int6464#3,>xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8727:# asm 2: movdqa <xmm5=%xmm2,>xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8728-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8730-# qhasm:       xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8731:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8732:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8733-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8735-# qhasm:       xmm1 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8736:# asm 1: por   <xmm4=int6464#4,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8737:# asm 2: por   <xmm4=%xmm3,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8738-por   %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8740-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8741:# asm 1: pand  <xmm4=int6464#4,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8742:# asm 2: pand  <xmm4=%xmm3,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8743-pand  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8745-# qhasm:       xmm0 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8746:# asm 1: pxor  <xmm5=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8747:# asm 2: pxor  <xmm5=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8748-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8750-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8751:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8752:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8753-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8755-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8756:# asm 1: pxor  <xmm6=int6464#6,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8757:# asm 2: pxor  <xmm6=%xmm5,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8758-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8760-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8761:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8762:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8763-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8765-# qhasm:       xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8766:# asm 1: pxor  <xmm6=int6464#6,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8767:# asm 2: pxor  <xmm6=%xmm5,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8768-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8770-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8771:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8772:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8773-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8775-# qhasm:       xmm4 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8776:# asm 1: movdqa <xmm10=int6464#11,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8777:# asm 2: movdqa <xmm10=%xmm10,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8778-movdqa %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8780-# qhasm:       xmm5 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8781:# asm 1: movdqa <xmm12=int6464#13,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8782:# asm 2: movdqa <xmm12=%xmm12,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8783-movdqa %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8785-# qhasm:       xmm6 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8786:# asm 1: movdqa <xmm9=int6464#10,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8787:# asm 2: movdqa <xmm9=%xmm9,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8788-movdqa %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8790-# qhasm:       xmm7 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8791:# asm 1: movdqa <xmm15=int6464#16,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8792:# asm 2: movdqa <xmm15=%xmm15,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8793-movdqa %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8795-# qhasm:       xmm4 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8796:# asm 1: pand  <xmm11=int6464#12,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8797:# asm 2: pand  <xmm11=%xmm11,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8798-pand  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8800-# qhasm:       xmm5 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8801:# asm 1: pand  <xmm8=int6464#9,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8802:# asm 2: pand  <xmm8=%xmm8,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8803-pand  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8805-# qhasm:       xmm6 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8806:# asm 1: pand  <xmm13=int6464#14,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8807:# asm 2: pand  <xmm13=%xmm13,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8808-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8810-# qhasm:       xmm7 |= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8811:# asm 1: por   <xmm14=int6464#15,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8812:# asm 2: por   <xmm14=%xmm14,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8813-por   %xmm14,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8815-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8816:# asm 1: pxor  <xmm4=int6464#3,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8817:# asm 2: pxor  <xmm4=%xmm2,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8818-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8820-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8821:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8822:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8823-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8825-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8826:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8827:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8828-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8830-# qhasm:       xmm0 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8831:# asm 1: pxor  <xmm7=int6464#8,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8832:# asm 2: pxor  <xmm7=%xmm7,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8833-pxor  %xmm7,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8835-# qhasm:       xmm4 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8836:# asm 1: movdqa <xmm3=int6464#1,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8837:# asm 2: movdqa <xmm3=%xmm0,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8838-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8840-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8841:# asm 1: pxor  <xmm2=int6464#2,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8842:# asm 2: pxor  <xmm2=%xmm1,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8843-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8845-# qhasm:       xmm3 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8846:# asm 1: pand  <xmm1=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8847:# asm 2: pand  <xmm1=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8848-pand  %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8850-# qhasm:       xmm6 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8851:# asm 1: movdqa <xmm0=int6464#7,>xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8852:# asm 2: movdqa <xmm0=%xmm6,>xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8853-movdqa %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8855-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8856:# asm 1: pxor  <xmm3=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8857:# asm 2: pxor  <xmm3=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8858-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8860-# qhasm:       xmm7 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8861:# asm 1: movdqa <xmm4=int6464#3,>xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8862:# asm 2: movdqa <xmm4=%xmm2,>xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8863-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8865-# qhasm:       xmm7 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8866:# asm 1: pand  <xmm6=int6464#4,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8867:# asm 2: pand  <xmm6=%xmm3,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8868-pand  %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8870-# qhasm:       xmm7 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8871:# asm 1: pxor  <xmm2=int6464#2,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8872:# asm 2: pxor  <xmm2=%xmm1,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8873-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8875-# qhasm:       xmm5 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8876:# asm 1: movdqa <xmm1=int6464#5,>xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8877:# asm 2: movdqa <xmm1=%xmm4,>xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8878-movdqa %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8880-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8881:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8882:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8883-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8885-# qhasm:       xmm3 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8886:# asm 1: pxor  <xmm2=int6464#2,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8887:# asm 2: pxor  <xmm2=%xmm1,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8888-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8890-# qhasm:       xmm5 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8891:# asm 1: pand  <xmm3=int6464#1,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8892:# asm 2: pand  <xmm3=%xmm0,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8893-pand  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8895-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8896:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8897:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8898-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8900-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8901:# asm 1: pxor  <xmm5=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8902:# asm 2: pxor  <xmm5=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8903-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8905-# qhasm:       xmm2 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8906:# asm 1: movdqa <xmm6=int6464#4,>xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8907:# asm 2: movdqa <xmm6=%xmm3,>xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8908-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8910-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8911:# asm 1: pxor  <xmm5=int6464#8,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8912:# asm 2: pxor  <xmm5=%xmm7,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8913-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8915-# qhasm:       xmm2 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8916:# asm 1: pand  <xmm0=int6464#7,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8917:# asm 2: pand  <xmm0=%xmm6,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8918-pand  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8920-# qhasm:       xmm1 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8921:# asm 1: pxor  <xmm2=int6464#1,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8922:# asm 2: pxor  <xmm2=%xmm0,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8923-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8925-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8926:# asm 1: pxor  <xmm2=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8927:# asm 2: pxor  <xmm2=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8928-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8930-# qhasm:       xmm6 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8931:# asm 1: pand  <xmm7=int6464#6,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8932:# asm 2: pand  <xmm7=%xmm5,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8933-pand  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8935-# qhasm:       xmm6 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8936:# asm 1: pxor  <xmm4=int6464#3,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8937:# asm 2: pxor  <xmm4=%xmm2,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8938-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8940-# qhasm:         xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8941:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8942:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8943-movdqa %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8945-# qhasm:         xmm0 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8946:# asm 1: movdqa <xmm13=int6464#14,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8947:# asm 2: movdqa <xmm13=%xmm13,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8948-movdqa %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8950-# qhasm:           xmm2 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8951:# asm 1: movdqa <xmm7=int6464#6,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8952:# asm 2: movdqa <xmm7=%xmm5,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8953-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8955-# qhasm:           xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8956:# asm 1: pxor  <xmm6=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8957:# asm 2: pxor  <xmm6=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8958-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8960-# qhasm:           xmm2 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8961:# asm 1: pand  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8962:# asm 2: pand  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8963-pand  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8965-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8966:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8967:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8968-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8970-# qhasm:           xmm14 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8971:# asm 1: pand  <xmm6=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8972:# asm 2: pand  <xmm6=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8973-pand  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8975-# qhasm:           xmm13 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8976:# asm 1: pand  <xmm7=int6464#6,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8977:# asm 2: pand  <xmm7=%xmm5,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8978-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8980-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8981:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8982:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8983-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8985-# qhasm:           xmm13 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8986:# asm 1: pxor  <xmm2=int6464#3,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8987:# asm 2: pxor  <xmm2=%xmm2,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8988-pxor  %xmm2,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8990-# qhasm:         xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8991:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8992:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8993-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8995-# qhasm:         xmm0 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8996:# asm 1: pxor  <xmm11=int6464#12,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:8997:# asm 2: pxor  <xmm11=%xmm11,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-8998-pxor  %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9000-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9001:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9002:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9003-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9005-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9006:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9007:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9008-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9010-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9011:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9012:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9013-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9015-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9016:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9017:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9018-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9020-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9021:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9022:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9023-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9025-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9026:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9027:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9028-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9030-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9031:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9032:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9033-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9035-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9036:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9037:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9038-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9040-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9041:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9042:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9043-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9045-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9046:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9047:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9048-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9050-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9051:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9052:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9053-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9055-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9056:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9057:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9058-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9060-# qhasm:           xmm2 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9061:# asm 1: pand  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9062:# asm 2: pand  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9063-pand  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9065-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9066:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9067:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9068-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9070-# qhasm:           xmm8 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9071:# asm 1: pand  <xmm1=int6464#5,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9072:# asm 2: pand  <xmm1=%xmm4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9073-pand  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9075-# qhasm:           xmm11 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9076:# asm 1: pand  <xmm5=int6464#8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9077:# asm 2: pand  <xmm5=%xmm7,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9078-pand  %xmm7,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9080-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9081:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9082:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9083-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9085-# qhasm:           xmm11 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9086:# asm 1: pxor  <xmm2=int6464#3,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9087:# asm 2: pxor  <xmm2=%xmm2,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9088-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9090-# qhasm:         xmm14 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9091:# asm 1: pxor  <xmm4=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9092:# asm 2: pxor  <xmm4=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9093-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9095-# qhasm:         xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9096:# asm 1: pxor  <xmm4=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9097:# asm 2: pxor  <xmm4=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9098-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9100-# qhasm:         xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9101:# asm 1: pxor  <xmm0=int6464#2,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9102:# asm 2: pxor  <xmm0=%xmm1,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9103-pxor  %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9105-# qhasm:         xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9106:# asm 1: pxor  <xmm0=int6464#2,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9107:# asm 2: pxor  <xmm0=%xmm1,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9108-pxor  %xmm1,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9110-# qhasm:         xmm4 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9111:# asm 1: movdqa <xmm15=int6464#16,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9112:# asm 2: movdqa <xmm15=%xmm15,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9113-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9115-# qhasm:         xmm0 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9116:# asm 1: movdqa <xmm9=int6464#10,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9117:# asm 2: movdqa <xmm9=%xmm9,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9118-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9120-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9121:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9122:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9123-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9125-# qhasm:         xmm0 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9126:# asm 1: pxor  <xmm10=int6464#11,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9127:# asm 2: pxor  <xmm10=%xmm10,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9128-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9130-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9131:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9132:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9133-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9135-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9136:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9137:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9138-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9140-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9141:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9142:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9143-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9145-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9146:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9147:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9148-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9150-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9151:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9152:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9153-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9155-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9156:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9157:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9158-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9160-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9161:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9162:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9163-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9165-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9166:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9167:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9168-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9170-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9171:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9172:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9173-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9175-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9176:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9177:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9178-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9180-# qhasm:           xmm2 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9181:# asm 1: pand  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9182:# asm 2: pand  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9183-pand  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9185-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9186:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9187:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9188-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9190-# qhasm:           xmm12 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9191:# asm 1: pand  <xmm1=int6464#5,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9192:# asm 2: pand  <xmm1=%xmm4,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9193-pand  %xmm4,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9195-# qhasm:           xmm10 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9196:# asm 1: pand  <xmm5=int6464#8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9197:# asm 2: pand  <xmm5=%xmm7,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9198-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9200-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9201:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9202:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9203-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9205-# qhasm:           xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9206:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9207:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9208-pxor  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9210-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9211:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9212:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9213-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9215-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9216:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9217:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9218-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9220-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9221:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9222:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9223-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9225-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9226:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9227:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9228-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9230-# qhasm:           xmm3 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9231:# asm 1: pand  <xmm15=int6464#16,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9232:# asm 2: pand  <xmm15=%xmm15,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9233-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9235-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9236:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9237:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9238-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9240-# qhasm:           xmm15 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9241:# asm 1: pand  <xmm6=int6464#4,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9242:# asm 2: pand  <xmm6=%xmm3,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9243-pand  %xmm3,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9245-# qhasm:           xmm9 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9246:# asm 1: pand  <xmm7=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9247:# asm 2: pand  <xmm7=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9248-pand  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9250-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9251:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9252:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9253-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9255-# qhasm:           xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9256:# asm 1: pxor  <xmm3=int6464#3,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9257:# asm 2: pxor  <xmm3=%xmm2,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9258-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9260-# qhasm:         xmm15 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9261:# asm 1: pxor  <xmm4=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9262:# asm 2: pxor  <xmm4=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9263-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9265-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9266:# asm 1: pxor  <xmm4=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9267:# asm 2: pxor  <xmm4=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9268-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9270-# qhasm:         xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9271:# asm 1: pxor  <xmm0=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9272:# asm 2: pxor  <xmm0=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9273-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9275-# qhasm:         xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9276:# asm 1: pxor  <xmm0=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9277:# asm 2: pxor  <xmm0=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9278-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9280-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9281:# asm 1: pxor  <xmm8=int6464#9,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9282:# asm 2: pxor  <xmm8=%xmm8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9283-pxor  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9285-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9286:# asm 1: pxor  <xmm14=int6464#15,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9287:# asm 2: pxor  <xmm14=%xmm14,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9288-pxor  %xmm14,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9290-# qhasm:       xmm12 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9291:# asm 1: pxor  <xmm15=int6464#16,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9292:# asm 2: pxor  <xmm15=%xmm15,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9293-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9295-# qhasm:       xmm14 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9296:# asm 1: pxor  <xmm8=int6464#9,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9297:# asm 2: pxor  <xmm8=%xmm8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9298-pxor  %xmm8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9300-# qhasm:       xmm8 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9301:# asm 1: pxor  <xmm9=int6464#10,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9302:# asm 2: pxor  <xmm9=%xmm9,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9303-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9305-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9306:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9307:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9308-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9310-# qhasm:       xmm13 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9311:# asm 1: pxor  <xmm10=int6464#11,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9312:# asm 2: pxor  <xmm10=%xmm10,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9313-pxor  %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9315-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9316:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9317:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9318-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9320-# qhasm:       xmm10 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9321:# asm 1: pxor  <xmm11=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9322:# asm 2: pxor  <xmm11=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9323-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9325-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9326:# asm 1: pxor  <xmm13=int6464#14,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9327:# asm 2: pxor  <xmm13=%xmm13,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9328-pxor  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9330-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9331:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9332:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9333-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9335-# qhasm:     xmm0 = shuffle dwords of xmm8 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9336:# asm 1: pshufd $0x93,<xmm8=int6464#9,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9337:# asm 2: pshufd $0x93,<xmm8=%xmm8,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9338-pshufd $0x93,%xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9340-# qhasm:     xmm1 = shuffle dwords of xmm9 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9341:# asm 1: pshufd $0x93,<xmm9=int6464#10,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9342:# asm 2: pshufd $0x93,<xmm9=%xmm9,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9343-pshufd $0x93,%xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9345-# qhasm:     xmm2 = shuffle dwords of xmm12 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9346:# asm 1: pshufd $0x93,<xmm12=int6464#13,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9347:# asm 2: pshufd $0x93,<xmm12=%xmm12,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9348-pshufd $0x93,%xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9350-# qhasm:     xmm3 = shuffle dwords of xmm14 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9351:# asm 1: pshufd $0x93,<xmm14=int6464#15,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9352:# asm 2: pshufd $0x93,<xmm14=%xmm14,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9353-pshufd $0x93,%xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9355-# qhasm:     xmm4 = shuffle dwords of xmm11 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9356:# asm 1: pshufd $0x93,<xmm11=int6464#12,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9357:# asm 2: pshufd $0x93,<xmm11=%xmm11,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9358-pshufd $0x93,%xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9360-# qhasm:     xmm5 = shuffle dwords of xmm15 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9361:# asm 1: pshufd $0x93,<xmm15=int6464#16,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9362:# asm 2: pshufd $0x93,<xmm15=%xmm15,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9363-pshufd $0x93,%xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9365-# qhasm:     xmm6 = shuffle dwords of xmm10 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9366:# asm 1: pshufd $0x93,<xmm10=int6464#11,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9367:# asm 2: pshufd $0x93,<xmm10=%xmm10,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9368-pshufd $0x93,%xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9370-# qhasm:     xmm7 = shuffle dwords of xmm13 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9371:# asm 1: pshufd $0x93,<xmm13=int6464#14,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9372:# asm 2: pshufd $0x93,<xmm13=%xmm13,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9373-pshufd $0x93,%xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9375-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9376:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9377:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9378-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9380-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9381:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9382:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9383-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9385-# qhasm:     xmm12 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9386:# asm 1: pxor  <xmm2=int6464#3,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9387:# asm 2: pxor  <xmm2=%xmm2,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9388-pxor  %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9390-# qhasm:     xmm14 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9391:# asm 1: pxor  <xmm3=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9392:# asm 2: pxor  <xmm3=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9393-pxor  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9395-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9396:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9397:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9398-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9400-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9401:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9402:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9403-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9405-# qhasm:     xmm10 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9406:# asm 1: pxor  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9407:# asm 2: pxor  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9408-pxor  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9410-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9411:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9412:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9413-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9415-# qhasm:     xmm0 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9416:# asm 1: pxor  <xmm13=int6464#14,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9417:# asm 2: pxor  <xmm13=%xmm13,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9418-pxor  %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9420-# qhasm:     xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9421:# asm 1: pxor  <xmm8=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9422:# asm 2: pxor  <xmm8=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9423-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9425-# qhasm:     xmm2 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9426:# asm 1: pxor  <xmm9=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9427:# asm 2: pxor  <xmm9=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9428-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9430-# qhasm:     xmm1 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9431:# asm 1: pxor  <xmm13=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9432:# asm 2: pxor  <xmm13=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9433-pxor  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9435-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9436:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9437:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9438-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9440-# qhasm:     xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9441:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9442:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9443-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9445-# qhasm:     xmm5 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9446:# asm 1: pxor  <xmm11=int6464#12,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9447:# asm 2: pxor  <xmm11=%xmm11,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9448-pxor  %xmm11,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9450-# qhasm:     xmm3 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9451:# asm 1: pxor  <xmm13=int6464#14,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9452:# asm 2: pxor  <xmm13=%xmm13,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9453-pxor  %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9455-# qhasm:     xmm6 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9456:# asm 1: pxor  <xmm15=int6464#16,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9457:# asm 2: pxor  <xmm15=%xmm15,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9458-pxor  %xmm15,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9460-# qhasm:     xmm7 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9461:# asm 1: pxor  <xmm10=int6464#11,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9462:# asm 2: pxor  <xmm10=%xmm10,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9463-pxor  %xmm10,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9465-# qhasm:     xmm4 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9466:# asm 1: pxor  <xmm13=int6464#14,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9467:# asm 2: pxor  <xmm13=%xmm13,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9468-pxor  %xmm13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9470-# qhasm:     xmm8 = shuffle dwords of xmm8 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9471:# asm 1: pshufd $0x4E,<xmm8=int6464#9,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9472:# asm 2: pshufd $0x4E,<xmm8=%xmm8,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9473-pshufd $0x4E,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9475-# qhasm:     xmm9 = shuffle dwords of xmm9 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9476:# asm 1: pshufd $0x4E,<xmm9=int6464#10,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9477:# asm 2: pshufd $0x4E,<xmm9=%xmm9,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9478-pshufd $0x4E,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9480-# qhasm:     xmm12 = shuffle dwords of xmm12 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9481:# asm 1: pshufd $0x4E,<xmm12=int6464#13,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9482:# asm 2: pshufd $0x4E,<xmm12=%xmm12,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9483-pshufd $0x4E,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9485-# qhasm:     xmm14 = shuffle dwords of xmm14 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9486:# asm 1: pshufd $0x4E,<xmm14=int6464#15,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9487:# asm 2: pshufd $0x4E,<xmm14=%xmm14,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9488-pshufd $0x4E,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9490-# qhasm:     xmm11 = shuffle dwords of xmm11 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9491:# asm 1: pshufd $0x4E,<xmm11=int6464#12,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9492:# asm 2: pshufd $0x4E,<xmm11=%xmm11,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9493-pshufd $0x4E,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9495-# qhasm:     xmm15 = shuffle dwords of xmm15 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9496:# asm 1: pshufd $0x4E,<xmm15=int6464#16,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9497:# asm 2: pshufd $0x4E,<xmm15=%xmm15,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9498-pshufd $0x4E,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9500-# qhasm:     xmm10 = shuffle dwords of xmm10 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9501:# asm 1: pshufd $0x4E,<xmm10=int6464#11,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9502:# asm 2: pshufd $0x4E,<xmm10=%xmm10,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9503-pshufd $0x4E,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9505-# qhasm:     xmm13 = shuffle dwords of xmm13 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9506:# asm 1: pshufd $0x4E,<xmm13=int6464#14,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9507:# asm 2: pshufd $0x4E,<xmm13=%xmm13,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9508-pshufd $0x4E,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9510-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9511:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9512:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9513-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9515-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9516:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9517:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9518-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9520-# qhasm:     xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9521:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9522:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9523-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9525-# qhasm:     xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9526:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9527:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9528-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9530-# qhasm:     xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9531:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9532:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9533-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9535-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9536:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9537:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9538-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9540-# qhasm:     xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9541:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9542:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9543-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9545-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9546:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9547:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9548-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9550-# qhasm:     xmm0 ^= *(int128 *)(c + 1024)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9551:# asm 1: pxor 1024(<c=int64#4),<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9552:# asm 2: pxor 1024(<c=%rcx),<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9553-pxor 1024(%rcx),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9555-# qhasm:     shuffle bytes of xmm0 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9556:# asm 1: pshufb SR,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9557:# asm 2: pshufb SR,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9558-pshufb SR,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9560-# qhasm:     xmm1 ^= *(int128 *)(c + 1040)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9561:# asm 1: pxor 1040(<c=int64#4),<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9562:# asm 2: pxor 1040(<c=%rcx),<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9563-pxor 1040(%rcx),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9565-# qhasm:     shuffle bytes of xmm1 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9566:# asm 1: pshufb SR,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9567:# asm 2: pshufb SR,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9568-pshufb SR,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9570-# qhasm:     xmm2 ^= *(int128 *)(c + 1056)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9571:# asm 1: pxor 1056(<c=int64#4),<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9572:# asm 2: pxor 1056(<c=%rcx),<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9573-pxor 1056(%rcx),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9575-# qhasm:     shuffle bytes of xmm2 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9576:# asm 1: pshufb SR,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9577:# asm 2: pshufb SR,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9578-pshufb SR,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9580-# qhasm:     xmm3 ^= *(int128 *)(c + 1072)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9581:# asm 1: pxor 1072(<c=int64#4),<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9582:# asm 2: pxor 1072(<c=%rcx),<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9583-pxor 1072(%rcx),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9585-# qhasm:     shuffle bytes of xmm3 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9586:# asm 1: pshufb SR,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9587:# asm 2: pshufb SR,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9588-pshufb SR,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9590-# qhasm:     xmm4 ^= *(int128 *)(c + 1088)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9591:# asm 1: pxor 1088(<c=int64#4),<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9592:# asm 2: pxor 1088(<c=%rcx),<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9593-pxor 1088(%rcx),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9595-# qhasm:     shuffle bytes of xmm4 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9596:# asm 1: pshufb SR,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9597:# asm 2: pshufb SR,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9598-pshufb SR,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9600-# qhasm:     xmm5 ^= *(int128 *)(c + 1104)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9601:# asm 1: pxor 1104(<c=int64#4),<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9602:# asm 2: pxor 1104(<c=%rcx),<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9603-pxor 1104(%rcx),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9605-# qhasm:     shuffle bytes of xmm5 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9606:# asm 1: pshufb SR,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9607:# asm 2: pshufb SR,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9608-pshufb SR,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9610-# qhasm:     xmm6 ^= *(int128 *)(c + 1120)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9611:# asm 1: pxor 1120(<c=int64#4),<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9612:# asm 2: pxor 1120(<c=%rcx),<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9613-pxor 1120(%rcx),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9615-# qhasm:     shuffle bytes of xmm6 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9616:# asm 1: pshufb SR,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9617:# asm 2: pshufb SR,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9618-pshufb SR,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9620-# qhasm:     xmm7 ^= *(int128 *)(c + 1136)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9621:# asm 1: pxor 1136(<c=int64#4),<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9622:# asm 2: pxor 1136(<c=%rcx),<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9623-pxor 1136(%rcx),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9625-# qhasm:     shuffle bytes of xmm7 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9626:# asm 1: pshufb SR,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9627:# asm 2: pshufb SR,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9628-pshufb SR,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9630-# qhasm:       xmm5 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9631:# asm 1: pxor  <xmm6=int6464#7,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9632:# asm 2: pxor  <xmm6=%xmm6,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9633-pxor  %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9635-# qhasm:       xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9636:# asm 1: pxor  <xmm1=int6464#2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9637:# asm 2: pxor  <xmm1=%xmm1,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9638-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9640-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9641:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9642:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9643-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9645-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9646:# asm 1: pxor  <xmm2=int6464#3,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9647:# asm 2: pxor  <xmm2=%xmm2,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9648-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9650-# qhasm:       xmm3 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9651:# asm 1: pxor  <xmm0=int6464#1,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9652:# asm 2: pxor  <xmm0=%xmm0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9653-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9655-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9656:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9657:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9658-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9660-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9661:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9662:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9663-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9665-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9666:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9667:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9668-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9670-# qhasm:       xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9671:# asm 1: pxor  <xmm5=int6464#6,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9672:# asm 2: pxor  <xmm5=%xmm5,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9673-pxor  %xmm5,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9675-# qhasm:       xmm3 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9676:# asm 1: pxor  <xmm1=int6464#2,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9677:# asm 2: pxor  <xmm1=%xmm1,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9678-pxor  %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9680-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9681:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9682:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9683-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9685-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9686:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9687:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9688-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9690-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9691:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9692:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9693-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9695-# qhasm:       xmm11 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9696:# asm 1: movdqa <xmm7=int6464#8,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9697:# asm 2: movdqa <xmm7=%xmm7,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9698-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9700-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9701:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9702:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9703-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9705-# qhasm:       xmm9 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9706:# asm 1: movdqa <xmm5=int6464#6,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9707:# asm 2: movdqa <xmm5=%xmm5,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9708-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9710-# qhasm:       xmm13 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9711:# asm 1: movdqa <xmm2=int6464#3,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9712:# asm 2: movdqa <xmm2=%xmm2,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9713-movdqa %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9715-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9716:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9717:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9718-movdqa %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9720-# qhasm:       xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9721:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9722:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9723-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9725-# qhasm:       xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9726:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9727:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9728-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9730-# qhasm:       xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9731:# asm 1: pxor  <xmm3=int6464#4,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9732:# asm 2: pxor  <xmm3=%xmm3,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9733-pxor  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9735-# qhasm:       xmm13 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9736:# asm 1: pxor  <xmm4=int6464#5,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9737:# asm 2: pxor  <xmm4=%xmm4,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9738-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9740-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9741:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9742:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9743-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9745-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9746:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9747:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9748-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9750-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9751:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9752:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9753-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9755-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9756:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9757:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9758-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9760-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9761:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9762:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9763-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9765-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9766:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9767:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9768-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9770-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9771:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9772:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9773-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9775-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9776:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9777:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9778-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9780-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9781:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9782:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9783-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9785-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9786:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9787:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9788-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9790-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9791:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9792:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9793-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9795-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9796:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9797:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9798-movdqa %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9800-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9801:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9802:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9803-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9805-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9806:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9807:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9808-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9810-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9811:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9812:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9813-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9815-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9816:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9817:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9818-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9820-# qhasm:       xmm13 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9821:# asm 1: movdqa <xmm7=int6464#8,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9822:# asm 2: movdqa <xmm7=%xmm7,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9823-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9825-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9826:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9827:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9828-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9830-# qhasm:       xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9831:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9832:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9833-movdqa %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9835-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9836:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9837:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9838-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9840-# qhasm:       xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9841:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9842:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9843-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9845-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9846:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9847:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9848-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9850-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9851:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9852:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9853-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9855-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9856:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9857:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9858-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9860-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9861:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9862:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9863-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9865-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9866:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9867:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9868-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9870-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9871:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9872:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9873-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9875-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9876:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9877:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9878-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9880-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9881:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9882:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9883-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9885-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9886:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9887:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9888-movdqa %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9890-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9891:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9892:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9893-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9895-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9896:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9897:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9898-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9900-# qhasm:       xmm15 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9901:# asm 1: movdqa <xmm7=int6464#8,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9902:# asm 2: movdqa <xmm7=%xmm7,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9903-movdqa %xmm7,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9905-# qhasm:       xmm12 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9906:# asm 1: pand  <xmm3=int6464#4,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9907:# asm 2: pand  <xmm3=%xmm3,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9908-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9910-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9911:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9912:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9913-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9915-# qhasm:       xmm14 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9916:# asm 1: pand  <xmm5=int6464#6,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9917:# asm 2: pand  <xmm5=%xmm5,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9918-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9920-# qhasm:       xmm15 |= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9921:# asm 1: por   <xmm6=int6464#7,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9922:# asm 2: por   <xmm6=%xmm6,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9923-por   %xmm6,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9925-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9926:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9927:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9928-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9930-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9931:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9932:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9933-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9935-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9936:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9937:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9938-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9940-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9941:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9942:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9943-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9945-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9946:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9947:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9948-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9950-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9951:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9952:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9953-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9955-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9956:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9957:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9958-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9960-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9961:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9962:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9963-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9965-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9966:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9967:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9968-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9970-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9971:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9972:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9973-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9975-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9976:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9977:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9978-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9980-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9981:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9982:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9983-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9985-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9986:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9987:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9988-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9990-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9991:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9992:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9993-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9995-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9996:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:9997:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-9998-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10000-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10001:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10002:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10003-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10005-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10006:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10007:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10008-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10010-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10011:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10012:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10013-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10015-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10016:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10017:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10018-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10020-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10021:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10022:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10023-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10025-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10026:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10027:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10028-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10030-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10031:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10032:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10033-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10035-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10036:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10037:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10038-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10040-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10041:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10042:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10043-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10045-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10046:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10047:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10048-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10050-# qhasm:         xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10051:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10052:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10053-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10055-# qhasm:         xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10056:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10057:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10058-movdqa %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10060-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10061:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10062:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10063-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10065-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10066:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10067:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10068-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10070-# qhasm:           xmm10 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10071:# asm 1: pand  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10072:# asm 2: pand  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10073-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10075-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10076:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10077:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10078-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10080-# qhasm:           xmm6 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10081:# asm 1: pand  <xmm14=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10082:# asm 2: pand  <xmm14=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10083-pand  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10085-# qhasm:           xmm5 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10086:# asm 1: pand  <xmm15=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10087:# asm 2: pand  <xmm15=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10088-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10090-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10091:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10092:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10093-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10095-# qhasm:           xmm5 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10096:# asm 1: pxor  <xmm10=int6464#11,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10097:# asm 2: pxor  <xmm10=%xmm10,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10098-pxor  %xmm10,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10100-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10101:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10102:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10103-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10105-# qhasm:         xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10106:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10107:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10108-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10110-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10111:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10112:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10113-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10115-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10116:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10117:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10118-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10120-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10121:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10122:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10123-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10125-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10126:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10127:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10128-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10130-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10131:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10132:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10133-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10135-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10136:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10137:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10138-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10140-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10141:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10142:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10143-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10145-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10146:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10147:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10148-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10150-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10151:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10152:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10153-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10155-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10156:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10157:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10158-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10160-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10161:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10162:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10163-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10165-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10166:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10167:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10168-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10170-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10171:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10172:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10173-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10175-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10176:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10177:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10178-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10180-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10181:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10182:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10183-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10185-# qhasm:           xmm3 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10186:# asm 1: pand  <xmm13=int6464#16,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10187:# asm 2: pand  <xmm13=%xmm15,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10188-pand  %xmm15,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10190-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10191:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10192:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10193-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10195-# qhasm:           xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10196:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10197:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10198-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10200-# qhasm:         xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10201:# asm 1: pxor  <xmm12=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10202:# asm 2: pxor  <xmm12=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10203-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10205-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10206:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10207:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10208-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10210-# qhasm:         xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10211:# asm 1: pxor  <xmm8=int6464#10,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10212:# asm 2: pxor  <xmm8=%xmm9,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10213-pxor  %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10215-# qhasm:         xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10216:# asm 1: pxor  <xmm8=int6464#10,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10217:# asm 2: pxor  <xmm8=%xmm9,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10218-pxor  %xmm9,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10220-# qhasm:         xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10221:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10222:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10223-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10225-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10226:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10227:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10228-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10230-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10231:# asm 1: pxor  <xmm4=int6464#5,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10232:# asm 2: pxor  <xmm4=%xmm4,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10233-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10235-# qhasm:         xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10236:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10237:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10238-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10240-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10241:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10242:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10243-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10245-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10246:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10247:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10248-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10250-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10251:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10252:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10253-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10255-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10256:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10257:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10258-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10260-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10261:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10262:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10263-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10265-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10266:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10267:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10268-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10270-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10271:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10272:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10273-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10275-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10276:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10277:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10278-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10280-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10281:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10282:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10283-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10285-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10286:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10287:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10288-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10290-# qhasm:           xmm10 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10291:# asm 1: pand  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10292:# asm 2: pand  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10293-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10295-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10296:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10297:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10298-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10300-# qhasm:           xmm4 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10301:# asm 1: pand  <xmm9=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10302:# asm 2: pand  <xmm9=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10303-pand  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10305-# qhasm:           xmm2 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10306:# asm 1: pand  <xmm13=int6464#16,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10307:# asm 2: pand  <xmm13=%xmm15,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10308-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10310-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10311:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10312:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10313-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10315-# qhasm:           xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10316:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10317:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10318-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10320-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10321:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10322:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10323-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10325-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10326:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10327:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10328-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10330-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10331:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10332:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10333-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10335-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10336:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10337:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10338-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10340-# qhasm:           xmm11 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10341:# asm 1: pand  <xmm7=int6464#8,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10342:# asm 2: pand  <xmm7=%xmm7,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10343-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10345-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10346:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10347:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10348-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10350-# qhasm:           xmm7 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10351:# asm 1: pand  <xmm14=int6464#12,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10352:# asm 2: pand  <xmm14=%xmm11,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10353-pand  %xmm11,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10355-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10356:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10357:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10358-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10360-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10361:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10362:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10363-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10365-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10366:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10367:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10368-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10370-# qhasm:         xmm7 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10371:# asm 1: pxor  <xmm12=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10372:# asm 2: pxor  <xmm12=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10373-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10375-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10376:# asm 1: pxor  <xmm12=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10377:# asm 2: pxor  <xmm12=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10378-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10380-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10381:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10382:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10383-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10385-# qhasm:         xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10386:# asm 1: pxor  <xmm8=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10387:# asm 2: pxor  <xmm8=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10388-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10390-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10391:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10392:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10393-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10395-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10396:# asm 1: pxor  <xmm6=int6464#7,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10397:# asm 2: pxor  <xmm6=%xmm6,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10398-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10400-# qhasm:       xmm4 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10401:# asm 1: pxor  <xmm7=int6464#8,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10402:# asm 2: pxor  <xmm7=%xmm7,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10403-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10405-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10406:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10407:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10408-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10410-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10411:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10412:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10413-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10415-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10416:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10417:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10418-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10420-# qhasm:       xmm5 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10421:# asm 1: pxor  <xmm2=int6464#3,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10422:# asm 2: pxor  <xmm2=%xmm2,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10423-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10425-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10426:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10427:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10428-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10430-# qhasm:       xmm2 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10431:# asm 1: pxor  <xmm3=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10432:# asm 2: pxor  <xmm3=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10433-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10435-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10436:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10437:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10438-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10440-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10441:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10442:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10443-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10445-# qhasm:     xmm8 = shuffle dwords of xmm0 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10446:# asm 1: pshufd $0x93,<xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10447:# asm 2: pshufd $0x93,<xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10448-pshufd $0x93,%xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10450-# qhasm:     xmm9 = shuffle dwords of xmm1 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10451:# asm 1: pshufd $0x93,<xmm1=int6464#2,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10452:# asm 2: pshufd $0x93,<xmm1=%xmm1,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10453-pshufd $0x93,%xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10455-# qhasm:     xmm10 = shuffle dwords of xmm4 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10456:# asm 1: pshufd $0x93,<xmm4=int6464#5,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10457:# asm 2: pshufd $0x93,<xmm4=%xmm4,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10458-pshufd $0x93,%xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10460-# qhasm:     xmm11 = shuffle dwords of xmm6 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10461:# asm 1: pshufd $0x93,<xmm6=int6464#7,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10462:# asm 2: pshufd $0x93,<xmm6=%xmm6,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10463-pshufd $0x93,%xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10465-# qhasm:     xmm12 = shuffle dwords of xmm3 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10466:# asm 1: pshufd $0x93,<xmm3=int6464#4,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10467:# asm 2: pshufd $0x93,<xmm3=%xmm3,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10468-pshufd $0x93,%xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10470-# qhasm:     xmm13 = shuffle dwords of xmm7 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10471:# asm 1: pshufd $0x93,<xmm7=int6464#8,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10472:# asm 2: pshufd $0x93,<xmm7=%xmm7,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10473-pshufd $0x93,%xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10475-# qhasm:     xmm14 = shuffle dwords of xmm2 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10476:# asm 1: pshufd $0x93,<xmm2=int6464#3,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10477:# asm 2: pshufd $0x93,<xmm2=%xmm2,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10478-pshufd $0x93,%xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10480-# qhasm:     xmm15 = shuffle dwords of xmm5 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10481:# asm 1: pshufd $0x93,<xmm5=int6464#6,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10482:# asm 2: pshufd $0x93,<xmm5=%xmm5,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10483-pshufd $0x93,%xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10485-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10486:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10487:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10488-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10490-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10491:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10492:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10493-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10495-# qhasm:     xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10496:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10497:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10498-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10500-# qhasm:     xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10501:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10502:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10503-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10505-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10506:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10507:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10508-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10510-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10511:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10512:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10513-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10515-# qhasm:     xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10516:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10517:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10518-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10520-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10521:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10522:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10523-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10525-# qhasm:     xmm8 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10526:# asm 1: pxor  <xmm5=int6464#6,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10527:# asm 2: pxor  <xmm5=%xmm5,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10528-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10530-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10531:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10532:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10533-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10535-# qhasm:     xmm10 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10536:# asm 1: pxor  <xmm1=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10537:# asm 2: pxor  <xmm1=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10538-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10540-# qhasm:     xmm9 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10541:# asm 1: pxor  <xmm5=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10542:# asm 2: pxor  <xmm5=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10543-pxor  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10545-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10546:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10547:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10548-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10550-# qhasm:     xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10551:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10552:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10553-pxor  %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10555-# qhasm:     xmm13 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10556:# asm 1: pxor  <xmm3=int6464#4,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10557:# asm 2: pxor  <xmm3=%xmm3,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10558-pxor  %xmm3,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10560-# qhasm:     xmm11 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10561:# asm 1: pxor  <xmm5=int6464#6,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10562:# asm 2: pxor  <xmm5=%xmm5,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10563-pxor  %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10565-# qhasm:     xmm14 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10566:# asm 1: pxor  <xmm7=int6464#8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10567:# asm 2: pxor  <xmm7=%xmm7,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10568-pxor  %xmm7,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10570-# qhasm:     xmm15 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10571:# asm 1: pxor  <xmm2=int6464#3,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10572:# asm 2: pxor  <xmm2=%xmm2,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10573-pxor  %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10575-# qhasm:     xmm12 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10576:# asm 1: pxor  <xmm5=int6464#6,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10577:# asm 2: pxor  <xmm5=%xmm5,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10578-pxor  %xmm5,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10580-# qhasm:     xmm0 = shuffle dwords of xmm0 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10581:# asm 1: pshufd $0x4E,<xmm0=int6464#1,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10582:# asm 2: pshufd $0x4E,<xmm0=%xmm0,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10583-pshufd $0x4E,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10585-# qhasm:     xmm1 = shuffle dwords of xmm1 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10586:# asm 1: pshufd $0x4E,<xmm1=int6464#2,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10587:# asm 2: pshufd $0x4E,<xmm1=%xmm1,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10588-pshufd $0x4E,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10590-# qhasm:     xmm4 = shuffle dwords of xmm4 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10591:# asm 1: pshufd $0x4E,<xmm4=int6464#5,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10592:# asm 2: pshufd $0x4E,<xmm4=%xmm4,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10593-pshufd $0x4E,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10595-# qhasm:     xmm6 = shuffle dwords of xmm6 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10596:# asm 1: pshufd $0x4E,<xmm6=int6464#7,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10597:# asm 2: pshufd $0x4E,<xmm6=%xmm6,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10598-pshufd $0x4E,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10600-# qhasm:     xmm3 = shuffle dwords of xmm3 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10601:# asm 1: pshufd $0x4E,<xmm3=int6464#4,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10602:# asm 2: pshufd $0x4E,<xmm3=%xmm3,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10603-pshufd $0x4E,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10605-# qhasm:     xmm7 = shuffle dwords of xmm7 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10606:# asm 1: pshufd $0x4E,<xmm7=int6464#8,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10607:# asm 2: pshufd $0x4E,<xmm7=%xmm7,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10608-pshufd $0x4E,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10610-# qhasm:     xmm2 = shuffle dwords of xmm2 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10611:# asm 1: pshufd $0x4E,<xmm2=int6464#3,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10612:# asm 2: pshufd $0x4E,<xmm2=%xmm2,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10613-pshufd $0x4E,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10615-# qhasm:     xmm5 = shuffle dwords of xmm5 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10616:# asm 1: pshufd $0x4E,<xmm5=int6464#6,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10617:# asm 2: pshufd $0x4E,<xmm5=%xmm5,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10618-pshufd $0x4E,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10620-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10621:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10622:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10623-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10625-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10626:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10627:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10628-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10630-# qhasm:     xmm10 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10631:# asm 1: pxor  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10632:# asm 2: pxor  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10633-pxor  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10635-# qhasm:     xmm11 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10636:# asm 1: pxor  <xmm6=int6464#7,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10637:# asm 2: pxor  <xmm6=%xmm6,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10638-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10640-# qhasm:     xmm12 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10641:# asm 1: pxor  <xmm3=int6464#4,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10642:# asm 2: pxor  <xmm3=%xmm3,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10643-pxor  %xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10645-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10646:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10647:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10648-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10650-# qhasm:     xmm14 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10651:# asm 1: pxor  <xmm2=int6464#3,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10652:# asm 2: pxor  <xmm2=%xmm2,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10653-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10655-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10656:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10657:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10658-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10660-# qhasm:     xmm8 ^= *(int128 *)(c + 1152)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10661:# asm 1: pxor 1152(<c=int64#4),<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10662:# asm 2: pxor 1152(<c=%rcx),<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10663-pxor 1152(%rcx),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10665-# qhasm:     shuffle bytes of xmm8 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10666:# asm 1: pshufb SRM0,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10667:# asm 2: pshufb SRM0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10668-pshufb SRM0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10670-# qhasm:     xmm9 ^= *(int128 *)(c + 1168)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10671:# asm 1: pxor 1168(<c=int64#4),<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10672:# asm 2: pxor 1168(<c=%rcx),<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10673-pxor 1168(%rcx),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10675-# qhasm:     shuffle bytes of xmm9 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10676:# asm 1: pshufb SRM0,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10677:# asm 2: pshufb SRM0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10678-pshufb SRM0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10680-# qhasm:     xmm10 ^= *(int128 *)(c + 1184)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10681:# asm 1: pxor 1184(<c=int64#4),<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10682:# asm 2: pxor 1184(<c=%rcx),<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10683-pxor 1184(%rcx),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10685-# qhasm:     shuffle bytes of xmm10 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10686:# asm 1: pshufb SRM0,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10687:# asm 2: pshufb SRM0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10688-pshufb SRM0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10690-# qhasm:     xmm11 ^= *(int128 *)(c + 1200)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10691:# asm 1: pxor 1200(<c=int64#4),<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10692:# asm 2: pxor 1200(<c=%rcx),<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10693-pxor 1200(%rcx),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10695-# qhasm:     shuffle bytes of xmm11 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10696:# asm 1: pshufb SRM0,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10697:# asm 2: pshufb SRM0,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10698-pshufb SRM0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10700-# qhasm:     xmm12 ^= *(int128 *)(c + 1216)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10701:# asm 1: pxor 1216(<c=int64#4),<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10702:# asm 2: pxor 1216(<c=%rcx),<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10703-pxor 1216(%rcx),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10705-# qhasm:     shuffle bytes of xmm12 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10706:# asm 1: pshufb SRM0,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10707:# asm 2: pshufb SRM0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10708-pshufb SRM0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10710-# qhasm:     xmm13 ^= *(int128 *)(c + 1232)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10711:# asm 1: pxor 1232(<c=int64#4),<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10712:# asm 2: pxor 1232(<c=%rcx),<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10713-pxor 1232(%rcx),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10715-# qhasm:     shuffle bytes of xmm13 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10716:# asm 1: pshufb SRM0,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10717:# asm 2: pshufb SRM0,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10718-pshufb SRM0,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10720-# qhasm:     xmm14 ^= *(int128 *)(c + 1248)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10721:# asm 1: pxor 1248(<c=int64#4),<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10722:# asm 2: pxor 1248(<c=%rcx),<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10723-pxor 1248(%rcx),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10725-# qhasm:     shuffle bytes of xmm14 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10726:# asm 1: pshufb SRM0,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10727:# asm 2: pshufb SRM0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10728-pshufb SRM0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10730-# qhasm:     xmm15 ^= *(int128 *)(c + 1264)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10731:# asm 1: pxor 1264(<c=int64#4),<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10732:# asm 2: pxor 1264(<c=%rcx),<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10733-pxor 1264(%rcx),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10735-# qhasm:     shuffle bytes of xmm15 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10736:# asm 1: pshufb SRM0,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10737:# asm 2: pshufb SRM0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10738-pshufb SRM0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10740-# qhasm:       xmm13 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10741:# asm 1: pxor  <xmm14=int6464#15,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10742:# asm 2: pxor  <xmm14=%xmm14,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10743-pxor  %xmm14,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10745-# qhasm:       xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10746:# asm 1: pxor  <xmm9=int6464#10,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10747:# asm 2: pxor  <xmm9=%xmm9,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10748-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10750-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10751:# asm 1: pxor  <xmm8=int6464#9,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10752:# asm 2: pxor  <xmm8=%xmm8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10753-pxor  %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10755-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10756:# asm 1: pxor  <xmm10=int6464#11,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10757:# asm 2: pxor  <xmm10=%xmm10,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10758-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10760-# qhasm:       xmm11 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10761:# asm 1: pxor  <xmm8=int6464#9,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10762:# asm 2: pxor  <xmm8=%xmm8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10763-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10765-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10766:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10767:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10768-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10770-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10771:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10772:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10773-pxor  %xmm15,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10775-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10776:# asm 1: pxor  <xmm12=int6464#13,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10777:# asm 2: pxor  <xmm12=%xmm12,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10778-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10780-# qhasm:       xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10781:# asm 1: pxor  <xmm13=int6464#14,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10782:# asm 2: pxor  <xmm13=%xmm13,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10783-pxor  %xmm13,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10785-# qhasm:       xmm11 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10786:# asm 1: pxor  <xmm9=int6464#10,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10787:# asm 2: pxor  <xmm9=%xmm9,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10788-pxor  %xmm9,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10790-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10791:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10792:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10793-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10795-# qhasm:       xmm10 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10796:# asm 1: pxor  <xmm15=int6464#16,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10797:# asm 2: pxor  <xmm15=%xmm15,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10798-pxor  %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10800-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10801:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10802:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10803-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10805-# qhasm:       xmm3 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10806:# asm 1: movdqa <xmm15=int6464#16,>xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10807:# asm 2: movdqa <xmm15=%xmm15,>xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10808-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10810-# qhasm:       xmm2 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10811:# asm 1: movdqa <xmm9=int6464#10,>xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10812:# asm 2: movdqa <xmm9=%xmm9,>xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10813-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10815-# qhasm:       xmm1 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10816:# asm 1: movdqa <xmm13=int6464#14,>xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10817:# asm 2: movdqa <xmm13=%xmm13,>xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10818-movdqa %xmm13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10820-# qhasm:       xmm5 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10821:# asm 1: movdqa <xmm10=int6464#11,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10822:# asm 2: movdqa <xmm10=%xmm10,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10823-movdqa %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10825-# qhasm:       xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10826:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10827:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10828-movdqa %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10830-# qhasm:       xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10831:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10832:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10833-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10835-# qhasm:       xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10836:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10837:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10838-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10840-# qhasm:       xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10841:# asm 1: pxor  <xmm11=int6464#12,<xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10842:# asm 2: pxor  <xmm11=%xmm11,<xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10843-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10845-# qhasm:       xmm5 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10846:# asm 1: pxor  <xmm12=int6464#13,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10847:# asm 2: pxor  <xmm12=%xmm12,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10848-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10850-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10851:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10852:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10853-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10855-# qhasm:       xmm6 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10856:# asm 1: movdqa <xmm3=int6464#1,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10857:# asm 2: movdqa <xmm3=%xmm0,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10858-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10860-# qhasm:       xmm0 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10861:# asm 1: movdqa <xmm2=int6464#2,>xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10862:# asm 2: movdqa <xmm2=%xmm1,>xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10863-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10865-# qhasm:       xmm7 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10866:# asm 1: movdqa <xmm3=int6464#1,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10867:# asm 2: movdqa <xmm3=%xmm0,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10868-movdqa %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10870-# qhasm:       xmm2 |= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10871:# asm 1: por   <xmm1=int6464#3,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10872:# asm 2: por   <xmm1=%xmm2,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10873-por   %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10875-# qhasm:       xmm3 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10876:# asm 1: por   <xmm4=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10877:# asm 2: por   <xmm4=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10878-por   %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10880-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10881:# asm 1: pxor  <xmm0=int6464#7,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10882:# asm 2: pxor  <xmm0=%xmm6,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10883-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10885-# qhasm:       xmm6 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10886:# asm 1: pand  <xmm4=int6464#5,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10887:# asm 2: pand  <xmm4=%xmm4,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10888-pand  %xmm4,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10890-# qhasm:       xmm0 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10891:# asm 1: pand  <xmm1=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10892:# asm 2: pand  <xmm1=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10893-pand  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10895-# qhasm:       xmm4 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10896:# asm 1: pxor  <xmm1=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10897:# asm 2: pxor  <xmm1=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10898-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10900-# qhasm:       xmm7 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10901:# asm 1: pand  <xmm4=int6464#5,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10902:# asm 2: pand  <xmm4=%xmm4,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10903-pand  %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10905-# qhasm:       xmm4 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10906:# asm 1: movdqa <xmm11=int6464#12,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10907:# asm 2: movdqa <xmm11=%xmm11,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10908-movdqa %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10910-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10911:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10912:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10913-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10915-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10916:# asm 1: pand  <xmm4=int6464#3,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10917:# asm 2: pand  <xmm4=%xmm2,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10918-pand  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10920-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10921:# asm 1: pxor  <xmm5=int6464#4,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10922:# asm 2: pxor  <xmm5=%xmm3,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10923-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10925-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10926:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10927:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10928-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10930-# qhasm:       xmm5 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10931:# asm 1: movdqa <xmm15=int6464#16,>xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10932:# asm 2: movdqa <xmm15=%xmm15,>xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10933-movdqa %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10935-# qhasm:       xmm5 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10936:# asm 1: pxor  <xmm9=int6464#10,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10937:# asm 2: pxor  <xmm9=%xmm9,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10938-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10940-# qhasm:       xmm4 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10941:# asm 1: movdqa <xmm13=int6464#14,>xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10942:# asm 2: movdqa <xmm13=%xmm13,>xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10943-movdqa %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10945-# qhasm:       xmm1 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10946:# asm 1: movdqa <xmm5=int6464#3,>xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10947:# asm 2: movdqa <xmm5=%xmm2,>xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10948-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10950-# qhasm:       xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10951:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10952:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10953-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10955-# qhasm:       xmm1 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10956:# asm 1: por   <xmm4=int6464#4,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10957:# asm 2: por   <xmm4=%xmm3,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10958-por   %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10960-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10961:# asm 1: pand  <xmm4=int6464#4,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10962:# asm 2: pand  <xmm4=%xmm3,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10963-pand  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10965-# qhasm:       xmm0 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10966:# asm 1: pxor  <xmm5=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10967:# asm 2: pxor  <xmm5=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10968-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10970-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10971:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10972:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10973-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10975-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10976:# asm 1: pxor  <xmm6=int6464#6,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10977:# asm 2: pxor  <xmm6=%xmm5,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10978-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10980-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10981:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10982:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10983-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10985-# qhasm:       xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10986:# asm 1: pxor  <xmm6=int6464#6,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10987:# asm 2: pxor  <xmm6=%xmm5,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10988-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10990-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10991:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10992:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10993-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10995-# qhasm:       xmm4 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10996:# asm 1: movdqa <xmm10=int6464#11,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:10997:# asm 2: movdqa <xmm10=%xmm10,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-10998-movdqa %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11000-# qhasm:       xmm5 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11001:# asm 1: movdqa <xmm12=int6464#13,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11002:# asm 2: movdqa <xmm12=%xmm12,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11003-movdqa %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11005-# qhasm:       xmm6 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11006:# asm 1: movdqa <xmm9=int6464#10,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11007:# asm 2: movdqa <xmm9=%xmm9,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11008-movdqa %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11010-# qhasm:       xmm7 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11011:# asm 1: movdqa <xmm15=int6464#16,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11012:# asm 2: movdqa <xmm15=%xmm15,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11013-movdqa %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11015-# qhasm:       xmm4 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11016:# asm 1: pand  <xmm11=int6464#12,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11017:# asm 2: pand  <xmm11=%xmm11,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11018-pand  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11020-# qhasm:       xmm5 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11021:# asm 1: pand  <xmm8=int6464#9,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11022:# asm 2: pand  <xmm8=%xmm8,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11023-pand  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11025-# qhasm:       xmm6 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11026:# asm 1: pand  <xmm13=int6464#14,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11027:# asm 2: pand  <xmm13=%xmm13,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11028-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11030-# qhasm:       xmm7 |= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11031:# asm 1: por   <xmm14=int6464#15,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11032:# asm 2: por   <xmm14=%xmm14,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11033-por   %xmm14,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11035-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11036:# asm 1: pxor  <xmm4=int6464#3,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11037:# asm 2: pxor  <xmm4=%xmm2,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11038-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11040-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11041:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11042:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11043-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11045-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11046:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11047:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11048-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11050-# qhasm:       xmm0 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11051:# asm 1: pxor  <xmm7=int6464#8,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11052:# asm 2: pxor  <xmm7=%xmm7,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11053-pxor  %xmm7,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11055-# qhasm:       xmm4 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11056:# asm 1: movdqa <xmm3=int6464#1,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11057:# asm 2: movdqa <xmm3=%xmm0,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11058-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11060-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11061:# asm 1: pxor  <xmm2=int6464#2,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11062:# asm 2: pxor  <xmm2=%xmm1,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11063-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11065-# qhasm:       xmm3 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11066:# asm 1: pand  <xmm1=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11067:# asm 2: pand  <xmm1=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11068-pand  %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11070-# qhasm:       xmm6 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11071:# asm 1: movdqa <xmm0=int6464#7,>xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11072:# asm 2: movdqa <xmm0=%xmm6,>xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11073-movdqa %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11075-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11076:# asm 1: pxor  <xmm3=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11077:# asm 2: pxor  <xmm3=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11078-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11080-# qhasm:       xmm7 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11081:# asm 1: movdqa <xmm4=int6464#3,>xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11082:# asm 2: movdqa <xmm4=%xmm2,>xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11083-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11085-# qhasm:       xmm7 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11086:# asm 1: pand  <xmm6=int6464#4,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11087:# asm 2: pand  <xmm6=%xmm3,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11088-pand  %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11090-# qhasm:       xmm7 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11091:# asm 1: pxor  <xmm2=int6464#2,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11092:# asm 2: pxor  <xmm2=%xmm1,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11093-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11095-# qhasm:       xmm5 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11096:# asm 1: movdqa <xmm1=int6464#5,>xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11097:# asm 2: movdqa <xmm1=%xmm4,>xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11098-movdqa %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11100-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11101:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11102:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11103-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11105-# qhasm:       xmm3 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11106:# asm 1: pxor  <xmm2=int6464#2,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11107:# asm 2: pxor  <xmm2=%xmm1,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11108-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11110-# qhasm:       xmm5 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11111:# asm 1: pand  <xmm3=int6464#1,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11112:# asm 2: pand  <xmm3=%xmm0,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11113-pand  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11115-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11116:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11117:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11118-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11120-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11121:# asm 1: pxor  <xmm5=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11122:# asm 2: pxor  <xmm5=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11123-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11125-# qhasm:       xmm2 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11126:# asm 1: movdqa <xmm6=int6464#4,>xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11127:# asm 2: movdqa <xmm6=%xmm3,>xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11128-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11130-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11131:# asm 1: pxor  <xmm5=int6464#8,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11132:# asm 2: pxor  <xmm5=%xmm7,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11133-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11135-# qhasm:       xmm2 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11136:# asm 1: pand  <xmm0=int6464#7,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11137:# asm 2: pand  <xmm0=%xmm6,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11138-pand  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11140-# qhasm:       xmm1 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11141:# asm 1: pxor  <xmm2=int6464#1,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11142:# asm 2: pxor  <xmm2=%xmm0,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11143-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11145-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11146:# asm 1: pxor  <xmm2=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11147:# asm 2: pxor  <xmm2=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11148-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11150-# qhasm:       xmm6 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11151:# asm 1: pand  <xmm7=int6464#6,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11152:# asm 2: pand  <xmm7=%xmm5,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11153-pand  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11155-# qhasm:       xmm6 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11156:# asm 1: pxor  <xmm4=int6464#3,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11157:# asm 2: pxor  <xmm4=%xmm2,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11158-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11160-# qhasm:         xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11161:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11162:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11163-movdqa %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11165-# qhasm:         xmm0 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11166:# asm 1: movdqa <xmm13=int6464#14,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11167:# asm 2: movdqa <xmm13=%xmm13,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11168-movdqa %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11170-# qhasm:           xmm2 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11171:# asm 1: movdqa <xmm7=int6464#6,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11172:# asm 2: movdqa <xmm7=%xmm5,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11173-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11175-# qhasm:           xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11176:# asm 1: pxor  <xmm6=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11177:# asm 2: pxor  <xmm6=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11178-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11180-# qhasm:           xmm2 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11181:# asm 1: pand  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11182:# asm 2: pand  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11183-pand  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11185-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11186:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11187:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11188-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11190-# qhasm:           xmm14 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11191:# asm 1: pand  <xmm6=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11192:# asm 2: pand  <xmm6=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11193-pand  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11195-# qhasm:           xmm13 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11196:# asm 1: pand  <xmm7=int6464#6,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11197:# asm 2: pand  <xmm7=%xmm5,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11198-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11200-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11201:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11202:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11203-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11205-# qhasm:           xmm13 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11206:# asm 1: pxor  <xmm2=int6464#3,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11207:# asm 2: pxor  <xmm2=%xmm2,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11208-pxor  %xmm2,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11210-# qhasm:         xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11211:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11212:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11213-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11215-# qhasm:         xmm0 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11216:# asm 1: pxor  <xmm11=int6464#12,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11217:# asm 2: pxor  <xmm11=%xmm11,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11218-pxor  %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11220-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11221:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11222:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11223-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11225-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11226:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11227:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11228-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11230-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11231:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11232:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11233-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11235-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11236:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11237:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11238-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11240-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11241:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11242:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11243-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11245-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11246:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11247:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11248-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11250-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11251:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11252:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11253-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11255-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11256:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11257:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11258-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11260-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11261:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11262:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11263-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11265-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11266:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11267:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11268-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11270-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11271:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11272:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11273-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11275-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11276:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11277:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11278-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11280-# qhasm:           xmm2 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11281:# asm 1: pand  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11282:# asm 2: pand  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11283-pand  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11285-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11286:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11287:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11288-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11290-# qhasm:           xmm8 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11291:# asm 1: pand  <xmm1=int6464#5,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11292:# asm 2: pand  <xmm1=%xmm4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11293-pand  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11295-# qhasm:           xmm11 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11296:# asm 1: pand  <xmm5=int6464#8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11297:# asm 2: pand  <xmm5=%xmm7,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11298-pand  %xmm7,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11300-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11301:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11302:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11303-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11305-# qhasm:           xmm11 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11306:# asm 1: pxor  <xmm2=int6464#3,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11307:# asm 2: pxor  <xmm2=%xmm2,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11308-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11310-# qhasm:         xmm14 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11311:# asm 1: pxor  <xmm4=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11312:# asm 2: pxor  <xmm4=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11313-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11315-# qhasm:         xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11316:# asm 1: pxor  <xmm4=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11317:# asm 2: pxor  <xmm4=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11318-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11320-# qhasm:         xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11321:# asm 1: pxor  <xmm0=int6464#2,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11322:# asm 2: pxor  <xmm0=%xmm1,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11323-pxor  %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11325-# qhasm:         xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11326:# asm 1: pxor  <xmm0=int6464#2,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11327:# asm 2: pxor  <xmm0=%xmm1,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11328-pxor  %xmm1,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11330-# qhasm:         xmm4 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11331:# asm 1: movdqa <xmm15=int6464#16,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11332:# asm 2: movdqa <xmm15=%xmm15,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11333-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11335-# qhasm:         xmm0 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11336:# asm 1: movdqa <xmm9=int6464#10,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11337:# asm 2: movdqa <xmm9=%xmm9,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11338-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11340-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11341:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11342:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11343-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11345-# qhasm:         xmm0 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11346:# asm 1: pxor  <xmm10=int6464#11,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11347:# asm 2: pxor  <xmm10=%xmm10,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11348-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11350-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11351:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11352:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11353-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11355-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11356:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11357:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11358-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11360-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11361:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11362:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11363-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11365-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11366:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11367:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11368-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11370-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11371:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11372:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11373-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11375-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11376:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11377:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11378-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11380-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11381:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11382:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11383-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11385-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11386:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11387:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11388-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11390-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11391:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11392:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11393-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11395-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11396:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11397:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11398-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11400-# qhasm:           xmm2 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11401:# asm 1: pand  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11402:# asm 2: pand  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11403-pand  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11405-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11406:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11407:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11408-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11410-# qhasm:           xmm12 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11411:# asm 1: pand  <xmm1=int6464#5,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11412:# asm 2: pand  <xmm1=%xmm4,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11413-pand  %xmm4,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11415-# qhasm:           xmm10 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11416:# asm 1: pand  <xmm5=int6464#8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11417:# asm 2: pand  <xmm5=%xmm7,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11418-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11420-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11421:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11422:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11423-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11425-# qhasm:           xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11426:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11427:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11428-pxor  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11430-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11431:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11432:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11433-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11435-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11436:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11437:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11438-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11440-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11441:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11442:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11443-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11445-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11446:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11447:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11448-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11450-# qhasm:           xmm3 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11451:# asm 1: pand  <xmm15=int6464#16,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11452:# asm 2: pand  <xmm15=%xmm15,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11453-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11455-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11456:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11457:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11458-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11460-# qhasm:           xmm15 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11461:# asm 1: pand  <xmm6=int6464#4,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11462:# asm 2: pand  <xmm6=%xmm3,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11463-pand  %xmm3,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11465-# qhasm:           xmm9 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11466:# asm 1: pand  <xmm7=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11467:# asm 2: pand  <xmm7=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11468-pand  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11470-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11471:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11472:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11473-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11475-# qhasm:           xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11476:# asm 1: pxor  <xmm3=int6464#3,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11477:# asm 2: pxor  <xmm3=%xmm2,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11478-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11480-# qhasm:         xmm15 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11481:# asm 1: pxor  <xmm4=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11482:# asm 2: pxor  <xmm4=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11483-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11485-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11486:# asm 1: pxor  <xmm4=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11487:# asm 2: pxor  <xmm4=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11488-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11490-# qhasm:         xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11491:# asm 1: pxor  <xmm0=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11492:# asm 2: pxor  <xmm0=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11493-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11495-# qhasm:         xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11496:# asm 1: pxor  <xmm0=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11497:# asm 2: pxor  <xmm0=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11498-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11500-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11501:# asm 1: pxor  <xmm8=int6464#9,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11502:# asm 2: pxor  <xmm8=%xmm8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11503-pxor  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11505-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11506:# asm 1: pxor  <xmm14=int6464#15,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11507:# asm 2: pxor  <xmm14=%xmm14,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11508-pxor  %xmm14,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11510-# qhasm:       xmm12 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11511:# asm 1: pxor  <xmm15=int6464#16,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11512:# asm 2: pxor  <xmm15=%xmm15,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11513-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11515-# qhasm:       xmm14 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11516:# asm 1: pxor  <xmm8=int6464#9,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11517:# asm 2: pxor  <xmm8=%xmm8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11518-pxor  %xmm8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11520-# qhasm:       xmm8 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11521:# asm 1: pxor  <xmm9=int6464#10,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11522:# asm 2: pxor  <xmm9=%xmm9,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11523-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11525-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11526:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11527:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11528-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11530-# qhasm:       xmm13 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11531:# asm 1: pxor  <xmm10=int6464#11,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11532:# asm 2: pxor  <xmm10=%xmm10,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11533-pxor  %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11535-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11536:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11537:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11538-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11540-# qhasm:       xmm10 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11541:# asm 1: pxor  <xmm11=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11542:# asm 2: pxor  <xmm11=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11543-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11545-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11546:# asm 1: pxor  <xmm13=int6464#14,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11547:# asm 2: pxor  <xmm13=%xmm13,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11548-pxor  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11550-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11551:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11552:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11553-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11555-# qhasm:   xmm8 ^= *(int128 *)(c + 1280)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11556:# asm 1: pxor 1280(<c=int64#4),<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11557:# asm 2: pxor 1280(<c=%rcx),<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11558-pxor 1280(%rcx),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11560-# qhasm:   xmm9 ^= *(int128 *)(c + 1296)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11561:# asm 1: pxor 1296(<c=int64#4),<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11562:# asm 2: pxor 1296(<c=%rcx),<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11563-pxor 1296(%rcx),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11565-# qhasm:   xmm12 ^= *(int128 *)(c + 1312)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11566:# asm 1: pxor 1312(<c=int64#4),<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11567:# asm 2: pxor 1312(<c=%rcx),<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11568-pxor 1312(%rcx),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11570-# qhasm:   xmm14 ^= *(int128 *)(c + 1328)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11571:# asm 1: pxor 1328(<c=int64#4),<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11572:# asm 2: pxor 1328(<c=%rcx),<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11573-pxor 1328(%rcx),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11575-# qhasm:   xmm11 ^= *(int128 *)(c + 1344)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11576:# asm 1: pxor 1344(<c=int64#4),<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11577:# asm 2: pxor 1344(<c=%rcx),<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11578-pxor 1344(%rcx),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11580-# qhasm:   xmm15 ^= *(int128 *)(c + 1360)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11581:# asm 1: pxor 1360(<c=int64#4),<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11582:# asm 2: pxor 1360(<c=%rcx),<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11583-pxor 1360(%rcx),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11585-# qhasm:   xmm10 ^= *(int128 *)(c + 1376)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11586:# asm 1: pxor 1376(<c=int64#4),<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11587:# asm 2: pxor 1376(<c=%rcx),<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11588-pxor 1376(%rcx),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11590-# qhasm:   xmm13 ^= *(int128 *)(c + 1392)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11591:# asm 1: pxor 1392(<c=int64#4),<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11592:# asm 2: pxor 1392(<c=%rcx),<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11593-pxor 1392(%rcx),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11595-# qhasm:     xmm0 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11596:# asm 1: movdqa <xmm10=int6464#11,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11597:# asm 2: movdqa <xmm10=%xmm10,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11598-movdqa %xmm10,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11600-# qhasm:     uint6464 xmm0 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11601:# asm 1: psrlq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11602:# asm 2: psrlq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11603-psrlq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11605-# qhasm:     xmm0 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11606:# asm 1: pxor  <xmm13=int6464#14,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11607:# asm 2: pxor  <xmm13=%xmm13,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11608-pxor  %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11610-# qhasm:     xmm0 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11611:# asm 1: pand  BS0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11612:# asm 2: pand  BS0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11613-pand  BS0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11615-# qhasm:     xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11616:# asm 1: pxor  <xmm0=int6464#1,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11617:# asm 2: pxor  <xmm0=%xmm0,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11618-pxor  %xmm0,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11620-# qhasm:     uint6464 xmm0 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11621:# asm 1: psllq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11622:# asm 2: psllq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11623-psllq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11625-# qhasm:     xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11626:# asm 1: pxor  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11627:# asm 2: pxor  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11628-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11630-# qhasm:     xmm0 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11631:# asm 1: movdqa <xmm11=int6464#12,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11632:# asm 2: movdqa <xmm11=%xmm11,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11633-movdqa %xmm11,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11635-# qhasm:     uint6464 xmm0 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11636:# asm 1: psrlq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11637:# asm 2: psrlq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11638-psrlq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11640-# qhasm:     xmm0 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11641:# asm 1: pxor  <xmm15=int6464#16,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11642:# asm 2: pxor  <xmm15=%xmm15,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11643-pxor  %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11645-# qhasm:     xmm0 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11646:# asm 1: pand  BS0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11647:# asm 2: pand  BS0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11648-pand  BS0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11650-# qhasm:     xmm15 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11651:# asm 1: pxor  <xmm0=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11652:# asm 2: pxor  <xmm0=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11653-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11655-# qhasm:     uint6464 xmm0 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11656:# asm 1: psllq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11657:# asm 2: psllq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11658-psllq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11660-# qhasm:     xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11661:# asm 1: pxor  <xmm0=int6464#1,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11662:# asm 2: pxor  <xmm0=%xmm0,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11663-pxor  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11665-# qhasm:     xmm0 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11666:# asm 1: movdqa <xmm12=int6464#13,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11667:# asm 2: movdqa <xmm12=%xmm12,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11668-movdqa %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11670-# qhasm:     uint6464 xmm0 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11671:# asm 1: psrlq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11672:# asm 2: psrlq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11673-psrlq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11675-# qhasm:     xmm0 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11676:# asm 1: pxor  <xmm14=int6464#15,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11677:# asm 2: pxor  <xmm14=%xmm14,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11678-pxor  %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11680-# qhasm:     xmm0 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11681:# asm 1: pand  BS0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11682:# asm 2: pand  BS0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11683-pand  BS0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11685-# qhasm:     xmm14 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11686:# asm 1: pxor  <xmm0=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11687:# asm 2: pxor  <xmm0=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11688-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11690-# qhasm:     uint6464 xmm0 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11691:# asm 1: psllq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11692:# asm 2: psllq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11693-psllq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11695-# qhasm:     xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11696:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11697:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11698-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11700-# qhasm:     xmm0 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11701:# asm 1: movdqa <xmm8=int6464#9,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11702:# asm 2: movdqa <xmm8=%xmm8,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11703-movdqa %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11705-# qhasm:     uint6464 xmm0 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11706:# asm 1: psrlq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11707:# asm 2: psrlq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11708-psrlq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11710-# qhasm:     xmm0 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11711:# asm 1: pxor  <xmm9=int6464#10,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11712:# asm 2: pxor  <xmm9=%xmm9,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11713-pxor  %xmm9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11715-# qhasm:     xmm0 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11716:# asm 1: pand  BS0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11717:# asm 2: pand  BS0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11718-pand  BS0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11720-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11721:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11722:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11723-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11725-# qhasm:     uint6464 xmm0 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11726:# asm 1: psllq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11727:# asm 2: psllq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11728-psllq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11730-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11731:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11732:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11733-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11735-# qhasm:     xmm0 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11736:# asm 1: movdqa <xmm15=int6464#16,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11737:# asm 2: movdqa <xmm15=%xmm15,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11738-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11740-# qhasm:     uint6464 xmm0 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11741:# asm 1: psrlq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11742:# asm 2: psrlq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11743-psrlq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11745-# qhasm:     xmm0 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11746:# asm 1: pxor  <xmm13=int6464#14,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11747:# asm 2: pxor  <xmm13=%xmm13,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11748-pxor  %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11750-# qhasm:     xmm0 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11751:# asm 1: pand  BS1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11752:# asm 2: pand  BS1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11753-pand  BS1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11755-# qhasm:     xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11756:# asm 1: pxor  <xmm0=int6464#1,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11757:# asm 2: pxor  <xmm0=%xmm0,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11758-pxor  %xmm0,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11760-# qhasm:     uint6464 xmm0 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11761:# asm 1: psllq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11762:# asm 2: psllq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11763-psllq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11765-# qhasm:     xmm15 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11766:# asm 1: pxor  <xmm0=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11767:# asm 2: pxor  <xmm0=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11768-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11770-# qhasm:     xmm0 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11771:# asm 1: movdqa <xmm11=int6464#12,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11772:# asm 2: movdqa <xmm11=%xmm11,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11773-movdqa %xmm11,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11775-# qhasm:     uint6464 xmm0 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11776:# asm 1: psrlq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11777:# asm 2: psrlq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11778-psrlq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11780-# qhasm:     xmm0 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11781:# asm 1: pxor  <xmm10=int6464#11,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11782:# asm 2: pxor  <xmm10=%xmm10,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11783-pxor  %xmm10,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11785-# qhasm:     xmm0 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11786:# asm 1: pand  BS1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11787:# asm 2: pand  BS1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11788-pand  BS1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11790-# qhasm:     xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11791:# asm 1: pxor  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11792:# asm 2: pxor  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11793-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11795-# qhasm:     uint6464 xmm0 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11796:# asm 1: psllq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11797:# asm 2: psllq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11798-psllq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11800-# qhasm:     xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11801:# asm 1: pxor  <xmm0=int6464#1,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11802:# asm 2: pxor  <xmm0=%xmm0,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11803-pxor  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11805-# qhasm:     xmm0 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11806:# asm 1: movdqa <xmm9=int6464#10,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11807:# asm 2: movdqa <xmm9=%xmm9,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11808-movdqa %xmm9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11810-# qhasm:     uint6464 xmm0 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11811:# asm 1: psrlq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11812:# asm 2: psrlq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11813-psrlq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11815-# qhasm:     xmm0 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11816:# asm 1: pxor  <xmm14=int6464#15,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11817:# asm 2: pxor  <xmm14=%xmm14,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11818-pxor  %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11820-# qhasm:     xmm0 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11821:# asm 1: pand  BS1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11822:# asm 2: pand  BS1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11823-pand  BS1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11825-# qhasm:     xmm14 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11826:# asm 1: pxor  <xmm0=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11827:# asm 2: pxor  <xmm0=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11828-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11830-# qhasm:     uint6464 xmm0 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11831:# asm 1: psllq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11832:# asm 2: psllq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11833-psllq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11835-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11836:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11837:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11838-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11840-# qhasm:     xmm0 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11841:# asm 1: movdqa <xmm8=int6464#9,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11842:# asm 2: movdqa <xmm8=%xmm8,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11843-movdqa %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11845-# qhasm:     uint6464 xmm0 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11846:# asm 1: psrlq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11847:# asm 2: psrlq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11848-psrlq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11850-# qhasm:     xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11851:# asm 1: pxor  <xmm12=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11852:# asm 2: pxor  <xmm12=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11853-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11855-# qhasm:     xmm0 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11856:# asm 1: pand  BS1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11857:# asm 2: pand  BS1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11858-pand  BS1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11860-# qhasm:     xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11861:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11862:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11863-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11865-# qhasm:     uint6464 xmm0 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11866:# asm 1: psllq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11867:# asm 2: psllq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11868-psllq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11870-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11871:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11872:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11873-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11875-# qhasm:     xmm0 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11876:# asm 1: movdqa <xmm14=int6464#15,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11877:# asm 2: movdqa <xmm14=%xmm14,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11878-movdqa %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11880-# qhasm:     uint6464 xmm0 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11881:# asm 1: psrlq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11882:# asm 2: psrlq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11883-psrlq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11885-# qhasm:     xmm0 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11886:# asm 1: pxor  <xmm13=int6464#14,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11887:# asm 2: pxor  <xmm13=%xmm13,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11888-pxor  %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11890-# qhasm:     xmm0 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11891:# asm 1: pand  BS2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11892:# asm 2: pand  BS2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11893-pand  BS2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11895-# qhasm:     xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11896:# asm 1: pxor  <xmm0=int6464#1,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11897:# asm 2: pxor  <xmm0=%xmm0,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11898-pxor  %xmm0,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11900-# qhasm:     uint6464 xmm0 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11901:# asm 1: psllq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11902:# asm 2: psllq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11903-psllq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11905-# qhasm:     xmm14 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11906:# asm 1: pxor  <xmm0=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11907:# asm 2: pxor  <xmm0=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11908-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11910-# qhasm:     xmm0 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11911:# asm 1: movdqa <xmm12=int6464#13,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11912:# asm 2: movdqa <xmm12=%xmm12,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11913-movdqa %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11915-# qhasm:     uint6464 xmm0 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11916:# asm 1: psrlq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11917:# asm 2: psrlq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11918-psrlq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11920-# qhasm:     xmm0 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11921:# asm 1: pxor  <xmm10=int6464#11,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11922:# asm 2: pxor  <xmm10=%xmm10,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11923-pxor  %xmm10,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11925-# qhasm:     xmm0 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11926:# asm 1: pand  BS2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11927:# asm 2: pand  BS2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11928-pand  BS2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11930-# qhasm:     xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11931:# asm 1: pxor  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11932:# asm 2: pxor  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11933-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11935-# qhasm:     uint6464 xmm0 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11936:# asm 1: psllq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11937:# asm 2: psllq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11938-psllq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11940-# qhasm:     xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11941:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11942:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11943-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11945-# qhasm:     xmm0 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11946:# asm 1: movdqa <xmm9=int6464#10,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11947:# asm 2: movdqa <xmm9=%xmm9,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11948-movdqa %xmm9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11950-# qhasm:     uint6464 xmm0 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11951:# asm 1: psrlq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11952:# asm 2: psrlq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11953-psrlq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11955-# qhasm:     xmm0 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11956:# asm 1: pxor  <xmm15=int6464#16,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11957:# asm 2: pxor  <xmm15=%xmm15,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11958-pxor  %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11960-# qhasm:     xmm0 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11961:# asm 1: pand  BS2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11962:# asm 2: pand  BS2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11963-pand  BS2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11965-# qhasm:     xmm15 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11966:# asm 1: pxor  <xmm0=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11967:# asm 2: pxor  <xmm0=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11968-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11970-# qhasm:     uint6464 xmm0 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11971:# asm 1: psllq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11972:# asm 2: psllq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11973-psllq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11975-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11976:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11977:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11978-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11980-# qhasm:     xmm0 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11981:# asm 1: movdqa <xmm8=int6464#9,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11982:# asm 2: movdqa <xmm8=%xmm8,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11983-movdqa %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11985-# qhasm:     uint6464 xmm0 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11986:# asm 1: psrlq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11987:# asm 2: psrlq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11988-psrlq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11990-# qhasm:     xmm0 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11991:# asm 1: pxor  <xmm11=int6464#12,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11992:# asm 2: pxor  <xmm11=%xmm11,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11993-pxor  %xmm11,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11995-# qhasm:     xmm0 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11996:# asm 1: pand  BS2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:11997:# asm 2: pand  BS2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-11998-pand  BS2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12000-# qhasm:     xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12001:# asm 1: pxor  <xmm0=int6464#1,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12002:# asm 2: pxor  <xmm0=%xmm0,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12003-pxor  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12005-# qhasm:     uint6464 xmm0 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12006:# asm 1: psllq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12007:# asm 2: psllq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12008-psllq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12010-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12011:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12012:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12013-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12015-# qhasm: unsigned<? =? len-128
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12016:# asm 1: cmp  $128,<len=int64#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12017:# asm 2: cmp  $128,<len=%rsi
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12018-cmp  $128,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12028-# qhasm: tmp = *(uint32 *)(np + 12)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12029:# asm 1: movl   12(<np=int64#3),>tmp=int64#5d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12030:# asm 2: movl   12(<np=%rdx),>tmp=%r8d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12031-movl   12(%rdx),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12033-# qhasm: (uint32) bswap tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12034:# asm 1: bswap <tmp=int64#5d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12035:# asm 2: bswap <tmp=%r8d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12036-bswap %r8d
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12038-# qhasm: tmp += 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12039:# asm 1: add  $8,<tmp=int64#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12040:# asm 2: add  $8,<tmp=%r8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12041-add  $8,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12043-# qhasm: (uint32) bswap tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12044:# asm 1: bswap <tmp=int64#5d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12045:# asm 2: bswap <tmp=%r8d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12046-bswap %r8d
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12048-# qhasm: *(uint32 *)(np + 12) = tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12049:# asm 1: movl   <tmp=int64#5d,12(<np=int64#3)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12050:# asm 2: movl   <tmp=%r8d,12(<np=%rdx)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12051-movl   %r8d,12(%rdx)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12053-# qhasm: *(int128 *) (outp + 0) = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12054:# asm 1: movdqa <xmm8=int6464#9,0(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12055:# asm 2: movdqa <xmm8=%xmm8,0(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12056-movdqa %xmm8,0(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12058-# qhasm: *(int128 *) (outp + 16) = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12059:# asm 1: movdqa <xmm9=int6464#10,16(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12060:# asm 2: movdqa <xmm9=%xmm9,16(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12061-movdqa %xmm9,16(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12063-# qhasm: *(int128 *) (outp + 32) = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12064:# asm 1: movdqa <xmm12=int6464#13,32(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12065:# asm 2: movdqa <xmm12=%xmm12,32(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12066-movdqa %xmm12,32(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12068-# qhasm: *(int128 *) (outp + 48) = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12069:# asm 1: movdqa <xmm14=int6464#15,48(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12070:# asm 2: movdqa <xmm14=%xmm14,48(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12071-movdqa %xmm14,48(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12073-# qhasm: *(int128 *) (outp + 64) = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12074:# asm 1: movdqa <xmm11=int6464#12,64(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12075:# asm 2: movdqa <xmm11=%xmm11,64(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12076-movdqa %xmm11,64(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12078-# qhasm: *(int128 *) (outp + 80) = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12079:# asm 1: movdqa <xmm15=int6464#16,80(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12080:# asm 2: movdqa <xmm15=%xmm15,80(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12081-movdqa %xmm15,80(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12083-# qhasm: *(int128 *) (outp + 96) = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12084:# asm 1: movdqa <xmm10=int6464#11,96(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12085:# asm 2: movdqa <xmm10=%xmm10,96(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12086-movdqa %xmm10,96(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12088-# qhasm: *(int128 *) (outp + 112) = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12089:# asm 1: movdqa <xmm13=int6464#14,112(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12090:# asm 2: movdqa <xmm13=%xmm13,112(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12091-movdqa %xmm13,112(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12093-# qhasm: len -= 128
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12094:# asm 1: sub  $128,<len=int64#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12095:# asm 2: sub  $128,<len=%rsi
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12096-sub  $128,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12098-# qhasm: outp += 128
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12099:# asm 1: add  $128,<outp=int64#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12100:# asm 2: add  $128,<outp=%rdi
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12101-add  $128,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12110-# qhasm: lensav = len
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12111:# asm 1: mov  <len=int64#2,>lensav=int64#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12112:# asm 2: mov  <len=%rsi,>lensav=%rcx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12113-mov  %rsi,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12115-# qhasm: (uint32) len >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12116:# asm 1: shr  $4,<len=int64#2d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12117:# asm 2: shr  $4,<len=%esi
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12118-shr  $4,%esi
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12120-# qhasm: tmp = *(uint32 *)(np + 12)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12121:# asm 1: movl   12(<np=int64#3),>tmp=int64#5d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12122:# asm 2: movl   12(<np=%rdx),>tmp=%r8d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12123-movl   12(%rdx),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12125-# qhasm: (uint32) bswap tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12126:# asm 1: bswap <tmp=int64#5d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12127:# asm 2: bswap <tmp=%r8d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12128-bswap %r8d
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12130-# qhasm: tmp += len
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12131:# asm 1: add  <len=int64#2,<tmp=int64#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12132:# asm 2: add  <len=%rsi,<tmp=%r8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12133-add  %rsi,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12135-# qhasm: (uint32) bswap tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12136:# asm 1: bswap <tmp=int64#5d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12137:# asm 2: bswap <tmp=%r8d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12138-bswap %r8d
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12140-# qhasm: *(uint32 *)(np + 12) = tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12141:# asm 1: movl   <tmp=int64#5d,12(<np=int64#3)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12142:# asm 2: movl   <tmp=%r8d,12(<np=%rdx)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12143-movl   %r8d,12(%rdx)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12145-# qhasm: blp = &bl
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12146:# asm 1: leaq <bl=stack1024#1,>blp=int64#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12147:# asm 2: leaq <bl=32(%rsp),>blp=%rsi
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12148-leaq 32(%rsp),%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12150-# qhasm: *(int128 *)(blp + 0) = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12151:# asm 1: movdqa <xmm8=int6464#9,0(<blp=int64#2)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12152:# asm 2: movdqa <xmm8=%xmm8,0(<blp=%rsi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12153-movdqa %xmm8,0(%rsi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12155-# qhasm: *(int128 *)(blp + 16) = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12156:# asm 1: movdqa <xmm9=int6464#10,16(<blp=int64#2)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12157:# asm 2: movdqa <xmm9=%xmm9,16(<blp=%rsi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12158-movdqa %xmm9,16(%rsi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12160-# qhasm: *(int128 *)(blp + 32) = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12161:# asm 1: movdqa <xmm12=int6464#13,32(<blp=int64#2)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12162:# asm 2: movdqa <xmm12=%xmm12,32(<blp=%rsi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12163-movdqa %xmm12,32(%rsi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12165-# qhasm: *(int128 *)(blp + 48) = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12166:# asm 1: movdqa <xmm14=int6464#15,48(<blp=int64#2)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12167:# asm 2: movdqa <xmm14=%xmm14,48(<blp=%rsi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12168-movdqa %xmm14,48(%rsi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12170-# qhasm: *(int128 *)(blp + 64) = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12171:# asm 1: movdqa <xmm11=int6464#12,64(<blp=int64#2)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12172:# asm 2: movdqa <xmm11=%xmm11,64(<blp=%rsi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12173-movdqa %xmm11,64(%rsi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12175-# qhasm: *(int128 *)(blp + 80) = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12176:# asm 1: movdqa <xmm15=int6464#16,80(<blp=int64#2)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12177:# asm 2: movdqa <xmm15=%xmm15,80(<blp=%rsi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12178-movdqa %xmm15,80(%rsi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12180-# qhasm: *(int128 *)(blp + 96) = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12181:# asm 1: movdqa <xmm10=int6464#11,96(<blp=int64#2)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12182:# asm 2: movdqa <xmm10=%xmm10,96(<blp=%rsi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12183-movdqa %xmm10,96(%rsi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12185-# qhasm: *(int128 *)(blp + 112) = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12186:# asm 1: movdqa <xmm13=int6464#14,112(<blp=int64#2)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12187:# asm 2: movdqa <xmm13=%xmm13,112(<blp=%rsi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12188-movdqa %xmm13,112(%rsi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12193-# qhasm: =? lensav-0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12194:# asm 1: cmp  $0,<lensav=int64#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12195:# asm 2: cmp  $0,<lensav=%rcx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12196-cmp  $0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12202-# qhasm: b = *(uint8 *)(blp + 0)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12203:# asm 1: movzbq 0(<blp=int64#2),>b=int64#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12204:# asm 2: movzbq 0(<blp=%rsi),>b=%rdx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12205-movzbq 0(%rsi),%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12207-# qhasm: *(uint8 *)(outp + 0) = b
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12208:# asm 1: movb   <b=int64#3b,0(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12209:# asm 2: movb   <b=%dl,0(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12210-movb   %dl,0(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12212-# qhasm: blp += 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12213:# asm 1: add  $1,<blp=int64#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12214:# asm 2: add  $1,<blp=%rsi
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12215-add  $1,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12217-# qhasm: outp +=1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12218:# asm 1: add  $1,<outp=int64#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12219:# asm 2: add  $1,<outp=%rdi
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12220-add  $1,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12222-# qhasm: lensav -= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12223:# asm 1: sub  $1,<lensav=int64#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12224:# asm 2: sub  $1,<lensav=%rcx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12225-sub  $1,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12234-# qhasm: tmp = *(uint32 *)(np + 12)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12235:# asm 1: movl   12(<np=int64#3),>tmp=int64#4d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12236:# asm 2: movl   12(<np=%rdx),>tmp=%ecx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12237-movl   12(%rdx),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12239-# qhasm: (uint32) bswap tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12240:# asm 1: bswap <tmp=int64#4d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12241:# asm 2: bswap <tmp=%ecx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12242-bswap %ecx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12244-# qhasm: tmp += len
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12245:# asm 1: add  <len=int64#2,<tmp=int64#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12246:# asm 2: add  <len=%rsi,<tmp=%rcx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12247-add  %rsi,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12249-# qhasm: (uint32) bswap tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12250:# asm 1: bswap <tmp=int64#4d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12251:# asm 2: bswap <tmp=%ecx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12252-bswap %ecx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12254-# qhasm: *(uint32 *)(np + 12) = tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12255:# asm 1: movl   <tmp=int64#4d,12(<np=int64#3)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12256:# asm 2: movl   <tmp=%ecx,12(<np=%rdx)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12257-movl   %ecx,12(%rdx)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12259-# qhasm: *(int128 *) (outp + 0) = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12260:# asm 1: movdqa <xmm8=int6464#9,0(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12261:# asm 2: movdqa <xmm8=%xmm8,0(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12262-movdqa %xmm8,0(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12264-# qhasm: *(int128 *) (outp + 16) = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12265:# asm 1: movdqa <xmm9=int6464#10,16(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12266:# asm 2: movdqa <xmm9=%xmm9,16(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12267-movdqa %xmm9,16(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12269-# qhasm: *(int128 *) (outp + 32) = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12270:# asm 1: movdqa <xmm12=int6464#13,32(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12271:# asm 2: movdqa <xmm12=%xmm12,32(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12272-movdqa %xmm12,32(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12274-# qhasm: *(int128 *) (outp + 48) = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12275:# asm 1: movdqa <xmm14=int6464#15,48(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12276:# asm 2: movdqa <xmm14=%xmm14,48(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12277-movdqa %xmm14,48(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12279-# qhasm: *(int128 *) (outp + 64) = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12280:# asm 1: movdqa <xmm11=int6464#12,64(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12281:# asm 2: movdqa <xmm11=%xmm11,64(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12282-movdqa %xmm11,64(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12284-# qhasm: *(int128 *) (outp + 80) = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12285:# asm 1: movdqa <xmm15=int6464#16,80(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12286:# asm 2: movdqa <xmm15=%xmm15,80(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12287-movdqa %xmm15,80(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12289-# qhasm: *(int128 *) (outp + 96) = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12290:# asm 1: movdqa <xmm10=int6464#11,96(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12291:# asm 2: movdqa <xmm10=%xmm10,96(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12292-movdqa %xmm10,96(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12294-# qhasm: *(int128 *) (outp + 112) = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12295:# asm 1: movdqa <xmm13=int6464#14,112(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s:12296:# asm 2: movdqa <xmm13=%xmm13,112(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/afternm.s-12297-movdqa %xmm13,112(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-144-# qhasm: c = arg1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:145:# asm 1: mov  <arg1=int64#1,>c=int64#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:146:# asm 2: mov  <arg1=%rdi,>c=%rdi
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-147-mov  %rdi,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-149-# qhasm: k = arg2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:150:# asm 1: mov  <arg2=int64#2,>k=int64#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:151:# asm 2: mov  <arg2=%rsi,>k=%rsi
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-152-mov  %rsi,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-154-# qhasm:   xmm0 = *(int128 *) (k + 0)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:155:# asm 1: movdqa 0(<k=int64#2),>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:156:# asm 2: movdqa 0(<k=%rsi),>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-157-movdqa 0(%rsi),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-159-# qhasm:   shuffle bytes of xmm0 by M0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:160:# asm 1: pshufb M0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:161:# asm 2: pshufb M0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-162-pshufb M0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-164-# qhasm:   xmm1 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:165:# asm 1: movdqa <xmm0=int6464#1,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:166:# asm 2: movdqa <xmm0=%xmm0,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-167-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-169-# qhasm:   xmm2 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:170:# asm 1: movdqa <xmm0=int6464#1,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:171:# asm 2: movdqa <xmm0=%xmm0,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-172-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-174-# qhasm:   xmm3 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:175:# asm 1: movdqa <xmm0=int6464#1,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:176:# asm 2: movdqa <xmm0=%xmm0,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-177-movdqa %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-179-# qhasm:   xmm4 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:180:# asm 1: movdqa <xmm0=int6464#1,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:181:# asm 2: movdqa <xmm0=%xmm0,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-182-movdqa %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-184-# qhasm:   xmm5 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:185:# asm 1: movdqa <xmm0=int6464#1,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:186:# asm 2: movdqa <xmm0=%xmm0,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-187-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-189-# qhasm:   xmm6 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:190:# asm 1: movdqa <xmm0=int6464#1,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:191:# asm 2: movdqa <xmm0=%xmm0,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-192-movdqa %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-194-# qhasm:   xmm7 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:195:# asm 1: movdqa <xmm0=int6464#1,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:196:# asm 2: movdqa <xmm0=%xmm0,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-197-movdqa %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-199-# qhasm:       t = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:200:# asm 1: movdqa <xmm6=int6464#7,>t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:201:# asm 2: movdqa <xmm6=%xmm6,>t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-202-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-204-# qhasm:       uint6464 t >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:205:# asm 1: psrlq $1,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:206:# asm 2: psrlq $1,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-207-psrlq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-209-# qhasm:       t ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:210:# asm 1: pxor  <xmm7=int6464#8,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:211:# asm 2: pxor  <xmm7=%xmm7,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-212-pxor  %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-214-# qhasm:       t &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:215:# asm 1: pand  BS0,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:216:# asm 2: pand  BS0,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-217-pand  BS0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-219-# qhasm:       xmm7 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:220:# asm 1: pxor  <t=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:221:# asm 2: pxor  <t=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-222-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-224-# qhasm:       uint6464 t <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:225:# asm 1: psllq $1,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:226:# asm 2: psllq $1,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-227-psllq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-229-# qhasm:       xmm6 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:230:# asm 1: pxor  <t=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:231:# asm 2: pxor  <t=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-232-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-234-# qhasm:       t = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:235:# asm 1: movdqa <xmm4=int6464#5,>t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:236:# asm 2: movdqa <xmm4=%xmm4,>t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-237-movdqa %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-239-# qhasm:       uint6464 t >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:240:# asm 1: psrlq $1,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:241:# asm 2: psrlq $1,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-242-psrlq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-244-# qhasm:       t ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:245:# asm 1: pxor  <xmm5=int6464#6,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:246:# asm 2: pxor  <xmm5=%xmm5,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-247-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-249-# qhasm:       t &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:250:# asm 1: pand  BS0,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:251:# asm 2: pand  BS0,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-252-pand  BS0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-254-# qhasm:       xmm5 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:255:# asm 1: pxor  <t=int6464#9,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:256:# asm 2: pxor  <t=%xmm8,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-257-pxor  %xmm8,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-259-# qhasm:       uint6464 t <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:260:# asm 1: psllq $1,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:261:# asm 2: psllq $1,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-262-psllq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-264-# qhasm:       xmm4 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:265:# asm 1: pxor  <t=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:266:# asm 2: pxor  <t=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-267-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-269-# qhasm:       t = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:270:# asm 1: movdqa <xmm2=int6464#3,>t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:271:# asm 2: movdqa <xmm2=%xmm2,>t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-272-movdqa %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-274-# qhasm:       uint6464 t >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:275:# asm 1: psrlq $1,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:276:# asm 2: psrlq $1,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-277-psrlq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-279-# qhasm:       t ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:280:# asm 1: pxor  <xmm3=int6464#4,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:281:# asm 2: pxor  <xmm3=%xmm3,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-282-pxor  %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-284-# qhasm:       t &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:285:# asm 1: pand  BS0,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:286:# asm 2: pand  BS0,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-287-pand  BS0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-289-# qhasm:       xmm3 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:290:# asm 1: pxor  <t=int6464#9,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:291:# asm 2: pxor  <t=%xmm8,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-292-pxor  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-294-# qhasm:       uint6464 t <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:295:# asm 1: psllq $1,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:296:# asm 2: psllq $1,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-297-psllq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-299-# qhasm:       xmm2 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:300:# asm 1: pxor  <t=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:301:# asm 2: pxor  <t=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-302-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-304-# qhasm:       t = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:305:# asm 1: movdqa <xmm0=int6464#1,>t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:306:# asm 2: movdqa <xmm0=%xmm0,>t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-307-movdqa %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-309-# qhasm:       uint6464 t >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:310:# asm 1: psrlq $1,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:311:# asm 2: psrlq $1,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-312-psrlq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-314-# qhasm:       t ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:315:# asm 1: pxor  <xmm1=int6464#2,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:316:# asm 2: pxor  <xmm1=%xmm1,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-317-pxor  %xmm1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-319-# qhasm:       t &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:320:# asm 1: pand  BS0,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:321:# asm 2: pand  BS0,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-322-pand  BS0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-324-# qhasm:       xmm1 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:325:# asm 1: pxor  <t=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:326:# asm 2: pxor  <t=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-327-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-329-# qhasm:       uint6464 t <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:330:# asm 1: psllq $1,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:331:# asm 2: psllq $1,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-332-psllq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-334-# qhasm:       xmm0 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:335:# asm 1: pxor  <t=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:336:# asm 2: pxor  <t=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-337-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-339-# qhasm:       t = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:340:# asm 1: movdqa <xmm5=int6464#6,>t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:341:# asm 2: movdqa <xmm5=%xmm5,>t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-342-movdqa %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-344-# qhasm:       uint6464 t >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:345:# asm 1: psrlq $2,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:346:# asm 2: psrlq $2,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-347-psrlq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-349-# qhasm:       t ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:350:# asm 1: pxor  <xmm7=int6464#8,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:351:# asm 2: pxor  <xmm7=%xmm7,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-352-pxor  %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-354-# qhasm:       t &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:355:# asm 1: pand  BS1,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:356:# asm 2: pand  BS1,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-357-pand  BS1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-359-# qhasm:       xmm7 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:360:# asm 1: pxor  <t=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:361:# asm 2: pxor  <t=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-362-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-364-# qhasm:       uint6464 t <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:365:# asm 1: psllq $2,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:366:# asm 2: psllq $2,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-367-psllq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-369-# qhasm:       xmm5 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:370:# asm 1: pxor  <t=int6464#9,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:371:# asm 2: pxor  <t=%xmm8,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-372-pxor  %xmm8,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-374-# qhasm:       t = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:375:# asm 1: movdqa <xmm4=int6464#5,>t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:376:# asm 2: movdqa <xmm4=%xmm4,>t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-377-movdqa %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-379-# qhasm:       uint6464 t >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:380:# asm 1: psrlq $2,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:381:# asm 2: psrlq $2,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-382-psrlq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-384-# qhasm:       t ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:385:# asm 1: pxor  <xmm6=int6464#7,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:386:# asm 2: pxor  <xmm6=%xmm6,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-387-pxor  %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-389-# qhasm:       t &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:390:# asm 1: pand  BS1,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:391:# asm 2: pand  BS1,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-392-pand  BS1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-394-# qhasm:       xmm6 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:395:# asm 1: pxor  <t=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:396:# asm 2: pxor  <t=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-397-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-399-# qhasm:       uint6464 t <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:400:# asm 1: psllq $2,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:401:# asm 2: psllq $2,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-402-psllq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-404-# qhasm:       xmm4 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:405:# asm 1: pxor  <t=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:406:# asm 2: pxor  <t=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-407-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-409-# qhasm:       t = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:410:# asm 1: movdqa <xmm1=int6464#2,>t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:411:# asm 2: movdqa <xmm1=%xmm1,>t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-412-movdqa %xmm1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-414-# qhasm:       uint6464 t >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:415:# asm 1: psrlq $2,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:416:# asm 2: psrlq $2,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-417-psrlq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-419-# qhasm:       t ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:420:# asm 1: pxor  <xmm3=int6464#4,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:421:# asm 2: pxor  <xmm3=%xmm3,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-422-pxor  %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-424-# qhasm:       t &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:425:# asm 1: pand  BS1,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:426:# asm 2: pand  BS1,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-427-pand  BS1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-429-# qhasm:       xmm3 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:430:# asm 1: pxor  <t=int6464#9,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:431:# asm 2: pxor  <t=%xmm8,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-432-pxor  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-434-# qhasm:       uint6464 t <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:435:# asm 1: psllq $2,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:436:# asm 2: psllq $2,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-437-psllq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-439-# qhasm:       xmm1 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:440:# asm 1: pxor  <t=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:441:# asm 2: pxor  <t=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-442-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-444-# qhasm:       t = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:445:# asm 1: movdqa <xmm0=int6464#1,>t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:446:# asm 2: movdqa <xmm0=%xmm0,>t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-447-movdqa %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-449-# qhasm:       uint6464 t >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:450:# asm 1: psrlq $2,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:451:# asm 2: psrlq $2,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-452-psrlq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-454-# qhasm:       t ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:455:# asm 1: pxor  <xmm2=int6464#3,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:456:# asm 2: pxor  <xmm2=%xmm2,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-457-pxor  %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-459-# qhasm:       t &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:460:# asm 1: pand  BS1,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:461:# asm 2: pand  BS1,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-462-pand  BS1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-464-# qhasm:       xmm2 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:465:# asm 1: pxor  <t=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:466:# asm 2: pxor  <t=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-467-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-469-# qhasm:       uint6464 t <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:470:# asm 1: psllq $2,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:471:# asm 2: psllq $2,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-472-psllq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-474-# qhasm:       xmm0 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:475:# asm 1: pxor  <t=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:476:# asm 2: pxor  <t=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-477-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-479-# qhasm:       t = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:480:# asm 1: movdqa <xmm3=int6464#4,>t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:481:# asm 2: movdqa <xmm3=%xmm3,>t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-482-movdqa %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-484-# qhasm:       uint6464 t >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:485:# asm 1: psrlq $4,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:486:# asm 2: psrlq $4,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-487-psrlq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-489-# qhasm:       t ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:490:# asm 1: pxor  <xmm7=int6464#8,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:491:# asm 2: pxor  <xmm7=%xmm7,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-492-pxor  %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-494-# qhasm:       t &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:495:# asm 1: pand  BS2,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:496:# asm 2: pand  BS2,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-497-pand  BS2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-499-# qhasm:       xmm7 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:500:# asm 1: pxor  <t=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:501:# asm 2: pxor  <t=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-502-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-504-# qhasm:       uint6464 t <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:505:# asm 1: psllq $4,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:506:# asm 2: psllq $4,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-507-psllq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-509-# qhasm:       xmm3 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:510:# asm 1: pxor  <t=int6464#9,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:511:# asm 2: pxor  <t=%xmm8,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-512-pxor  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-514-# qhasm:       t = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:515:# asm 1: movdqa <xmm2=int6464#3,>t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:516:# asm 2: movdqa <xmm2=%xmm2,>t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-517-movdqa %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-519-# qhasm:       uint6464 t >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:520:# asm 1: psrlq $4,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:521:# asm 2: psrlq $4,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-522-psrlq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-524-# qhasm:       t ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:525:# asm 1: pxor  <xmm6=int6464#7,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:526:# asm 2: pxor  <xmm6=%xmm6,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-527-pxor  %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-529-# qhasm:       t &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:530:# asm 1: pand  BS2,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:531:# asm 2: pand  BS2,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-532-pand  BS2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-534-# qhasm:       xmm6 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:535:# asm 1: pxor  <t=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:536:# asm 2: pxor  <t=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-537-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-539-# qhasm:       uint6464 t <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:540:# asm 1: psllq $4,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:541:# asm 2: psllq $4,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-542-psllq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-544-# qhasm:       xmm2 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:545:# asm 1: pxor  <t=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:546:# asm 2: pxor  <t=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-547-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-549-# qhasm:       t = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:550:# asm 1: movdqa <xmm1=int6464#2,>t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:551:# asm 2: movdqa <xmm1=%xmm1,>t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-552-movdqa %xmm1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-554-# qhasm:       uint6464 t >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:555:# asm 1: psrlq $4,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:556:# asm 2: psrlq $4,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-557-psrlq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-559-# qhasm:       t ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:560:# asm 1: pxor  <xmm5=int6464#6,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:561:# asm 2: pxor  <xmm5=%xmm5,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-562-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-564-# qhasm:       t &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:565:# asm 1: pand  BS2,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:566:# asm 2: pand  BS2,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-567-pand  BS2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-569-# qhasm:       xmm5 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:570:# asm 1: pxor  <t=int6464#9,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:571:# asm 2: pxor  <t=%xmm8,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-572-pxor  %xmm8,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-574-# qhasm:       uint6464 t <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:575:# asm 1: psllq $4,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:576:# asm 2: psllq $4,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-577-psllq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-579-# qhasm:       xmm1 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:580:# asm 1: pxor  <t=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:581:# asm 2: pxor  <t=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-582-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-584-# qhasm:       t = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:585:# asm 1: movdqa <xmm0=int6464#1,>t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:586:# asm 2: movdqa <xmm0=%xmm0,>t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-587-movdqa %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-589-# qhasm:       uint6464 t >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:590:# asm 1: psrlq $4,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:591:# asm 2: psrlq $4,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-592-psrlq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-594-# qhasm:       t ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:595:# asm 1: pxor  <xmm4=int6464#5,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:596:# asm 2: pxor  <xmm4=%xmm4,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-597-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-599-# qhasm:       t &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:600:# asm 1: pand  BS2,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:601:# asm 2: pand  BS2,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-602-pand  BS2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-604-# qhasm:       xmm4 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:605:# asm 1: pxor  <t=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:606:# asm 2: pxor  <t=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-607-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-609-# qhasm:       uint6464 t <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:610:# asm 1: psllq $4,<t=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:611:# asm 2: psllq $4,<t=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-612-psllq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-614-# qhasm:       xmm0 ^= t
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:615:# asm 1: pxor  <t=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:616:# asm 2: pxor  <t=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-617-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-619-# qhasm:   *(int128 *) (c + 0) = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:620:# asm 1: movdqa <xmm0=int6464#1,0(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:621:# asm 2: movdqa <xmm0=%xmm0,0(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-622-movdqa %xmm0,0(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-624-# qhasm:   *(int128 *) (c + 16) = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:625:# asm 1: movdqa <xmm1=int6464#2,16(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:626:# asm 2: movdqa <xmm1=%xmm1,16(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-627-movdqa %xmm1,16(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-629-# qhasm:   *(int128 *) (c + 32) = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:630:# asm 1: movdqa <xmm2=int6464#3,32(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:631:# asm 2: movdqa <xmm2=%xmm2,32(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-632-movdqa %xmm2,32(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-634-# qhasm:   *(int128 *) (c + 48) = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:635:# asm 1: movdqa <xmm3=int6464#4,48(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:636:# asm 2: movdqa <xmm3=%xmm3,48(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-637-movdqa %xmm3,48(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-639-# qhasm:   *(int128 *) (c + 64) = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:640:# asm 1: movdqa <xmm4=int6464#5,64(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:641:# asm 2: movdqa <xmm4=%xmm4,64(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-642-movdqa %xmm4,64(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-644-# qhasm:   *(int128 *) (c + 80) = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:645:# asm 1: movdqa <xmm5=int6464#6,80(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:646:# asm 2: movdqa <xmm5=%xmm5,80(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-647-movdqa %xmm5,80(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-649-# qhasm:   *(int128 *) (c + 96) = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:650:# asm 1: movdqa <xmm6=int6464#7,96(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:651:# asm 2: movdqa <xmm6=%xmm6,96(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-652-movdqa %xmm6,96(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-654-# qhasm:   *(int128 *) (c + 112) = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:655:# asm 1: movdqa <xmm7=int6464#8,112(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:656:# asm 2: movdqa <xmm7=%xmm7,112(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-657-movdqa %xmm7,112(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-659-# qhasm:     shuffle bytes of xmm0 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:660:# asm 1: pshufb ROTB,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:661:# asm 2: pshufb ROTB,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-662-pshufb ROTB,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-664-# qhasm:     shuffle bytes of xmm1 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:665:# asm 1: pshufb ROTB,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:666:# asm 2: pshufb ROTB,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-667-pshufb ROTB,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-669-# qhasm:     shuffle bytes of xmm2 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:670:# asm 1: pshufb ROTB,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:671:# asm 2: pshufb ROTB,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-672-pshufb ROTB,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-674-# qhasm:     shuffle bytes of xmm3 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:675:# asm 1: pshufb ROTB,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:676:# asm 2: pshufb ROTB,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-677-pshufb ROTB,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-679-# qhasm:     shuffle bytes of xmm4 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:680:# asm 1: pshufb ROTB,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:681:# asm 2: pshufb ROTB,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-682-pshufb ROTB,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-684-# qhasm:     shuffle bytes of xmm5 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:685:# asm 1: pshufb ROTB,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:686:# asm 2: pshufb ROTB,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-687-pshufb ROTB,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-689-# qhasm:     shuffle bytes of xmm6 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:690:# asm 1: pshufb ROTB,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:691:# asm 2: pshufb ROTB,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-692-pshufb ROTB,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-694-# qhasm:     shuffle bytes of xmm7 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:695:# asm 1: pshufb ROTB,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:696:# asm 2: pshufb ROTB,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-697-pshufb ROTB,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-699-# qhasm:       xmm5 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:700:# asm 1: pxor  <xmm6=int6464#7,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:701:# asm 2: pxor  <xmm6=%xmm6,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-702-pxor  %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-704-# qhasm:       xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:705:# asm 1: pxor  <xmm1=int6464#2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:706:# asm 2: pxor  <xmm1=%xmm1,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-707-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-709-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:710:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:711:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-712-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-714-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:715:# asm 1: pxor  <xmm2=int6464#3,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:716:# asm 2: pxor  <xmm2=%xmm2,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-717-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-719-# qhasm:       xmm3 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:720:# asm 1: pxor  <xmm0=int6464#1,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:721:# asm 2: pxor  <xmm0=%xmm0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-722-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-724-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:725:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:726:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-727-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-729-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:730:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:731:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-732-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-734-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:735:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:736:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-737-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-739-# qhasm:       xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:740:# asm 1: pxor  <xmm5=int6464#6,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:741:# asm 2: pxor  <xmm5=%xmm5,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-742-pxor  %xmm5,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-744-# qhasm:       xmm3 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:745:# asm 1: pxor  <xmm1=int6464#2,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:746:# asm 2: pxor  <xmm1=%xmm1,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-747-pxor  %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-749-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:750:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:751:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-752-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-754-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:755:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:756:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-757-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-759-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:760:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:761:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-762-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-764-# qhasm:       xmm11 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:765:# asm 1: movdqa <xmm7=int6464#8,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:766:# asm 2: movdqa <xmm7=%xmm7,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-767-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-769-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:770:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:771:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-772-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-774-# qhasm:       xmm9 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:775:# asm 1: movdqa <xmm5=int6464#6,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:776:# asm 2: movdqa <xmm5=%xmm5,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-777-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-779-# qhasm:       xmm13 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:780:# asm 1: movdqa <xmm2=int6464#3,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:781:# asm 2: movdqa <xmm2=%xmm2,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-782-movdqa %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-784-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:785:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:786:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-787-movdqa %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-789-# qhasm:       xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:790:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:791:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-792-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-794-# qhasm:       xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:795:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:796:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-797-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-799-# qhasm:       xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:800:# asm 1: pxor  <xmm3=int6464#4,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:801:# asm 2: pxor  <xmm3=%xmm3,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-802-pxor  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-804-# qhasm:       xmm13 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:805:# asm 1: pxor  <xmm4=int6464#5,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:806:# asm 2: pxor  <xmm4=%xmm4,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-807-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-809-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:810:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:811:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-812-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-814-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:815:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:816:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-817-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-819-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:820:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:821:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-822-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-824-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:825:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:826:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-827-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-829-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:830:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:831:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-832-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-834-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:835:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:836:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-837-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-839-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:840:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:841:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-842-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-844-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:845:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:846:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-847-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-849-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:850:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:851:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-852-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-854-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:855:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:856:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-857-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-859-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:860:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:861:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-862-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-864-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:865:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:866:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-867-movdqa %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-869-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:870:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:871:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-872-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-874-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:875:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:876:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-877-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-879-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:880:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:881:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-882-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-884-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:885:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:886:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-887-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-889-# qhasm:       xmm13 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:890:# asm 1: movdqa <xmm7=int6464#8,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:891:# asm 2: movdqa <xmm7=%xmm7,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-892-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-894-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:895:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:896:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-897-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-899-# qhasm:       xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:900:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:901:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-902-movdqa %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-904-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:905:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:906:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-907-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-909-# qhasm:       xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:910:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:911:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-912-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-914-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:915:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:916:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-917-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-919-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:920:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:921:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-922-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-924-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:925:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:926:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-927-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-929-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:930:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:931:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-932-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-934-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:935:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:936:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-937-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-939-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:940:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:941:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-942-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-944-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:945:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:946:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-947-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-949-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:950:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:951:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-952-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-954-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:955:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:956:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-957-movdqa %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-959-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:960:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:961:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-962-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-964-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:965:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:966:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-967-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-969-# qhasm:       xmm15 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:970:# asm 1: movdqa <xmm7=int6464#8,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:971:# asm 2: movdqa <xmm7=%xmm7,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-972-movdqa %xmm7,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-974-# qhasm:       xmm12 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:975:# asm 1: pand  <xmm3=int6464#4,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:976:# asm 2: pand  <xmm3=%xmm3,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-977-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-979-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:980:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:981:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-982-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-984-# qhasm:       xmm14 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:985:# asm 1: pand  <xmm5=int6464#6,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:986:# asm 2: pand  <xmm5=%xmm5,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-987-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-989-# qhasm:       xmm15 |= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:990:# asm 1: por   <xmm6=int6464#7,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:991:# asm 2: por   <xmm6=%xmm6,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-992-por   %xmm6,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-994-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:995:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:996:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-997-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-999-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1000:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1001:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1002-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1004-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1005:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1006:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1007-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1009-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1010:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1011:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1012-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1014-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1015:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1016:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1017-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1019-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1020:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1021:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1022-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1024-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1025:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1026:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1027-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1029-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1030:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1031:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1032-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1034-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1035:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1036:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1037-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1039-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1040:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1041:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1042-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1044-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1045:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1046:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1047-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1049-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1050:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1051:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1052-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1054-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1055:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1056:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1057-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1059-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1060:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1061:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1062-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1064-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1065:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1066:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1067-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1069-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1070:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1071:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1072-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1074-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1075:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1076:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1077-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1079-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1080:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1081:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1082-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1084-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1085:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1086:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1087-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1089-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1090:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1091:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1092-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1094-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1095:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1096:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1097-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1099-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1100:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1101:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1102-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1104-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1105:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1106:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1107-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1109-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1110:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1111:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1112-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1114-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1115:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1116:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1117-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1119-# qhasm:         xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1120:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1121:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1122-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1124-# qhasm:         xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1125:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1126:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1127-movdqa %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1129-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1130:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1131:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1132-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1134-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1135:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1136:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1137-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1139-# qhasm:           xmm10 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1140:# asm 1: pand  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1141:# asm 2: pand  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1142-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1144-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1145:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1146:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1147-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1149-# qhasm:           xmm6 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1150:# asm 1: pand  <xmm14=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1151:# asm 2: pand  <xmm14=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1152-pand  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1154-# qhasm:           xmm5 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1155:# asm 1: pand  <xmm15=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1156:# asm 2: pand  <xmm15=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1157-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1159-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1160:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1161:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1162-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1164-# qhasm:           xmm5 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1165:# asm 1: pxor  <xmm10=int6464#11,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1166:# asm 2: pxor  <xmm10=%xmm10,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1167-pxor  %xmm10,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1169-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1170:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1171:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1172-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1174-# qhasm:         xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1175:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1176:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1177-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1179-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1180:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1181:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1182-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1184-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1185:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1186:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1187-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1189-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1190:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1191:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1192-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1194-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1195:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1196:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1197-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1199-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1200:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1201:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1202-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1204-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1205:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1206:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1207-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1209-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1210:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1211:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1212-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1214-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1215:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1216:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1217-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1219-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1220:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1221:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1222-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1224-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1225:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1226:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1227-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1229-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1230:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1231:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1232-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1234-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1235:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1236:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1237-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1239-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1240:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1241:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1242-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1244-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1245:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1246:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1247-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1249-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1250:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1251:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1252-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1254-# qhasm:           xmm3 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1255:# asm 1: pand  <xmm13=int6464#16,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1256:# asm 2: pand  <xmm13=%xmm15,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1257-pand  %xmm15,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1259-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1260:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1261:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1262-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1264-# qhasm:           xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1265:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1266:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1267-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1269-# qhasm:         xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1270:# asm 1: pxor  <xmm12=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1271:# asm 2: pxor  <xmm12=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1272-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1274-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1275:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1276:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1277-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1279-# qhasm:         xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1280:# asm 1: pxor  <xmm8=int6464#10,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1281:# asm 2: pxor  <xmm8=%xmm9,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1282-pxor  %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1284-# qhasm:         xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1285:# asm 1: pxor  <xmm8=int6464#10,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1286:# asm 2: pxor  <xmm8=%xmm9,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1287-pxor  %xmm9,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1289-# qhasm:         xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1290:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1291:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1292-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1294-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1295:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1296:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1297-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1299-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1300:# asm 1: pxor  <xmm4=int6464#5,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1301:# asm 2: pxor  <xmm4=%xmm4,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1302-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1304-# qhasm:         xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1305:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1306:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1307-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1309-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1310:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1311:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1312-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1314-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1315:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1316:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1317-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1319-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1320:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1321:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1322-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1324-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1325:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1326:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1327-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1329-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1330:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1331:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1332-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1334-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1335:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1336:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1337-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1339-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1340:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1341:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1342-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1344-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1345:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1346:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1347-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1349-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1350:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1351:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1352-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1354-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1355:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1356:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1357-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1359-# qhasm:           xmm10 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1360:# asm 1: pand  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1361:# asm 2: pand  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1362-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1364-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1365:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1366:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1367-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1369-# qhasm:           xmm4 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1370:# asm 1: pand  <xmm9=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1371:# asm 2: pand  <xmm9=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1372-pand  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1374-# qhasm:           xmm2 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1375:# asm 1: pand  <xmm13=int6464#16,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1376:# asm 2: pand  <xmm13=%xmm15,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1377-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1379-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1380:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1381:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1382-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1384-# qhasm:           xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1385:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1386:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1387-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1389-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1390:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1391:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1392-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1394-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1395:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1396:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1397-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1399-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1400:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1401:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1402-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1404-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1405:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1406:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1407-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1409-# qhasm:           xmm11 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1410:# asm 1: pand  <xmm7=int6464#8,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1411:# asm 2: pand  <xmm7=%xmm7,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1412-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1414-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1415:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1416:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1417-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1419-# qhasm:           xmm7 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1420:# asm 1: pand  <xmm14=int6464#12,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1421:# asm 2: pand  <xmm14=%xmm11,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1422-pand  %xmm11,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1424-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1425:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1426:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1427-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1429-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1430:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1431:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1432-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1434-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1435:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1436:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1437-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1439-# qhasm:         xmm7 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1440:# asm 1: pxor  <xmm12=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1441:# asm 2: pxor  <xmm12=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1442-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1444-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1445:# asm 1: pxor  <xmm12=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1446:# asm 2: pxor  <xmm12=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1447-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1449-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1450:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1451:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1452-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1454-# qhasm:         xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1455:# asm 1: pxor  <xmm8=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1456:# asm 2: pxor  <xmm8=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1457-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1459-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1460:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1461:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1462-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1464-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1465:# asm 1: pxor  <xmm6=int6464#7,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1466:# asm 2: pxor  <xmm6=%xmm6,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1467-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1469-# qhasm:       xmm4 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1470:# asm 1: pxor  <xmm7=int6464#8,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1471:# asm 2: pxor  <xmm7=%xmm7,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1472-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1474-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1475:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1476:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1477-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1479-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1480:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1481:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1482-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1484-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1485:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1486:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1487-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1489-# qhasm:       xmm5 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1490:# asm 1: pxor  <xmm2=int6464#3,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1491:# asm 2: pxor  <xmm2=%xmm2,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1492-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1494-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1495:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1496:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1497-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1499-# qhasm:       xmm2 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1500:# asm 1: pxor  <xmm3=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1501:# asm 2: pxor  <xmm3=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1502-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1504-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1505:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1506:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1507-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1509-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1510:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1511:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1512-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1514-# qhasm:   xmm0 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1515:# asm 1: pxor  RCON,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1516:# asm 2: pxor  RCON,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1517-pxor  RCON,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1519-# qhasm:   shuffle bytes of xmm0 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1520:# asm 1: pshufb EXPB0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1521:# asm 2: pshufb EXPB0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1522-pshufb EXPB0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1524-# qhasm:   shuffle bytes of xmm1 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1525:# asm 1: pshufb EXPB0,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1526:# asm 2: pshufb EXPB0,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1527-pshufb EXPB0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1529-# qhasm:   shuffle bytes of xmm4 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1530:# asm 1: pshufb EXPB0,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1531:# asm 2: pshufb EXPB0,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1532-pshufb EXPB0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1534-# qhasm:   shuffle bytes of xmm6 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1535:# asm 1: pshufb EXPB0,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1536:# asm 2: pshufb EXPB0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1537-pshufb EXPB0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1539-# qhasm:   shuffle bytes of xmm3 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1540:# asm 1: pshufb EXPB0,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1541:# asm 2: pshufb EXPB0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1542-pshufb EXPB0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1544-# qhasm:   shuffle bytes of xmm7 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1545:# asm 1: pshufb EXPB0,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1546:# asm 2: pshufb EXPB0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1547-pshufb EXPB0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1549-# qhasm:   shuffle bytes of xmm2 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1550:# asm 1: pshufb EXPB0,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1551:# asm 2: pshufb EXPB0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1552-pshufb EXPB0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1554-# qhasm:   shuffle bytes of xmm5 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1555:# asm 1: pshufb EXPB0,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1556:# asm 2: pshufb EXPB0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1557-pshufb EXPB0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1559-# qhasm:   xmm8 = *(int128 *)(c + 0)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1560:# asm 1: movdqa 0(<c=int64#1),>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1561:# asm 2: movdqa 0(<c=%rdi),>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1562-movdqa 0(%rdi),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1564-# qhasm:   xmm9 = *(int128 *)(c + 16)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1565:# asm 1: movdqa 16(<c=int64#1),>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1566:# asm 2: movdqa 16(<c=%rdi),>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1567-movdqa 16(%rdi),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1569-# qhasm:   xmm10 = *(int128 *)(c + 32)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1570:# asm 1: movdqa 32(<c=int64#1),>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1571:# asm 2: movdqa 32(<c=%rdi),>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1572-movdqa 32(%rdi),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1574-# qhasm:   xmm11 = *(int128 *)(c + 48)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1575:# asm 1: movdqa 48(<c=int64#1),>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1576:# asm 2: movdqa 48(<c=%rdi),>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1577-movdqa 48(%rdi),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1579-# qhasm:   xmm12 = *(int128 *)(c + 64)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1580:# asm 1: movdqa 64(<c=int64#1),>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1581:# asm 2: movdqa 64(<c=%rdi),>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1582-movdqa 64(%rdi),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1584-# qhasm:   xmm13 = *(int128 *)(c + 80)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1585:# asm 1: movdqa 80(<c=int64#1),>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1586:# asm 2: movdqa 80(<c=%rdi),>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1587-movdqa 80(%rdi),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1589-# qhasm:   xmm14 = *(int128 *)(c + 96)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1590:# asm 1: movdqa 96(<c=int64#1),>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1591:# asm 2: movdqa 96(<c=%rdi),>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1592-movdqa 96(%rdi),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1594-# qhasm:   xmm15 = *(int128 *)(c + 112)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1595:# asm 1: movdqa 112(<c=int64#1),>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1596:# asm 2: movdqa 112(<c=%rdi),>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1597-movdqa 112(%rdi),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1599-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1600:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1601:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1602-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1604-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1605:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1606:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1607-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1609-# qhasm:   xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1610:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1611:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1612-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1614-# qhasm:   xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1615:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1616:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1617-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1619-# qhasm:   xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1620:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1621:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1622-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1624-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1625:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1626:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1627-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1629-# qhasm:   xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1630:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1631:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1632-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1634-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1635:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1636:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1637-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1639-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1640:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1641:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1642-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1644-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1645:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1646:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1647-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1649-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1650:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1651:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1652-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1654-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1655:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1656:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1657-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1659-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1660:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1661:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1662-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1664-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1665:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1666:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1667-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1669-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1670:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1671:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1672-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1674-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1675:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1676:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1677-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1679-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1680:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1681:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1682-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1684-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1685:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1686:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1687-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1689-# qhasm:   xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1690:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1691:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1692-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1694-# qhasm:   xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1695:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1696:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1697-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1699-# qhasm:   xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1700:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1701:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1702-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1704-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1705:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1706:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1707-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1709-# qhasm:   xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1710:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1711:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1712-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1714-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1715:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1716:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1717-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1719-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1720:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1721:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1722-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1724-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1725:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1726:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1727-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1729-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1730:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1731:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1732-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1734-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1735:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1736:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1737-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1739-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1740:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1741:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1742-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1744-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1745:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1746:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1747-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1749-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1750:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1751:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1752-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1754-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1755:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1756:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1757-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1759-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1760:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1761:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1762-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1764-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1765:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1766:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1767-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1769-# qhasm:   xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1770:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1771:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1772-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1774-# qhasm:   xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1775:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1776:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1777-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1779-# qhasm:   xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1780:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1781:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1782-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1784-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1785:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1786:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1787-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1789-# qhasm:   xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1790:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1791:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1792-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1794-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1795:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1796:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1797-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1799-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1800:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1801:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1802-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1804-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1805:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1806:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1807-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1809-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1810:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1811:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1812-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1814-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1815:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1816:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1817-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1819-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1820:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1821:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1822-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1824-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1825:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1826:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1827-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1829-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1830:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1831:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1832-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1834-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1835:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1836:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1837-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1839-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1840:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1841:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1842-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1844-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1845:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1846:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1847-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1849-# qhasm:   xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1850:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1851:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1852-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1854-# qhasm:   xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1855:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1856:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1857-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1859-# qhasm:   xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1860:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1861:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1862-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1864-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1865:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1866:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1867-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1869-# qhasm:   xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1870:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1871:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1872-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1874-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1875:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1876:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1877-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1879-# qhasm:   *(int128 *)(c + 128) = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1880:# asm 1: movdqa <xmm0=int6464#1,128(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1881:# asm 2: movdqa <xmm0=%xmm0,128(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1882-movdqa %xmm0,128(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1884-# qhasm:   *(int128 *)(c + 144) = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1885:# asm 1: movdqa <xmm1=int6464#2,144(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1886:# asm 2: movdqa <xmm1=%xmm1,144(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1887-movdqa %xmm1,144(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1889-# qhasm:   *(int128 *)(c + 160) = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1890:# asm 1: movdqa <xmm4=int6464#5,160(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1891:# asm 2: movdqa <xmm4=%xmm4,160(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1892-movdqa %xmm4,160(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1894-# qhasm:   *(int128 *)(c + 176) = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1895:# asm 1: movdqa <xmm6=int6464#7,176(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1896:# asm 2: movdqa <xmm6=%xmm6,176(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1897-movdqa %xmm6,176(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1899-# qhasm:   *(int128 *)(c + 192) = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1900:# asm 1: movdqa <xmm3=int6464#4,192(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1901:# asm 2: movdqa <xmm3=%xmm3,192(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1902-movdqa %xmm3,192(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1904-# qhasm:   *(int128 *)(c + 208) = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1905:# asm 1: movdqa <xmm7=int6464#8,208(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1906:# asm 2: movdqa <xmm7=%xmm7,208(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1907-movdqa %xmm7,208(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1909-# qhasm:   *(int128 *)(c + 224) = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1910:# asm 1: movdqa <xmm2=int6464#3,224(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1911:# asm 2: movdqa <xmm2=%xmm2,224(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1912-movdqa %xmm2,224(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1914-# qhasm:   *(int128 *)(c + 240) = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1915:# asm 1: movdqa <xmm5=int6464#6,240(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1916:# asm 2: movdqa <xmm5=%xmm5,240(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1917-movdqa %xmm5,240(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1919-# qhasm:   xmm0 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1920:# asm 1: pxor  ONE,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1921:# asm 2: pxor  ONE,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1922-pxor  ONE,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1924-# qhasm:   xmm1 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1925:# asm 1: pxor  ONE,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1926:# asm 2: pxor  ONE,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1927-pxor  ONE,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1929-# qhasm:   xmm7 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1930:# asm 1: pxor  ONE,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1931:# asm 2: pxor  ONE,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1932-pxor  ONE,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1934-# qhasm:   xmm2 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1935:# asm 1: pxor  ONE,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1936:# asm 2: pxor  ONE,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1937-pxor  ONE,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1939-# qhasm:     shuffle bytes of xmm0 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1940:# asm 1: pshufb ROTB,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1941:# asm 2: pshufb ROTB,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1942-pshufb ROTB,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1944-# qhasm:     shuffle bytes of xmm1 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1945:# asm 1: pshufb ROTB,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1946:# asm 2: pshufb ROTB,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1947-pshufb ROTB,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1949-# qhasm:     shuffle bytes of xmm4 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1950:# asm 1: pshufb ROTB,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1951:# asm 2: pshufb ROTB,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1952-pshufb ROTB,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1954-# qhasm:     shuffle bytes of xmm6 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1955:# asm 1: pshufb ROTB,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1956:# asm 2: pshufb ROTB,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1957-pshufb ROTB,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1959-# qhasm:     shuffle bytes of xmm3 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1960:# asm 1: pshufb ROTB,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1961:# asm 2: pshufb ROTB,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1962-pshufb ROTB,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1964-# qhasm:     shuffle bytes of xmm7 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1965:# asm 1: pshufb ROTB,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1966:# asm 2: pshufb ROTB,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1967-pshufb ROTB,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1969-# qhasm:     shuffle bytes of xmm2 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1970:# asm 1: pshufb ROTB,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1971:# asm 2: pshufb ROTB,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1972-pshufb ROTB,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1974-# qhasm:     shuffle bytes of xmm5 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1975:# asm 1: pshufb ROTB,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1976:# asm 2: pshufb ROTB,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1977-pshufb ROTB,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1979-# qhasm:       xmm7 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1980:# asm 1: pxor  <xmm2=int6464#3,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1981:# asm 2: pxor  <xmm2=%xmm2,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1982-pxor  %xmm2,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1984-# qhasm:       xmm4 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1985:# asm 1: pxor  <xmm1=int6464#2,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1986:# asm 2: pxor  <xmm1=%xmm1,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1987-pxor  %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1989-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1990:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1991:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1992-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1994-# qhasm:       xmm2 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1995:# asm 1: pxor  <xmm4=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:1996:# asm 2: pxor  <xmm4=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1997-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-1999-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2000:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2001:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2002-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2004-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2005:# asm 1: pxor  <xmm6=int6464#7,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2006:# asm 2: pxor  <xmm6=%xmm6,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2007-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2009-# qhasm:       xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2010:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2011:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2012-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2014-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2015:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2016:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2017-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2019-# qhasm:       xmm5 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2020:# asm 1: pxor  <xmm7=int6464#8,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2021:# asm 2: pxor  <xmm7=%xmm7,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2022-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2024-# qhasm:       xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2025:# asm 1: pxor  <xmm1=int6464#2,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2026:# asm 2: pxor  <xmm1=%xmm1,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2027-pxor  %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2029-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2030:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2031:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2032-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2034-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2035:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2036:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2037-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2039-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2040:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2041:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2042-pxor  %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2044-# qhasm:       xmm11 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2045:# asm 1: movdqa <xmm5=int6464#6,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2046:# asm 2: movdqa <xmm5=%xmm5,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2047-movdqa %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2049-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2050:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2051:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2052-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2054-# qhasm:       xmm9 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2055:# asm 1: movdqa <xmm7=int6464#8,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2056:# asm 2: movdqa <xmm7=%xmm7,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2057-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2059-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2060:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2061:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2062-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2064-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2065:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2066:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2067-movdqa %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2069-# qhasm:       xmm11 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2070:# asm 1: pxor  <xmm3=int6464#4,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2071:# asm 2: pxor  <xmm3=%xmm3,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2072-pxor  %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2074-# qhasm:       xmm10 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2075:# asm 1: pxor  <xmm4=int6464#5,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2076:# asm 2: pxor  <xmm4=%xmm4,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2077-pxor  %xmm4,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2079-# qhasm:       xmm9 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2080:# asm 1: pxor  <xmm6=int6464#7,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2081:# asm 2: pxor  <xmm6=%xmm6,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2082-pxor  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2084-# qhasm:       xmm13 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2085:# asm 1: pxor  <xmm3=int6464#4,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2086:# asm 2: pxor  <xmm3=%xmm3,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2087-pxor  %xmm3,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2089-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2090:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2091:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2092-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2094-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2095:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2096:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2097-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2099-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2100:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2101:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2102-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2104-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2105:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2106:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2107-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2109-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2110:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2111:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2112-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2114-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2115:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2116:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2117-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2119-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2120:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2121:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2122-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2124-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2125:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2126:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2127-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2129-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2130:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2131:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2132-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2134-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2135:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2136:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2137-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2139-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2140:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2141:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2142-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2144-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2145:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2146:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2147-movdqa %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2149-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2150:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2151:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2152-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2154-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2155:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2156:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2157-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2159-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2160:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2161:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2162-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2164-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2165:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2166:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2167-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2169-# qhasm:       xmm13 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2170:# asm 1: movdqa <xmm5=int6464#6,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2171:# asm 2: movdqa <xmm5=%xmm5,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2172-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2174-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2175:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2176:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2177-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2179-# qhasm:       xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2180:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2181:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2182-movdqa %xmm7,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2184-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2185:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2186:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2187-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2189-# qhasm:       xmm12 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2190:# asm 1: pxor  <xmm2=int6464#3,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2191:# asm 2: pxor  <xmm2=%xmm2,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2192-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2194-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2195:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2196:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2197-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2199-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2200:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2201:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2202-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2204-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2205:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2206:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2207-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2209-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2210:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2211:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2212-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2214-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2215:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2216:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2217-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2219-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2220:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2221:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2222-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2224-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2225:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2226:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2227-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2229-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2230:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2231:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2232-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2234-# qhasm:       xmm12 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2235:# asm 1: movdqa <xmm4=int6464#5,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2236:# asm 2: movdqa <xmm4=%xmm4,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2237-movdqa %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2239-# qhasm:       xmm13 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2240:# asm 1: movdqa <xmm3=int6464#4,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2241:# asm 2: movdqa <xmm3=%xmm3,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2242-movdqa %xmm3,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2244-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2245:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2246:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2247-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2249-# qhasm:       xmm15 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2250:# asm 1: movdqa <xmm5=int6464#6,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2251:# asm 2: movdqa <xmm5=%xmm5,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2252-movdqa %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2254-# qhasm:       xmm12 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2255:# asm 1: pand  <xmm6=int6464#7,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2256:# asm 2: pand  <xmm6=%xmm6,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2257-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2259-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2260:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2261:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2262-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2264-# qhasm:       xmm14 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2265:# asm 1: pand  <xmm7=int6464#8,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2266:# asm 2: pand  <xmm7=%xmm7,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2267-pand  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2269-# qhasm:       xmm15 |= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2270:# asm 1: por   <xmm2=int6464#3,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2271:# asm 2: por   <xmm2=%xmm2,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2272-por   %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2274-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2275:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2276:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2277-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2279-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2280:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2281:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2282-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2284-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2285:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2286:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2287-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2289-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2290:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2291:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2292-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2294-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2295:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2296:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2297-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2299-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2300:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2301:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2302-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2304-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2305:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2306:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2307-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2309-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2310:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2311:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2312-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2314-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2315:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2316:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2317-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2319-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2320:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2321:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2322-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2324-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2325:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2326:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2327-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2329-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2330:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2331:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2332-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2334-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2335:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2336:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2337-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2339-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2340:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2341:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2342-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2344-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2345:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2346:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2347-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2349-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2350:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2351:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2352-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2354-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2355:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2356:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2357-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2359-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2360:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2361:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2362-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2364-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2365:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2366:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2367-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2369-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2370:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2371:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2372-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2374-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2375:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2376:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2377-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2379-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2380:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2381:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2382-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2384-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2385:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2386:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2387-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2389-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2390:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2391:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2392-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2394-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2395:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2396:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2397-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2399-# qhasm:         xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2400:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2401:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2402-movdqa %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2404-# qhasm:         xmm8 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2405:# asm 1: movdqa <xmm7=int6464#8,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2406:# asm 2: movdqa <xmm7=%xmm7,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2407-movdqa %xmm7,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2409-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2410:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2411:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2412-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2414-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2415:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2416:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2417-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2419-# qhasm:           xmm10 &= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2420:# asm 1: pand  <xmm2=int6464#3,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2421:# asm 2: pand  <xmm2=%xmm2,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2422-pand  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2424-# qhasm:           xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2425:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2426:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2427-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2429-# qhasm:           xmm2 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2430:# asm 1: pand  <xmm14=int6464#12,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2431:# asm 2: pand  <xmm14=%xmm11,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2432-pand  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2434-# qhasm:           xmm7 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2435:# asm 1: pand  <xmm15=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2436:# asm 2: pand  <xmm15=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2437-pand  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2439-# qhasm:           xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2440:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2441:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2442-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2444-# qhasm:           xmm7 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2445:# asm 1: pxor  <xmm10=int6464#11,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2446:# asm 2: pxor  <xmm10=%xmm10,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2447-pxor  %xmm10,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2449-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2450:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2451:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2452-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2454-# qhasm:         xmm8 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2455:# asm 1: pxor  <xmm6=int6464#7,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2456:# asm 2: pxor  <xmm6=%xmm6,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2457-pxor  %xmm6,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2459-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2460:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2461:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2462-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2464-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2465:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2466:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2467-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2469-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2470:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2471:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2472-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2474-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2475:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2476:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2477-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2479-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2480:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2481:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2482-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2484-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2485:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2486:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2487-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2489-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2490:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2491:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2492-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2494-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2495:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2496:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2497-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2499-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2500:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2501:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2502-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2504-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2505:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2506:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2507-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2509-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2510:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2511:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2512-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2514-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2515:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2516:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2517-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2519-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2520:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2521:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2522-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2524-# qhasm:           xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2525:# asm 1: pxor  <xmm6=int6464#7,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2526:# asm 2: pxor  <xmm6=%xmm6,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2527-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2529-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2530:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2531:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2532-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2534-# qhasm:           xmm6 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2535:# asm 1: pand  <xmm13=int6464#16,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2536:# asm 2: pand  <xmm13=%xmm15,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2537-pand  %xmm15,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2539-# qhasm:           xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2540:# asm 1: pxor  <xmm6=int6464#7,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2541:# asm 2: pxor  <xmm6=%xmm6,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2542-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2544-# qhasm:           xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2545:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2546:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2547-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2549-# qhasm:         xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2550:# asm 1: pxor  <xmm12=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2551:# asm 2: pxor  <xmm12=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2552-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2554-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2555:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2556:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2557-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2559-# qhasm:         xmm7 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2560:# asm 1: pxor  <xmm8=int6464#10,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2561:# asm 2: pxor  <xmm8=%xmm9,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2562-pxor  %xmm9,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2564-# qhasm:         xmm6 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2565:# asm 1: pxor  <xmm8=int6464#10,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2566:# asm 2: pxor  <xmm8=%xmm9,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2567-pxor  %xmm9,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2569-# qhasm:         xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2570:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2571:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2572-movdqa %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2574-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2575:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2576:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2577-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2579-# qhasm:         xmm12 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2580:# asm 1: pxor  <xmm3=int6464#4,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2581:# asm 2: pxor  <xmm3=%xmm3,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2582-pxor  %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2584-# qhasm:         xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2585:# asm 1: pxor  <xmm4=int6464#5,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2586:# asm 2: pxor  <xmm4=%xmm4,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2587-pxor  %xmm4,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2589-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2590:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2591:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2592-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2594-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2595:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2596:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2597-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2599-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2600:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2601:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2602-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2604-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2605:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2606:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2607-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2609-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2610:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2611:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2612-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2614-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2615:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2616:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2617-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2619-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2620:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2621:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2622-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2624-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2625:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2626:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2627-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2629-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2630:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2631:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2632-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2634-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2635:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2636:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2637-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2639-# qhasm:           xmm10 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2640:# asm 1: pand  <xmm3=int6464#4,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2641:# asm 2: pand  <xmm3=%xmm3,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2642-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2644-# qhasm:           xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2645:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2646:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2647-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2649-# qhasm:           xmm3 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2650:# asm 1: pand  <xmm9=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2651:# asm 2: pand  <xmm9=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2652-pand  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2654-# qhasm:           xmm4 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2655:# asm 1: pand  <xmm13=int6464#16,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2656:# asm 2: pand  <xmm13=%xmm15,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2657-pand  %xmm15,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2659-# qhasm:           xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2660:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2661:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2662-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2664-# qhasm:           xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2665:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2666:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2667-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2669-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2670:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2671:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2672-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2674-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2675:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2676:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2677-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2679-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2680:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2681:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2682-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2684-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2685:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2686:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2687-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2689-# qhasm:           xmm11 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2690:# asm 1: pand  <xmm5=int6464#6,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2691:# asm 2: pand  <xmm5=%xmm5,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2692-pand  %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2694-# qhasm:           xmm5 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2695:# asm 1: pxor  <xmm1=int6464#2,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2696:# asm 2: pxor  <xmm1=%xmm1,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2697-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2699-# qhasm:           xmm5 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2700:# asm 1: pand  <xmm14=int6464#12,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2701:# asm 2: pand  <xmm14=%xmm11,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2702-pand  %xmm11,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2704-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2705:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2706:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2707-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2709-# qhasm:           xmm5 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2710:# asm 1: pxor  <xmm1=int6464#2,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2711:# asm 2: pxor  <xmm1=%xmm1,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2712-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2714-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2715:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2716:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2717-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2719-# qhasm:         xmm5 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2720:# asm 1: pxor  <xmm12=int6464#9,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2721:# asm 2: pxor  <xmm12=%xmm8,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2722-pxor  %xmm8,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2724-# qhasm:         xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2725:# asm 1: pxor  <xmm12=int6464#9,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2726:# asm 2: pxor  <xmm12=%xmm8,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2727-pxor  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2729-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2730:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2731:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2732-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2734-# qhasm:         xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2735:# asm 1: pxor  <xmm8=int6464#10,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2736:# asm 2: pxor  <xmm8=%xmm9,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2737-pxor  %xmm9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2739-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2740:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2741:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2742-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2744-# qhasm:       xmm1 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2745:# asm 1: pxor  <xmm2=int6464#3,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2746:# asm 2: pxor  <xmm2=%xmm2,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2747-pxor  %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2749-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2750:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2751:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2752-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2754-# qhasm:       xmm2 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2755:# asm 1: pxor  <xmm0=int6464#1,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2756:# asm 2: pxor  <xmm0=%xmm0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2757-pxor  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2759-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2760:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2761:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2762-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2764-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2765:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2766:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2767-pxor  %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2769-# qhasm:       xmm7 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2770:# asm 1: pxor  <xmm4=int6464#5,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2771:# asm 2: pxor  <xmm4=%xmm4,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2772-pxor  %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2774-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2775:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2776:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2777-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2779-# qhasm:       xmm4 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2780:# asm 1: pxor  <xmm6=int6464#7,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2781:# asm 2: pxor  <xmm6=%xmm6,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2782-pxor  %xmm6,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2784-# qhasm:       xmm6 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2785:# asm 1: pxor  <xmm7=int6464#8,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2786:# asm 2: pxor  <xmm7=%xmm7,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2787-pxor  %xmm7,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2789-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2790:# asm 1: pxor  <xmm6=int6464#7,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2791:# asm 2: pxor  <xmm6=%xmm6,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2792-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2794-# qhasm:   xmm1 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2795:# asm 1: pxor  RCON,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2796:# asm 2: pxor  RCON,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2797-pxor  RCON,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2799-# qhasm:   shuffle bytes of xmm0 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2800:# asm 1: pshufb EXPB0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2801:# asm 2: pshufb EXPB0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2802-pshufb EXPB0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2804-# qhasm:   shuffle bytes of xmm1 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2805:# asm 1: pshufb EXPB0,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2806:# asm 2: pshufb EXPB0,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2807-pshufb EXPB0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2809-# qhasm:   shuffle bytes of xmm3 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2810:# asm 1: pshufb EXPB0,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2811:# asm 2: pshufb EXPB0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2812-pshufb EXPB0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2814-# qhasm:   shuffle bytes of xmm2 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2815:# asm 1: pshufb EXPB0,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2816:# asm 2: pshufb EXPB0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2817-pshufb EXPB0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2819-# qhasm:   shuffle bytes of xmm6 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2820:# asm 1: pshufb EXPB0,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2821:# asm 2: pshufb EXPB0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2822-pshufb EXPB0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2824-# qhasm:   shuffle bytes of xmm5 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2825:# asm 1: pshufb EXPB0,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2826:# asm 2: pshufb EXPB0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2827-pshufb EXPB0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2829-# qhasm:   shuffle bytes of xmm4 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2830:# asm 1: pshufb EXPB0,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2831:# asm 2: pshufb EXPB0,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2832-pshufb EXPB0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2834-# qhasm:   shuffle bytes of xmm7 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2835:# asm 1: pshufb EXPB0,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2836:# asm 2: pshufb EXPB0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2837-pshufb EXPB0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2839-# qhasm:   xmm8 = *(int128 *)(c + 128)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2840:# asm 1: movdqa 128(<c=int64#1),>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2841:# asm 2: movdqa 128(<c=%rdi),>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2842-movdqa 128(%rdi),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2844-# qhasm:   xmm9 = *(int128 *)(c + 144)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2845:# asm 1: movdqa 144(<c=int64#1),>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2846:# asm 2: movdqa 144(<c=%rdi),>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2847-movdqa 144(%rdi),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2849-# qhasm:   xmm10 = *(int128 *)(c + 160)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2850:# asm 1: movdqa 160(<c=int64#1),>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2851:# asm 2: movdqa 160(<c=%rdi),>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2852-movdqa 160(%rdi),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2854-# qhasm:   xmm11 = *(int128 *)(c + 176)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2855:# asm 1: movdqa 176(<c=int64#1),>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2856:# asm 2: movdqa 176(<c=%rdi),>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2857-movdqa 176(%rdi),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2859-# qhasm:   xmm12 = *(int128 *)(c + 192)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2860:# asm 1: movdqa 192(<c=int64#1),>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2861:# asm 2: movdqa 192(<c=%rdi),>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2862-movdqa 192(%rdi),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2864-# qhasm:   xmm13 = *(int128 *)(c + 208)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2865:# asm 1: movdqa 208(<c=int64#1),>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2866:# asm 2: movdqa 208(<c=%rdi),>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2867-movdqa 208(%rdi),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2869-# qhasm:   xmm14 = *(int128 *)(c + 224)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2870:# asm 1: movdqa 224(<c=int64#1),>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2871:# asm 2: movdqa 224(<c=%rdi),>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2872-movdqa 224(%rdi),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2874-# qhasm:   xmm15 = *(int128 *)(c + 240)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2875:# asm 1: movdqa 240(<c=int64#1),>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2876:# asm 2: movdqa 240(<c=%rdi),>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2877-movdqa 240(%rdi),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2879-# qhasm:   xmm8 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2880:# asm 1: pxor  ONE,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2881:# asm 2: pxor  ONE,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2882-pxor  ONE,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2884-# qhasm:   xmm9 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2885:# asm 1: pxor  ONE,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2886:# asm 2: pxor  ONE,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2887-pxor  ONE,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2889-# qhasm:   xmm13 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2890:# asm 1: pxor  ONE,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2891:# asm 2: pxor  ONE,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2892-pxor  ONE,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2894-# qhasm:   xmm14 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2895:# asm 1: pxor  ONE,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2896:# asm 2: pxor  ONE,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2897-pxor  ONE,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2899-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2900:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2901:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2902-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2904-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2905:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2906:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2907-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2909-# qhasm:   xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2910:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2911:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2912-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2914-# qhasm:   xmm2 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2915:# asm 1: pxor  <xmm11=int6464#12,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2916:# asm 2: pxor  <xmm11=%xmm11,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2917-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2919-# qhasm:   xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2920:# asm 1: pxor  <xmm12=int6464#13,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2921:# asm 2: pxor  <xmm12=%xmm12,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2922-pxor  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2924-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2925:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2926:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2927-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2929-# qhasm:   xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2930:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2931:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2932-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2934-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2935:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2936:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2937-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2939-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2940:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2941:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2942-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2944-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2945:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2946:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2947-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2949-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2950:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2951:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2952-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2954-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2955:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2956:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2957-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2959-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2960:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2961:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2962-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2964-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2965:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2966:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2967-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2969-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2970:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2971:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2972-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2974-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2975:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2976:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2977-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2979-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2980:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2981:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2982-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2984-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2985:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2986:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2987-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2989-# qhasm:   xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2990:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2991:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2992-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2994-# qhasm:   xmm2 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2995:# asm 1: pxor  <xmm11=int6464#12,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:2996:# asm 2: pxor  <xmm11=%xmm11,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2997-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-2999-# qhasm:   xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3000:# asm 1: pxor  <xmm12=int6464#13,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3001:# asm 2: pxor  <xmm12=%xmm12,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3002-pxor  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3004-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3005:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3006:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3007-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3009-# qhasm:   xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3010:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3011:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3012-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3014-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3015:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3016:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3017-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3019-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3020:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3021:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3022-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3024-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3025:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3026:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3027-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3029-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3030:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3031:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3032-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3034-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3035:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3036:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3037-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3039-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3040:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3041:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3042-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3044-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3045:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3046:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3047-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3049-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3050:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3051:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3052-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3054-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3055:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3056:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3057-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3059-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3060:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3061:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3062-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3064-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3065:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3066:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3067-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3069-# qhasm:   xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3070:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3071:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3072-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3074-# qhasm:   xmm2 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3075:# asm 1: pxor  <xmm11=int6464#12,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3076:# asm 2: pxor  <xmm11=%xmm11,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3077-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3079-# qhasm:   xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3080:# asm 1: pxor  <xmm12=int6464#13,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3081:# asm 2: pxor  <xmm12=%xmm12,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3082-pxor  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3084-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3085:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3086:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3087-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3089-# qhasm:   xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3090:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3091:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3092-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3094-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3095:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3096:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3097-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3099-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3100:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3101:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3102-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3104-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3105:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3106:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3107-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3109-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3110:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3111:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3112-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3114-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3115:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3116:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3117-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3119-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3120:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3121:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3122-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3124-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3125:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3126:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3127-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3129-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3130:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3131:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3132-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3134-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3135:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3136:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3137-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3139-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3140:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3141:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3142-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3144-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3145:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3146:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3147-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3149-# qhasm:   xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3150:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3151:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3152-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3154-# qhasm:   xmm2 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3155:# asm 1: pxor  <xmm11=int6464#12,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3156:# asm 2: pxor  <xmm11=%xmm11,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3157-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3159-# qhasm:   xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3160:# asm 1: pxor  <xmm12=int6464#13,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3161:# asm 2: pxor  <xmm12=%xmm12,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3162-pxor  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3164-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3165:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3166:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3167-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3169-# qhasm:   xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3170:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3171:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3172-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3174-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3175:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3176:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3177-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3179-# qhasm:   *(int128 *)(c + 256) = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3180:# asm 1: movdqa <xmm0=int6464#1,256(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3181:# asm 2: movdqa <xmm0=%xmm0,256(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3182-movdqa %xmm0,256(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3184-# qhasm:   *(int128 *)(c + 272) = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3185:# asm 1: movdqa <xmm1=int6464#2,272(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3186:# asm 2: movdqa <xmm1=%xmm1,272(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3187-movdqa %xmm1,272(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3189-# qhasm:   *(int128 *)(c + 288) = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3190:# asm 1: movdqa <xmm3=int6464#4,288(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3191:# asm 2: movdqa <xmm3=%xmm3,288(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3192-movdqa %xmm3,288(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3194-# qhasm:   *(int128 *)(c + 304) = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3195:# asm 1: movdqa <xmm2=int6464#3,304(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3196:# asm 2: movdqa <xmm2=%xmm2,304(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3197-movdqa %xmm2,304(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3199-# qhasm:   *(int128 *)(c + 320) = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3200:# asm 1: movdqa <xmm6=int6464#7,320(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3201:# asm 2: movdqa <xmm6=%xmm6,320(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3202-movdqa %xmm6,320(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3204-# qhasm:   *(int128 *)(c + 336) = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3205:# asm 1: movdqa <xmm5=int6464#6,336(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3206:# asm 2: movdqa <xmm5=%xmm5,336(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3207-movdqa %xmm5,336(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3209-# qhasm:   *(int128 *)(c + 352) = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3210:# asm 1: movdqa <xmm4=int6464#5,352(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3211:# asm 2: movdqa <xmm4=%xmm4,352(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3212-movdqa %xmm4,352(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3214-# qhasm:   *(int128 *)(c + 368) = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3215:# asm 1: movdqa <xmm7=int6464#8,368(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3216:# asm 2: movdqa <xmm7=%xmm7,368(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3217-movdqa %xmm7,368(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3219-# qhasm:   xmm0 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3220:# asm 1: pxor  ONE,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3221:# asm 2: pxor  ONE,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3222-pxor  ONE,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3224-# qhasm:   xmm1 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3225:# asm 1: pxor  ONE,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3226:# asm 2: pxor  ONE,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3227-pxor  ONE,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3229-# qhasm:   xmm5 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3230:# asm 1: pxor  ONE,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3231:# asm 2: pxor  ONE,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3232-pxor  ONE,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3234-# qhasm:   xmm4 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3235:# asm 1: pxor  ONE,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3236:# asm 2: pxor  ONE,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3237-pxor  ONE,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3239-# qhasm:     shuffle bytes of xmm0 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3240:# asm 1: pshufb ROTB,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3241:# asm 2: pshufb ROTB,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3242-pshufb ROTB,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3244-# qhasm:     shuffle bytes of xmm1 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3245:# asm 1: pshufb ROTB,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3246:# asm 2: pshufb ROTB,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3247-pshufb ROTB,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3249-# qhasm:     shuffle bytes of xmm3 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3250:# asm 1: pshufb ROTB,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3251:# asm 2: pshufb ROTB,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3252-pshufb ROTB,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3254-# qhasm:     shuffle bytes of xmm2 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3255:# asm 1: pshufb ROTB,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3256:# asm 2: pshufb ROTB,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3257-pshufb ROTB,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3259-# qhasm:     shuffle bytes of xmm6 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3260:# asm 1: pshufb ROTB,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3261:# asm 2: pshufb ROTB,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3262-pshufb ROTB,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3264-# qhasm:     shuffle bytes of xmm5 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3265:# asm 1: pshufb ROTB,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3266:# asm 2: pshufb ROTB,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3267-pshufb ROTB,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3269-# qhasm:     shuffle bytes of xmm4 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3270:# asm 1: pshufb ROTB,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3271:# asm 2: pshufb ROTB,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3272-pshufb ROTB,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3274-# qhasm:     shuffle bytes of xmm7 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3275:# asm 1: pshufb ROTB,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3276:# asm 2: pshufb ROTB,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3277-pshufb ROTB,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3279-# qhasm:       xmm5 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3280:# asm 1: pxor  <xmm4=int6464#5,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3281:# asm 2: pxor  <xmm4=%xmm4,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3282-pxor  %xmm4,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3284-# qhasm:       xmm3 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3285:# asm 1: pxor  <xmm1=int6464#2,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3286:# asm 2: pxor  <xmm1=%xmm1,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3287-pxor  %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3289-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3290:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3291:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3292-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3294-# qhasm:       xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3295:# asm 1: pxor  <xmm3=int6464#4,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3296:# asm 2: pxor  <xmm3=%xmm3,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3297-pxor  %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3299-# qhasm:       xmm2 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3300:# asm 1: pxor  <xmm0=int6464#1,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3301:# asm 2: pxor  <xmm0=%xmm0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3302-pxor  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3304-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3305:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3306:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3307-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3309-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3310:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3311:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3312-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3314-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3315:# asm 1: pxor  <xmm6=int6464#7,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3316:# asm 2: pxor  <xmm6=%xmm6,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3317-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3319-# qhasm:       xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3320:# asm 1: pxor  <xmm5=int6464#6,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3321:# asm 2: pxor  <xmm5=%xmm5,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3322-pxor  %xmm5,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3324-# qhasm:       xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3325:# asm 1: pxor  <xmm1=int6464#2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3326:# asm 2: pxor  <xmm1=%xmm1,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3327-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3329-# qhasm:       xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3330:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3331:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3332-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3334-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3335:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3336:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3337-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3339-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3340:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3341:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3342-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3344-# qhasm:       xmm11 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3345:# asm 1: movdqa <xmm7=int6464#8,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3346:# asm 2: movdqa <xmm7=%xmm7,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3347-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3349-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3350:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3351:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3352-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3354-# qhasm:       xmm9 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3355:# asm 1: movdqa <xmm5=int6464#6,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3356:# asm 2: movdqa <xmm5=%xmm5,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3357-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3359-# qhasm:       xmm13 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3360:# asm 1: movdqa <xmm3=int6464#4,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3361:# asm 2: movdqa <xmm3=%xmm3,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3362-movdqa %xmm3,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3364-# qhasm:       xmm12 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3365:# asm 1: movdqa <xmm4=int6464#5,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3366:# asm 2: movdqa <xmm4=%xmm4,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3367-movdqa %xmm4,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3369-# qhasm:       xmm11 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3370:# asm 1: pxor  <xmm6=int6464#7,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3371:# asm 2: pxor  <xmm6=%xmm6,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3372-pxor  %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3374-# qhasm:       xmm10 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3375:# asm 1: pxor  <xmm3=int6464#4,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3376:# asm 2: pxor  <xmm3=%xmm3,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3377-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3379-# qhasm:       xmm9 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3380:# asm 1: pxor  <xmm2=int6464#3,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3381:# asm 2: pxor  <xmm2=%xmm2,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3382-pxor  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3384-# qhasm:       xmm13 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3385:# asm 1: pxor  <xmm6=int6464#7,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3386:# asm 2: pxor  <xmm6=%xmm6,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3387-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3389-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3390:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3391:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3392-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3394-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3395:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3396:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3397-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3399-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3400:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3401:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3402-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3404-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3405:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3406:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3407-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3409-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3410:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3411:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3412-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3414-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3415:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3416:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3417-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3419-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3420:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3421:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3422-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3424-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3425:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3426:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3427-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3429-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3430:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3431:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3432-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3434-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3435:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3436:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3437-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3439-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3440:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3441:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3442-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3444-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3445:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3446:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3447-movdqa %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3449-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3450:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3451:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3452-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3454-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3455:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3456:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3457-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3459-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3460:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3461:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3462-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3464-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3465:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3466:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3467-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3469-# qhasm:       xmm13 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3470:# asm 1: movdqa <xmm7=int6464#8,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3471:# asm 2: movdqa <xmm7=%xmm7,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3472-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3474-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3475:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3476:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3477-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3479-# qhasm:       xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3480:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3481:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3482-movdqa %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3484-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3485:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3486:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3487-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3489-# qhasm:       xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3490:# asm 1: pxor  <xmm4=int6464#5,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3491:# asm 2: pxor  <xmm4=%xmm4,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3492-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3494-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3495:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3496:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3497-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3499-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3500:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3501:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3502-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3504-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3505:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3506:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3507-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3509-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3510:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3511:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3512-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3514-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3515:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3516:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3517-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3519-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3520:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3521:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3522-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3524-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3525:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3526:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3527-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3529-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3530:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3531:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3532-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3534-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3535:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3536:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3537-movdqa %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3539-# qhasm:       xmm13 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3540:# asm 1: movdqa <xmm6=int6464#7,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3541:# asm 2: movdqa <xmm6=%xmm6,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3542-movdqa %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3544-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3545:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3546:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3547-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3549-# qhasm:       xmm15 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3550:# asm 1: movdqa <xmm7=int6464#8,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3551:# asm 2: movdqa <xmm7=%xmm7,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3552-movdqa %xmm7,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3554-# qhasm:       xmm12 &= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3555:# asm 1: pand  <xmm2=int6464#3,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3556:# asm 2: pand  <xmm2=%xmm2,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3557-pand  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3559-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3560:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3561:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3562-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3564-# qhasm:       xmm14 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3565:# asm 1: pand  <xmm5=int6464#6,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3566:# asm 2: pand  <xmm5=%xmm5,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3567-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3569-# qhasm:       xmm15 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3570:# asm 1: por   <xmm4=int6464#5,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3571:# asm 2: por   <xmm4=%xmm4,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3572-por   %xmm4,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3574-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3575:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3576:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3577-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3579-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3580:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3581:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3582-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3584-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3585:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3586:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3587-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3589-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3590:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3591:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3592-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3594-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3595:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3596:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3597-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3599-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3600:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3601:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3602-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3604-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3605:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3606:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3607-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3609-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3610:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3611:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3612-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3614-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3615:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3616:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3617-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3619-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3620:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3621:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3622-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3624-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3625:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3626:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3627-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3629-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3630:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3631:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3632-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3634-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3635:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3636:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3637-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3639-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3640:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3641:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3642-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3644-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3645:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3646:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3647-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3649-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3650:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3651:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3652-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3654-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3655:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3656:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3657-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3659-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3660:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3661:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3662-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3664-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3665:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3666:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3667-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3669-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3670:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3671:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3672-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3674-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3675:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3676:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3677-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3679-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3680:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3681:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3682-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3684-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3685:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3686:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3687-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3689-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3690:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3691:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3692-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3694-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3695:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3696:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3697-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3699-# qhasm:         xmm12 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3700:# asm 1: movdqa <xmm4=int6464#5,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3701:# asm 2: movdqa <xmm4=%xmm4,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3702-movdqa %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3704-# qhasm:         xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3705:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3706:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3707-movdqa %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3709-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3710:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3711:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3712-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3714-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3715:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3716:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3717-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3719-# qhasm:           xmm10 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3720:# asm 1: pand  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3721:# asm 2: pand  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3722-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3724-# qhasm:           xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3725:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3726:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3727-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3729-# qhasm:           xmm4 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3730:# asm 1: pand  <xmm14=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3731:# asm 2: pand  <xmm14=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3732-pand  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3734-# qhasm:           xmm5 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3735:# asm 1: pand  <xmm15=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3736:# asm 2: pand  <xmm15=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3737-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3739-# qhasm:           xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3740:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3741:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3742-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3744-# qhasm:           xmm5 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3745:# asm 1: pxor  <xmm10=int6464#11,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3746:# asm 2: pxor  <xmm10=%xmm10,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3747-pxor  %xmm10,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3749-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3750:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3751:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3752-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3754-# qhasm:         xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3755:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3756:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3757-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3759-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3760:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3761:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3762-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3764-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3765:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3766:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3767-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3769-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3770:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3771:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3772-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3774-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3775:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3776:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3777-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3779-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3780:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3781:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3782-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3784-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3785:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3786:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3787-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3789-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3790:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3791:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3792-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3794-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3795:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3796:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3797-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3799-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3800:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3801:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3802-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3804-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3805:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3806:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3807-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3809-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3810:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3811:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3812-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3814-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3815:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3816:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3817-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3819-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3820:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3821:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3822-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3824-# qhasm:           xmm0 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3825:# asm 1: pxor  <xmm2=int6464#3,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3826:# asm 2: pxor  <xmm2=%xmm2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3827-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3829-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3830:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3831:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3832-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3834-# qhasm:           xmm2 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3835:# asm 1: pand  <xmm13=int6464#16,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3836:# asm 2: pand  <xmm13=%xmm15,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3837-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3839-# qhasm:           xmm0 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3840:# asm 1: pxor  <xmm2=int6464#3,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3841:# asm 2: pxor  <xmm2=%xmm2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3842-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3844-# qhasm:           xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3845:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3846:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3847-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3849-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3850:# asm 1: pxor  <xmm12=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3851:# asm 2: pxor  <xmm12=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3852-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3854-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3855:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3856:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3857-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3859-# qhasm:         xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3860:# asm 1: pxor  <xmm8=int6464#10,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3861:# asm 2: pxor  <xmm8=%xmm9,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3862-pxor  %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3864-# qhasm:         xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3865:# asm 1: pxor  <xmm8=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3866:# asm 2: pxor  <xmm8=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3867-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3869-# qhasm:         xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3870:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3871:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3872-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3874-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3875:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3876:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3877-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3879-# qhasm:         xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3880:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3881:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3882-pxor  %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3884-# qhasm:         xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3885:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3886:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3887-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3889-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3890:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3891:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3892-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3894-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3895:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3896:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3897-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3899-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3900:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3901:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3902-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3904-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3905:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3906:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3907-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3909-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3910:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3911:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3912-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3914-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3915:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3916:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3917-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3919-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3920:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3921:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3922-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3924-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3925:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3926:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3927-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3929-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3930:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3931:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3932-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3934-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3935:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3936:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3937-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3939-# qhasm:           xmm10 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3940:# asm 1: pand  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3941:# asm 2: pand  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3942-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3944-# qhasm:           xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3945:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3946:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3947-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3949-# qhasm:           xmm6 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3950:# asm 1: pand  <xmm9=int6464#13,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3951:# asm 2: pand  <xmm9=%xmm12,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3952-pand  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3954-# qhasm:           xmm3 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3955:# asm 1: pand  <xmm13=int6464#16,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3956:# asm 2: pand  <xmm13=%xmm15,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3957-pand  %xmm15,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3959-# qhasm:           xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3960:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3961:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3962-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3964-# qhasm:           xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3965:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3966:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3967-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3969-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3970:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3971:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3972-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3974-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3975:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3976:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3977-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3979-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3980:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3981:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3982-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3984-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3985:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3986:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3987-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3989-# qhasm:           xmm11 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3990:# asm 1: pand  <xmm7=int6464#8,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3991:# asm 2: pand  <xmm7=%xmm7,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3992-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3994-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3995:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:3996:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3997-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-3999-# qhasm:           xmm7 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4000:# asm 1: pand  <xmm14=int6464#12,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4001:# asm 2: pand  <xmm14=%xmm11,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4002-pand  %xmm11,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4004-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4005:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4006:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4007-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4009-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4010:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4011:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4012-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4014-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4015:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4016:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4017-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4019-# qhasm:         xmm7 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4020:# asm 1: pxor  <xmm12=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4021:# asm 2: pxor  <xmm12=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4022-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4024-# qhasm:         xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4025:# asm 1: pxor  <xmm12=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4026:# asm 2: pxor  <xmm12=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4027-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4029-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4030:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4031:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4032-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4034-# qhasm:         xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4035:# asm 1: pxor  <xmm8=int6464#10,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4036:# asm 2: pxor  <xmm8=%xmm9,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4037-pxor  %xmm9,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4039-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4040:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4041:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4042-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4044-# qhasm:       xmm1 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4045:# asm 1: pxor  <xmm4=int6464#5,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4046:# asm 2: pxor  <xmm4=%xmm4,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4047-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4049-# qhasm:       xmm6 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4050:# asm 1: pxor  <xmm7=int6464#8,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4051:# asm 2: pxor  <xmm7=%xmm7,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4052-pxor  %xmm7,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4054-# qhasm:       xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4055:# asm 1: pxor  <xmm0=int6464#1,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4056:# asm 2: pxor  <xmm0=%xmm0,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4057-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4059-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4060:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4061:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4062-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4064-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4065:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4066:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4067-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4069-# qhasm:       xmm5 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4070:# asm 1: pxor  <xmm3=int6464#4,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4071:# asm 2: pxor  <xmm3=%xmm3,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4072-pxor  %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4074-# qhasm:       xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4075:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4076:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4077-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4079-# qhasm:       xmm3 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4080:# asm 1: pxor  <xmm2=int6464#3,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4081:# asm 2: pxor  <xmm2=%xmm2,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4082-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4084-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4085:# asm 1: pxor  <xmm5=int6464#6,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4086:# asm 2: pxor  <xmm5=%xmm5,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4087-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4089-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4090:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4091:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4092-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4094-# qhasm:   xmm6 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4095:# asm 1: pxor  RCON,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4096:# asm 2: pxor  RCON,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4097-pxor  RCON,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4099-# qhasm:   shuffle bytes of xmm0 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4100:# asm 1: pshufb EXPB0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4101:# asm 2: pshufb EXPB0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4102-pshufb EXPB0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4104-# qhasm:   shuffle bytes of xmm1 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4105:# asm 1: pshufb EXPB0,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4106:# asm 2: pshufb EXPB0,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4107-pshufb EXPB0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4109-# qhasm:   shuffle bytes of xmm6 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4110:# asm 1: pshufb EXPB0,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4111:# asm 2: pshufb EXPB0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4112-pshufb EXPB0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4114-# qhasm:   shuffle bytes of xmm4 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4115:# asm 1: pshufb EXPB0,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4116:# asm 2: pshufb EXPB0,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4117-pshufb EXPB0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4119-# qhasm:   shuffle bytes of xmm2 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4120:# asm 1: pshufb EXPB0,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4121:# asm 2: pshufb EXPB0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4122-pshufb EXPB0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4124-# qhasm:   shuffle bytes of xmm7 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4125:# asm 1: pshufb EXPB0,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4126:# asm 2: pshufb EXPB0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4127-pshufb EXPB0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4129-# qhasm:   shuffle bytes of xmm3 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4130:# asm 1: pshufb EXPB0,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4131:# asm 2: pshufb EXPB0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4132-pshufb EXPB0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4134-# qhasm:   shuffle bytes of xmm5 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4135:# asm 1: pshufb EXPB0,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4136:# asm 2: pshufb EXPB0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4137-pshufb EXPB0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4139-# qhasm:   xmm8 = *(int128 *)(c + 256)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4140:# asm 1: movdqa 256(<c=int64#1),>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4141:# asm 2: movdqa 256(<c=%rdi),>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4142-movdqa 256(%rdi),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4144-# qhasm:   xmm9 = *(int128 *)(c + 272)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4145:# asm 1: movdqa 272(<c=int64#1),>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4146:# asm 2: movdqa 272(<c=%rdi),>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4147-movdqa 272(%rdi),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4149-# qhasm:   xmm10 = *(int128 *)(c + 288)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4150:# asm 1: movdqa 288(<c=int64#1),>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4151:# asm 2: movdqa 288(<c=%rdi),>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4152-movdqa 288(%rdi),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4154-# qhasm:   xmm11 = *(int128 *)(c + 304)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4155:# asm 1: movdqa 304(<c=int64#1),>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4156:# asm 2: movdqa 304(<c=%rdi),>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4157-movdqa 304(%rdi),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4159-# qhasm:   xmm12 = *(int128 *)(c + 320)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4160:# asm 1: movdqa 320(<c=int64#1),>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4161:# asm 2: movdqa 320(<c=%rdi),>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4162-movdqa 320(%rdi),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4164-# qhasm:   xmm13 = *(int128 *)(c + 336)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4165:# asm 1: movdqa 336(<c=int64#1),>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4166:# asm 2: movdqa 336(<c=%rdi),>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4167-movdqa 336(%rdi),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4169-# qhasm:   xmm14 = *(int128 *)(c + 352)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4170:# asm 1: movdqa 352(<c=int64#1),>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4171:# asm 2: movdqa 352(<c=%rdi),>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4172-movdqa 352(%rdi),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4174-# qhasm:   xmm15 = *(int128 *)(c + 368)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4175:# asm 1: movdqa 368(<c=int64#1),>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4176:# asm 2: movdqa 368(<c=%rdi),>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4177-movdqa 368(%rdi),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4179-# qhasm:   xmm8 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4180:# asm 1: pxor  ONE,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4181:# asm 2: pxor  ONE,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4182-pxor  ONE,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4184-# qhasm:   xmm9 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4185:# asm 1: pxor  ONE,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4186:# asm 2: pxor  ONE,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4187-pxor  ONE,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4189-# qhasm:   xmm13 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4190:# asm 1: pxor  ONE,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4191:# asm 2: pxor  ONE,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4192-pxor  ONE,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4194-# qhasm:   xmm14 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4195:# asm 1: pxor  ONE,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4196:# asm 2: pxor  ONE,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4197-pxor  ONE,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4199-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4200:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4201:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4202-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4204-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4205:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4206:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4207-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4209-# qhasm:   xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4210:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4211:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4212-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4214-# qhasm:   xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4215:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4216:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4217-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4219-# qhasm:   xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4220:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4221:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4222-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4224-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4225:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4226:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4227-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4229-# qhasm:   xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4230:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4231:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4232-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4234-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4235:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4236:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4237-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4239-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4240:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4241:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4242-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4244-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4245:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4246:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4247-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4249-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4250:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4251:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4252-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4254-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4255:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4256:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4257-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4259-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4260:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4261:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4262-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4264-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4265:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4266:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4267-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4269-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4270:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4271:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4272-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4274-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4275:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4276:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4277-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4279-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4280:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4281:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4282-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4284-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4285:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4286:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4287-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4289-# qhasm:   xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4290:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4291:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4292-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4294-# qhasm:   xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4295:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4296:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4297-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4299-# qhasm:   xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4300:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4301:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4302-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4304-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4305:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4306:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4307-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4309-# qhasm:   xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4310:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4311:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4312-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4314-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4315:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4316:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4317-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4319-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4320:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4321:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4322-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4324-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4325:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4326:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4327-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4329-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4330:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4331:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4332-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4334-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4335:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4336:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4337-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4339-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4340:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4341:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4342-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4344-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4345:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4346:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4347-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4349-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4350:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4351:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4352-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4354-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4355:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4356:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4357-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4359-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4360:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4361:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4362-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4364-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4365:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4366:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4367-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4369-# qhasm:   xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4370:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4371:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4372-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4374-# qhasm:   xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4375:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4376:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4377-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4379-# qhasm:   xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4380:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4381:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4382-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4384-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4385:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4386:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4387-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4389-# qhasm:   xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4390:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4391:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4392-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4394-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4395:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4396:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4397-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4399-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4400:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4401:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4402-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4404-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4405:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4406:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4407-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4409-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4410:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4411:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4412-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4414-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4415:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4416:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4417-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4419-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4420:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4421:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4422-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4424-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4425:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4426:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4427-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4429-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4430:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4431:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4432-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4434-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4435:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4436:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4437-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4439-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4440:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4441:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4442-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4444-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4445:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4446:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4447-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4449-# qhasm:   xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4450:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4451:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4452-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4454-# qhasm:   xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4455:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4456:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4457-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4459-# qhasm:   xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4460:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4461:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4462-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4464-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4465:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4466:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4467-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4469-# qhasm:   xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4470:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4471:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4472-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4474-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4475:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4476:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4477-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4479-# qhasm:   *(int128 *)(c + 384) = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4480:# asm 1: movdqa <xmm0=int6464#1,384(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4481:# asm 2: movdqa <xmm0=%xmm0,384(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4482-movdqa %xmm0,384(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4484-# qhasm:   *(int128 *)(c + 400) = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4485:# asm 1: movdqa <xmm1=int6464#2,400(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4486:# asm 2: movdqa <xmm1=%xmm1,400(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4487-movdqa %xmm1,400(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4489-# qhasm:   *(int128 *)(c + 416) = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4490:# asm 1: movdqa <xmm6=int6464#7,416(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4491:# asm 2: movdqa <xmm6=%xmm6,416(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4492-movdqa %xmm6,416(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4494-# qhasm:   *(int128 *)(c + 432) = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4495:# asm 1: movdqa <xmm4=int6464#5,432(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4496:# asm 2: movdqa <xmm4=%xmm4,432(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4497-movdqa %xmm4,432(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4499-# qhasm:   *(int128 *)(c + 448) = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4500:# asm 1: movdqa <xmm2=int6464#3,448(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4501:# asm 2: movdqa <xmm2=%xmm2,448(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4502-movdqa %xmm2,448(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4504-# qhasm:   *(int128 *)(c + 464) = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4505:# asm 1: movdqa <xmm7=int6464#8,464(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4506:# asm 2: movdqa <xmm7=%xmm7,464(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4507-movdqa %xmm7,464(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4509-# qhasm:   *(int128 *)(c + 480) = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4510:# asm 1: movdqa <xmm3=int6464#4,480(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4511:# asm 2: movdqa <xmm3=%xmm3,480(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4512-movdqa %xmm3,480(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4514-# qhasm:   *(int128 *)(c + 496) = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4515:# asm 1: movdqa <xmm5=int6464#6,496(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4516:# asm 2: movdqa <xmm5=%xmm5,496(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4517-movdqa %xmm5,496(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4519-# qhasm:   xmm0 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4520:# asm 1: pxor  ONE,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4521:# asm 2: pxor  ONE,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4522-pxor  ONE,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4524-# qhasm:   xmm1 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4525:# asm 1: pxor  ONE,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4526:# asm 2: pxor  ONE,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4527-pxor  ONE,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4529-# qhasm:   xmm7 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4530:# asm 1: pxor  ONE,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4531:# asm 2: pxor  ONE,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4532-pxor  ONE,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4534-# qhasm:   xmm3 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4535:# asm 1: pxor  ONE,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4536:# asm 2: pxor  ONE,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4537-pxor  ONE,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4539-# qhasm:     shuffle bytes of xmm0 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4540:# asm 1: pshufb ROTB,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4541:# asm 2: pshufb ROTB,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4542-pshufb ROTB,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4544-# qhasm:     shuffle bytes of xmm1 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4545:# asm 1: pshufb ROTB,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4546:# asm 2: pshufb ROTB,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4547-pshufb ROTB,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4549-# qhasm:     shuffle bytes of xmm6 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4550:# asm 1: pshufb ROTB,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4551:# asm 2: pshufb ROTB,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4552-pshufb ROTB,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4554-# qhasm:     shuffle bytes of xmm4 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4555:# asm 1: pshufb ROTB,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4556:# asm 2: pshufb ROTB,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4557-pshufb ROTB,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4559-# qhasm:     shuffle bytes of xmm2 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4560:# asm 1: pshufb ROTB,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4561:# asm 2: pshufb ROTB,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4562-pshufb ROTB,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4564-# qhasm:     shuffle bytes of xmm7 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4565:# asm 1: pshufb ROTB,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4566:# asm 2: pshufb ROTB,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4567-pshufb ROTB,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4569-# qhasm:     shuffle bytes of xmm3 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4570:# asm 1: pshufb ROTB,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4571:# asm 2: pshufb ROTB,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4572-pshufb ROTB,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4574-# qhasm:     shuffle bytes of xmm5 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4575:# asm 1: pshufb ROTB,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4576:# asm 2: pshufb ROTB,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4577-pshufb ROTB,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4579-# qhasm:       xmm7 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4580:# asm 1: pxor  <xmm3=int6464#4,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4581:# asm 2: pxor  <xmm3=%xmm3,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4582-pxor  %xmm3,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4584-# qhasm:       xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4585:# asm 1: pxor  <xmm1=int6464#2,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4586:# asm 2: pxor  <xmm1=%xmm1,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4587-pxor  %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4589-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4590:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4591:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4592-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4594-# qhasm:       xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4595:# asm 1: pxor  <xmm6=int6464#7,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4596:# asm 2: pxor  <xmm6=%xmm6,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4597-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4599-# qhasm:       xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4600:# asm 1: pxor  <xmm0=int6464#1,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4601:# asm 2: pxor  <xmm0=%xmm0,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4602-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4604-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4605:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4606:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4607-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4609-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4610:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4611:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4612-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4614-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4615:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4616:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4617-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4619-# qhasm:       xmm5 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4620:# asm 1: pxor  <xmm7=int6464#8,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4621:# asm 2: pxor  <xmm7=%xmm7,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4622-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4624-# qhasm:       xmm4 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4625:# asm 1: pxor  <xmm1=int6464#2,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4626:# asm 2: pxor  <xmm1=%xmm1,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4627-pxor  %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4629-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4630:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4631:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4632-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4634-# qhasm:       xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4635:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4636:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4637-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4639-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4640:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4641:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4642-pxor  %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4644-# qhasm:       xmm11 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4645:# asm 1: movdqa <xmm5=int6464#6,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4646:# asm 2: movdqa <xmm5=%xmm5,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4647-movdqa %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4649-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4650:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4651:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4652-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4654-# qhasm:       xmm9 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4655:# asm 1: movdqa <xmm7=int6464#8,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4656:# asm 2: movdqa <xmm7=%xmm7,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4657-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4659-# qhasm:       xmm13 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4660:# asm 1: movdqa <xmm6=int6464#7,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4661:# asm 2: movdqa <xmm6=%xmm6,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4662-movdqa %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4664-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4665:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4666:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4667-movdqa %xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4669-# qhasm:       xmm11 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4670:# asm 1: pxor  <xmm2=int6464#3,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4671:# asm 2: pxor  <xmm2=%xmm2,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4672-pxor  %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4674-# qhasm:       xmm10 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4675:# asm 1: pxor  <xmm6=int6464#7,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4676:# asm 2: pxor  <xmm6=%xmm6,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4677-pxor  %xmm6,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4679-# qhasm:       xmm9 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4680:# asm 1: pxor  <xmm4=int6464#5,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4681:# asm 2: pxor  <xmm4=%xmm4,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4682-pxor  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4684-# qhasm:       xmm13 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4685:# asm 1: pxor  <xmm2=int6464#3,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4686:# asm 2: pxor  <xmm2=%xmm2,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4687-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4689-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4690:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4691:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4692-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4694-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4695:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4696:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4697-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4699-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4700:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4701:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4702-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4704-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4705:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4706:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4707-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4709-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4710:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4711:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4712-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4714-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4715:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4716:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4717-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4719-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4720:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4721:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4722-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4724-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4725:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4726:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4727-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4729-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4730:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4731:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4732-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4734-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4735:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4736:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4737-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4739-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4740:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4741:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4742-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4744-# qhasm:       xmm12 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4745:# asm 1: movdqa <xmm4=int6464#5,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4746:# asm 2: movdqa <xmm4=%xmm4,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4747-movdqa %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4749-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4750:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4751:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4752-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4754-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4755:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4756:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4757-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4759-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4760:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4761:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4762-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4764-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4765:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4766:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4767-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4769-# qhasm:       xmm13 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4770:# asm 1: movdqa <xmm5=int6464#6,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4771:# asm 2: movdqa <xmm5=%xmm5,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4772-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4774-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4775:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4776:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4777-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4779-# qhasm:       xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4780:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4781:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4782-movdqa %xmm7,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4784-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4785:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4786:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4787-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4789-# qhasm:       xmm12 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4790:# asm 1: pxor  <xmm3=int6464#4,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4791:# asm 2: pxor  <xmm3=%xmm3,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4792-pxor  %xmm3,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4794-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4795:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4796:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4797-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4799-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4800:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4801:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4802-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4804-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4805:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4806:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4807-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4809-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4810:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4811:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4812-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4814-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4815:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4816:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4817-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4819-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4820:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4821:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4822-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4824-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4825:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4826:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4827-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4829-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4830:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4831:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4832-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4834-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4835:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4836:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4837-movdqa %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4839-# qhasm:       xmm13 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4840:# asm 1: movdqa <xmm2=int6464#3,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4841:# asm 2: movdqa <xmm2=%xmm2,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4842-movdqa %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4844-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4845:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4846:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4847-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4849-# qhasm:       xmm15 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4850:# asm 1: movdqa <xmm5=int6464#6,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4851:# asm 2: movdqa <xmm5=%xmm5,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4852-movdqa %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4854-# qhasm:       xmm12 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4855:# asm 1: pand  <xmm4=int6464#5,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4856:# asm 2: pand  <xmm4=%xmm4,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4857-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4859-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4860:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4861:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4862-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4864-# qhasm:       xmm14 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4865:# asm 1: pand  <xmm7=int6464#8,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4866:# asm 2: pand  <xmm7=%xmm7,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4867-pand  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4869-# qhasm:       xmm15 |= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4870:# asm 1: por   <xmm3=int6464#4,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4871:# asm 2: por   <xmm3=%xmm3,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4872-por   %xmm3,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4874-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4875:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4876:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4877-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4879-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4880:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4881:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4882-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4884-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4885:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4886:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4887-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4889-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4890:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4891:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4892-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4894-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4895:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4896:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4897-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4899-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4900:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4901:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4902-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4904-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4905:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4906:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4907-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4909-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4910:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4911:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4912-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4914-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4915:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4916:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4917-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4919-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4920:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4921:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4922-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4924-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4925:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4926:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4927-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4929-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4930:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4931:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4932-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4934-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4935:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4936:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4937-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4939-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4940:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4941:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4942-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4944-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4945:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4946:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4947-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4949-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4950:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4951:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4952-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4954-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4955:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4956:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4957-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4959-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4960:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4961:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4962-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4964-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4965:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4966:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4967-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4969-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4970:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4971:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4972-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4974-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4975:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4976:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4977-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4979-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4980:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4981:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4982-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4984-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4985:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4986:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4987-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4989-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4990:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4991:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4992-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4994-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4995:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:4996:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4997-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-4999-# qhasm:         xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5000:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5001:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5002-movdqa %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5004-# qhasm:         xmm8 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5005:# asm 1: movdqa <xmm7=int6464#8,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5006:# asm 2: movdqa <xmm7=%xmm7,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5007-movdqa %xmm7,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5009-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5010:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5011:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5012-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5014-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5015:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5016:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5017-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5019-# qhasm:           xmm10 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5020:# asm 1: pand  <xmm3=int6464#4,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5021:# asm 2: pand  <xmm3=%xmm3,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5022-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5024-# qhasm:           xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5025:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5026:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5027-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5029-# qhasm:           xmm3 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5030:# asm 1: pand  <xmm14=int6464#12,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5031:# asm 2: pand  <xmm14=%xmm11,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5032-pand  %xmm11,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5034-# qhasm:           xmm7 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5035:# asm 1: pand  <xmm15=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5036:# asm 2: pand  <xmm15=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5037-pand  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5039-# qhasm:           xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5040:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5041:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5042-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5044-# qhasm:           xmm7 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5045:# asm 1: pxor  <xmm10=int6464#11,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5046:# asm 2: pxor  <xmm10=%xmm10,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5047-pxor  %xmm10,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5049-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5050:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5051:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5052-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5054-# qhasm:         xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5055:# asm 1: pxor  <xmm4=int6464#5,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5056:# asm 2: pxor  <xmm4=%xmm4,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5057-pxor  %xmm4,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5059-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5060:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5061:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5062-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5064-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5065:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5066:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5067-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5069-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5070:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5071:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5072-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5074-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5075:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5076:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5077-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5079-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5080:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5081:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5082-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5084-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5085:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5086:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5087-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5089-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5090:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5091:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5092-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5094-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5095:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5096:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5097-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5099-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5100:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5101:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5102-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5104-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5105:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5106:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5107-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5109-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5110:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5111:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5112-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5114-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5115:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5116:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5117-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5119-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5120:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5121:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5122-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5124-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5125:# asm 1: pxor  <xmm4=int6464#5,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5126:# asm 2: pxor  <xmm4=%xmm4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5127-pxor  %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5129-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5130:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5131:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5132-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5134-# qhasm:           xmm4 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5135:# asm 1: pand  <xmm13=int6464#16,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5136:# asm 2: pand  <xmm13=%xmm15,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5137-pand  %xmm15,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5139-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5140:# asm 1: pxor  <xmm4=int6464#5,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5141:# asm 2: pxor  <xmm4=%xmm4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5142-pxor  %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5144-# qhasm:           xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5145:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5146:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5147-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5149-# qhasm:         xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5150:# asm 1: pxor  <xmm12=int6464#9,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5151:# asm 2: pxor  <xmm12=%xmm8,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5152-pxor  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5154-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5155:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5156:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5157-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5159-# qhasm:         xmm7 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5160:# asm 1: pxor  <xmm8=int6464#10,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5161:# asm 2: pxor  <xmm8=%xmm9,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5162-pxor  %xmm9,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5164-# qhasm:         xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5165:# asm 1: pxor  <xmm8=int6464#10,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5166:# asm 2: pxor  <xmm8=%xmm9,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5167-pxor  %xmm9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5169-# qhasm:         xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5170:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5171:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5172-movdqa %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5174-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5175:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5176:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5177-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5179-# qhasm:         xmm12 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5180:# asm 1: pxor  <xmm2=int6464#3,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5181:# asm 2: pxor  <xmm2=%xmm2,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5182-pxor  %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5184-# qhasm:         xmm8 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5185:# asm 1: pxor  <xmm6=int6464#7,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5186:# asm 2: pxor  <xmm6=%xmm6,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5187-pxor  %xmm6,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5189-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5190:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5191:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5192-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5194-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5195:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5196:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5197-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5199-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5200:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5201:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5202-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5204-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5205:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5206:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5207-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5209-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5210:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5211:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5212-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5214-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5215:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5216:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5217-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5219-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5220:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5221:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5222-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5224-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5225:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5226:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5227-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5229-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5230:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5231:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5232-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5234-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5235:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5236:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5237-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5239-# qhasm:           xmm10 &= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5240:# asm 1: pand  <xmm2=int6464#3,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5241:# asm 2: pand  <xmm2=%xmm2,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5242-pand  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5244-# qhasm:           xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5245:# asm 1: pxor  <xmm6=int6464#7,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5246:# asm 2: pxor  <xmm6=%xmm6,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5247-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5249-# qhasm:           xmm2 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5250:# asm 1: pand  <xmm9=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5251:# asm 2: pand  <xmm9=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5252-pand  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5254-# qhasm:           xmm6 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5255:# asm 1: pand  <xmm13=int6464#16,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5256:# asm 2: pand  <xmm13=%xmm15,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5257-pand  %xmm15,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5259-# qhasm:           xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5260:# asm 1: pxor  <xmm6=int6464#7,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5261:# asm 2: pxor  <xmm6=%xmm6,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5262-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5264-# qhasm:           xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5265:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5266:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5267-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5269-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5270:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5271:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5272-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5274-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5275:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5276:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5277-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5279-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5280:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5281:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5282-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5284-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5285:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5286:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5287-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5289-# qhasm:           xmm11 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5290:# asm 1: pand  <xmm5=int6464#6,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5291:# asm 2: pand  <xmm5=%xmm5,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5292-pand  %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5294-# qhasm:           xmm5 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5295:# asm 1: pxor  <xmm1=int6464#2,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5296:# asm 2: pxor  <xmm1=%xmm1,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5297-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5299-# qhasm:           xmm5 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5300:# asm 1: pand  <xmm14=int6464#12,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5301:# asm 2: pand  <xmm14=%xmm11,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5302-pand  %xmm11,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5304-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5305:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5306:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5307-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5309-# qhasm:           xmm5 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5310:# asm 1: pxor  <xmm1=int6464#2,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5311:# asm 2: pxor  <xmm1=%xmm1,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5312-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5314-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5315:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5316:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5317-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5319-# qhasm:         xmm5 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5320:# asm 1: pxor  <xmm12=int6464#9,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5321:# asm 2: pxor  <xmm12=%xmm8,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5322-pxor  %xmm8,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5324-# qhasm:         xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5325:# asm 1: pxor  <xmm12=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5326:# asm 2: pxor  <xmm12=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5327-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5329-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5330:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5331:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5332-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5334-# qhasm:         xmm6 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5335:# asm 1: pxor  <xmm8=int6464#10,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5336:# asm 2: pxor  <xmm8=%xmm9,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5337-pxor  %xmm9,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5339-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5340:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5341:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5342-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5344-# qhasm:       xmm1 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5345:# asm 1: pxor  <xmm3=int6464#4,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5346:# asm 2: pxor  <xmm3=%xmm3,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5347-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5349-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5350:# asm 1: pxor  <xmm5=int6464#6,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5351:# asm 2: pxor  <xmm5=%xmm5,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5352-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5354-# qhasm:       xmm3 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5355:# asm 1: pxor  <xmm0=int6464#1,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5356:# asm 2: pxor  <xmm0=%xmm0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5357-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5359-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5360:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5361:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5362-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5364-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5365:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5366:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5367-pxor  %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5369-# qhasm:       xmm7 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5370:# asm 1: pxor  <xmm6=int6464#7,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5371:# asm 2: pxor  <xmm6=%xmm6,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5372-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5374-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5375:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5376:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5377-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5379-# qhasm:       xmm6 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5380:# asm 1: pxor  <xmm4=int6464#5,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5381:# asm 2: pxor  <xmm4=%xmm4,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5382-pxor  %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5384-# qhasm:       xmm4 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5385:# asm 1: pxor  <xmm7=int6464#8,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5386:# asm 2: pxor  <xmm7=%xmm7,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5387-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5389-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5390:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5391:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5392-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5394-# qhasm:   xmm3 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5395:# asm 1: pxor  RCON,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5396:# asm 2: pxor  RCON,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5397-pxor  RCON,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5399-# qhasm:   shuffle bytes of xmm0 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5400:# asm 1: pshufb EXPB0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5401:# asm 2: pshufb EXPB0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5402-pshufb EXPB0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5404-# qhasm:   shuffle bytes of xmm1 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5405:# asm 1: pshufb EXPB0,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5406:# asm 2: pshufb EXPB0,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5407-pshufb EXPB0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5409-# qhasm:   shuffle bytes of xmm2 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5410:# asm 1: pshufb EXPB0,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5411:# asm 2: pshufb EXPB0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5412-pshufb EXPB0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5414-# qhasm:   shuffle bytes of xmm3 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5415:# asm 1: pshufb EXPB0,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5416:# asm 2: pshufb EXPB0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5417-pshufb EXPB0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5419-# qhasm:   shuffle bytes of xmm4 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5420:# asm 1: pshufb EXPB0,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5421:# asm 2: pshufb EXPB0,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5422-pshufb EXPB0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5424-# qhasm:   shuffle bytes of xmm5 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5425:# asm 1: pshufb EXPB0,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5426:# asm 2: pshufb EXPB0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5427-pshufb EXPB0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5429-# qhasm:   shuffle bytes of xmm6 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5430:# asm 1: pshufb EXPB0,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5431:# asm 2: pshufb EXPB0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5432-pshufb EXPB0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5434-# qhasm:   shuffle bytes of xmm7 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5435:# asm 1: pshufb EXPB0,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5436:# asm 2: pshufb EXPB0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5437-pshufb EXPB0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5439-# qhasm:   xmm8 = *(int128 *)(c + 384)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5440:# asm 1: movdqa 384(<c=int64#1),>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5441:# asm 2: movdqa 384(<c=%rdi),>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5442-movdqa 384(%rdi),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5444-# qhasm:   xmm9 = *(int128 *)(c + 400)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5445:# asm 1: movdqa 400(<c=int64#1),>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5446:# asm 2: movdqa 400(<c=%rdi),>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5447-movdqa 400(%rdi),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5449-# qhasm:   xmm10 = *(int128 *)(c + 416)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5450:# asm 1: movdqa 416(<c=int64#1),>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5451:# asm 2: movdqa 416(<c=%rdi),>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5452-movdqa 416(%rdi),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5454-# qhasm:   xmm11 = *(int128 *)(c + 432)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5455:# asm 1: movdqa 432(<c=int64#1),>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5456:# asm 2: movdqa 432(<c=%rdi),>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5457-movdqa 432(%rdi),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5459-# qhasm:   xmm12 = *(int128 *)(c + 448)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5460:# asm 1: movdqa 448(<c=int64#1),>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5461:# asm 2: movdqa 448(<c=%rdi),>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5462-movdqa 448(%rdi),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5464-# qhasm:   xmm13 = *(int128 *)(c + 464)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5465:# asm 1: movdqa 464(<c=int64#1),>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5466:# asm 2: movdqa 464(<c=%rdi),>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5467-movdqa 464(%rdi),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5469-# qhasm:   xmm14 = *(int128 *)(c + 480)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5470:# asm 1: movdqa 480(<c=int64#1),>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5471:# asm 2: movdqa 480(<c=%rdi),>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5472-movdqa 480(%rdi),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5474-# qhasm:   xmm15 = *(int128 *)(c + 496)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5475:# asm 1: movdqa 496(<c=int64#1),>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5476:# asm 2: movdqa 496(<c=%rdi),>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5477-movdqa 496(%rdi),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5479-# qhasm:   xmm8 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5480:# asm 1: pxor  ONE,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5481:# asm 2: pxor  ONE,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5482-pxor  ONE,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5484-# qhasm:   xmm9 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5485:# asm 1: pxor  ONE,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5486:# asm 2: pxor  ONE,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5487-pxor  ONE,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5489-# qhasm:   xmm13 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5490:# asm 1: pxor  ONE,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5491:# asm 2: pxor  ONE,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5492-pxor  ONE,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5494-# qhasm:   xmm14 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5495:# asm 1: pxor  ONE,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5496:# asm 2: pxor  ONE,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5497-pxor  ONE,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5499-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5500:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5501:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5502-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5504-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5505:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5506:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5507-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5509-# qhasm:   xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5510:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5511:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5512-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5514-# qhasm:   xmm3 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5515:# asm 1: pxor  <xmm11=int6464#12,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5516:# asm 2: pxor  <xmm11=%xmm11,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5517-pxor  %xmm11,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5519-# qhasm:   xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5520:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5521:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5522-pxor  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5524-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5525:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5526:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5527-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5529-# qhasm:   xmm6 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5530:# asm 1: pxor  <xmm14=int6464#15,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5531:# asm 2: pxor  <xmm14=%xmm14,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5532-pxor  %xmm14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5534-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5535:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5536:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5537-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5539-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5540:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5541:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5542-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5544-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5545:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5546:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5547-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5549-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5550:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5551:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5552-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5554-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5555:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5556:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5557-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5559-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5560:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5561:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5562-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5564-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5565:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5566:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5567-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5569-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5570:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5571:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5572-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5574-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5575:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5576:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5577-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5579-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5580:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5581:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5582-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5584-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5585:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5586:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5587-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5589-# qhasm:   xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5590:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5591:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5592-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5594-# qhasm:   xmm3 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5595:# asm 1: pxor  <xmm11=int6464#12,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5596:# asm 2: pxor  <xmm11=%xmm11,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5597-pxor  %xmm11,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5599-# qhasm:   xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5600:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5601:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5602-pxor  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5604-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5605:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5606:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5607-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5609-# qhasm:   xmm6 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5610:# asm 1: pxor  <xmm14=int6464#15,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5611:# asm 2: pxor  <xmm14=%xmm14,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5612-pxor  %xmm14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5614-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5615:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5616:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5617-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5619-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5620:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5621:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5622-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5624-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5625:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5626:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5627-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5629-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5630:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5631:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5632-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5634-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5635:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5636:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5637-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5639-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5640:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5641:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5642-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5644-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5645:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5646:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5647-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5649-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5650:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5651:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5652-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5654-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5655:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5656:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5657-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5659-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5660:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5661:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5662-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5664-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5665:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5666:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5667-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5669-# qhasm:   xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5670:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5671:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5672-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5674-# qhasm:   xmm3 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5675:# asm 1: pxor  <xmm11=int6464#12,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5676:# asm 2: pxor  <xmm11=%xmm11,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5677-pxor  %xmm11,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5679-# qhasm:   xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5680:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5681:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5682-pxor  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5684-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5685:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5686:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5687-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5689-# qhasm:   xmm6 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5690:# asm 1: pxor  <xmm14=int6464#15,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5691:# asm 2: pxor  <xmm14=%xmm14,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5692-pxor  %xmm14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5694-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5695:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5696:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5697-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5699-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5700:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5701:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5702-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5704-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5705:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5706:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5707-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5709-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5710:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5711:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5712-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5714-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5715:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5716:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5717-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5719-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5720:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5721:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5722-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5724-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5725:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5726:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5727-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5729-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5730:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5731:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5732-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5734-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5735:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5736:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5737-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5739-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5740:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5741:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5742-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5744-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5745:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5746:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5747-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5749-# qhasm:   xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5750:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5751:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5752-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5754-# qhasm:   xmm3 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5755:# asm 1: pxor  <xmm11=int6464#12,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5756:# asm 2: pxor  <xmm11=%xmm11,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5757-pxor  %xmm11,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5759-# qhasm:   xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5760:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5761:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5762-pxor  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5764-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5765:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5766:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5767-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5769-# qhasm:   xmm6 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5770:# asm 1: pxor  <xmm14=int6464#15,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5771:# asm 2: pxor  <xmm14=%xmm14,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5772-pxor  %xmm14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5774-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5775:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5776:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5777-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5779-# qhasm:   *(int128 *)(c + 512) = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5780:# asm 1: movdqa <xmm0=int6464#1,512(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5781:# asm 2: movdqa <xmm0=%xmm0,512(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5782-movdqa %xmm0,512(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5784-# qhasm:   *(int128 *)(c + 528) = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5785:# asm 1: movdqa <xmm1=int6464#2,528(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5786:# asm 2: movdqa <xmm1=%xmm1,528(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5787-movdqa %xmm1,528(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5789-# qhasm:   *(int128 *)(c + 544) = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5790:# asm 1: movdqa <xmm2=int6464#3,544(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5791:# asm 2: movdqa <xmm2=%xmm2,544(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5792-movdqa %xmm2,544(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5794-# qhasm:   *(int128 *)(c + 560) = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5795:# asm 1: movdqa <xmm3=int6464#4,560(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5796:# asm 2: movdqa <xmm3=%xmm3,560(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5797-movdqa %xmm3,560(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5799-# qhasm:   *(int128 *)(c + 576) = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5800:# asm 1: movdqa <xmm4=int6464#5,576(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5801:# asm 2: movdqa <xmm4=%xmm4,576(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5802-movdqa %xmm4,576(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5804-# qhasm:   *(int128 *)(c + 592) = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5805:# asm 1: movdqa <xmm5=int6464#6,592(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5806:# asm 2: movdqa <xmm5=%xmm5,592(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5807-movdqa %xmm5,592(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5809-# qhasm:   *(int128 *)(c + 608) = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5810:# asm 1: movdqa <xmm6=int6464#7,608(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5811:# asm 2: movdqa <xmm6=%xmm6,608(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5812-movdqa %xmm6,608(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5814-# qhasm:   *(int128 *)(c + 624) = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5815:# asm 1: movdqa <xmm7=int6464#8,624(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5816:# asm 2: movdqa <xmm7=%xmm7,624(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5817-movdqa %xmm7,624(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5819-# qhasm:   xmm0 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5820:# asm 1: pxor  ONE,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5821:# asm 2: pxor  ONE,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5822-pxor  ONE,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5824-# qhasm:   xmm1 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5825:# asm 1: pxor  ONE,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5826:# asm 2: pxor  ONE,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5827-pxor  ONE,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5829-# qhasm:   xmm5 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5830:# asm 1: pxor  ONE,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5831:# asm 2: pxor  ONE,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5832-pxor  ONE,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5834-# qhasm:   xmm6 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5835:# asm 1: pxor  ONE,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5836:# asm 2: pxor  ONE,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5837-pxor  ONE,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5839-# qhasm:     shuffle bytes of xmm0 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5840:# asm 1: pshufb ROTB,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5841:# asm 2: pshufb ROTB,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5842-pshufb ROTB,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5844-# qhasm:     shuffle bytes of xmm1 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5845:# asm 1: pshufb ROTB,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5846:# asm 2: pshufb ROTB,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5847-pshufb ROTB,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5849-# qhasm:     shuffle bytes of xmm2 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5850:# asm 1: pshufb ROTB,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5851:# asm 2: pshufb ROTB,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5852-pshufb ROTB,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5854-# qhasm:     shuffle bytes of xmm3 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5855:# asm 1: pshufb ROTB,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5856:# asm 2: pshufb ROTB,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5857-pshufb ROTB,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5859-# qhasm:     shuffle bytes of xmm4 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5860:# asm 1: pshufb ROTB,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5861:# asm 2: pshufb ROTB,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5862-pshufb ROTB,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5864-# qhasm:     shuffle bytes of xmm5 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5865:# asm 1: pshufb ROTB,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5866:# asm 2: pshufb ROTB,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5867-pshufb ROTB,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5869-# qhasm:     shuffle bytes of xmm6 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5870:# asm 1: pshufb ROTB,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5871:# asm 2: pshufb ROTB,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5872-pshufb ROTB,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5874-# qhasm:     shuffle bytes of xmm7 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5875:# asm 1: pshufb ROTB,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5876:# asm 2: pshufb ROTB,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5877-pshufb ROTB,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5879-# qhasm:       xmm5 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5880:# asm 1: pxor  <xmm6=int6464#7,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5881:# asm 2: pxor  <xmm6=%xmm6,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5882-pxor  %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5884-# qhasm:       xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5885:# asm 1: pxor  <xmm1=int6464#2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5886:# asm 2: pxor  <xmm1=%xmm1,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5887-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5889-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5890:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5891:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5892-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5894-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5895:# asm 1: pxor  <xmm2=int6464#3,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5896:# asm 2: pxor  <xmm2=%xmm2,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5897-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5899-# qhasm:       xmm3 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5900:# asm 1: pxor  <xmm0=int6464#1,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5901:# asm 2: pxor  <xmm0=%xmm0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5902-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5904-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5905:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5906:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5907-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5909-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5910:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5911:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5912-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5914-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5915:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5916:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5917-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5919-# qhasm:       xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5920:# asm 1: pxor  <xmm5=int6464#6,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5921:# asm 2: pxor  <xmm5=%xmm5,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5922-pxor  %xmm5,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5924-# qhasm:       xmm3 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5925:# asm 1: pxor  <xmm1=int6464#2,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5926:# asm 2: pxor  <xmm1=%xmm1,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5927-pxor  %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5929-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5930:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5931:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5932-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5934-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5935:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5936:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5937-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5939-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5940:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5941:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5942-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5944-# qhasm:       xmm11 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5945:# asm 1: movdqa <xmm7=int6464#8,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5946:# asm 2: movdqa <xmm7=%xmm7,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5947-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5949-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5950:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5951:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5952-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5954-# qhasm:       xmm9 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5955:# asm 1: movdqa <xmm5=int6464#6,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5956:# asm 2: movdqa <xmm5=%xmm5,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5957-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5959-# qhasm:       xmm13 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5960:# asm 1: movdqa <xmm2=int6464#3,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5961:# asm 2: movdqa <xmm2=%xmm2,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5962-movdqa %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5964-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5965:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5966:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5967-movdqa %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5969-# qhasm:       xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5970:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5971:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5972-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5974-# qhasm:       xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5975:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5976:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5977-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5979-# qhasm:       xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5980:# asm 1: pxor  <xmm3=int6464#4,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5981:# asm 2: pxor  <xmm3=%xmm3,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5982-pxor  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5984-# qhasm:       xmm13 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5985:# asm 1: pxor  <xmm4=int6464#5,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5986:# asm 2: pxor  <xmm4=%xmm4,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5987-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5989-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5990:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5991:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5992-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5994-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5995:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:5996:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5997-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-5999-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6000:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6001:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6002-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6004-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6005:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6006:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6007-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6009-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6010:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6011:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6012-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6014-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6015:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6016:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6017-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6019-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6020:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6021:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6022-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6024-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6025:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6026:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6027-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6029-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6030:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6031:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6032-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6034-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6035:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6036:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6037-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6039-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6040:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6041:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6042-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6044-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6045:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6046:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6047-movdqa %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6049-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6050:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6051:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6052-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6054-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6055:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6056:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6057-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6059-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6060:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6061:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6062-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6064-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6065:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6066:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6067-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6069-# qhasm:       xmm13 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6070:# asm 1: movdqa <xmm7=int6464#8,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6071:# asm 2: movdqa <xmm7=%xmm7,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6072-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6074-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6075:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6076:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6077-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6079-# qhasm:       xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6080:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6081:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6082-movdqa %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6084-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6085:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6086:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6087-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6089-# qhasm:       xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6090:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6091:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6092-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6094-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6095:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6096:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6097-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6099-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6100:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6101:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6102-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6104-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6105:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6106:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6107-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6109-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6110:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6111:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6112-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6114-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6115:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6116:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6117-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6119-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6120:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6121:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6122-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6124-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6125:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6126:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6127-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6129-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6130:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6131:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6132-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6134-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6135:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6136:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6137-movdqa %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6139-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6140:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6141:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6142-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6144-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6145:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6146:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6147-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6149-# qhasm:       xmm15 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6150:# asm 1: movdqa <xmm7=int6464#8,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6151:# asm 2: movdqa <xmm7=%xmm7,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6152-movdqa %xmm7,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6154-# qhasm:       xmm12 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6155:# asm 1: pand  <xmm3=int6464#4,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6156:# asm 2: pand  <xmm3=%xmm3,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6157-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6159-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6160:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6161:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6162-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6164-# qhasm:       xmm14 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6165:# asm 1: pand  <xmm5=int6464#6,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6166:# asm 2: pand  <xmm5=%xmm5,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6167-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6169-# qhasm:       xmm15 |= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6170:# asm 1: por   <xmm6=int6464#7,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6171:# asm 2: por   <xmm6=%xmm6,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6172-por   %xmm6,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6174-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6175:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6176:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6177-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6179-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6180:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6181:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6182-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6184-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6185:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6186:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6187-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6189-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6190:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6191:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6192-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6194-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6195:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6196:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6197-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6199-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6200:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6201:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6202-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6204-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6205:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6206:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6207-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6209-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6210:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6211:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6212-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6214-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6215:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6216:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6217-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6219-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6220:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6221:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6222-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6224-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6225:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6226:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6227-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6229-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6230:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6231:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6232-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6234-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6235:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6236:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6237-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6239-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6240:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6241:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6242-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6244-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6245:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6246:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6247-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6249-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6250:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6251:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6252-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6254-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6255:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6256:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6257-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6259-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6260:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6261:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6262-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6264-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6265:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6266:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6267-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6269-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6270:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6271:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6272-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6274-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6275:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6276:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6277-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6279-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6280:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6281:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6282-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6284-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6285:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6286:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6287-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6289-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6290:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6291:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6292-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6294-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6295:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6296:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6297-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6299-# qhasm:         xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6300:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6301:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6302-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6304-# qhasm:         xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6305:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6306:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6307-movdqa %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6309-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6310:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6311:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6312-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6314-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6315:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6316:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6317-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6319-# qhasm:           xmm10 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6320:# asm 1: pand  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6321:# asm 2: pand  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6322-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6324-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6325:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6326:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6327-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6329-# qhasm:           xmm6 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6330:# asm 1: pand  <xmm14=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6331:# asm 2: pand  <xmm14=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6332-pand  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6334-# qhasm:           xmm5 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6335:# asm 1: pand  <xmm15=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6336:# asm 2: pand  <xmm15=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6337-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6339-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6340:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6341:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6342-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6344-# qhasm:           xmm5 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6345:# asm 1: pxor  <xmm10=int6464#11,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6346:# asm 2: pxor  <xmm10=%xmm10,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6347-pxor  %xmm10,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6349-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6350:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6351:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6352-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6354-# qhasm:         xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6355:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6356:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6357-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6359-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6360:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6361:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6362-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6364-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6365:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6366:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6367-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6369-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6370:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6371:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6372-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6374-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6375:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6376:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6377-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6379-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6380:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6381:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6382-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6384-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6385:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6386:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6387-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6389-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6390:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6391:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6392-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6394-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6395:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6396:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6397-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6399-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6400:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6401:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6402-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6404-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6405:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6406:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6407-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6409-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6410:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6411:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6412-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6414-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6415:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6416:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6417-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6419-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6420:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6421:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6422-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6424-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6425:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6426:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6427-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6429-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6430:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6431:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6432-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6434-# qhasm:           xmm3 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6435:# asm 1: pand  <xmm13=int6464#16,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6436:# asm 2: pand  <xmm13=%xmm15,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6437-pand  %xmm15,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6439-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6440:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6441:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6442-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6444-# qhasm:           xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6445:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6446:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6447-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6449-# qhasm:         xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6450:# asm 1: pxor  <xmm12=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6451:# asm 2: pxor  <xmm12=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6452-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6454-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6455:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6456:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6457-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6459-# qhasm:         xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6460:# asm 1: pxor  <xmm8=int6464#10,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6461:# asm 2: pxor  <xmm8=%xmm9,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6462-pxor  %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6464-# qhasm:         xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6465:# asm 1: pxor  <xmm8=int6464#10,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6466:# asm 2: pxor  <xmm8=%xmm9,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6467-pxor  %xmm9,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6469-# qhasm:         xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6470:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6471:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6472-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6474-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6475:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6476:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6477-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6479-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6480:# asm 1: pxor  <xmm4=int6464#5,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6481:# asm 2: pxor  <xmm4=%xmm4,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6482-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6484-# qhasm:         xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6485:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6486:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6487-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6489-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6490:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6491:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6492-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6494-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6495:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6496:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6497-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6499-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6500:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6501:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6502-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6504-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6505:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6506:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6507-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6509-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6510:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6511:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6512-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6514-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6515:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6516:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6517-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6519-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6520:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6521:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6522-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6524-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6525:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6526:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6527-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6529-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6530:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6531:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6532-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6534-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6535:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6536:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6537-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6539-# qhasm:           xmm10 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6540:# asm 1: pand  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6541:# asm 2: pand  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6542-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6544-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6545:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6546:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6547-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6549-# qhasm:           xmm4 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6550:# asm 1: pand  <xmm9=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6551:# asm 2: pand  <xmm9=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6552-pand  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6554-# qhasm:           xmm2 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6555:# asm 1: pand  <xmm13=int6464#16,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6556:# asm 2: pand  <xmm13=%xmm15,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6557-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6559-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6560:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6561:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6562-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6564-# qhasm:           xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6565:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6566:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6567-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6569-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6570:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6571:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6572-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6574-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6575:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6576:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6577-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6579-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6580:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6581:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6582-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6584-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6585:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6586:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6587-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6589-# qhasm:           xmm11 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6590:# asm 1: pand  <xmm7=int6464#8,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6591:# asm 2: pand  <xmm7=%xmm7,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6592-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6594-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6595:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6596:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6597-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6599-# qhasm:           xmm7 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6600:# asm 1: pand  <xmm14=int6464#12,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6601:# asm 2: pand  <xmm14=%xmm11,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6602-pand  %xmm11,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6604-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6605:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6606:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6607-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6609-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6610:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6611:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6612-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6614-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6615:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6616:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6617-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6619-# qhasm:         xmm7 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6620:# asm 1: pxor  <xmm12=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6621:# asm 2: pxor  <xmm12=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6622-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6624-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6625:# asm 1: pxor  <xmm12=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6626:# asm 2: pxor  <xmm12=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6627-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6629-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6630:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6631:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6632-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6634-# qhasm:         xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6635:# asm 1: pxor  <xmm8=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6636:# asm 2: pxor  <xmm8=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6637-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6639-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6640:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6641:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6642-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6644-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6645:# asm 1: pxor  <xmm6=int6464#7,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6646:# asm 2: pxor  <xmm6=%xmm6,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6647-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6649-# qhasm:       xmm4 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6650:# asm 1: pxor  <xmm7=int6464#8,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6651:# asm 2: pxor  <xmm7=%xmm7,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6652-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6654-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6655:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6656:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6657-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6659-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6660:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6661:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6662-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6664-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6665:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6666:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6667-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6669-# qhasm:       xmm5 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6670:# asm 1: pxor  <xmm2=int6464#3,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6671:# asm 2: pxor  <xmm2=%xmm2,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6672-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6674-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6675:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6676:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6677-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6679-# qhasm:       xmm2 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6680:# asm 1: pxor  <xmm3=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6681:# asm 2: pxor  <xmm3=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6682-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6684-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6685:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6686:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6687-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6689-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6690:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6691:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6692-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6694-# qhasm:   xmm3 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6695:# asm 1: pxor  RCON,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6696:# asm 2: pxor  RCON,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6697-pxor  RCON,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6699-# qhasm:   shuffle bytes of xmm0 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6700:# asm 1: pshufb EXPB0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6701:# asm 2: pshufb EXPB0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6702-pshufb EXPB0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6704-# qhasm:   shuffle bytes of xmm1 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6705:# asm 1: pshufb EXPB0,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6706:# asm 2: pshufb EXPB0,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6707-pshufb EXPB0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6709-# qhasm:   shuffle bytes of xmm4 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6710:# asm 1: pshufb EXPB0,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6711:# asm 2: pshufb EXPB0,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6712-pshufb EXPB0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6714-# qhasm:   shuffle bytes of xmm6 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6715:# asm 1: pshufb EXPB0,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6716:# asm 2: pshufb EXPB0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6717-pshufb EXPB0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6719-# qhasm:   shuffle bytes of xmm3 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6720:# asm 1: pshufb EXPB0,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6721:# asm 2: pshufb EXPB0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6722-pshufb EXPB0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6724-# qhasm:   shuffle bytes of xmm7 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6725:# asm 1: pshufb EXPB0,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6726:# asm 2: pshufb EXPB0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6727-pshufb EXPB0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6729-# qhasm:   shuffle bytes of xmm2 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6730:# asm 1: pshufb EXPB0,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6731:# asm 2: pshufb EXPB0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6732-pshufb EXPB0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6734-# qhasm:   shuffle bytes of xmm5 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6735:# asm 1: pshufb EXPB0,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6736:# asm 2: pshufb EXPB0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6737-pshufb EXPB0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6739-# qhasm:   xmm8 = *(int128 *)(c + 512)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6740:# asm 1: movdqa 512(<c=int64#1),>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6741:# asm 2: movdqa 512(<c=%rdi),>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6742-movdqa 512(%rdi),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6744-# qhasm:   xmm9 = *(int128 *)(c + 528)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6745:# asm 1: movdqa 528(<c=int64#1),>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6746:# asm 2: movdqa 528(<c=%rdi),>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6747-movdqa 528(%rdi),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6749-# qhasm:   xmm10 = *(int128 *)(c + 544)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6750:# asm 1: movdqa 544(<c=int64#1),>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6751:# asm 2: movdqa 544(<c=%rdi),>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6752-movdqa 544(%rdi),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6754-# qhasm:   xmm11 = *(int128 *)(c + 560)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6755:# asm 1: movdqa 560(<c=int64#1),>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6756:# asm 2: movdqa 560(<c=%rdi),>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6757-movdqa 560(%rdi),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6759-# qhasm:   xmm12 = *(int128 *)(c + 576)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6760:# asm 1: movdqa 576(<c=int64#1),>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6761:# asm 2: movdqa 576(<c=%rdi),>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6762-movdqa 576(%rdi),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6764-# qhasm:   xmm13 = *(int128 *)(c + 592)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6765:# asm 1: movdqa 592(<c=int64#1),>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6766:# asm 2: movdqa 592(<c=%rdi),>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6767-movdqa 592(%rdi),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6769-# qhasm:   xmm14 = *(int128 *)(c + 608)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6770:# asm 1: movdqa 608(<c=int64#1),>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6771:# asm 2: movdqa 608(<c=%rdi),>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6772-movdqa 608(%rdi),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6774-# qhasm:   xmm15 = *(int128 *)(c + 624)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6775:# asm 1: movdqa 624(<c=int64#1),>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6776:# asm 2: movdqa 624(<c=%rdi),>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6777-movdqa 624(%rdi),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6779-# qhasm:   xmm8 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6780:# asm 1: pxor  ONE,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6781:# asm 2: pxor  ONE,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6782-pxor  ONE,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6784-# qhasm:   xmm9 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6785:# asm 1: pxor  ONE,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6786:# asm 2: pxor  ONE,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6787-pxor  ONE,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6789-# qhasm:   xmm13 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6790:# asm 1: pxor  ONE,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6791:# asm 2: pxor  ONE,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6792-pxor  ONE,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6794-# qhasm:   xmm14 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6795:# asm 1: pxor  ONE,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6796:# asm 2: pxor  ONE,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6797-pxor  ONE,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6799-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6800:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6801:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6802-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6804-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6805:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6806:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6807-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6809-# qhasm:   xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6810:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6811:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6812-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6814-# qhasm:   xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6815:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6816:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6817-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6819-# qhasm:   xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6820:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6821:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6822-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6824-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6825:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6826:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6827-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6829-# qhasm:   xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6830:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6831:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6832-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6834-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6835:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6836:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6837-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6839-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6840:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6841:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6842-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6844-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6845:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6846:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6847-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6849-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6850:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6851:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6852-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6854-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6855:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6856:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6857-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6859-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6860:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6861:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6862-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6864-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6865:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6866:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6867-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6869-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6870:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6871:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6872-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6874-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6875:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6876:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6877-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6879-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6880:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6881:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6882-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6884-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6885:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6886:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6887-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6889-# qhasm:   xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6890:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6891:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6892-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6894-# qhasm:   xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6895:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6896:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6897-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6899-# qhasm:   xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6900:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6901:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6902-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6904-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6905:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6906:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6907-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6909-# qhasm:   xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6910:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6911:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6912-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6914-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6915:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6916:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6917-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6919-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6920:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6921:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6922-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6924-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6925:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6926:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6927-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6929-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6930:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6931:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6932-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6934-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6935:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6936:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6937-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6939-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6940:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6941:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6942-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6944-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6945:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6946:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6947-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6949-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6950:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6951:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6952-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6954-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6955:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6956:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6957-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6959-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6960:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6961:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6962-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6964-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6965:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6966:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6967-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6969-# qhasm:   xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6970:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6971:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6972-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6974-# qhasm:   xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6975:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6976:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6977-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6979-# qhasm:   xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6980:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6981:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6982-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6984-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6985:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6986:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6987-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6989-# qhasm:   xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6990:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6991:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6992-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6994-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6995:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:6996:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6997-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-6999-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7000:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7001:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7002-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7004-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7005:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7006:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7007-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7009-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7010:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7011:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7012-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7014-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7015:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7016:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7017-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7019-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7020:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7021:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7022-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7024-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7025:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7026:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7027-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7029-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7030:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7031:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7032-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7034-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7035:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7036:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7037-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7039-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7040:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7041:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7042-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7044-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7045:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7046:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7047-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7049-# qhasm:   xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7050:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7051:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7052-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7054-# qhasm:   xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7055:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7056:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7057-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7059-# qhasm:   xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7060:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7061:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7062-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7064-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7065:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7066:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7067-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7069-# qhasm:   xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7070:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7071:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7072-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7074-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7075:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7076:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7077-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7079-# qhasm:   *(int128 *)(c + 640) = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7080:# asm 1: movdqa <xmm0=int6464#1,640(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7081:# asm 2: movdqa <xmm0=%xmm0,640(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7082-movdqa %xmm0,640(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7084-# qhasm:   *(int128 *)(c + 656) = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7085:# asm 1: movdqa <xmm1=int6464#2,656(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7086:# asm 2: movdqa <xmm1=%xmm1,656(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7087-movdqa %xmm1,656(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7089-# qhasm:   *(int128 *)(c + 672) = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7090:# asm 1: movdqa <xmm4=int6464#5,672(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7091:# asm 2: movdqa <xmm4=%xmm4,672(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7092-movdqa %xmm4,672(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7094-# qhasm:   *(int128 *)(c + 688) = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7095:# asm 1: movdqa <xmm6=int6464#7,688(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7096:# asm 2: movdqa <xmm6=%xmm6,688(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7097-movdqa %xmm6,688(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7099-# qhasm:   *(int128 *)(c + 704) = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7100:# asm 1: movdqa <xmm3=int6464#4,704(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7101:# asm 2: movdqa <xmm3=%xmm3,704(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7102-movdqa %xmm3,704(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7104-# qhasm:   *(int128 *)(c + 720) = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7105:# asm 1: movdqa <xmm7=int6464#8,720(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7106:# asm 2: movdqa <xmm7=%xmm7,720(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7107-movdqa %xmm7,720(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7109-# qhasm:   *(int128 *)(c + 736) = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7110:# asm 1: movdqa <xmm2=int6464#3,736(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7111:# asm 2: movdqa <xmm2=%xmm2,736(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7112-movdqa %xmm2,736(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7114-# qhasm:   *(int128 *)(c + 752) = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7115:# asm 1: movdqa <xmm5=int6464#6,752(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7116:# asm 2: movdqa <xmm5=%xmm5,752(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7117-movdqa %xmm5,752(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7119-# qhasm:   xmm0 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7120:# asm 1: pxor  ONE,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7121:# asm 2: pxor  ONE,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7122-pxor  ONE,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7124-# qhasm:   xmm1 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7125:# asm 1: pxor  ONE,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7126:# asm 2: pxor  ONE,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7127-pxor  ONE,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7129-# qhasm:   xmm7 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7130:# asm 1: pxor  ONE,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7131:# asm 2: pxor  ONE,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7132-pxor  ONE,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7134-# qhasm:   xmm2 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7135:# asm 1: pxor  ONE,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7136:# asm 2: pxor  ONE,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7137-pxor  ONE,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7139-# qhasm:     shuffle bytes of xmm0 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7140:# asm 1: pshufb ROTB,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7141:# asm 2: pshufb ROTB,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7142-pshufb ROTB,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7144-# qhasm:     shuffle bytes of xmm1 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7145:# asm 1: pshufb ROTB,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7146:# asm 2: pshufb ROTB,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7147-pshufb ROTB,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7149-# qhasm:     shuffle bytes of xmm4 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7150:# asm 1: pshufb ROTB,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7151:# asm 2: pshufb ROTB,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7152-pshufb ROTB,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7154-# qhasm:     shuffle bytes of xmm6 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7155:# asm 1: pshufb ROTB,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7156:# asm 2: pshufb ROTB,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7157-pshufb ROTB,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7159-# qhasm:     shuffle bytes of xmm3 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7160:# asm 1: pshufb ROTB,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7161:# asm 2: pshufb ROTB,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7162-pshufb ROTB,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7164-# qhasm:     shuffle bytes of xmm7 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7165:# asm 1: pshufb ROTB,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7166:# asm 2: pshufb ROTB,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7167-pshufb ROTB,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7169-# qhasm:     shuffle bytes of xmm2 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7170:# asm 1: pshufb ROTB,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7171:# asm 2: pshufb ROTB,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7172-pshufb ROTB,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7174-# qhasm:     shuffle bytes of xmm5 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7175:# asm 1: pshufb ROTB,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7176:# asm 2: pshufb ROTB,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7177-pshufb ROTB,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7179-# qhasm:       xmm7 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7180:# asm 1: pxor  <xmm2=int6464#3,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7181:# asm 2: pxor  <xmm2=%xmm2,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7182-pxor  %xmm2,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7184-# qhasm:       xmm4 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7185:# asm 1: pxor  <xmm1=int6464#2,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7186:# asm 2: pxor  <xmm1=%xmm1,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7187-pxor  %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7189-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7190:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7191:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7192-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7194-# qhasm:       xmm2 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7195:# asm 1: pxor  <xmm4=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7196:# asm 2: pxor  <xmm4=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7197-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7199-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7200:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7201:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7202-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7204-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7205:# asm 1: pxor  <xmm6=int6464#7,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7206:# asm 2: pxor  <xmm6=%xmm6,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7207-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7209-# qhasm:       xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7210:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7211:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7212-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7214-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7215:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7216:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7217-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7219-# qhasm:       xmm5 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7220:# asm 1: pxor  <xmm7=int6464#8,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7221:# asm 2: pxor  <xmm7=%xmm7,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7222-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7224-# qhasm:       xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7225:# asm 1: pxor  <xmm1=int6464#2,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7226:# asm 2: pxor  <xmm1=%xmm1,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7227-pxor  %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7229-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7230:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7231:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7232-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7234-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7235:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7236:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7237-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7239-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7240:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7241:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7242-pxor  %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7244-# qhasm:       xmm11 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7245:# asm 1: movdqa <xmm5=int6464#6,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7246:# asm 2: movdqa <xmm5=%xmm5,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7247-movdqa %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7249-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7250:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7251:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7252-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7254-# qhasm:       xmm9 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7255:# asm 1: movdqa <xmm7=int6464#8,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7256:# asm 2: movdqa <xmm7=%xmm7,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7257-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7259-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7260:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7261:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7262-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7264-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7265:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7266:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7267-movdqa %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7269-# qhasm:       xmm11 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7270:# asm 1: pxor  <xmm3=int6464#4,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7271:# asm 2: pxor  <xmm3=%xmm3,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7272-pxor  %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7274-# qhasm:       xmm10 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7275:# asm 1: pxor  <xmm4=int6464#5,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7276:# asm 2: pxor  <xmm4=%xmm4,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7277-pxor  %xmm4,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7279-# qhasm:       xmm9 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7280:# asm 1: pxor  <xmm6=int6464#7,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7281:# asm 2: pxor  <xmm6=%xmm6,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7282-pxor  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7284-# qhasm:       xmm13 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7285:# asm 1: pxor  <xmm3=int6464#4,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7286:# asm 2: pxor  <xmm3=%xmm3,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7287-pxor  %xmm3,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7289-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7290:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7291:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7292-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7294-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7295:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7296:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7297-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7299-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7300:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7301:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7302-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7304-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7305:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7306:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7307-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7309-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7310:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7311:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7312-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7314-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7315:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7316:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7317-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7319-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7320:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7321:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7322-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7324-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7325:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7326:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7327-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7329-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7330:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7331:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7332-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7334-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7335:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7336:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7337-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7339-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7340:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7341:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7342-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7344-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7345:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7346:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7347-movdqa %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7349-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7350:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7351:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7352-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7354-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7355:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7356:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7357-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7359-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7360:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7361:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7362-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7364-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7365:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7366:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7367-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7369-# qhasm:       xmm13 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7370:# asm 1: movdqa <xmm5=int6464#6,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7371:# asm 2: movdqa <xmm5=%xmm5,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7372-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7374-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7375:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7376:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7377-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7379-# qhasm:       xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7380:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7381:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7382-movdqa %xmm7,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7384-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7385:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7386:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7387-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7389-# qhasm:       xmm12 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7390:# asm 1: pxor  <xmm2=int6464#3,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7391:# asm 2: pxor  <xmm2=%xmm2,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7392-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7394-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7395:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7396:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7397-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7399-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7400:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7401:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7402-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7404-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7405:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7406:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7407-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7409-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7410:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7411:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7412-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7414-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7415:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7416:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7417-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7419-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7420:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7421:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7422-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7424-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7425:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7426:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7427-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7429-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7430:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7431:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7432-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7434-# qhasm:       xmm12 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7435:# asm 1: movdqa <xmm4=int6464#5,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7436:# asm 2: movdqa <xmm4=%xmm4,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7437-movdqa %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7439-# qhasm:       xmm13 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7440:# asm 1: movdqa <xmm3=int6464#4,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7441:# asm 2: movdqa <xmm3=%xmm3,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7442-movdqa %xmm3,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7444-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7445:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7446:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7447-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7449-# qhasm:       xmm15 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7450:# asm 1: movdqa <xmm5=int6464#6,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7451:# asm 2: movdqa <xmm5=%xmm5,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7452-movdqa %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7454-# qhasm:       xmm12 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7455:# asm 1: pand  <xmm6=int6464#7,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7456:# asm 2: pand  <xmm6=%xmm6,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7457-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7459-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7460:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7461:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7462-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7464-# qhasm:       xmm14 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7465:# asm 1: pand  <xmm7=int6464#8,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7466:# asm 2: pand  <xmm7=%xmm7,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7467-pand  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7469-# qhasm:       xmm15 |= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7470:# asm 1: por   <xmm2=int6464#3,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7471:# asm 2: por   <xmm2=%xmm2,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7472-por   %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7474-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7475:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7476:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7477-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7479-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7480:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7481:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7482-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7484-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7485:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7486:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7487-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7489-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7490:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7491:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7492-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7494-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7495:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7496:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7497-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7499-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7500:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7501:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7502-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7504-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7505:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7506:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7507-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7509-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7510:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7511:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7512-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7514-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7515:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7516:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7517-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7519-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7520:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7521:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7522-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7524-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7525:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7526:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7527-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7529-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7530:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7531:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7532-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7534-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7535:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7536:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7537-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7539-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7540:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7541:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7542-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7544-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7545:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7546:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7547-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7549-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7550:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7551:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7552-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7554-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7555:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7556:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7557-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7559-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7560:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7561:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7562-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7564-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7565:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7566:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7567-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7569-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7570:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7571:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7572-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7574-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7575:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7576:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7577-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7579-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7580:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7581:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7582-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7584-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7585:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7586:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7587-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7589-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7590:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7591:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7592-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7594-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7595:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7596:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7597-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7599-# qhasm:         xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7600:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7601:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7602-movdqa %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7604-# qhasm:         xmm8 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7605:# asm 1: movdqa <xmm7=int6464#8,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7606:# asm 2: movdqa <xmm7=%xmm7,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7607-movdqa %xmm7,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7609-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7610:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7611:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7612-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7614-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7615:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7616:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7617-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7619-# qhasm:           xmm10 &= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7620:# asm 1: pand  <xmm2=int6464#3,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7621:# asm 2: pand  <xmm2=%xmm2,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7622-pand  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7624-# qhasm:           xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7625:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7626:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7627-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7629-# qhasm:           xmm2 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7630:# asm 1: pand  <xmm14=int6464#12,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7631:# asm 2: pand  <xmm14=%xmm11,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7632-pand  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7634-# qhasm:           xmm7 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7635:# asm 1: pand  <xmm15=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7636:# asm 2: pand  <xmm15=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7637-pand  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7639-# qhasm:           xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7640:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7641:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7642-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7644-# qhasm:           xmm7 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7645:# asm 1: pxor  <xmm10=int6464#11,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7646:# asm 2: pxor  <xmm10=%xmm10,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7647-pxor  %xmm10,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7649-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7650:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7651:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7652-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7654-# qhasm:         xmm8 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7655:# asm 1: pxor  <xmm6=int6464#7,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7656:# asm 2: pxor  <xmm6=%xmm6,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7657-pxor  %xmm6,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7659-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7660:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7661:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7662-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7664-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7665:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7666:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7667-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7669-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7670:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7671:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7672-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7674-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7675:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7676:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7677-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7679-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7680:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7681:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7682-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7684-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7685:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7686:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7687-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7689-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7690:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7691:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7692-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7694-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7695:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7696:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7697-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7699-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7700:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7701:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7702-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7704-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7705:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7706:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7707-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7709-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7710:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7711:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7712-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7714-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7715:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7716:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7717-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7719-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7720:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7721:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7722-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7724-# qhasm:           xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7725:# asm 1: pxor  <xmm6=int6464#7,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7726:# asm 2: pxor  <xmm6=%xmm6,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7727-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7729-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7730:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7731:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7732-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7734-# qhasm:           xmm6 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7735:# asm 1: pand  <xmm13=int6464#16,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7736:# asm 2: pand  <xmm13=%xmm15,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7737-pand  %xmm15,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7739-# qhasm:           xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7740:# asm 1: pxor  <xmm6=int6464#7,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7741:# asm 2: pxor  <xmm6=%xmm6,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7742-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7744-# qhasm:           xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7745:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7746:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7747-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7749-# qhasm:         xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7750:# asm 1: pxor  <xmm12=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7751:# asm 2: pxor  <xmm12=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7752-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7754-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7755:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7756:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7757-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7759-# qhasm:         xmm7 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7760:# asm 1: pxor  <xmm8=int6464#10,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7761:# asm 2: pxor  <xmm8=%xmm9,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7762-pxor  %xmm9,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7764-# qhasm:         xmm6 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7765:# asm 1: pxor  <xmm8=int6464#10,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7766:# asm 2: pxor  <xmm8=%xmm9,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7767-pxor  %xmm9,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7769-# qhasm:         xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7770:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7771:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7772-movdqa %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7774-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7775:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7776:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7777-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7779-# qhasm:         xmm12 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7780:# asm 1: pxor  <xmm3=int6464#4,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7781:# asm 2: pxor  <xmm3=%xmm3,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7782-pxor  %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7784-# qhasm:         xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7785:# asm 1: pxor  <xmm4=int6464#5,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7786:# asm 2: pxor  <xmm4=%xmm4,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7787-pxor  %xmm4,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7789-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7790:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7791:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7792-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7794-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7795:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7796:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7797-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7799-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7800:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7801:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7802-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7804-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7805:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7806:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7807-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7809-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7810:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7811:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7812-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7814-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7815:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7816:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7817-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7819-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7820:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7821:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7822-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7824-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7825:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7826:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7827-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7829-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7830:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7831:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7832-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7834-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7835:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7836:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7837-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7839-# qhasm:           xmm10 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7840:# asm 1: pand  <xmm3=int6464#4,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7841:# asm 2: pand  <xmm3=%xmm3,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7842-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7844-# qhasm:           xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7845:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7846:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7847-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7849-# qhasm:           xmm3 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7850:# asm 1: pand  <xmm9=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7851:# asm 2: pand  <xmm9=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7852-pand  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7854-# qhasm:           xmm4 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7855:# asm 1: pand  <xmm13=int6464#16,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7856:# asm 2: pand  <xmm13=%xmm15,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7857-pand  %xmm15,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7859-# qhasm:           xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7860:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7861:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7862-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7864-# qhasm:           xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7865:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7866:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7867-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7869-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7870:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7871:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7872-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7874-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7875:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7876:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7877-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7879-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7880:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7881:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7882-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7884-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7885:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7886:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7887-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7889-# qhasm:           xmm11 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7890:# asm 1: pand  <xmm5=int6464#6,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7891:# asm 2: pand  <xmm5=%xmm5,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7892-pand  %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7894-# qhasm:           xmm5 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7895:# asm 1: pxor  <xmm1=int6464#2,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7896:# asm 2: pxor  <xmm1=%xmm1,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7897-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7899-# qhasm:           xmm5 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7900:# asm 1: pand  <xmm14=int6464#12,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7901:# asm 2: pand  <xmm14=%xmm11,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7902-pand  %xmm11,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7904-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7905:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7906:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7907-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7909-# qhasm:           xmm5 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7910:# asm 1: pxor  <xmm1=int6464#2,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7911:# asm 2: pxor  <xmm1=%xmm1,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7912-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7914-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7915:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7916:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7917-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7919-# qhasm:         xmm5 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7920:# asm 1: pxor  <xmm12=int6464#9,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7921:# asm 2: pxor  <xmm12=%xmm8,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7922-pxor  %xmm8,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7924-# qhasm:         xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7925:# asm 1: pxor  <xmm12=int6464#9,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7926:# asm 2: pxor  <xmm12=%xmm8,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7927-pxor  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7929-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7930:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7931:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7932-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7934-# qhasm:         xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7935:# asm 1: pxor  <xmm8=int6464#10,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7936:# asm 2: pxor  <xmm8=%xmm9,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7937-pxor  %xmm9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7939-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7940:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7941:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7942-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7944-# qhasm:       xmm1 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7945:# asm 1: pxor  <xmm2=int6464#3,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7946:# asm 2: pxor  <xmm2=%xmm2,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7947-pxor  %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7949-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7950:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7951:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7952-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7954-# qhasm:       xmm2 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7955:# asm 1: pxor  <xmm0=int6464#1,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7956:# asm 2: pxor  <xmm0=%xmm0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7957-pxor  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7959-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7960:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7961:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7962-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7964-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7965:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7966:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7967-pxor  %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7969-# qhasm:       xmm7 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7970:# asm 1: pxor  <xmm4=int6464#5,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7971:# asm 2: pxor  <xmm4=%xmm4,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7972-pxor  %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7974-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7975:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7976:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7977-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7979-# qhasm:       xmm4 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7980:# asm 1: pxor  <xmm6=int6464#7,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7981:# asm 2: pxor  <xmm6=%xmm6,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7982-pxor  %xmm6,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7984-# qhasm:       xmm6 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7985:# asm 1: pxor  <xmm7=int6464#8,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7986:# asm 2: pxor  <xmm7=%xmm7,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7987-pxor  %xmm7,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7989-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7990:# asm 1: pxor  <xmm6=int6464#7,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7991:# asm 2: pxor  <xmm6=%xmm6,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7992-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7994-# qhasm:   xmm5 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7995:# asm 1: pxor  RCON,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:7996:# asm 2: pxor  RCON,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7997-pxor  RCON,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-7999-# qhasm:   shuffle bytes of xmm0 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8000:# asm 1: pshufb EXPB0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8001:# asm 2: pshufb EXPB0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8002-pshufb EXPB0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8004-# qhasm:   shuffle bytes of xmm1 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8005:# asm 1: pshufb EXPB0,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8006:# asm 2: pshufb EXPB0,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8007-pshufb EXPB0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8009-# qhasm:   shuffle bytes of xmm3 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8010:# asm 1: pshufb EXPB0,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8011:# asm 2: pshufb EXPB0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8012-pshufb EXPB0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8014-# qhasm:   shuffle bytes of xmm2 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8015:# asm 1: pshufb EXPB0,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8016:# asm 2: pshufb EXPB0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8017-pshufb EXPB0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8019-# qhasm:   shuffle bytes of xmm6 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8020:# asm 1: pshufb EXPB0,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8021:# asm 2: pshufb EXPB0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8022-pshufb EXPB0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8024-# qhasm:   shuffle bytes of xmm5 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8025:# asm 1: pshufb EXPB0,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8026:# asm 2: pshufb EXPB0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8027-pshufb EXPB0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8029-# qhasm:   shuffle bytes of xmm4 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8030:# asm 1: pshufb EXPB0,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8031:# asm 2: pshufb EXPB0,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8032-pshufb EXPB0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8034-# qhasm:   shuffle bytes of xmm7 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8035:# asm 1: pshufb EXPB0,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8036:# asm 2: pshufb EXPB0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8037-pshufb EXPB0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8039-# qhasm:   xmm8 = *(int128 *)(c + 640)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8040:# asm 1: movdqa 640(<c=int64#1),>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8041:# asm 2: movdqa 640(<c=%rdi),>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8042-movdqa 640(%rdi),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8044-# qhasm:   xmm9 = *(int128 *)(c + 656)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8045:# asm 1: movdqa 656(<c=int64#1),>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8046:# asm 2: movdqa 656(<c=%rdi),>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8047-movdqa 656(%rdi),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8049-# qhasm:   xmm10 = *(int128 *)(c + 672)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8050:# asm 1: movdqa 672(<c=int64#1),>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8051:# asm 2: movdqa 672(<c=%rdi),>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8052-movdqa 672(%rdi),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8054-# qhasm:   xmm11 = *(int128 *)(c + 688)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8055:# asm 1: movdqa 688(<c=int64#1),>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8056:# asm 2: movdqa 688(<c=%rdi),>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8057-movdqa 688(%rdi),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8059-# qhasm:   xmm12 = *(int128 *)(c + 704)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8060:# asm 1: movdqa 704(<c=int64#1),>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8061:# asm 2: movdqa 704(<c=%rdi),>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8062-movdqa 704(%rdi),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8064-# qhasm:   xmm13 = *(int128 *)(c + 720)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8065:# asm 1: movdqa 720(<c=int64#1),>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8066:# asm 2: movdqa 720(<c=%rdi),>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8067-movdqa 720(%rdi),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8069-# qhasm:   xmm14 = *(int128 *)(c + 736)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8070:# asm 1: movdqa 736(<c=int64#1),>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8071:# asm 2: movdqa 736(<c=%rdi),>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8072-movdqa 736(%rdi),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8074-# qhasm:   xmm15 = *(int128 *)(c + 752)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8075:# asm 1: movdqa 752(<c=int64#1),>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8076:# asm 2: movdqa 752(<c=%rdi),>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8077-movdqa 752(%rdi),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8079-# qhasm:   xmm8 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8080:# asm 1: pxor  ONE,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8081:# asm 2: pxor  ONE,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8082-pxor  ONE,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8084-# qhasm:   xmm9 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8085:# asm 1: pxor  ONE,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8086:# asm 2: pxor  ONE,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8087-pxor  ONE,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8089-# qhasm:   xmm13 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8090:# asm 1: pxor  ONE,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8091:# asm 2: pxor  ONE,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8092-pxor  ONE,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8094-# qhasm:   xmm14 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8095:# asm 1: pxor  ONE,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8096:# asm 2: pxor  ONE,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8097-pxor  ONE,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8099-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8100:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8101:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8102-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8104-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8105:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8106:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8107-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8109-# qhasm:   xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8110:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8111:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8112-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8114-# qhasm:   xmm2 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8115:# asm 1: pxor  <xmm11=int6464#12,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8116:# asm 2: pxor  <xmm11=%xmm11,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8117-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8119-# qhasm:   xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8120:# asm 1: pxor  <xmm12=int6464#13,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8121:# asm 2: pxor  <xmm12=%xmm12,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8122-pxor  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8124-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8125:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8126:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8127-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8129-# qhasm:   xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8130:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8131:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8132-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8134-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8135:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8136:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8137-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8139-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8140:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8141:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8142-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8144-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8145:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8146:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8147-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8149-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8150:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8151:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8152-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8154-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8155:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8156:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8157-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8159-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8160:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8161:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8162-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8164-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8165:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8166:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8167-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8169-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8170:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8171:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8172-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8174-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8175:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8176:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8177-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8179-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8180:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8181:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8182-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8184-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8185:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8186:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8187-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8189-# qhasm:   xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8190:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8191:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8192-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8194-# qhasm:   xmm2 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8195:# asm 1: pxor  <xmm11=int6464#12,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8196:# asm 2: pxor  <xmm11=%xmm11,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8197-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8199-# qhasm:   xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8200:# asm 1: pxor  <xmm12=int6464#13,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8201:# asm 2: pxor  <xmm12=%xmm12,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8202-pxor  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8204-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8205:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8206:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8207-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8209-# qhasm:   xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8210:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8211:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8212-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8214-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8215:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8216:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8217-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8219-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8220:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8221:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8222-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8224-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8225:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8226:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8227-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8229-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8230:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8231:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8232-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8234-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8235:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8236:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8237-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8239-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8240:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8241:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8242-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8244-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8245:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8246:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8247-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8249-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8250:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8251:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8252-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8254-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8255:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8256:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8257-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8259-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8260:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8261:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8262-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8264-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8265:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8266:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8267-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8269-# qhasm:   xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8270:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8271:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8272-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8274-# qhasm:   xmm2 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8275:# asm 1: pxor  <xmm11=int6464#12,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8276:# asm 2: pxor  <xmm11=%xmm11,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8277-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8279-# qhasm:   xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8280:# asm 1: pxor  <xmm12=int6464#13,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8281:# asm 2: pxor  <xmm12=%xmm12,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8282-pxor  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8284-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8285:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8286:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8287-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8289-# qhasm:   xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8290:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8291:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8292-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8294-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8295:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8296:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8297-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8299-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8300:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8301:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8302-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8304-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8305:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8306:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8307-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8309-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8310:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8311:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8312-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8314-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8315:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8316:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8317-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8319-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8320:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8321:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8322-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8324-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8325:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8326:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8327-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8329-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8330:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8331:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8332-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8334-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8335:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8336:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8337-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8339-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8340:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8341:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8342-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8344-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8345:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8346:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8347-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8349-# qhasm:   xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8350:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8351:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8352-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8354-# qhasm:   xmm2 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8355:# asm 1: pxor  <xmm11=int6464#12,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8356:# asm 2: pxor  <xmm11=%xmm11,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8357-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8359-# qhasm:   xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8360:# asm 1: pxor  <xmm12=int6464#13,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8361:# asm 2: pxor  <xmm12=%xmm12,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8362-pxor  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8364-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8365:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8366:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8367-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8369-# qhasm:   xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8370:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8371:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8372-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8374-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8375:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8376:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8377-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8379-# qhasm:   *(int128 *)(c + 768) = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8380:# asm 1: movdqa <xmm0=int6464#1,768(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8381:# asm 2: movdqa <xmm0=%xmm0,768(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8382-movdqa %xmm0,768(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8384-# qhasm:   *(int128 *)(c + 784) = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8385:# asm 1: movdqa <xmm1=int6464#2,784(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8386:# asm 2: movdqa <xmm1=%xmm1,784(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8387-movdqa %xmm1,784(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8389-# qhasm:   *(int128 *)(c + 800) = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8390:# asm 1: movdqa <xmm3=int6464#4,800(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8391:# asm 2: movdqa <xmm3=%xmm3,800(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8392-movdqa %xmm3,800(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8394-# qhasm:   *(int128 *)(c + 816) = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8395:# asm 1: movdqa <xmm2=int6464#3,816(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8396:# asm 2: movdqa <xmm2=%xmm2,816(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8397-movdqa %xmm2,816(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8399-# qhasm:   *(int128 *)(c + 832) = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8400:# asm 1: movdqa <xmm6=int6464#7,832(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8401:# asm 2: movdqa <xmm6=%xmm6,832(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8402-movdqa %xmm6,832(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8404-# qhasm:   *(int128 *)(c + 848) = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8405:# asm 1: movdqa <xmm5=int6464#6,848(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8406:# asm 2: movdqa <xmm5=%xmm5,848(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8407-movdqa %xmm5,848(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8409-# qhasm:   *(int128 *)(c + 864) = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8410:# asm 1: movdqa <xmm4=int6464#5,864(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8411:# asm 2: movdqa <xmm4=%xmm4,864(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8412-movdqa %xmm4,864(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8414-# qhasm:   *(int128 *)(c + 880) = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8415:# asm 1: movdqa <xmm7=int6464#8,880(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8416:# asm 2: movdqa <xmm7=%xmm7,880(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8417-movdqa %xmm7,880(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8419-# qhasm:   xmm0 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8420:# asm 1: pxor  ONE,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8421:# asm 2: pxor  ONE,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8422-pxor  ONE,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8424-# qhasm:   xmm1 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8425:# asm 1: pxor  ONE,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8426:# asm 2: pxor  ONE,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8427-pxor  ONE,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8429-# qhasm:   xmm5 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8430:# asm 1: pxor  ONE,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8431:# asm 2: pxor  ONE,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8432-pxor  ONE,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8434-# qhasm:   xmm4 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8435:# asm 1: pxor  ONE,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8436:# asm 2: pxor  ONE,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8437-pxor  ONE,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8439-# qhasm:     shuffle bytes of xmm0 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8440:# asm 1: pshufb ROTB,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8441:# asm 2: pshufb ROTB,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8442-pshufb ROTB,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8444-# qhasm:     shuffle bytes of xmm1 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8445:# asm 1: pshufb ROTB,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8446:# asm 2: pshufb ROTB,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8447-pshufb ROTB,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8449-# qhasm:     shuffle bytes of xmm3 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8450:# asm 1: pshufb ROTB,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8451:# asm 2: pshufb ROTB,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8452-pshufb ROTB,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8454-# qhasm:     shuffle bytes of xmm2 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8455:# asm 1: pshufb ROTB,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8456:# asm 2: pshufb ROTB,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8457-pshufb ROTB,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8459-# qhasm:     shuffle bytes of xmm6 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8460:# asm 1: pshufb ROTB,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8461:# asm 2: pshufb ROTB,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8462-pshufb ROTB,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8464-# qhasm:     shuffle bytes of xmm5 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8465:# asm 1: pshufb ROTB,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8466:# asm 2: pshufb ROTB,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8467-pshufb ROTB,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8469-# qhasm:     shuffle bytes of xmm4 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8470:# asm 1: pshufb ROTB,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8471:# asm 2: pshufb ROTB,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8472-pshufb ROTB,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8474-# qhasm:     shuffle bytes of xmm7 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8475:# asm 1: pshufb ROTB,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8476:# asm 2: pshufb ROTB,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8477-pshufb ROTB,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8479-# qhasm:       xmm5 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8480:# asm 1: pxor  <xmm4=int6464#5,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8481:# asm 2: pxor  <xmm4=%xmm4,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8482-pxor  %xmm4,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8484-# qhasm:       xmm3 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8485:# asm 1: pxor  <xmm1=int6464#2,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8486:# asm 2: pxor  <xmm1=%xmm1,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8487-pxor  %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8489-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8490:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8491:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8492-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8494-# qhasm:       xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8495:# asm 1: pxor  <xmm3=int6464#4,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8496:# asm 2: pxor  <xmm3=%xmm3,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8497-pxor  %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8499-# qhasm:       xmm2 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8500:# asm 1: pxor  <xmm0=int6464#1,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8501:# asm 2: pxor  <xmm0=%xmm0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8502-pxor  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8504-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8505:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8506:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8507-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8509-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8510:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8511:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8512-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8514-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8515:# asm 1: pxor  <xmm6=int6464#7,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8516:# asm 2: pxor  <xmm6=%xmm6,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8517-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8519-# qhasm:       xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8520:# asm 1: pxor  <xmm5=int6464#6,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8521:# asm 2: pxor  <xmm5=%xmm5,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8522-pxor  %xmm5,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8524-# qhasm:       xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8525:# asm 1: pxor  <xmm1=int6464#2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8526:# asm 2: pxor  <xmm1=%xmm1,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8527-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8529-# qhasm:       xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8530:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8531:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8532-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8534-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8535:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8536:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8537-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8539-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8540:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8541:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8542-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8544-# qhasm:       xmm11 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8545:# asm 1: movdqa <xmm7=int6464#8,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8546:# asm 2: movdqa <xmm7=%xmm7,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8547-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8549-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8550:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8551:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8552-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8554-# qhasm:       xmm9 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8555:# asm 1: movdqa <xmm5=int6464#6,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8556:# asm 2: movdqa <xmm5=%xmm5,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8557-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8559-# qhasm:       xmm13 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8560:# asm 1: movdqa <xmm3=int6464#4,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8561:# asm 2: movdqa <xmm3=%xmm3,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8562-movdqa %xmm3,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8564-# qhasm:       xmm12 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8565:# asm 1: movdqa <xmm4=int6464#5,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8566:# asm 2: movdqa <xmm4=%xmm4,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8567-movdqa %xmm4,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8569-# qhasm:       xmm11 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8570:# asm 1: pxor  <xmm6=int6464#7,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8571:# asm 2: pxor  <xmm6=%xmm6,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8572-pxor  %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8574-# qhasm:       xmm10 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8575:# asm 1: pxor  <xmm3=int6464#4,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8576:# asm 2: pxor  <xmm3=%xmm3,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8577-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8579-# qhasm:       xmm9 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8580:# asm 1: pxor  <xmm2=int6464#3,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8581:# asm 2: pxor  <xmm2=%xmm2,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8582-pxor  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8584-# qhasm:       xmm13 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8585:# asm 1: pxor  <xmm6=int6464#7,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8586:# asm 2: pxor  <xmm6=%xmm6,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8587-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8589-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8590:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8591:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8592-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8594-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8595:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8596:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8597-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8599-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8600:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8601:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8602-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8604-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8605:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8606:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8607-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8609-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8610:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8611:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8612-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8614-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8615:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8616:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8617-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8619-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8620:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8621:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8622-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8624-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8625:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8626:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8627-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8629-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8630:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8631:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8632-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8634-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8635:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8636:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8637-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8639-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8640:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8641:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8642-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8644-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8645:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8646:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8647-movdqa %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8649-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8650:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8651:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8652-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8654-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8655:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8656:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8657-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8659-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8660:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8661:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8662-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8664-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8665:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8666:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8667-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8669-# qhasm:       xmm13 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8670:# asm 1: movdqa <xmm7=int6464#8,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8671:# asm 2: movdqa <xmm7=%xmm7,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8672-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8674-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8675:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8676:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8677-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8679-# qhasm:       xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8680:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8681:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8682-movdqa %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8684-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8685:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8686:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8687-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8689-# qhasm:       xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8690:# asm 1: pxor  <xmm4=int6464#5,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8691:# asm 2: pxor  <xmm4=%xmm4,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8692-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8694-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8695:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8696:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8697-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8699-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8700:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8701:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8702-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8704-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8705:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8706:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8707-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8709-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8710:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8711:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8712-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8714-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8715:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8716:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8717-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8719-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8720:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8721:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8722-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8724-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8725:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8726:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8727-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8729-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8730:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8731:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8732-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8734-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8735:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8736:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8737-movdqa %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8739-# qhasm:       xmm13 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8740:# asm 1: movdqa <xmm6=int6464#7,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8741:# asm 2: movdqa <xmm6=%xmm6,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8742-movdqa %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8744-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8745:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8746:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8747-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8749-# qhasm:       xmm15 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8750:# asm 1: movdqa <xmm7=int6464#8,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8751:# asm 2: movdqa <xmm7=%xmm7,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8752-movdqa %xmm7,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8754-# qhasm:       xmm12 &= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8755:# asm 1: pand  <xmm2=int6464#3,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8756:# asm 2: pand  <xmm2=%xmm2,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8757-pand  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8759-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8760:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8761:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8762-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8764-# qhasm:       xmm14 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8765:# asm 1: pand  <xmm5=int6464#6,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8766:# asm 2: pand  <xmm5=%xmm5,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8767-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8769-# qhasm:       xmm15 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8770:# asm 1: por   <xmm4=int6464#5,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8771:# asm 2: por   <xmm4=%xmm4,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8772-por   %xmm4,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8774-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8775:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8776:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8777-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8779-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8780:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8781:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8782-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8784-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8785:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8786:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8787-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8789-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8790:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8791:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8792-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8794-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8795:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8796:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8797-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8799-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8800:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8801:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8802-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8804-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8805:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8806:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8807-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8809-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8810:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8811:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8812-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8814-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8815:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8816:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8817-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8819-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8820:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8821:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8822-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8824-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8825:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8826:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8827-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8829-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8830:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8831:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8832-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8834-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8835:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8836:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8837-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8839-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8840:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8841:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8842-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8844-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8845:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8846:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8847-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8849-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8850:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8851:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8852-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8854-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8855:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8856:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8857-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8859-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8860:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8861:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8862-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8864-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8865:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8866:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8867-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8869-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8870:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8871:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8872-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8874-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8875:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8876:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8877-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8879-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8880:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8881:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8882-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8884-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8885:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8886:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8887-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8889-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8890:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8891:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8892-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8894-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8895:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8896:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8897-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8899-# qhasm:         xmm12 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8900:# asm 1: movdqa <xmm4=int6464#5,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8901:# asm 2: movdqa <xmm4=%xmm4,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8902-movdqa %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8904-# qhasm:         xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8905:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8906:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8907-movdqa %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8909-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8910:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8911:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8912-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8914-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8915:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8916:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8917-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8919-# qhasm:           xmm10 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8920:# asm 1: pand  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8921:# asm 2: pand  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8922-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8924-# qhasm:           xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8925:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8926:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8927-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8929-# qhasm:           xmm4 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8930:# asm 1: pand  <xmm14=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8931:# asm 2: pand  <xmm14=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8932-pand  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8934-# qhasm:           xmm5 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8935:# asm 1: pand  <xmm15=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8936:# asm 2: pand  <xmm15=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8937-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8939-# qhasm:           xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8940:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8941:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8942-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8944-# qhasm:           xmm5 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8945:# asm 1: pxor  <xmm10=int6464#11,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8946:# asm 2: pxor  <xmm10=%xmm10,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8947-pxor  %xmm10,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8949-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8950:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8951:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8952-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8954-# qhasm:         xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8955:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8956:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8957-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8959-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8960:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8961:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8962-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8964-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8965:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8966:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8967-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8969-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8970:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8971:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8972-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8974-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8975:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8976:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8977-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8979-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8980:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8981:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8982-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8984-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8985:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8986:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8987-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8989-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8990:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8991:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8992-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8994-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8995:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:8996:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8997-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-8999-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9000:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9001:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9002-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9004-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9005:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9006:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9007-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9009-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9010:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9011:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9012-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9014-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9015:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9016:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9017-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9019-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9020:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9021:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9022-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9024-# qhasm:           xmm0 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9025:# asm 1: pxor  <xmm2=int6464#3,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9026:# asm 2: pxor  <xmm2=%xmm2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9027-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9029-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9030:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9031:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9032-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9034-# qhasm:           xmm2 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9035:# asm 1: pand  <xmm13=int6464#16,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9036:# asm 2: pand  <xmm13=%xmm15,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9037-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9039-# qhasm:           xmm0 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9040:# asm 1: pxor  <xmm2=int6464#3,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9041:# asm 2: pxor  <xmm2=%xmm2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9042-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9044-# qhasm:           xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9045:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9046:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9047-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9049-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9050:# asm 1: pxor  <xmm12=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9051:# asm 2: pxor  <xmm12=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9052-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9054-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9055:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9056:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9057-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9059-# qhasm:         xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9060:# asm 1: pxor  <xmm8=int6464#10,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9061:# asm 2: pxor  <xmm8=%xmm9,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9062-pxor  %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9064-# qhasm:         xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9065:# asm 1: pxor  <xmm8=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9066:# asm 2: pxor  <xmm8=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9067-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9069-# qhasm:         xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9070:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9071:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9072-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9074-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9075:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9076:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9077-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9079-# qhasm:         xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9080:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9081:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9082-pxor  %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9084-# qhasm:         xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9085:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9086:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9087-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9089-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9090:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9091:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9092-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9094-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9095:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9096:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9097-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9099-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9100:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9101:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9102-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9104-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9105:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9106:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9107-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9109-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9110:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9111:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9112-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9114-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9115:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9116:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9117-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9119-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9120:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9121:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9122-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9124-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9125:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9126:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9127-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9129-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9130:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9131:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9132-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9134-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9135:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9136:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9137-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9139-# qhasm:           xmm10 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9140:# asm 1: pand  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9141:# asm 2: pand  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9142-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9144-# qhasm:           xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9145:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9146:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9147-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9149-# qhasm:           xmm6 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9150:# asm 1: pand  <xmm9=int6464#13,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9151:# asm 2: pand  <xmm9=%xmm12,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9152-pand  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9154-# qhasm:           xmm3 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9155:# asm 1: pand  <xmm13=int6464#16,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9156:# asm 2: pand  <xmm13=%xmm15,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9157-pand  %xmm15,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9159-# qhasm:           xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9160:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9161:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9162-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9164-# qhasm:           xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9165:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9166:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9167-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9169-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9170:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9171:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9172-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9174-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9175:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9176:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9177-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9179-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9180:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9181:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9182-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9184-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9185:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9186:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9187-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9189-# qhasm:           xmm11 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9190:# asm 1: pand  <xmm7=int6464#8,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9191:# asm 2: pand  <xmm7=%xmm7,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9192-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9194-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9195:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9196:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9197-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9199-# qhasm:           xmm7 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9200:# asm 1: pand  <xmm14=int6464#12,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9201:# asm 2: pand  <xmm14=%xmm11,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9202-pand  %xmm11,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9204-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9205:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9206:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9207-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9209-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9210:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9211:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9212-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9214-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9215:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9216:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9217-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9219-# qhasm:         xmm7 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9220:# asm 1: pxor  <xmm12=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9221:# asm 2: pxor  <xmm12=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9222-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9224-# qhasm:         xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9225:# asm 1: pxor  <xmm12=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9226:# asm 2: pxor  <xmm12=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9227-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9229-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9230:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9231:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9232-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9234-# qhasm:         xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9235:# asm 1: pxor  <xmm8=int6464#10,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9236:# asm 2: pxor  <xmm8=%xmm9,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9237-pxor  %xmm9,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9239-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9240:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9241:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9242-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9244-# qhasm:       xmm1 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9245:# asm 1: pxor  <xmm4=int6464#5,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9246:# asm 2: pxor  <xmm4=%xmm4,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9247-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9249-# qhasm:       xmm6 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9250:# asm 1: pxor  <xmm7=int6464#8,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9251:# asm 2: pxor  <xmm7=%xmm7,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9252-pxor  %xmm7,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9254-# qhasm:       xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9255:# asm 1: pxor  <xmm0=int6464#1,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9256:# asm 2: pxor  <xmm0=%xmm0,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9257-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9259-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9260:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9261:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9262-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9264-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9265:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9266:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9267-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9269-# qhasm:       xmm5 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9270:# asm 1: pxor  <xmm3=int6464#4,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9271:# asm 2: pxor  <xmm3=%xmm3,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9272-pxor  %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9274-# qhasm:       xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9275:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9276:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9277-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9279-# qhasm:       xmm3 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9280:# asm 1: pxor  <xmm2=int6464#3,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9281:# asm 2: pxor  <xmm2=%xmm2,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9282-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9284-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9285:# asm 1: pxor  <xmm5=int6464#6,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9286:# asm 2: pxor  <xmm5=%xmm5,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9287-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9289-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9290:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9291:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9292-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9294-# qhasm:   xmm3 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9295:# asm 1: pxor  RCON,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9296:# asm 2: pxor  RCON,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9297-pxor  RCON,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9299-# qhasm:   shuffle bytes of xmm0 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9300:# asm 1: pshufb EXPB0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9301:# asm 2: pshufb EXPB0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9302-pshufb EXPB0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9304-# qhasm:   shuffle bytes of xmm1 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9305:# asm 1: pshufb EXPB0,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9306:# asm 2: pshufb EXPB0,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9307-pshufb EXPB0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9309-# qhasm:   shuffle bytes of xmm6 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9310:# asm 1: pshufb EXPB0,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9311:# asm 2: pshufb EXPB0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9312-pshufb EXPB0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9314-# qhasm:   shuffle bytes of xmm4 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9315:# asm 1: pshufb EXPB0,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9316:# asm 2: pshufb EXPB0,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9317-pshufb EXPB0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9319-# qhasm:   shuffle bytes of xmm2 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9320:# asm 1: pshufb EXPB0,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9321:# asm 2: pshufb EXPB0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9322-pshufb EXPB0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9324-# qhasm:   shuffle bytes of xmm7 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9325:# asm 1: pshufb EXPB0,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9326:# asm 2: pshufb EXPB0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9327-pshufb EXPB0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9329-# qhasm:   shuffle bytes of xmm3 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9330:# asm 1: pshufb EXPB0,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9331:# asm 2: pshufb EXPB0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9332-pshufb EXPB0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9334-# qhasm:   shuffle bytes of xmm5 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9335:# asm 1: pshufb EXPB0,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9336:# asm 2: pshufb EXPB0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9337-pshufb EXPB0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9339-# qhasm:   xmm8 = *(int128 *)(c + 768)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9340:# asm 1: movdqa 768(<c=int64#1),>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9341:# asm 2: movdqa 768(<c=%rdi),>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9342-movdqa 768(%rdi),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9344-# qhasm:   xmm9 = *(int128 *)(c + 784)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9345:# asm 1: movdqa 784(<c=int64#1),>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9346:# asm 2: movdqa 784(<c=%rdi),>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9347-movdqa 784(%rdi),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9349-# qhasm:   xmm10 = *(int128 *)(c + 800)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9350:# asm 1: movdqa 800(<c=int64#1),>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9351:# asm 2: movdqa 800(<c=%rdi),>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9352-movdqa 800(%rdi),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9354-# qhasm:   xmm11 = *(int128 *)(c + 816)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9355:# asm 1: movdqa 816(<c=int64#1),>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9356:# asm 2: movdqa 816(<c=%rdi),>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9357-movdqa 816(%rdi),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9359-# qhasm:   xmm12 = *(int128 *)(c + 832)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9360:# asm 1: movdqa 832(<c=int64#1),>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9361:# asm 2: movdqa 832(<c=%rdi),>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9362-movdqa 832(%rdi),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9364-# qhasm:   xmm13 = *(int128 *)(c + 848)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9365:# asm 1: movdqa 848(<c=int64#1),>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9366:# asm 2: movdqa 848(<c=%rdi),>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9367-movdqa 848(%rdi),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9369-# qhasm:   xmm14 = *(int128 *)(c + 864)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9370:# asm 1: movdqa 864(<c=int64#1),>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9371:# asm 2: movdqa 864(<c=%rdi),>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9372-movdqa 864(%rdi),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9374-# qhasm:   xmm15 = *(int128 *)(c + 880)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9375:# asm 1: movdqa 880(<c=int64#1),>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9376:# asm 2: movdqa 880(<c=%rdi),>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9377-movdqa 880(%rdi),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9379-# qhasm:   xmm8 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9380:# asm 1: pxor  ONE,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9381:# asm 2: pxor  ONE,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9382-pxor  ONE,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9384-# qhasm:   xmm9 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9385:# asm 1: pxor  ONE,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9386:# asm 2: pxor  ONE,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9387-pxor  ONE,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9389-# qhasm:   xmm13 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9390:# asm 1: pxor  ONE,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9391:# asm 2: pxor  ONE,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9392-pxor  ONE,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9394-# qhasm:   xmm14 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9395:# asm 1: pxor  ONE,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9396:# asm 2: pxor  ONE,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9397-pxor  ONE,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9399-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9400:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9401:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9402-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9404-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9405:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9406:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9407-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9409-# qhasm:   xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9410:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9411:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9412-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9414-# qhasm:   xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9415:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9416:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9417-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9419-# qhasm:   xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9420:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9421:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9422-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9424-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9425:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9426:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9427-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9429-# qhasm:   xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9430:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9431:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9432-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9434-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9435:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9436:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9437-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9439-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9440:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9441:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9442-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9444-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9445:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9446:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9447-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9449-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9450:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9451:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9452-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9454-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9455:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9456:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9457-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9459-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9460:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9461:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9462-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9464-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9465:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9466:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9467-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9469-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9470:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9471:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9472-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9474-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9475:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9476:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9477-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9479-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9480:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9481:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9482-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9484-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9485:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9486:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9487-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9489-# qhasm:   xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9490:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9491:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9492-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9494-# qhasm:   xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9495:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9496:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9497-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9499-# qhasm:   xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9500:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9501:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9502-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9504-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9505:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9506:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9507-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9509-# qhasm:   xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9510:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9511:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9512-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9514-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9515:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9516:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9517-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9519-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9520:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9521:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9522-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9524-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9525:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9526:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9527-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9529-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9530:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9531:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9532-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9534-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9535:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9536:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9537-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9539-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9540:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9541:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9542-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9544-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9545:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9546:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9547-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9549-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9550:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9551:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9552-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9554-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9555:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9556:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9557-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9559-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9560:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9561:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9562-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9564-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9565:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9566:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9567-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9569-# qhasm:   xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9570:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9571:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9572-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9574-# qhasm:   xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9575:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9576:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9577-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9579-# qhasm:   xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9580:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9581:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9582-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9584-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9585:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9586:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9587-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9589-# qhasm:   xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9590:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9591:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9592-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9594-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9595:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9596:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9597-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9599-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9600:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9601:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9602-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9604-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9605:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9606:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9607-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9609-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9610:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9611:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9612-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9614-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9615:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9616:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9617-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9619-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9620:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9621:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9622-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9624-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9625:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9626:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9627-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9629-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9630:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9631:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9632-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9634-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9635:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9636:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9637-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9639-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9640:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9641:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9642-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9644-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9645:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9646:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9647-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9649-# qhasm:   xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9650:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9651:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9652-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9654-# qhasm:   xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9655:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9656:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9657-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9659-# qhasm:   xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9660:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9661:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9662-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9664-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9665:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9666:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9667-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9669-# qhasm:   xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9670:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9671:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9672-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9674-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9675:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9676:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9677-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9679-# qhasm:   *(int128 *)(c + 896) = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9680:# asm 1: movdqa <xmm0=int6464#1,896(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9681:# asm 2: movdqa <xmm0=%xmm0,896(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9682-movdqa %xmm0,896(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9684-# qhasm:   *(int128 *)(c + 912) = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9685:# asm 1: movdqa <xmm1=int6464#2,912(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9686:# asm 2: movdqa <xmm1=%xmm1,912(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9687-movdqa %xmm1,912(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9689-# qhasm:   *(int128 *)(c + 928) = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9690:# asm 1: movdqa <xmm6=int6464#7,928(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9691:# asm 2: movdqa <xmm6=%xmm6,928(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9692-movdqa %xmm6,928(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9694-# qhasm:   *(int128 *)(c + 944) = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9695:# asm 1: movdqa <xmm4=int6464#5,944(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9696:# asm 2: movdqa <xmm4=%xmm4,944(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9697-movdqa %xmm4,944(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9699-# qhasm:   *(int128 *)(c + 960) = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9700:# asm 1: movdqa <xmm2=int6464#3,960(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9701:# asm 2: movdqa <xmm2=%xmm2,960(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9702-movdqa %xmm2,960(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9704-# qhasm:   *(int128 *)(c + 976) = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9705:# asm 1: movdqa <xmm7=int6464#8,976(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9706:# asm 2: movdqa <xmm7=%xmm7,976(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9707-movdqa %xmm7,976(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9709-# qhasm:   *(int128 *)(c + 992) = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9710:# asm 1: movdqa <xmm3=int6464#4,992(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9711:# asm 2: movdqa <xmm3=%xmm3,992(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9712-movdqa %xmm3,992(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9714-# qhasm:   *(int128 *)(c + 1008) = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9715:# asm 1: movdqa <xmm5=int6464#6,1008(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9716:# asm 2: movdqa <xmm5=%xmm5,1008(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9717-movdqa %xmm5,1008(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9719-# qhasm:   xmm0 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9720:# asm 1: pxor  ONE,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9721:# asm 2: pxor  ONE,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9722-pxor  ONE,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9724-# qhasm:   xmm1 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9725:# asm 1: pxor  ONE,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9726:# asm 2: pxor  ONE,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9727-pxor  ONE,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9729-# qhasm:   xmm7 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9730:# asm 1: pxor  ONE,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9731:# asm 2: pxor  ONE,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9732-pxor  ONE,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9734-# qhasm:   xmm3 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9735:# asm 1: pxor  ONE,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9736:# asm 2: pxor  ONE,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9737-pxor  ONE,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9739-# qhasm:     shuffle bytes of xmm0 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9740:# asm 1: pshufb ROTB,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9741:# asm 2: pshufb ROTB,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9742-pshufb ROTB,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9744-# qhasm:     shuffle bytes of xmm1 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9745:# asm 1: pshufb ROTB,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9746:# asm 2: pshufb ROTB,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9747-pshufb ROTB,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9749-# qhasm:     shuffle bytes of xmm6 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9750:# asm 1: pshufb ROTB,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9751:# asm 2: pshufb ROTB,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9752-pshufb ROTB,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9754-# qhasm:     shuffle bytes of xmm4 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9755:# asm 1: pshufb ROTB,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9756:# asm 2: pshufb ROTB,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9757-pshufb ROTB,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9759-# qhasm:     shuffle bytes of xmm2 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9760:# asm 1: pshufb ROTB,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9761:# asm 2: pshufb ROTB,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9762-pshufb ROTB,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9764-# qhasm:     shuffle bytes of xmm7 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9765:# asm 1: pshufb ROTB,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9766:# asm 2: pshufb ROTB,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9767-pshufb ROTB,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9769-# qhasm:     shuffle bytes of xmm3 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9770:# asm 1: pshufb ROTB,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9771:# asm 2: pshufb ROTB,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9772-pshufb ROTB,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9774-# qhasm:     shuffle bytes of xmm5 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9775:# asm 1: pshufb ROTB,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9776:# asm 2: pshufb ROTB,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9777-pshufb ROTB,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9779-# qhasm:       xmm7 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9780:# asm 1: pxor  <xmm3=int6464#4,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9781:# asm 2: pxor  <xmm3=%xmm3,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9782-pxor  %xmm3,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9784-# qhasm:       xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9785:# asm 1: pxor  <xmm1=int6464#2,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9786:# asm 2: pxor  <xmm1=%xmm1,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9787-pxor  %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9789-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9790:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9791:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9792-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9794-# qhasm:       xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9795:# asm 1: pxor  <xmm6=int6464#7,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9796:# asm 2: pxor  <xmm6=%xmm6,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9797-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9799-# qhasm:       xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9800:# asm 1: pxor  <xmm0=int6464#1,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9801:# asm 2: pxor  <xmm0=%xmm0,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9802-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9804-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9805:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9806:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9807-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9809-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9810:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9811:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9812-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9814-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9815:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9816:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9817-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9819-# qhasm:       xmm5 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9820:# asm 1: pxor  <xmm7=int6464#8,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9821:# asm 2: pxor  <xmm7=%xmm7,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9822-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9824-# qhasm:       xmm4 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9825:# asm 1: pxor  <xmm1=int6464#2,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9826:# asm 2: pxor  <xmm1=%xmm1,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9827-pxor  %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9829-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9830:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9831:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9832-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9834-# qhasm:       xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9835:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9836:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9837-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9839-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9840:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9841:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9842-pxor  %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9844-# qhasm:       xmm11 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9845:# asm 1: movdqa <xmm5=int6464#6,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9846:# asm 2: movdqa <xmm5=%xmm5,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9847-movdqa %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9849-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9850:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9851:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9852-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9854-# qhasm:       xmm9 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9855:# asm 1: movdqa <xmm7=int6464#8,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9856:# asm 2: movdqa <xmm7=%xmm7,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9857-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9859-# qhasm:       xmm13 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9860:# asm 1: movdqa <xmm6=int6464#7,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9861:# asm 2: movdqa <xmm6=%xmm6,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9862-movdqa %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9864-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9865:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9866:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9867-movdqa %xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9869-# qhasm:       xmm11 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9870:# asm 1: pxor  <xmm2=int6464#3,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9871:# asm 2: pxor  <xmm2=%xmm2,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9872-pxor  %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9874-# qhasm:       xmm10 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9875:# asm 1: pxor  <xmm6=int6464#7,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9876:# asm 2: pxor  <xmm6=%xmm6,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9877-pxor  %xmm6,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9879-# qhasm:       xmm9 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9880:# asm 1: pxor  <xmm4=int6464#5,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9881:# asm 2: pxor  <xmm4=%xmm4,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9882-pxor  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9884-# qhasm:       xmm13 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9885:# asm 1: pxor  <xmm2=int6464#3,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9886:# asm 2: pxor  <xmm2=%xmm2,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9887-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9889-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9890:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9891:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9892-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9894-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9895:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9896:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9897-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9899-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9900:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9901:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9902-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9904-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9905:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9906:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9907-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9909-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9910:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9911:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9912-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9914-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9915:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9916:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9917-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9919-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9920:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9921:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9922-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9924-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9925:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9926:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9927-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9929-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9930:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9931:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9932-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9934-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9935:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9936:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9937-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9939-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9940:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9941:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9942-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9944-# qhasm:       xmm12 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9945:# asm 1: movdqa <xmm4=int6464#5,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9946:# asm 2: movdqa <xmm4=%xmm4,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9947-movdqa %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9949-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9950:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9951:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9952-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9954-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9955:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9956:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9957-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9959-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9960:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9961:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9962-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9964-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9965:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9966:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9967-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9969-# qhasm:       xmm13 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9970:# asm 1: movdqa <xmm5=int6464#6,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9971:# asm 2: movdqa <xmm5=%xmm5,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9972-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9974-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9975:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9976:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9977-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9979-# qhasm:       xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9980:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9981:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9982-movdqa %xmm7,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9984-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9985:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9986:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9987-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9989-# qhasm:       xmm12 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9990:# asm 1: pxor  <xmm3=int6464#4,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9991:# asm 2: pxor  <xmm3=%xmm3,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9992-pxor  %xmm3,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9994-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9995:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:9996:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9997-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-9999-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10000:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10001:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10002-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10004-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10005:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10006:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10007-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10009-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10010:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10011:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10012-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10014-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10015:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10016:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10017-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10019-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10020:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10021:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10022-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10024-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10025:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10026:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10027-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10029-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10030:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10031:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10032-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10034-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10035:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10036:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10037-movdqa %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10039-# qhasm:       xmm13 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10040:# asm 1: movdqa <xmm2=int6464#3,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10041:# asm 2: movdqa <xmm2=%xmm2,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10042-movdqa %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10044-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10045:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10046:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10047-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10049-# qhasm:       xmm15 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10050:# asm 1: movdqa <xmm5=int6464#6,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10051:# asm 2: movdqa <xmm5=%xmm5,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10052-movdqa %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10054-# qhasm:       xmm12 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10055:# asm 1: pand  <xmm4=int6464#5,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10056:# asm 2: pand  <xmm4=%xmm4,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10057-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10059-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10060:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10061:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10062-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10064-# qhasm:       xmm14 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10065:# asm 1: pand  <xmm7=int6464#8,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10066:# asm 2: pand  <xmm7=%xmm7,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10067-pand  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10069-# qhasm:       xmm15 |= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10070:# asm 1: por   <xmm3=int6464#4,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10071:# asm 2: por   <xmm3=%xmm3,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10072-por   %xmm3,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10074-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10075:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10076:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10077-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10079-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10080:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10081:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10082-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10084-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10085:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10086:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10087-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10089-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10090:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10091:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10092-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10094-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10095:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10096:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10097-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10099-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10100:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10101:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10102-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10104-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10105:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10106:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10107-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10109-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10110:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10111:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10112-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10114-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10115:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10116:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10117-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10119-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10120:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10121:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10122-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10124-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10125:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10126:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10127-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10129-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10130:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10131:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10132-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10134-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10135:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10136:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10137-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10139-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10140:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10141:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10142-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10144-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10145:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10146:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10147-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10149-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10150:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10151:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10152-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10154-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10155:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10156:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10157-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10159-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10160:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10161:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10162-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10164-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10165:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10166:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10167-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10169-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10170:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10171:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10172-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10174-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10175:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10176:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10177-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10179-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10180:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10181:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10182-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10184-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10185:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10186:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10187-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10189-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10190:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10191:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10192-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10194-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10195:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10196:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10197-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10199-# qhasm:         xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10200:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10201:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10202-movdqa %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10204-# qhasm:         xmm8 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10205:# asm 1: movdqa <xmm7=int6464#8,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10206:# asm 2: movdqa <xmm7=%xmm7,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10207-movdqa %xmm7,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10209-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10210:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10211:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10212-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10214-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10215:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10216:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10217-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10219-# qhasm:           xmm10 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10220:# asm 1: pand  <xmm3=int6464#4,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10221:# asm 2: pand  <xmm3=%xmm3,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10222-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10224-# qhasm:           xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10225:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10226:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10227-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10229-# qhasm:           xmm3 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10230:# asm 1: pand  <xmm14=int6464#12,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10231:# asm 2: pand  <xmm14=%xmm11,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10232-pand  %xmm11,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10234-# qhasm:           xmm7 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10235:# asm 1: pand  <xmm15=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10236:# asm 2: pand  <xmm15=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10237-pand  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10239-# qhasm:           xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10240:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10241:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10242-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10244-# qhasm:           xmm7 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10245:# asm 1: pxor  <xmm10=int6464#11,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10246:# asm 2: pxor  <xmm10=%xmm10,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10247-pxor  %xmm10,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10249-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10250:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10251:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10252-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10254-# qhasm:         xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10255:# asm 1: pxor  <xmm4=int6464#5,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10256:# asm 2: pxor  <xmm4=%xmm4,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10257-pxor  %xmm4,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10259-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10260:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10261:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10262-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10264-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10265:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10266:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10267-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10269-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10270:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10271:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10272-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10274-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10275:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10276:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10277-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10279-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10280:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10281:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10282-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10284-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10285:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10286:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10287-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10289-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10290:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10291:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10292-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10294-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10295:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10296:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10297-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10299-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10300:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10301:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10302-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10304-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10305:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10306:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10307-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10309-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10310:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10311:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10312-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10314-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10315:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10316:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10317-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10319-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10320:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10321:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10322-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10324-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10325:# asm 1: pxor  <xmm4=int6464#5,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10326:# asm 2: pxor  <xmm4=%xmm4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10327-pxor  %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10329-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10330:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10331:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10332-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10334-# qhasm:           xmm4 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10335:# asm 1: pand  <xmm13=int6464#16,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10336:# asm 2: pand  <xmm13=%xmm15,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10337-pand  %xmm15,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10339-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10340:# asm 1: pxor  <xmm4=int6464#5,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10341:# asm 2: pxor  <xmm4=%xmm4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10342-pxor  %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10344-# qhasm:           xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10345:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10346:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10347-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10349-# qhasm:         xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10350:# asm 1: pxor  <xmm12=int6464#9,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10351:# asm 2: pxor  <xmm12=%xmm8,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10352-pxor  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10354-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10355:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10356:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10357-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10359-# qhasm:         xmm7 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10360:# asm 1: pxor  <xmm8=int6464#10,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10361:# asm 2: pxor  <xmm8=%xmm9,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10362-pxor  %xmm9,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10364-# qhasm:         xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10365:# asm 1: pxor  <xmm8=int6464#10,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10366:# asm 2: pxor  <xmm8=%xmm9,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10367-pxor  %xmm9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10369-# qhasm:         xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10370:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10371:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10372-movdqa %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10374-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10375:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10376:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10377-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10379-# qhasm:         xmm12 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10380:# asm 1: pxor  <xmm2=int6464#3,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10381:# asm 2: pxor  <xmm2=%xmm2,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10382-pxor  %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10384-# qhasm:         xmm8 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10385:# asm 1: pxor  <xmm6=int6464#7,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10386:# asm 2: pxor  <xmm6=%xmm6,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10387-pxor  %xmm6,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10389-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10390:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10391:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10392-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10394-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10395:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10396:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10397-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10399-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10400:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10401:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10402-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10404-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10405:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10406:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10407-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10409-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10410:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10411:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10412-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10414-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10415:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10416:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10417-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10419-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10420:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10421:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10422-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10424-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10425:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10426:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10427-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10429-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10430:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10431:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10432-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10434-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10435:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10436:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10437-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10439-# qhasm:           xmm10 &= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10440:# asm 1: pand  <xmm2=int6464#3,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10441:# asm 2: pand  <xmm2=%xmm2,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10442-pand  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10444-# qhasm:           xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10445:# asm 1: pxor  <xmm6=int6464#7,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10446:# asm 2: pxor  <xmm6=%xmm6,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10447-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10449-# qhasm:           xmm2 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10450:# asm 1: pand  <xmm9=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10451:# asm 2: pand  <xmm9=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10452-pand  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10454-# qhasm:           xmm6 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10455:# asm 1: pand  <xmm13=int6464#16,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10456:# asm 2: pand  <xmm13=%xmm15,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10457-pand  %xmm15,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10459-# qhasm:           xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10460:# asm 1: pxor  <xmm6=int6464#7,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10461:# asm 2: pxor  <xmm6=%xmm6,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10462-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10464-# qhasm:           xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10465:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10466:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10467-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10469-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10470:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10471:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10472-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10474-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10475:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10476:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10477-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10479-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10480:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10481:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10482-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10484-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10485:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10486:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10487-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10489-# qhasm:           xmm11 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10490:# asm 1: pand  <xmm5=int6464#6,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10491:# asm 2: pand  <xmm5=%xmm5,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10492-pand  %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10494-# qhasm:           xmm5 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10495:# asm 1: pxor  <xmm1=int6464#2,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10496:# asm 2: pxor  <xmm1=%xmm1,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10497-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10499-# qhasm:           xmm5 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10500:# asm 1: pand  <xmm14=int6464#12,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10501:# asm 2: pand  <xmm14=%xmm11,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10502-pand  %xmm11,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10504-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10505:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10506:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10507-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10509-# qhasm:           xmm5 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10510:# asm 1: pxor  <xmm1=int6464#2,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10511:# asm 2: pxor  <xmm1=%xmm1,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10512-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10514-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10515:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10516:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10517-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10519-# qhasm:         xmm5 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10520:# asm 1: pxor  <xmm12=int6464#9,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10521:# asm 2: pxor  <xmm12=%xmm8,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10522-pxor  %xmm8,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10524-# qhasm:         xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10525:# asm 1: pxor  <xmm12=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10526:# asm 2: pxor  <xmm12=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10527-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10529-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10530:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10531:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10532-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10534-# qhasm:         xmm6 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10535:# asm 1: pxor  <xmm8=int6464#10,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10536:# asm 2: pxor  <xmm8=%xmm9,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10537-pxor  %xmm9,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10539-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10540:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10541:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10542-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10544-# qhasm:       xmm1 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10545:# asm 1: pxor  <xmm3=int6464#4,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10546:# asm 2: pxor  <xmm3=%xmm3,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10547-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10549-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10550:# asm 1: pxor  <xmm5=int6464#6,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10551:# asm 2: pxor  <xmm5=%xmm5,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10552-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10554-# qhasm:       xmm3 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10555:# asm 1: pxor  <xmm0=int6464#1,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10556:# asm 2: pxor  <xmm0=%xmm0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10557-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10559-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10560:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10561:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10562-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10564-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10565:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10566:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10567-pxor  %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10569-# qhasm:       xmm7 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10570:# asm 1: pxor  <xmm6=int6464#7,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10571:# asm 2: pxor  <xmm6=%xmm6,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10572-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10574-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10575:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10576:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10577-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10579-# qhasm:       xmm6 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10580:# asm 1: pxor  <xmm4=int6464#5,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10581:# asm 2: pxor  <xmm4=%xmm4,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10582-pxor  %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10584-# qhasm:       xmm4 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10585:# asm 1: pxor  <xmm7=int6464#8,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10586:# asm 2: pxor  <xmm7=%xmm7,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10587-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10589-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10590:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10591:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10592-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10594-# qhasm:   xmm7 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10595:# asm 1: pxor  RCON,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10596:# asm 2: pxor  RCON,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10597-pxor  RCON,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10599-# qhasm:   shuffle bytes of xmm0 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10600:# asm 1: pshufb EXPB0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10601:# asm 2: pshufb EXPB0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10602-pshufb EXPB0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10604-# qhasm:   shuffle bytes of xmm1 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10605:# asm 1: pshufb EXPB0,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10606:# asm 2: pshufb EXPB0,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10607-pshufb EXPB0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10609-# qhasm:   shuffle bytes of xmm2 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10610:# asm 1: pshufb EXPB0,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10611:# asm 2: pshufb EXPB0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10612-pshufb EXPB0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10614-# qhasm:   shuffle bytes of xmm3 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10615:# asm 1: pshufb EXPB0,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10616:# asm 2: pshufb EXPB0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10617-pshufb EXPB0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10619-# qhasm:   shuffle bytes of xmm4 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10620:# asm 1: pshufb EXPB0,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10621:# asm 2: pshufb EXPB0,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10622-pshufb EXPB0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10624-# qhasm:   shuffle bytes of xmm5 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10625:# asm 1: pshufb EXPB0,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10626:# asm 2: pshufb EXPB0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10627-pshufb EXPB0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10629-# qhasm:   shuffle bytes of xmm6 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10630:# asm 1: pshufb EXPB0,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10631:# asm 2: pshufb EXPB0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10632-pshufb EXPB0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10634-# qhasm:   shuffle bytes of xmm7 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10635:# asm 1: pshufb EXPB0,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10636:# asm 2: pshufb EXPB0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10637-pshufb EXPB0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10639-# qhasm:   xmm8 = *(int128 *)(c + 896)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10640:# asm 1: movdqa 896(<c=int64#1),>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10641:# asm 2: movdqa 896(<c=%rdi),>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10642-movdqa 896(%rdi),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10644-# qhasm:   xmm9 = *(int128 *)(c + 912)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10645:# asm 1: movdqa 912(<c=int64#1),>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10646:# asm 2: movdqa 912(<c=%rdi),>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10647-movdqa 912(%rdi),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10649-# qhasm:   xmm10 = *(int128 *)(c + 928)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10650:# asm 1: movdqa 928(<c=int64#1),>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10651:# asm 2: movdqa 928(<c=%rdi),>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10652-movdqa 928(%rdi),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10654-# qhasm:   xmm11 = *(int128 *)(c + 944)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10655:# asm 1: movdqa 944(<c=int64#1),>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10656:# asm 2: movdqa 944(<c=%rdi),>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10657-movdqa 944(%rdi),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10659-# qhasm:   xmm12 = *(int128 *)(c + 960)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10660:# asm 1: movdqa 960(<c=int64#1),>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10661:# asm 2: movdqa 960(<c=%rdi),>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10662-movdqa 960(%rdi),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10664-# qhasm:   xmm13 = *(int128 *)(c + 976)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10665:# asm 1: movdqa 976(<c=int64#1),>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10666:# asm 2: movdqa 976(<c=%rdi),>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10667-movdqa 976(%rdi),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10669-# qhasm:   xmm14 = *(int128 *)(c + 992)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10670:# asm 1: movdqa 992(<c=int64#1),>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10671:# asm 2: movdqa 992(<c=%rdi),>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10672-movdqa 992(%rdi),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10674-# qhasm:   xmm15 = *(int128 *)(c + 1008)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10675:# asm 1: movdqa 1008(<c=int64#1),>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10676:# asm 2: movdqa 1008(<c=%rdi),>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10677-movdqa 1008(%rdi),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10679-# qhasm:   xmm8 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10680:# asm 1: pxor  ONE,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10681:# asm 2: pxor  ONE,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10682-pxor  ONE,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10684-# qhasm:   xmm9 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10685:# asm 1: pxor  ONE,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10686:# asm 2: pxor  ONE,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10687-pxor  ONE,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10689-# qhasm:   xmm13 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10690:# asm 1: pxor  ONE,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10691:# asm 2: pxor  ONE,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10692-pxor  ONE,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10694-# qhasm:   xmm14 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10695:# asm 1: pxor  ONE,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10696:# asm 2: pxor  ONE,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10697-pxor  ONE,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10699-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10700:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10701:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10702-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10704-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10705:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10706:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10707-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10709-# qhasm:   xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10710:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10711:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10712-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10714-# qhasm:   xmm3 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10715:# asm 1: pxor  <xmm11=int6464#12,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10716:# asm 2: pxor  <xmm11=%xmm11,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10717-pxor  %xmm11,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10719-# qhasm:   xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10720:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10721:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10722-pxor  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10724-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10725:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10726:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10727-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10729-# qhasm:   xmm6 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10730:# asm 1: pxor  <xmm14=int6464#15,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10731:# asm 2: pxor  <xmm14=%xmm14,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10732-pxor  %xmm14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10734-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10735:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10736:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10737-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10739-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10740:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10741:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10742-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10744-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10745:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10746:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10747-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10749-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10750:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10751:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10752-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10754-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10755:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10756:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10757-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10759-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10760:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10761:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10762-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10764-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10765:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10766:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10767-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10769-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10770:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10771:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10772-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10774-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10775:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10776:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10777-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10779-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10780:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10781:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10782-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10784-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10785:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10786:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10787-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10789-# qhasm:   xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10790:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10791:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10792-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10794-# qhasm:   xmm3 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10795:# asm 1: pxor  <xmm11=int6464#12,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10796:# asm 2: pxor  <xmm11=%xmm11,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10797-pxor  %xmm11,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10799-# qhasm:   xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10800:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10801:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10802-pxor  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10804-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10805:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10806:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10807-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10809-# qhasm:   xmm6 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10810:# asm 1: pxor  <xmm14=int6464#15,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10811:# asm 2: pxor  <xmm14=%xmm14,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10812-pxor  %xmm14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10814-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10815:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10816:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10817-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10819-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10820:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10821:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10822-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10824-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10825:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10826:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10827-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10829-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10830:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10831:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10832-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10834-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10835:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10836:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10837-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10839-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10840:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10841:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10842-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10844-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10845:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10846:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10847-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10849-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10850:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10851:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10852-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10854-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10855:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10856:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10857-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10859-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10860:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10861:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10862-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10864-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10865:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10866:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10867-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10869-# qhasm:   xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10870:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10871:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10872-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10874-# qhasm:   xmm3 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10875:# asm 1: pxor  <xmm11=int6464#12,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10876:# asm 2: pxor  <xmm11=%xmm11,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10877-pxor  %xmm11,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10879-# qhasm:   xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10880:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10881:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10882-pxor  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10884-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10885:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10886:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10887-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10889-# qhasm:   xmm6 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10890:# asm 1: pxor  <xmm14=int6464#15,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10891:# asm 2: pxor  <xmm14=%xmm14,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10892-pxor  %xmm14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10894-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10895:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10896:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10897-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10899-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10900:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10901:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10902-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10904-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10905:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10906:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10907-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10909-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10910:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10911:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10912-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10914-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10915:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10916:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10917-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10919-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10920:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10921:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10922-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10924-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10925:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10926:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10927-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10929-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10930:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10931:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10932-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10934-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10935:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10936:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10937-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10939-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10940:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10941:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10942-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10944-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10945:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10946:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10947-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10949-# qhasm:   xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10950:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10951:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10952-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10954-# qhasm:   xmm3 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10955:# asm 1: pxor  <xmm11=int6464#12,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10956:# asm 2: pxor  <xmm11=%xmm11,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10957-pxor  %xmm11,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10959-# qhasm:   xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10960:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10961:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10962-pxor  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10964-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10965:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10966:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10967-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10969-# qhasm:   xmm6 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10970:# asm 1: pxor  <xmm14=int6464#15,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10971:# asm 2: pxor  <xmm14=%xmm14,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10972-pxor  %xmm14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10974-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10975:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10976:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10977-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10979-# qhasm:   *(int128 *)(c + 1024) = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10980:# asm 1: movdqa <xmm0=int6464#1,1024(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10981:# asm 2: movdqa <xmm0=%xmm0,1024(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10982-movdqa %xmm0,1024(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10984-# qhasm:   *(int128 *)(c + 1040) = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10985:# asm 1: movdqa <xmm1=int6464#2,1040(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10986:# asm 2: movdqa <xmm1=%xmm1,1040(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10987-movdqa %xmm1,1040(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10989-# qhasm:   *(int128 *)(c + 1056) = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10990:# asm 1: movdqa <xmm2=int6464#3,1056(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10991:# asm 2: movdqa <xmm2=%xmm2,1056(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10992-movdqa %xmm2,1056(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10994-# qhasm:   *(int128 *)(c + 1072) = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10995:# asm 1: movdqa <xmm3=int6464#4,1072(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:10996:# asm 2: movdqa <xmm3=%xmm3,1072(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10997-movdqa %xmm3,1072(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-10999-# qhasm:   *(int128 *)(c + 1088) = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11000:# asm 1: movdqa <xmm4=int6464#5,1088(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11001:# asm 2: movdqa <xmm4=%xmm4,1088(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11002-movdqa %xmm4,1088(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11004-# qhasm:   *(int128 *)(c + 1104) = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11005:# asm 1: movdqa <xmm5=int6464#6,1104(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11006:# asm 2: movdqa <xmm5=%xmm5,1104(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11007-movdqa %xmm5,1104(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11009-# qhasm:   *(int128 *)(c + 1120) = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11010:# asm 1: movdqa <xmm6=int6464#7,1120(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11011:# asm 2: movdqa <xmm6=%xmm6,1120(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11012-movdqa %xmm6,1120(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11014-# qhasm:   *(int128 *)(c + 1136) = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11015:# asm 1: movdqa <xmm7=int6464#8,1136(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11016:# asm 2: movdqa <xmm7=%xmm7,1136(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11017-movdqa %xmm7,1136(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11019-# qhasm:   xmm0 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11020:# asm 1: pxor  ONE,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11021:# asm 2: pxor  ONE,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11022-pxor  ONE,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11024-# qhasm:   xmm1 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11025:# asm 1: pxor  ONE,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11026:# asm 2: pxor  ONE,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11027-pxor  ONE,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11029-# qhasm:   xmm5 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11030:# asm 1: pxor  ONE,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11031:# asm 2: pxor  ONE,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11032-pxor  ONE,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11034-# qhasm:   xmm6 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11035:# asm 1: pxor  ONE,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11036:# asm 2: pxor  ONE,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11037-pxor  ONE,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11039-# qhasm:     shuffle bytes of xmm0 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11040:# asm 1: pshufb ROTB,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11041:# asm 2: pshufb ROTB,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11042-pshufb ROTB,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11044-# qhasm:     shuffle bytes of xmm1 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11045:# asm 1: pshufb ROTB,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11046:# asm 2: pshufb ROTB,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11047-pshufb ROTB,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11049-# qhasm:     shuffle bytes of xmm2 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11050:# asm 1: pshufb ROTB,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11051:# asm 2: pshufb ROTB,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11052-pshufb ROTB,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11054-# qhasm:     shuffle bytes of xmm3 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11055:# asm 1: pshufb ROTB,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11056:# asm 2: pshufb ROTB,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11057-pshufb ROTB,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11059-# qhasm:     shuffle bytes of xmm4 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11060:# asm 1: pshufb ROTB,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11061:# asm 2: pshufb ROTB,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11062-pshufb ROTB,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11064-# qhasm:     shuffle bytes of xmm5 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11065:# asm 1: pshufb ROTB,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11066:# asm 2: pshufb ROTB,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11067-pshufb ROTB,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11069-# qhasm:     shuffle bytes of xmm6 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11070:# asm 1: pshufb ROTB,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11071:# asm 2: pshufb ROTB,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11072-pshufb ROTB,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11074-# qhasm:     shuffle bytes of xmm7 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11075:# asm 1: pshufb ROTB,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11076:# asm 2: pshufb ROTB,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11077-pshufb ROTB,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11079-# qhasm:       xmm5 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11080:# asm 1: pxor  <xmm6=int6464#7,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11081:# asm 2: pxor  <xmm6=%xmm6,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11082-pxor  %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11084-# qhasm:       xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11085:# asm 1: pxor  <xmm1=int6464#2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11086:# asm 2: pxor  <xmm1=%xmm1,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11087-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11089-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11090:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11091:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11092-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11094-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11095:# asm 1: pxor  <xmm2=int6464#3,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11096:# asm 2: pxor  <xmm2=%xmm2,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11097-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11099-# qhasm:       xmm3 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11100:# asm 1: pxor  <xmm0=int6464#1,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11101:# asm 2: pxor  <xmm0=%xmm0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11102-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11104-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11105:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11106:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11107-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11109-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11110:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11111:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11112-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11114-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11115:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11116:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11117-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11119-# qhasm:       xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11120:# asm 1: pxor  <xmm5=int6464#6,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11121:# asm 2: pxor  <xmm5=%xmm5,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11122-pxor  %xmm5,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11124-# qhasm:       xmm3 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11125:# asm 1: pxor  <xmm1=int6464#2,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11126:# asm 2: pxor  <xmm1=%xmm1,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11127-pxor  %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11129-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11130:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11131:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11132-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11134-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11135:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11136:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11137-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11139-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11140:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11141:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11142-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11144-# qhasm:       xmm11 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11145:# asm 1: movdqa <xmm7=int6464#8,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11146:# asm 2: movdqa <xmm7=%xmm7,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11147-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11149-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11150:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11151:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11152-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11154-# qhasm:       xmm9 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11155:# asm 1: movdqa <xmm5=int6464#6,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11156:# asm 2: movdqa <xmm5=%xmm5,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11157-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11159-# qhasm:       xmm13 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11160:# asm 1: movdqa <xmm2=int6464#3,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11161:# asm 2: movdqa <xmm2=%xmm2,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11162-movdqa %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11164-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11165:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11166:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11167-movdqa %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11169-# qhasm:       xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11170:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11171:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11172-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11174-# qhasm:       xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11175:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11176:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11177-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11179-# qhasm:       xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11180:# asm 1: pxor  <xmm3=int6464#4,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11181:# asm 2: pxor  <xmm3=%xmm3,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11182-pxor  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11184-# qhasm:       xmm13 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11185:# asm 1: pxor  <xmm4=int6464#5,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11186:# asm 2: pxor  <xmm4=%xmm4,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11187-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11189-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11190:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11191:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11192-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11194-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11195:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11196:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11197-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11199-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11200:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11201:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11202-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11204-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11205:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11206:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11207-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11209-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11210:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11211:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11212-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11214-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11215:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11216:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11217-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11219-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11220:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11221:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11222-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11224-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11225:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11226:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11227-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11229-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11230:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11231:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11232-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11234-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11235:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11236:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11237-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11239-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11240:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11241:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11242-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11244-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11245:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11246:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11247-movdqa %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11249-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11250:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11251:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11252-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11254-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11255:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11256:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11257-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11259-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11260:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11261:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11262-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11264-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11265:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11266:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11267-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11269-# qhasm:       xmm13 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11270:# asm 1: movdqa <xmm7=int6464#8,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11271:# asm 2: movdqa <xmm7=%xmm7,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11272-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11274-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11275:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11276:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11277-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11279-# qhasm:       xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11280:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11281:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11282-movdqa %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11284-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11285:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11286:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11287-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11289-# qhasm:       xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11290:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11291:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11292-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11294-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11295:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11296:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11297-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11299-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11300:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11301:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11302-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11304-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11305:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11306:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11307-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11309-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11310:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11311:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11312-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11314-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11315:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11316:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11317-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11319-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11320:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11321:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11322-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11324-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11325:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11326:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11327-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11329-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11330:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11331:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11332-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11334-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11335:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11336:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11337-movdqa %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11339-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11340:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11341:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11342-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11344-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11345:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11346:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11347-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11349-# qhasm:       xmm15 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11350:# asm 1: movdqa <xmm7=int6464#8,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11351:# asm 2: movdqa <xmm7=%xmm7,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11352-movdqa %xmm7,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11354-# qhasm:       xmm12 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11355:# asm 1: pand  <xmm3=int6464#4,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11356:# asm 2: pand  <xmm3=%xmm3,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11357-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11359-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11360:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11361:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11362-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11364-# qhasm:       xmm14 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11365:# asm 1: pand  <xmm5=int6464#6,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11366:# asm 2: pand  <xmm5=%xmm5,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11367-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11369-# qhasm:       xmm15 |= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11370:# asm 1: por   <xmm6=int6464#7,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11371:# asm 2: por   <xmm6=%xmm6,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11372-por   %xmm6,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11374-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11375:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11376:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11377-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11379-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11380:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11381:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11382-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11384-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11385:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11386:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11387-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11389-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11390:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11391:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11392-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11394-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11395:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11396:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11397-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11399-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11400:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11401:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11402-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11404-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11405:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11406:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11407-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11409-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11410:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11411:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11412-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11414-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11415:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11416:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11417-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11419-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11420:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11421:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11422-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11424-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11425:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11426:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11427-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11429-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11430:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11431:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11432-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11434-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11435:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11436:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11437-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11439-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11440:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11441:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11442-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11444-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11445:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11446:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11447-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11449-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11450:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11451:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11452-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11454-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11455:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11456:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11457-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11459-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11460:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11461:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11462-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11464-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11465:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11466:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11467-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11469-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11470:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11471:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11472-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11474-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11475:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11476:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11477-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11479-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11480:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11481:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11482-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11484-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11485:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11486:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11487-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11489-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11490:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11491:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11492-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11494-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11495:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11496:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11497-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11499-# qhasm:         xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11500:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11501:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11502-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11504-# qhasm:         xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11505:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11506:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11507-movdqa %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11509-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11510:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11511:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11512-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11514-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11515:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11516:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11517-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11519-# qhasm:           xmm10 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11520:# asm 1: pand  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11521:# asm 2: pand  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11522-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11524-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11525:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11526:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11527-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11529-# qhasm:           xmm6 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11530:# asm 1: pand  <xmm14=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11531:# asm 2: pand  <xmm14=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11532-pand  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11534-# qhasm:           xmm5 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11535:# asm 1: pand  <xmm15=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11536:# asm 2: pand  <xmm15=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11537-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11539-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11540:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11541:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11542-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11544-# qhasm:           xmm5 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11545:# asm 1: pxor  <xmm10=int6464#11,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11546:# asm 2: pxor  <xmm10=%xmm10,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11547-pxor  %xmm10,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11549-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11550:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11551:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11552-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11554-# qhasm:         xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11555:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11556:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11557-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11559-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11560:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11561:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11562-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11564-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11565:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11566:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11567-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11569-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11570:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11571:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11572-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11574-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11575:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11576:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11577-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11579-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11580:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11581:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11582-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11584-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11585:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11586:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11587-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11589-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11590:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11591:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11592-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11594-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11595:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11596:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11597-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11599-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11600:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11601:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11602-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11604-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11605:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11606:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11607-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11609-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11610:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11611:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11612-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11614-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11615:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11616:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11617-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11619-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11620:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11621:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11622-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11624-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11625:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11626:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11627-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11629-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11630:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11631:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11632-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11634-# qhasm:           xmm3 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11635:# asm 1: pand  <xmm13=int6464#16,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11636:# asm 2: pand  <xmm13=%xmm15,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11637-pand  %xmm15,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11639-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11640:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11641:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11642-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11644-# qhasm:           xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11645:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11646:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11647-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11649-# qhasm:         xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11650:# asm 1: pxor  <xmm12=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11651:# asm 2: pxor  <xmm12=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11652-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11654-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11655:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11656:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11657-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11659-# qhasm:         xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11660:# asm 1: pxor  <xmm8=int6464#10,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11661:# asm 2: pxor  <xmm8=%xmm9,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11662-pxor  %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11664-# qhasm:         xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11665:# asm 1: pxor  <xmm8=int6464#10,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11666:# asm 2: pxor  <xmm8=%xmm9,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11667-pxor  %xmm9,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11669-# qhasm:         xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11670:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11671:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11672-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11674-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11675:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11676:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11677-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11679-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11680:# asm 1: pxor  <xmm4=int6464#5,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11681:# asm 2: pxor  <xmm4=%xmm4,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11682-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11684-# qhasm:         xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11685:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11686:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11687-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11689-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11690:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11691:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11692-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11694-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11695:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11696:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11697-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11699-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11700:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11701:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11702-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11704-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11705:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11706:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11707-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11709-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11710:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11711:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11712-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11714-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11715:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11716:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11717-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11719-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11720:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11721:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11722-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11724-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11725:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11726:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11727-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11729-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11730:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11731:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11732-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11734-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11735:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11736:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11737-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11739-# qhasm:           xmm10 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11740:# asm 1: pand  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11741:# asm 2: pand  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11742-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11744-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11745:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11746:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11747-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11749-# qhasm:           xmm4 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11750:# asm 1: pand  <xmm9=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11751:# asm 2: pand  <xmm9=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11752-pand  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11754-# qhasm:           xmm2 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11755:# asm 1: pand  <xmm13=int6464#16,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11756:# asm 2: pand  <xmm13=%xmm15,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11757-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11759-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11760:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11761:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11762-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11764-# qhasm:           xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11765:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11766:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11767-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11769-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11770:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11771:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11772-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11774-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11775:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11776:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11777-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11779-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11780:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11781:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11782-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11784-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11785:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11786:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11787-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11789-# qhasm:           xmm11 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11790:# asm 1: pand  <xmm7=int6464#8,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11791:# asm 2: pand  <xmm7=%xmm7,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11792-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11794-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11795:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11796:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11797-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11799-# qhasm:           xmm7 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11800:# asm 1: pand  <xmm14=int6464#12,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11801:# asm 2: pand  <xmm14=%xmm11,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11802-pand  %xmm11,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11804-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11805:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11806:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11807-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11809-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11810:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11811:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11812-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11814-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11815:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11816:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11817-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11819-# qhasm:         xmm7 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11820:# asm 1: pxor  <xmm12=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11821:# asm 2: pxor  <xmm12=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11822-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11824-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11825:# asm 1: pxor  <xmm12=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11826:# asm 2: pxor  <xmm12=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11827-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11829-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11830:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11831:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11832-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11834-# qhasm:         xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11835:# asm 1: pxor  <xmm8=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11836:# asm 2: pxor  <xmm8=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11837-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11839-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11840:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11841:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11842-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11844-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11845:# asm 1: pxor  <xmm6=int6464#7,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11846:# asm 2: pxor  <xmm6=%xmm6,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11847-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11849-# qhasm:       xmm4 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11850:# asm 1: pxor  <xmm7=int6464#8,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11851:# asm 2: pxor  <xmm7=%xmm7,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11852-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11854-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11855:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11856:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11857-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11859-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11860:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11861:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11862-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11864-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11865:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11866:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11867-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11869-# qhasm:       xmm5 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11870:# asm 1: pxor  <xmm2=int6464#3,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11871:# asm 2: pxor  <xmm2=%xmm2,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11872-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11874-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11875:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11876:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11877-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11879-# qhasm:       xmm2 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11880:# asm 1: pxor  <xmm3=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11881:# asm 2: pxor  <xmm3=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11882-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11884-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11885:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11886:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11887-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11889-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11890:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11891:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11892-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11894-# qhasm:   xmm0 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11895:# asm 1: pxor  RCON,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11896:# asm 2: pxor  RCON,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11897-pxor  RCON,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11899-# qhasm:   xmm1 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11900:# asm 1: pxor  RCON,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11901:# asm 2: pxor  RCON,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11902-pxor  RCON,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11904-# qhasm:   xmm6 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11905:# asm 1: pxor  RCON,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11906:# asm 2: pxor  RCON,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11907-pxor  RCON,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11909-# qhasm:   xmm3 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11910:# asm 1: pxor  RCON,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11911:# asm 2: pxor  RCON,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11912-pxor  RCON,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11914-# qhasm:   shuffle bytes of xmm0 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11915:# asm 1: pshufb EXPB0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11916:# asm 2: pshufb EXPB0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11917-pshufb EXPB0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11919-# qhasm:   shuffle bytes of xmm1 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11920:# asm 1: pshufb EXPB0,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11921:# asm 2: pshufb EXPB0,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11922-pshufb EXPB0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11924-# qhasm:   shuffle bytes of xmm4 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11925:# asm 1: pshufb EXPB0,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11926:# asm 2: pshufb EXPB0,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11927-pshufb EXPB0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11929-# qhasm:   shuffle bytes of xmm6 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11930:# asm 1: pshufb EXPB0,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11931:# asm 2: pshufb EXPB0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11932-pshufb EXPB0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11934-# qhasm:   shuffle bytes of xmm3 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11935:# asm 1: pshufb EXPB0,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11936:# asm 2: pshufb EXPB0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11937-pshufb EXPB0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11939-# qhasm:   shuffle bytes of xmm7 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11940:# asm 1: pshufb EXPB0,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11941:# asm 2: pshufb EXPB0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11942-pshufb EXPB0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11944-# qhasm:   shuffle bytes of xmm2 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11945:# asm 1: pshufb EXPB0,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11946:# asm 2: pshufb EXPB0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11947-pshufb EXPB0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11949-# qhasm:   shuffle bytes of xmm5 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11950:# asm 1: pshufb EXPB0,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11951:# asm 2: pshufb EXPB0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11952-pshufb EXPB0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11954-# qhasm:   xmm8 = *(int128 *)(c + 1024)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11955:# asm 1: movdqa 1024(<c=int64#1),>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11956:# asm 2: movdqa 1024(<c=%rdi),>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11957-movdqa 1024(%rdi),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11959-# qhasm:   xmm9 = *(int128 *)(c + 1040)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11960:# asm 1: movdqa 1040(<c=int64#1),>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11961:# asm 2: movdqa 1040(<c=%rdi),>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11962-movdqa 1040(%rdi),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11964-# qhasm:   xmm10 = *(int128 *)(c + 1056)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11965:# asm 1: movdqa 1056(<c=int64#1),>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11966:# asm 2: movdqa 1056(<c=%rdi),>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11967-movdqa 1056(%rdi),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11969-# qhasm:   xmm11 = *(int128 *)(c + 1072)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11970:# asm 1: movdqa 1072(<c=int64#1),>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11971:# asm 2: movdqa 1072(<c=%rdi),>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11972-movdqa 1072(%rdi),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11974-# qhasm:   xmm12 = *(int128 *)(c + 1088)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11975:# asm 1: movdqa 1088(<c=int64#1),>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11976:# asm 2: movdqa 1088(<c=%rdi),>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11977-movdqa 1088(%rdi),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11979-# qhasm:   xmm13 = *(int128 *)(c + 1104)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11980:# asm 1: movdqa 1104(<c=int64#1),>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11981:# asm 2: movdqa 1104(<c=%rdi),>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11982-movdqa 1104(%rdi),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11984-# qhasm:   xmm14 = *(int128 *)(c + 1120)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11985:# asm 1: movdqa 1120(<c=int64#1),>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11986:# asm 2: movdqa 1120(<c=%rdi),>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11987-movdqa 1120(%rdi),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11989-# qhasm:   xmm15 = *(int128 *)(c + 1136)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11990:# asm 1: movdqa 1136(<c=int64#1),>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11991:# asm 2: movdqa 1136(<c=%rdi),>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11992-movdqa 1136(%rdi),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11994-# qhasm:   xmm8 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11995:# asm 1: pxor  ONE,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:11996:# asm 2: pxor  ONE,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11997-pxor  ONE,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-11999-# qhasm:   xmm9 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12000:# asm 1: pxor  ONE,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12001:# asm 2: pxor  ONE,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12002-pxor  ONE,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12004-# qhasm:   xmm13 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12005:# asm 1: pxor  ONE,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12006:# asm 2: pxor  ONE,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12007-pxor  ONE,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12009-# qhasm:   xmm14 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12010:# asm 1: pxor  ONE,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12011:# asm 2: pxor  ONE,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12012-pxor  ONE,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12014-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12015:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12016:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12017-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12019-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12020:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12021:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12022-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12024-# qhasm:   xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12025:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12026:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12027-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12029-# qhasm:   xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12030:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12031:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12032-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12034-# qhasm:   xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12035:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12036:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12037-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12039-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12040:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12041:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12042-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12044-# qhasm:   xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12045:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12046:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12047-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12049-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12050:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12051:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12052-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12054-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12055:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12056:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12057-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12059-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12060:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12061:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12062-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12064-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12065:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12066:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12067-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12069-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12070:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12071:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12072-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12074-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12075:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12076:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12077-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12079-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12080:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12081:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12082-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12084-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12085:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12086:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12087-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12089-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12090:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12091:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12092-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12094-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12095:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12096:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12097-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12099-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12100:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12101:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12102-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12104-# qhasm:   xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12105:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12106:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12107-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12109-# qhasm:   xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12110:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12111:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12112-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12114-# qhasm:   xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12115:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12116:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12117-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12119-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12120:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12121:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12122-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12124-# qhasm:   xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12125:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12126:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12127-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12129-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12130:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12131:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12132-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12134-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12135:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12136:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12137-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12139-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12140:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12141:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12142-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12144-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12145:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12146:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12147-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12149-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12150:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12151:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12152-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12154-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12155:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12156:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12157-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12159-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12160:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12161:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12162-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12164-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12165:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12166:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12167-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12169-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12170:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12171:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12172-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12174-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12175:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12176:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12177-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12179-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12180:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12181:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12182-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12184-# qhasm:   xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12185:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12186:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12187-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12189-# qhasm:   xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12190:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12191:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12192-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12194-# qhasm:   xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12195:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12196:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12197-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12199-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12200:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12201:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12202-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12204-# qhasm:   xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12205:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12206:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12207-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12209-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12210:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12211:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12212-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12214-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12215:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12216:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12217-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12219-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12220:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12221:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12222-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12224-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12225:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12226:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12227-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12229-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12230:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12231:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12232-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12234-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12235:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12236:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12237-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12239-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12240:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12241:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12242-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12244-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12245:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12246:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12247-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12249-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12250:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12251:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12252-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12254-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12255:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12256:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12257-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12259-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12260:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12261:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12262-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12264-# qhasm:   xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12265:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12266:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12267-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12269-# qhasm:   xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12270:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12271:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12272-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12274-# qhasm:   xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12275:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12276:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12277-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12279-# qhasm:   xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12280:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12281:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12282-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12284-# qhasm:   xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12285:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12286:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12287-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12289-# qhasm:   xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12290:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12291:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12292-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12294-# qhasm:   *(int128 *)(c + 1152) = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12295:# asm 1: movdqa <xmm0=int6464#1,1152(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12296:# asm 2: movdqa <xmm0=%xmm0,1152(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12297-movdqa %xmm0,1152(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12299-# qhasm:   *(int128 *)(c + 1168) = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12300:# asm 1: movdqa <xmm1=int6464#2,1168(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12301:# asm 2: movdqa <xmm1=%xmm1,1168(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12302-movdqa %xmm1,1168(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12304-# qhasm:   *(int128 *)(c + 1184) = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12305:# asm 1: movdqa <xmm4=int6464#5,1184(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12306:# asm 2: movdqa <xmm4=%xmm4,1184(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12307-movdqa %xmm4,1184(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12309-# qhasm:   *(int128 *)(c + 1200) = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12310:# asm 1: movdqa <xmm6=int6464#7,1200(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12311:# asm 2: movdqa <xmm6=%xmm6,1200(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12312-movdqa %xmm6,1200(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12314-# qhasm:   *(int128 *)(c + 1216) = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12315:# asm 1: movdqa <xmm3=int6464#4,1216(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12316:# asm 2: movdqa <xmm3=%xmm3,1216(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12317-movdqa %xmm3,1216(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12319-# qhasm:   *(int128 *)(c + 1232) = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12320:# asm 1: movdqa <xmm7=int6464#8,1232(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12321:# asm 2: movdqa <xmm7=%xmm7,1232(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12322-movdqa %xmm7,1232(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12324-# qhasm:   *(int128 *)(c + 1248) = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12325:# asm 1: movdqa <xmm2=int6464#3,1248(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12326:# asm 2: movdqa <xmm2=%xmm2,1248(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12327-movdqa %xmm2,1248(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12329-# qhasm:   *(int128 *)(c + 1264) = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12330:# asm 1: movdqa <xmm5=int6464#6,1264(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12331:# asm 2: movdqa <xmm5=%xmm5,1264(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12332-movdqa %xmm5,1264(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12334-# qhasm:   xmm0 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12335:# asm 1: pxor  ONE,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12336:# asm 2: pxor  ONE,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12337-pxor  ONE,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12339-# qhasm:   xmm1 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12340:# asm 1: pxor  ONE,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12341:# asm 2: pxor  ONE,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12342-pxor  ONE,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12344-# qhasm:   xmm7 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12345:# asm 1: pxor  ONE,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12346:# asm 2: pxor  ONE,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12347-pxor  ONE,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12349-# qhasm:   xmm2 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12350:# asm 1: pxor  ONE,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12351:# asm 2: pxor  ONE,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12352-pxor  ONE,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12354-# qhasm:     shuffle bytes of xmm0 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12355:# asm 1: pshufb ROTB,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12356:# asm 2: pshufb ROTB,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12357-pshufb ROTB,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12359-# qhasm:     shuffle bytes of xmm1 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12360:# asm 1: pshufb ROTB,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12361:# asm 2: pshufb ROTB,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12362-pshufb ROTB,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12364-# qhasm:     shuffle bytes of xmm4 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12365:# asm 1: pshufb ROTB,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12366:# asm 2: pshufb ROTB,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12367-pshufb ROTB,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12369-# qhasm:     shuffle bytes of xmm6 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12370:# asm 1: pshufb ROTB,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12371:# asm 2: pshufb ROTB,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12372-pshufb ROTB,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12374-# qhasm:     shuffle bytes of xmm3 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12375:# asm 1: pshufb ROTB,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12376:# asm 2: pshufb ROTB,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12377-pshufb ROTB,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12379-# qhasm:     shuffle bytes of xmm7 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12380:# asm 1: pshufb ROTB,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12381:# asm 2: pshufb ROTB,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12382-pshufb ROTB,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12384-# qhasm:     shuffle bytes of xmm2 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12385:# asm 1: pshufb ROTB,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12386:# asm 2: pshufb ROTB,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12387-pshufb ROTB,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12389-# qhasm:     shuffle bytes of xmm5 by ROTB
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12390:# asm 1: pshufb ROTB,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12391:# asm 2: pshufb ROTB,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12392-pshufb ROTB,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12394-# qhasm:       xmm7 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12395:# asm 1: pxor  <xmm2=int6464#3,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12396:# asm 2: pxor  <xmm2=%xmm2,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12397-pxor  %xmm2,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12399-# qhasm:       xmm4 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12400:# asm 1: pxor  <xmm1=int6464#2,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12401:# asm 2: pxor  <xmm1=%xmm1,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12402-pxor  %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12404-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12405:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12406:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12407-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12409-# qhasm:       xmm2 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12410:# asm 1: pxor  <xmm4=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12411:# asm 2: pxor  <xmm4=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12412-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12414-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12415:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12416:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12417-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12419-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12420:# asm 1: pxor  <xmm6=int6464#7,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12421:# asm 2: pxor  <xmm6=%xmm6,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12422-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12424-# qhasm:       xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12425:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12426:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12427-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12429-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12430:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12431:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12432-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12434-# qhasm:       xmm5 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12435:# asm 1: pxor  <xmm7=int6464#8,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12436:# asm 2: pxor  <xmm7=%xmm7,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12437-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12439-# qhasm:       xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12440:# asm 1: pxor  <xmm1=int6464#2,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12441:# asm 2: pxor  <xmm1=%xmm1,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12442-pxor  %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12444-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12445:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12446:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12447-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12449-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12450:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12451:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12452-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12454-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12455:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12456:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12457-pxor  %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12459-# qhasm:       xmm11 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12460:# asm 1: movdqa <xmm5=int6464#6,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12461:# asm 2: movdqa <xmm5=%xmm5,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12462-movdqa %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12464-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12465:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12466:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12467-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12469-# qhasm:       xmm9 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12470:# asm 1: movdqa <xmm7=int6464#8,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12471:# asm 2: movdqa <xmm7=%xmm7,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12472-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12474-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12475:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12476:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12477-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12479-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12480:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12481:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12482-movdqa %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12484-# qhasm:       xmm11 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12485:# asm 1: pxor  <xmm3=int6464#4,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12486:# asm 2: pxor  <xmm3=%xmm3,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12487-pxor  %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12489-# qhasm:       xmm10 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12490:# asm 1: pxor  <xmm4=int6464#5,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12491:# asm 2: pxor  <xmm4=%xmm4,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12492-pxor  %xmm4,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12494-# qhasm:       xmm9 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12495:# asm 1: pxor  <xmm6=int6464#7,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12496:# asm 2: pxor  <xmm6=%xmm6,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12497-pxor  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12499-# qhasm:       xmm13 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12500:# asm 1: pxor  <xmm3=int6464#4,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12501:# asm 2: pxor  <xmm3=%xmm3,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12502-pxor  %xmm3,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12504-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12505:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12506:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12507-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12509-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12510:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12511:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12512-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12514-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12515:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12516:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12517-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12519-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12520:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12521:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12522-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12524-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12525:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12526:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12527-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12529-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12530:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12531:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12532-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12534-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12535:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12536:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12537-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12539-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12540:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12541:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12542-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12544-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12545:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12546:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12547-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12549-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12550:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12551:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12552-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12554-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12555:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12556:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12557-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12559-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12560:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12561:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12562-movdqa %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12564-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12565:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12566:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12567-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12569-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12570:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12571:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12572-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12574-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12575:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12576:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12577-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12579-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12580:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12581:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12582-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12584-# qhasm:       xmm13 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12585:# asm 1: movdqa <xmm5=int6464#6,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12586:# asm 2: movdqa <xmm5=%xmm5,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12587-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12589-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12590:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12591:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12592-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12594-# qhasm:       xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12595:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12596:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12597-movdqa %xmm7,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12599-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12600:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12601:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12602-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12604-# qhasm:       xmm12 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12605:# asm 1: pxor  <xmm2=int6464#3,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12606:# asm 2: pxor  <xmm2=%xmm2,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12607-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12609-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12610:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12611:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12612-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12614-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12615:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12616:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12617-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12619-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12620:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12621:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12622-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12624-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12625:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12626:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12627-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12629-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12630:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12631:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12632-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12634-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12635:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12636:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12637-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12639-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12640:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12641:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12642-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12644-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12645:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12646:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12647-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12649-# qhasm:       xmm12 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12650:# asm 1: movdqa <xmm4=int6464#5,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12651:# asm 2: movdqa <xmm4=%xmm4,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12652-movdqa %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12654-# qhasm:       xmm13 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12655:# asm 1: movdqa <xmm3=int6464#4,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12656:# asm 2: movdqa <xmm3=%xmm3,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12657-movdqa %xmm3,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12659-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12660:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12661:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12662-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12664-# qhasm:       xmm15 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12665:# asm 1: movdqa <xmm5=int6464#6,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12666:# asm 2: movdqa <xmm5=%xmm5,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12667-movdqa %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12669-# qhasm:       xmm12 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12670:# asm 1: pand  <xmm6=int6464#7,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12671:# asm 2: pand  <xmm6=%xmm6,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12672-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12674-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12675:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12676:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12677-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12679-# qhasm:       xmm14 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12680:# asm 1: pand  <xmm7=int6464#8,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12681:# asm 2: pand  <xmm7=%xmm7,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12682-pand  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12684-# qhasm:       xmm15 |= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12685:# asm 1: por   <xmm2=int6464#3,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12686:# asm 2: por   <xmm2=%xmm2,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12687-por   %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12689-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12690:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12691:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12692-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12694-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12695:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12696:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12697-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12699-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12700:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12701:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12702-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12704-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12705:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12706:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12707-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12709-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12710:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12711:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12712-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12714-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12715:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12716:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12717-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12719-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12720:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12721:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12722-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12724-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12725:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12726:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12727-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12729-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12730:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12731:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12732-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12734-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12735:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12736:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12737-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12739-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12740:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12741:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12742-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12744-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12745:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12746:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12747-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12749-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12750:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12751:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12752-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12754-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12755:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12756:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12757-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12759-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12760:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12761:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12762-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12764-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12765:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12766:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12767-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12769-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12770:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12771:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12772-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12774-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12775:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12776:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12777-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12779-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12780:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12781:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12782-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12784-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12785:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12786:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12787-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12789-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12790:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12791:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12792-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12794-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12795:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12796:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12797-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12799-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12800:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12801:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12802-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12804-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12805:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12806:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12807-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12809-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12810:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12811:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12812-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12814-# qhasm:         xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12815:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12816:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12817-movdqa %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12819-# qhasm:         xmm8 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12820:# asm 1: movdqa <xmm7=int6464#8,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12821:# asm 2: movdqa <xmm7=%xmm7,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12822-movdqa %xmm7,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12824-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12825:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12826:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12827-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12829-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12830:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12831:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12832-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12834-# qhasm:           xmm10 &= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12835:# asm 1: pand  <xmm2=int6464#3,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12836:# asm 2: pand  <xmm2=%xmm2,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12837-pand  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12839-# qhasm:           xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12840:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12841:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12842-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12844-# qhasm:           xmm2 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12845:# asm 1: pand  <xmm14=int6464#12,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12846:# asm 2: pand  <xmm14=%xmm11,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12847-pand  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12849-# qhasm:           xmm7 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12850:# asm 1: pand  <xmm15=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12851:# asm 2: pand  <xmm15=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12852-pand  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12854-# qhasm:           xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12855:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12856:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12857-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12859-# qhasm:           xmm7 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12860:# asm 1: pxor  <xmm10=int6464#11,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12861:# asm 2: pxor  <xmm10=%xmm10,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12862-pxor  %xmm10,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12864-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12865:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12866:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12867-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12869-# qhasm:         xmm8 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12870:# asm 1: pxor  <xmm6=int6464#7,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12871:# asm 2: pxor  <xmm6=%xmm6,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12872-pxor  %xmm6,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12874-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12875:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12876:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12877-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12879-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12880:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12881:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12882-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12884-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12885:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12886:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12887-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12889-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12890:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12891:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12892-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12894-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12895:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12896:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12897-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12899-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12900:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12901:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12902-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12904-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12905:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12906:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12907-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12909-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12910:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12911:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12912-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12914-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12915:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12916:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12917-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12919-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12920:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12921:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12922-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12924-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12925:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12926:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12927-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12929-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12930:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12931:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12932-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12934-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12935:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12936:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12937-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12939-# qhasm:           xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12940:# asm 1: pxor  <xmm6=int6464#7,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12941:# asm 2: pxor  <xmm6=%xmm6,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12942-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12944-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12945:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12946:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12947-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12949-# qhasm:           xmm6 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12950:# asm 1: pand  <xmm13=int6464#16,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12951:# asm 2: pand  <xmm13=%xmm15,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12952-pand  %xmm15,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12954-# qhasm:           xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12955:# asm 1: pxor  <xmm6=int6464#7,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12956:# asm 2: pxor  <xmm6=%xmm6,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12957-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12959-# qhasm:           xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12960:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12961:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12962-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12964-# qhasm:         xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12965:# asm 1: pxor  <xmm12=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12966:# asm 2: pxor  <xmm12=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12967-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12969-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12970:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12971:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12972-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12974-# qhasm:         xmm7 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12975:# asm 1: pxor  <xmm8=int6464#10,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12976:# asm 2: pxor  <xmm8=%xmm9,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12977-pxor  %xmm9,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12979-# qhasm:         xmm6 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12980:# asm 1: pxor  <xmm8=int6464#10,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12981:# asm 2: pxor  <xmm8=%xmm9,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12982-pxor  %xmm9,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12984-# qhasm:         xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12985:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12986:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12987-movdqa %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12989-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12990:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12991:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12992-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12994-# qhasm:         xmm12 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12995:# asm 1: pxor  <xmm3=int6464#4,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:12996:# asm 2: pxor  <xmm3=%xmm3,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12997-pxor  %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-12999-# qhasm:         xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13000:# asm 1: pxor  <xmm4=int6464#5,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13001:# asm 2: pxor  <xmm4=%xmm4,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13002-pxor  %xmm4,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13004-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13005:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13006:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13007-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13009-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13010:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13011:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13012-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13014-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13015:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13016:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13017-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13019-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13020:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13021:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13022-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13024-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13025:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13026:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13027-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13029-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13030:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13031:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13032-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13034-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13035:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13036:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13037-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13039-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13040:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13041:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13042-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13044-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13045:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13046:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13047-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13049-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13050:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13051:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13052-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13054-# qhasm:           xmm10 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13055:# asm 1: pand  <xmm3=int6464#4,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13056:# asm 2: pand  <xmm3=%xmm3,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13057-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13059-# qhasm:           xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13060:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13061:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13062-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13064-# qhasm:           xmm3 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13065:# asm 1: pand  <xmm9=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13066:# asm 2: pand  <xmm9=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13067-pand  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13069-# qhasm:           xmm4 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13070:# asm 1: pand  <xmm13=int6464#16,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13071:# asm 2: pand  <xmm13=%xmm15,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13072-pand  %xmm15,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13074-# qhasm:           xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13075:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13076:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13077-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13079-# qhasm:           xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13080:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13081:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13082-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13084-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13085:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13086:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13087-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13089-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13090:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13091:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13092-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13094-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13095:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13096:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13097-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13099-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13100:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13101:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13102-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13104-# qhasm:           xmm11 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13105:# asm 1: pand  <xmm5=int6464#6,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13106:# asm 2: pand  <xmm5=%xmm5,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13107-pand  %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13109-# qhasm:           xmm5 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13110:# asm 1: pxor  <xmm1=int6464#2,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13111:# asm 2: pxor  <xmm1=%xmm1,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13112-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13114-# qhasm:           xmm5 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13115:# asm 1: pand  <xmm14=int6464#12,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13116:# asm 2: pand  <xmm14=%xmm11,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13117-pand  %xmm11,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13119-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13120:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13121:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13122-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13124-# qhasm:           xmm5 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13125:# asm 1: pxor  <xmm1=int6464#2,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13126:# asm 2: pxor  <xmm1=%xmm1,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13127-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13129-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13130:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13131:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13132-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13134-# qhasm:         xmm5 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13135:# asm 1: pxor  <xmm12=int6464#9,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13136:# asm 2: pxor  <xmm12=%xmm8,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13137-pxor  %xmm8,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13139-# qhasm:         xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13140:# asm 1: pxor  <xmm12=int6464#9,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13141:# asm 2: pxor  <xmm12=%xmm8,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13142-pxor  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13144-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13145:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13146:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13147-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13149-# qhasm:         xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13150:# asm 1: pxor  <xmm8=int6464#10,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13151:# asm 2: pxor  <xmm8=%xmm9,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13152-pxor  %xmm9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13154-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13155:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13156:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13157-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13159-# qhasm:       xmm1 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13160:# asm 1: pxor  <xmm2=int6464#3,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13161:# asm 2: pxor  <xmm2=%xmm2,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13162-pxor  %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13164-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13165:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13166:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13167-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13169-# qhasm:       xmm2 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13170:# asm 1: pxor  <xmm0=int6464#1,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13171:# asm 2: pxor  <xmm0=%xmm0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13172-pxor  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13174-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13175:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13176:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13177-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13179-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13180:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13181:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13182-pxor  %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13184-# qhasm:       xmm7 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13185:# asm 1: pxor  <xmm4=int6464#5,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13186:# asm 2: pxor  <xmm4=%xmm4,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13187-pxor  %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13189-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13190:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13191:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13192-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13194-# qhasm:       xmm4 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13195:# asm 1: pxor  <xmm6=int6464#7,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13196:# asm 2: pxor  <xmm6=%xmm6,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13197-pxor  %xmm6,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13199-# qhasm:       xmm6 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13200:# asm 1: pxor  <xmm7=int6464#8,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13201:# asm 2: pxor  <xmm7=%xmm7,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13202-pxor  %xmm7,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13204-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13205:# asm 1: pxor  <xmm6=int6464#7,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13206:# asm 2: pxor  <xmm6=%xmm6,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13207-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13209-# qhasm:   xmm1 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13210:# asm 1: pxor  RCON,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13211:# asm 2: pxor  RCON,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13212-pxor  RCON,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13214-# qhasm:   xmm3 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13215:# asm 1: pxor  RCON,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13216:# asm 2: pxor  RCON,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13217-pxor  RCON,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13219-# qhasm:   xmm6 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13220:# asm 1: pxor  RCON,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13221:# asm 2: pxor  RCON,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13222-pxor  RCON,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13224-# qhasm:   xmm5 ^= RCON
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13225:# asm 1: pxor  RCON,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13226:# asm 2: pxor  RCON,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13227-pxor  RCON,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13229-# qhasm:   shuffle bytes of xmm0 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13230:# asm 1: pshufb EXPB0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13231:# asm 2: pshufb EXPB0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13232-pshufb EXPB0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13234-# qhasm:   shuffle bytes of xmm1 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13235:# asm 1: pshufb EXPB0,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13236:# asm 2: pshufb EXPB0,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13237-pshufb EXPB0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13239-# qhasm:   shuffle bytes of xmm3 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13240:# asm 1: pshufb EXPB0,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13241:# asm 2: pshufb EXPB0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13242-pshufb EXPB0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13244-# qhasm:   shuffle bytes of xmm2 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13245:# asm 1: pshufb EXPB0,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13246:# asm 2: pshufb EXPB0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13247-pshufb EXPB0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13249-# qhasm:   shuffle bytes of xmm6 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13250:# asm 1: pshufb EXPB0,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13251:# asm 2: pshufb EXPB0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13252-pshufb EXPB0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13254-# qhasm:   shuffle bytes of xmm5 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13255:# asm 1: pshufb EXPB0,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13256:# asm 2: pshufb EXPB0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13257-pshufb EXPB0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13259-# qhasm:   shuffle bytes of xmm4 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13260:# asm 1: pshufb EXPB0,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13261:# asm 2: pshufb EXPB0,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13262-pshufb EXPB0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13264-# qhasm:   shuffle bytes of xmm7 by EXPB0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13265:# asm 1: pshufb EXPB0,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13266:# asm 2: pshufb EXPB0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13267-pshufb EXPB0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13269-# qhasm:   xmm8 = *(int128 *)(c + 1152)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13270:# asm 1: movdqa 1152(<c=int64#1),>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13271:# asm 2: movdqa 1152(<c=%rdi),>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13272-movdqa 1152(%rdi),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13274-# qhasm:   xmm9 = *(int128 *)(c + 1168)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13275:# asm 1: movdqa 1168(<c=int64#1),>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13276:# asm 2: movdqa 1168(<c=%rdi),>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13277-movdqa 1168(%rdi),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13279-# qhasm:   xmm10 = *(int128 *)(c + 1184)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13280:# asm 1: movdqa 1184(<c=int64#1),>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13281:# asm 2: movdqa 1184(<c=%rdi),>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13282-movdqa 1184(%rdi),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13284-# qhasm:   xmm11 = *(int128 *)(c + 1200)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13285:# asm 1: movdqa 1200(<c=int64#1),>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13286:# asm 2: movdqa 1200(<c=%rdi),>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13287-movdqa 1200(%rdi),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13289-# qhasm:   xmm12 = *(int128 *)(c + 1216)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13290:# asm 1: movdqa 1216(<c=int64#1),>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13291:# asm 2: movdqa 1216(<c=%rdi),>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13292-movdqa 1216(%rdi),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13294-# qhasm:   xmm13 = *(int128 *)(c + 1232)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13295:# asm 1: movdqa 1232(<c=int64#1),>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13296:# asm 2: movdqa 1232(<c=%rdi),>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13297-movdqa 1232(%rdi),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13299-# qhasm:   xmm14 = *(int128 *)(c + 1248)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13300:# asm 1: movdqa 1248(<c=int64#1),>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13301:# asm 2: movdqa 1248(<c=%rdi),>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13302-movdqa 1248(%rdi),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13304-# qhasm:   xmm15 = *(int128 *)(c + 1264)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13305:# asm 1: movdqa 1264(<c=int64#1),>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13306:# asm 2: movdqa 1264(<c=%rdi),>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13307-movdqa 1264(%rdi),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13309-# qhasm:   xmm8 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13310:# asm 1: pxor  ONE,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13311:# asm 2: pxor  ONE,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13312-pxor  ONE,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13314-# qhasm:   xmm9 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13315:# asm 1: pxor  ONE,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13316:# asm 2: pxor  ONE,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13317-pxor  ONE,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13319-# qhasm:   xmm13 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13320:# asm 1: pxor  ONE,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13321:# asm 2: pxor  ONE,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13322-pxor  ONE,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13324-# qhasm:   xmm14 ^= ONE
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13325:# asm 1: pxor  ONE,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13326:# asm 2: pxor  ONE,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13327-pxor  ONE,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13329-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13330:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13331:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13332-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13334-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13335:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13336:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13337-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13339-# qhasm:   xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13340:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13341:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13342-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13344-# qhasm:   xmm2 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13345:# asm 1: pxor  <xmm11=int6464#12,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13346:# asm 2: pxor  <xmm11=%xmm11,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13347-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13349-# qhasm:   xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13350:# asm 1: pxor  <xmm12=int6464#13,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13351:# asm 2: pxor  <xmm12=%xmm12,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13352-pxor  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13354-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13355:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13356:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13357-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13359-# qhasm:   xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13360:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13361:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13362-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13364-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13365:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13366:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13367-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13369-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13370:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13371:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13372-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13374-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13375:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13376:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13377-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13379-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13380:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13381:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13382-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13384-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13385:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13386:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13387-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13389-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13390:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13391:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13392-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13394-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13395:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13396:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13397-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13399-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13400:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13401:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13402-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13404-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13405:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13406:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13407-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13409-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13410:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13411:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13412-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13414-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13415:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13416:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13417-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13419-# qhasm:   xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13420:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13421:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13422-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13424-# qhasm:   xmm2 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13425:# asm 1: pxor  <xmm11=int6464#12,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13426:# asm 2: pxor  <xmm11=%xmm11,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13427-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13429-# qhasm:   xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13430:# asm 1: pxor  <xmm12=int6464#13,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13431:# asm 2: pxor  <xmm12=%xmm12,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13432-pxor  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13434-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13435:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13436:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13437-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13439-# qhasm:   xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13440:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13441:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13442-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13444-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13445:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13446:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13447-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13449-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13450:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13451:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13452-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13454-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13455:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13456:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13457-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13459-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13460:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13461:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13462-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13464-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13465:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13466:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13467-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13469-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13470:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13471:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13472-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13474-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13475:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13476:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13477-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13479-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13480:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13481:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13482-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13484-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13485:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13486:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13487-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13489-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13490:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13491:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13492-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13494-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13495:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13496:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13497-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13499-# qhasm:   xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13500:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13501:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13502-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13504-# qhasm:   xmm2 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13505:# asm 1: pxor  <xmm11=int6464#12,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13506:# asm 2: pxor  <xmm11=%xmm11,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13507-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13509-# qhasm:   xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13510:# asm 1: pxor  <xmm12=int6464#13,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13511:# asm 2: pxor  <xmm12=%xmm12,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13512-pxor  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13514-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13515:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13516:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13517-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13519-# qhasm:   xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13520:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13521:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13522-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13524-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13525:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13526:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13527-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13529-# qhasm:   uint32323232 xmm8 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13530:# asm 1: psrld $8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13531:# asm 2: psrld $8,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13532-psrld $8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13534-# qhasm:   uint32323232 xmm9 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13535:# asm 1: psrld $8,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13536:# asm 2: psrld $8,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13537-psrld $8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13539-# qhasm:   uint32323232 xmm10 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13540:# asm 1: psrld $8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13541:# asm 2: psrld $8,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13542-psrld $8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13544-# qhasm:   uint32323232 xmm11 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13545:# asm 1: psrld $8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13546:# asm 2: psrld $8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13547-psrld $8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13549-# qhasm:   uint32323232 xmm12 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13550:# asm 1: psrld $8,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13551:# asm 2: psrld $8,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13552-psrld $8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13554-# qhasm:   uint32323232 xmm13 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13555:# asm 1: psrld $8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13556:# asm 2: psrld $8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13557-psrld $8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13559-# qhasm:   uint32323232 xmm14 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13560:# asm 1: psrld $8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13561:# asm 2: psrld $8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13562-psrld $8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13564-# qhasm:   uint32323232 xmm15 >>= 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13565:# asm 1: psrld $8,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13566:# asm 2: psrld $8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13567-psrld $8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13569-# qhasm:   xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13570:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13571:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13572-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13574-# qhasm:   xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13575:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13576:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13577-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13579-# qhasm:   xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13580:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13581:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13582-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13584-# qhasm:   xmm2 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13585:# asm 1: pxor  <xmm11=int6464#12,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13586:# asm 2: pxor  <xmm11=%xmm11,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13587-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13589-# qhasm:   xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13590:# asm 1: pxor  <xmm12=int6464#13,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13591:# asm 2: pxor  <xmm12=%xmm12,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13592-pxor  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13594-# qhasm:   xmm5 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13595:# asm 1: pxor  <xmm13=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13596:# asm 2: pxor  <xmm13=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13597-pxor  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13599-# qhasm:   xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13600:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13601:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13602-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13604-# qhasm:   xmm7 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13605:# asm 1: pxor  <xmm15=int6464#16,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13606:# asm 2: pxor  <xmm15=%xmm15,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13607-pxor  %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13609-# qhasm:   shuffle bytes of xmm0 by M0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13610:# asm 1: pshufb M0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13611:# asm 2: pshufb M0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13612-pshufb M0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13614-# qhasm:   shuffle bytes of xmm1 by M0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13615:# asm 1: pshufb M0,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13616:# asm 2: pshufb M0,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13617-pshufb M0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13619-# qhasm:   shuffle bytes of xmm4 by M0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13620:# asm 1: pshufb M0,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13621:# asm 2: pshufb M0,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13622-pshufb M0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13624-# qhasm:   shuffle bytes of xmm6 by M0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13625:# asm 1: pshufb M0,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13626:# asm 2: pshufb M0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13627-pshufb M0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13629-# qhasm:   shuffle bytes of xmm3 by M0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13630:# asm 1: pshufb M0,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13631:# asm 2: pshufb M0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13632-pshufb M0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13634-# qhasm:   shuffle bytes of xmm7 by M0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13635:# asm 1: pshufb M0,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13636:# asm 2: pshufb M0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13637-pshufb M0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13639-# qhasm:   shuffle bytes of xmm2 by M0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13640:# asm 1: pshufb M0,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13641:# asm 2: pshufb M0,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13642-pshufb M0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13644-# qhasm:   shuffle bytes of xmm5 by M0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13645:# asm 1: pshufb M0,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13646:# asm 2: pshufb M0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13647-pshufb M0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13649-# qhasm:   *(int128 *)(c + 1280) = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13650:# asm 1: movdqa <xmm0=int6464#1,1280(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13651:# asm 2: movdqa <xmm0=%xmm0,1280(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13652-movdqa %xmm0,1280(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13654-# qhasm:   *(int128 *)(c + 1296) = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13655:# asm 1: movdqa <xmm1=int6464#2,1296(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13656:# asm 2: movdqa <xmm1=%xmm1,1296(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13657-movdqa %xmm1,1296(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13659-# qhasm:   *(int128 *)(c + 1312) = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13660:# asm 1: movdqa <xmm3=int6464#4,1312(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13661:# asm 2: movdqa <xmm3=%xmm3,1312(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13662-movdqa %xmm3,1312(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13664-# qhasm:   *(int128 *)(c + 1328) = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13665:# asm 1: movdqa <xmm2=int6464#3,1328(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13666:# asm 2: movdqa <xmm2=%xmm2,1328(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13667-movdqa %xmm2,1328(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13669-# qhasm:   *(int128 *)(c + 1344) = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13670:# asm 1: movdqa <xmm6=int6464#7,1344(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13671:# asm 2: movdqa <xmm6=%xmm6,1344(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13672-movdqa %xmm6,1344(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13674-# qhasm:   *(int128 *)(c + 1360) = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13675:# asm 1: movdqa <xmm5=int6464#6,1360(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13676:# asm 2: movdqa <xmm5=%xmm5,1360(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13677-movdqa %xmm5,1360(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13679-# qhasm:   *(int128 *)(c + 1376) = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13680:# asm 1: movdqa <xmm4=int6464#5,1376(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13681:# asm 2: movdqa <xmm4=%xmm4,1376(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13682-movdqa %xmm4,1376(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13684-# qhasm:   *(int128 *)(c + 1392) = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13685:# asm 1: movdqa <xmm7=int6464#8,1392(<c=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s:13686:# asm 2: movdqa <xmm7=%xmm7,1392(<c=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/beforenm.s-13687-movdqa %xmm7,1392(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-116-# qhasm: xmm0 = *(int128 *) (np + 0)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:117:# asm 1: movdqa 0(<np=int64#4),>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:118:# asm 2: movdqa 0(<np=%rcx),>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-119-movdqa 0(%rcx),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-121-# qhasm: nonce_stack = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:122:# asm 1: movdqa <xmm0=int6464#1,>nonce_stack=stack128#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:123:# asm 2: movdqa <xmm0=%xmm0,>nonce_stack=0(%rsp)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-124-movdqa %xmm0,0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-126-# qhasm: np = &nonce_stack
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:127:# asm 1: leaq <nonce_stack=stack128#1,>np=int64#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:128:# asm 2: leaq <nonce_stack=0(%rsp),>np=%rcx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-129-leaq 0(%rsp),%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-134-# qhasm: xmm0 = *(int128 *) (np + 0)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:135:# asm 1: movdqa 0(<np=int64#4),>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:136:# asm 2: movdqa 0(<np=%rcx),>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-137-movdqa 0(%rcx),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-139-# qhasm: xmm1 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:140:# asm 1: movdqa <xmm0=int6464#1,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:141:# asm 2: movdqa <xmm0=%xmm0,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-142-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-144-# qhasm: shuffle bytes of xmm1 by SWAP32
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:145:# asm 1: pshufb SWAP32,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:146:# asm 2: pshufb SWAP32,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-147-pshufb SWAP32,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-149-# qhasm: xmm2 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:150:# asm 1: movdqa <xmm1=int6464#2,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:151:# asm 2: movdqa <xmm1=%xmm1,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-152-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-154-# qhasm: xmm3 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:155:# asm 1: movdqa <xmm1=int6464#2,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:156:# asm 2: movdqa <xmm1=%xmm1,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-157-movdqa %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-159-# qhasm: xmm4 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:160:# asm 1: movdqa <xmm1=int6464#2,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:161:# asm 2: movdqa <xmm1=%xmm1,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-162-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-164-# qhasm: xmm5 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:165:# asm 1: movdqa <xmm1=int6464#2,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:166:# asm 2: movdqa <xmm1=%xmm1,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-167-movdqa %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-169-# qhasm: xmm6 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:170:# asm 1: movdqa <xmm1=int6464#2,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:171:# asm 2: movdqa <xmm1=%xmm1,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-172-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-174-# qhasm: xmm7 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:175:# asm 1: movdqa <xmm1=int6464#2,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:176:# asm 2: movdqa <xmm1=%xmm1,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-177-movdqa %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-179-# qhasm: int32323232 xmm1 += RCTRINC1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:180:# asm 1: paddd  RCTRINC1,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:181:# asm 2: paddd  RCTRINC1,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-182-paddd  RCTRINC1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-184-# qhasm: int32323232 xmm2 += RCTRINC2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:185:# asm 1: paddd  RCTRINC2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:186:# asm 2: paddd  RCTRINC2,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-187-paddd  RCTRINC2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-189-# qhasm: int32323232 xmm3 += RCTRINC3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:190:# asm 1: paddd  RCTRINC3,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:191:# asm 2: paddd  RCTRINC3,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-192-paddd  RCTRINC3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-194-# qhasm: int32323232 xmm4 += RCTRINC4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:195:# asm 1: paddd  RCTRINC4,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:196:# asm 2: paddd  RCTRINC4,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-197-paddd  RCTRINC4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-199-# qhasm: int32323232 xmm5 += RCTRINC5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:200:# asm 1: paddd  RCTRINC5,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:201:# asm 2: paddd  RCTRINC5,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-202-paddd  RCTRINC5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-204-# qhasm: int32323232 xmm6 += RCTRINC6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:205:# asm 1: paddd  RCTRINC6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:206:# asm 2: paddd  RCTRINC6,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-207-paddd  RCTRINC6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-209-# qhasm: int32323232 xmm7 += RCTRINC7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:210:# asm 1: paddd  RCTRINC7,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:211:# asm 2: paddd  RCTRINC7,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-212-paddd  RCTRINC7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-214-# qhasm: shuffle bytes of xmm0 by M0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:215:# asm 1: pshufb M0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:216:# asm 2: pshufb M0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-217-pshufb M0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-219-# qhasm: shuffle bytes of xmm1 by M0SWAP
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:220:# asm 1: pshufb M0SWAP,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:221:# asm 2: pshufb M0SWAP,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-222-pshufb M0SWAP,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-224-# qhasm: shuffle bytes of xmm2 by M0SWAP
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:225:# asm 1: pshufb M0SWAP,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:226:# asm 2: pshufb M0SWAP,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-227-pshufb M0SWAP,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-229-# qhasm: shuffle bytes of xmm3 by M0SWAP
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:230:# asm 1: pshufb M0SWAP,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:231:# asm 2: pshufb M0SWAP,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-232-pshufb M0SWAP,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-234-# qhasm: shuffle bytes of xmm4 by M0SWAP
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:235:# asm 1: pshufb M0SWAP,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:236:# asm 2: pshufb M0SWAP,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-237-pshufb M0SWAP,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-239-# qhasm: shuffle bytes of xmm5 by M0SWAP
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:240:# asm 1: pshufb M0SWAP,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:241:# asm 2: pshufb M0SWAP,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-242-pshufb M0SWAP,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-244-# qhasm: shuffle bytes of xmm6 by M0SWAP
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:245:# asm 1: pshufb M0SWAP,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:246:# asm 2: pshufb M0SWAP,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-247-pshufb M0SWAP,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-249-# qhasm: shuffle bytes of xmm7 by M0SWAP
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:250:# asm 1: pshufb M0SWAP,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:251:# asm 2: pshufb M0SWAP,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-252-pshufb M0SWAP,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-254-# qhasm:     xmm8 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:255:# asm 1: movdqa <xmm6=int6464#7,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:256:# asm 2: movdqa <xmm6=%xmm6,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-257-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-259-# qhasm:     uint6464 xmm8 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:260:# asm 1: psrlq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:261:# asm 2: psrlq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-262-psrlq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-264-# qhasm:     xmm8 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:265:# asm 1: pxor  <xmm7=int6464#8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:266:# asm 2: pxor  <xmm7=%xmm7,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-267-pxor  %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-269-# qhasm:     xmm8 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:270:# asm 1: pand  BS0,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:271:# asm 2: pand  BS0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-272-pand  BS0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-274-# qhasm:     xmm7 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:275:# asm 1: pxor  <xmm8=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:276:# asm 2: pxor  <xmm8=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-277-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-279-# qhasm:     uint6464 xmm8 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:280:# asm 1: psllq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:281:# asm 2: psllq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-282-psllq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-284-# qhasm:     xmm6 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:285:# asm 1: pxor  <xmm8=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:286:# asm 2: pxor  <xmm8=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-287-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-289-# qhasm:     xmm8 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:290:# asm 1: movdqa <xmm4=int6464#5,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:291:# asm 2: movdqa <xmm4=%xmm4,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-292-movdqa %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-294-# qhasm:     uint6464 xmm8 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:295:# asm 1: psrlq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:296:# asm 2: psrlq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-297-psrlq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-299-# qhasm:     xmm8 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:300:# asm 1: pxor  <xmm5=int6464#6,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:301:# asm 2: pxor  <xmm5=%xmm5,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-302-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-304-# qhasm:     xmm8 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:305:# asm 1: pand  BS0,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:306:# asm 2: pand  BS0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-307-pand  BS0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-309-# qhasm:     xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:310:# asm 1: pxor  <xmm8=int6464#9,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:311:# asm 2: pxor  <xmm8=%xmm8,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-312-pxor  %xmm8,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-314-# qhasm:     uint6464 xmm8 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:315:# asm 1: psllq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:316:# asm 2: psllq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-317-psllq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-319-# qhasm:     xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:320:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:321:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-322-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-324-# qhasm:     xmm8 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:325:# asm 1: movdqa <xmm2=int6464#3,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:326:# asm 2: movdqa <xmm2=%xmm2,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-327-movdqa %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-329-# qhasm:     uint6464 xmm8 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:330:# asm 1: psrlq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:331:# asm 2: psrlq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-332-psrlq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-334-# qhasm:     xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:335:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:336:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-337-pxor  %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-339-# qhasm:     xmm8 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:340:# asm 1: pand  BS0,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:341:# asm 2: pand  BS0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-342-pand  BS0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-344-# qhasm:     xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:345:# asm 1: pxor  <xmm8=int6464#9,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:346:# asm 2: pxor  <xmm8=%xmm8,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-347-pxor  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-349-# qhasm:     uint6464 xmm8 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:350:# asm 1: psllq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:351:# asm 2: psllq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-352-psllq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-354-# qhasm:     xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:355:# asm 1: pxor  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:356:# asm 2: pxor  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-357-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-359-# qhasm:     xmm8 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:360:# asm 1: movdqa <xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:361:# asm 2: movdqa <xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-362-movdqa %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-364-# qhasm:     uint6464 xmm8 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:365:# asm 1: psrlq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:366:# asm 2: psrlq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-367-psrlq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-369-# qhasm:     xmm8 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:370:# asm 1: pxor  <xmm1=int6464#2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:371:# asm 2: pxor  <xmm1=%xmm1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-372-pxor  %xmm1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-374-# qhasm:     xmm8 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:375:# asm 1: pand  BS0,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:376:# asm 2: pand  BS0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-377-pand  BS0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-379-# qhasm:     xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:380:# asm 1: pxor  <xmm8=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:381:# asm 2: pxor  <xmm8=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-382-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-384-# qhasm:     uint6464 xmm8 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:385:# asm 1: psllq $1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:386:# asm 2: psllq $1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-387-psllq $1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-389-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:390:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:391:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-392-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-394-# qhasm:     xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:395:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:396:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-397-movdqa %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-399-# qhasm:     uint6464 xmm8 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:400:# asm 1: psrlq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:401:# asm 2: psrlq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-402-psrlq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-404-# qhasm:     xmm8 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:405:# asm 1: pxor  <xmm7=int6464#8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:406:# asm 2: pxor  <xmm7=%xmm7,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-407-pxor  %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-409-# qhasm:     xmm8 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:410:# asm 1: pand  BS1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:411:# asm 2: pand  BS1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-412-pand  BS1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-414-# qhasm:     xmm7 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:415:# asm 1: pxor  <xmm8=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:416:# asm 2: pxor  <xmm8=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-417-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-419-# qhasm:     uint6464 xmm8 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:420:# asm 1: psllq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:421:# asm 2: psllq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-422-psllq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-424-# qhasm:     xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:425:# asm 1: pxor  <xmm8=int6464#9,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:426:# asm 2: pxor  <xmm8=%xmm8,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-427-pxor  %xmm8,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-429-# qhasm:     xmm8 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:430:# asm 1: movdqa <xmm4=int6464#5,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:431:# asm 2: movdqa <xmm4=%xmm4,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-432-movdqa %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-434-# qhasm:     uint6464 xmm8 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:435:# asm 1: psrlq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:436:# asm 2: psrlq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-437-psrlq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-439-# qhasm:     xmm8 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:440:# asm 1: pxor  <xmm6=int6464#7,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:441:# asm 2: pxor  <xmm6=%xmm6,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-442-pxor  %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-444-# qhasm:     xmm8 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:445:# asm 1: pand  BS1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:446:# asm 2: pand  BS1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-447-pand  BS1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-449-# qhasm:     xmm6 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:450:# asm 1: pxor  <xmm8=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:451:# asm 2: pxor  <xmm8=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-452-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-454-# qhasm:     uint6464 xmm8 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:455:# asm 1: psllq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:456:# asm 2: psllq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-457-psllq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-459-# qhasm:     xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:460:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:461:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-462-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-464-# qhasm:     xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:465:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:466:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-467-movdqa %xmm1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-469-# qhasm:     uint6464 xmm8 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:470:# asm 1: psrlq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:471:# asm 2: psrlq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-472-psrlq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-474-# qhasm:     xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:475:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:476:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-477-pxor  %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-479-# qhasm:     xmm8 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:480:# asm 1: pand  BS1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:481:# asm 2: pand  BS1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-482-pand  BS1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-484-# qhasm:     xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:485:# asm 1: pxor  <xmm8=int6464#9,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:486:# asm 2: pxor  <xmm8=%xmm8,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-487-pxor  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-489-# qhasm:     uint6464 xmm8 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:490:# asm 1: psllq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:491:# asm 2: psllq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-492-psllq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-494-# qhasm:     xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:495:# asm 1: pxor  <xmm8=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:496:# asm 2: pxor  <xmm8=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-497-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-499-# qhasm:     xmm8 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:500:# asm 1: movdqa <xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:501:# asm 2: movdqa <xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-502-movdqa %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-504-# qhasm:     uint6464 xmm8 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:505:# asm 1: psrlq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:506:# asm 2: psrlq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-507-psrlq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-509-# qhasm:     xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:510:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:511:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-512-pxor  %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-514-# qhasm:     xmm8 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:515:# asm 1: pand  BS1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:516:# asm 2: pand  BS1,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-517-pand  BS1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-519-# qhasm:     xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:520:# asm 1: pxor  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:521:# asm 2: pxor  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-522-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-524-# qhasm:     uint6464 xmm8 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:525:# asm 1: psllq $2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:526:# asm 2: psllq $2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-527-psllq $2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-529-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:530:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:531:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-532-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-534-# qhasm:     xmm8 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:535:# asm 1: movdqa <xmm3=int6464#4,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:536:# asm 2: movdqa <xmm3=%xmm3,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-537-movdqa %xmm3,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-539-# qhasm:     uint6464 xmm8 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:540:# asm 1: psrlq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:541:# asm 2: psrlq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-542-psrlq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-544-# qhasm:     xmm8 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:545:# asm 1: pxor  <xmm7=int6464#8,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:546:# asm 2: pxor  <xmm7=%xmm7,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-547-pxor  %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-549-# qhasm:     xmm8 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:550:# asm 1: pand  BS2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:551:# asm 2: pand  BS2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-552-pand  BS2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-554-# qhasm:     xmm7 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:555:# asm 1: pxor  <xmm8=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:556:# asm 2: pxor  <xmm8=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-557-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-559-# qhasm:     uint6464 xmm8 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:560:# asm 1: psllq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:561:# asm 2: psllq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-562-psllq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-564-# qhasm:     xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:565:# asm 1: pxor  <xmm8=int6464#9,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:566:# asm 2: pxor  <xmm8=%xmm8,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-567-pxor  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-569-# qhasm:     xmm8 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:570:# asm 1: movdqa <xmm2=int6464#3,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:571:# asm 2: movdqa <xmm2=%xmm2,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-572-movdqa %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-574-# qhasm:     uint6464 xmm8 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:575:# asm 1: psrlq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:576:# asm 2: psrlq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-577-psrlq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-579-# qhasm:     xmm8 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:580:# asm 1: pxor  <xmm6=int6464#7,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:581:# asm 2: pxor  <xmm6=%xmm6,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-582-pxor  %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-584-# qhasm:     xmm8 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:585:# asm 1: pand  BS2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:586:# asm 2: pand  BS2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-587-pand  BS2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-589-# qhasm:     xmm6 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:590:# asm 1: pxor  <xmm8=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:591:# asm 2: pxor  <xmm8=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-592-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-594-# qhasm:     uint6464 xmm8 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:595:# asm 1: psllq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:596:# asm 2: psllq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-597-psllq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-599-# qhasm:     xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:600:# asm 1: pxor  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:601:# asm 2: pxor  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-602-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-604-# qhasm:     xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:605:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:606:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-607-movdqa %xmm1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-609-# qhasm:     uint6464 xmm8 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:610:# asm 1: psrlq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:611:# asm 2: psrlq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-612-psrlq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-614-# qhasm:     xmm8 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:615:# asm 1: pxor  <xmm5=int6464#6,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:616:# asm 2: pxor  <xmm5=%xmm5,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-617-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-619-# qhasm:     xmm8 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:620:# asm 1: pand  BS2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:621:# asm 2: pand  BS2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-622-pand  BS2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-624-# qhasm:     xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:625:# asm 1: pxor  <xmm8=int6464#9,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:626:# asm 2: pxor  <xmm8=%xmm8,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-627-pxor  %xmm8,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-629-# qhasm:     uint6464 xmm8 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:630:# asm 1: psllq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:631:# asm 2: psllq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-632-psllq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-634-# qhasm:     xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:635:# asm 1: pxor  <xmm8=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:636:# asm 2: pxor  <xmm8=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-637-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-639-# qhasm:     xmm8 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:640:# asm 1: movdqa <xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:641:# asm 2: movdqa <xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-642-movdqa %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-644-# qhasm:     uint6464 xmm8 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:645:# asm 1: psrlq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:646:# asm 2: psrlq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-647-psrlq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-649-# qhasm:     xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:650:# asm 1: pxor  <xmm4=int6464#5,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:651:# asm 2: pxor  <xmm4=%xmm4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-652-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-654-# qhasm:     xmm8 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:655:# asm 1: pand  BS2,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:656:# asm 2: pand  BS2,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-657-pand  BS2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-659-# qhasm:     xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:660:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:661:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-662-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-664-# qhasm:     uint6464 xmm8 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:665:# asm 1: psllq $4,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:666:# asm 2: psllq $4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-667-psllq $4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-669-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:670:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:671:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-672-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-674-# qhasm:     xmm0 ^= *(int128 *)(c + 0)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:675:# asm 1: pxor 0(<c=int64#5),<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:676:# asm 2: pxor 0(<c=%r8),<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-677-pxor 0(%r8),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-679-# qhasm:     shuffle bytes of xmm0 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:680:# asm 1: pshufb SR,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:681:# asm 2: pshufb SR,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-682-pshufb SR,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-684-# qhasm:     xmm1 ^= *(int128 *)(c + 16)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:685:# asm 1: pxor 16(<c=int64#5),<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:686:# asm 2: pxor 16(<c=%r8),<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-687-pxor 16(%r8),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-689-# qhasm:     shuffle bytes of xmm1 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:690:# asm 1: pshufb SR,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:691:# asm 2: pshufb SR,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-692-pshufb SR,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-694-# qhasm:     xmm2 ^= *(int128 *)(c + 32)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:695:# asm 1: pxor 32(<c=int64#5),<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:696:# asm 2: pxor 32(<c=%r8),<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-697-pxor 32(%r8),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-699-# qhasm:     shuffle bytes of xmm2 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:700:# asm 1: pshufb SR,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:701:# asm 2: pshufb SR,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-702-pshufb SR,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-704-# qhasm:     xmm3 ^= *(int128 *)(c + 48)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:705:# asm 1: pxor 48(<c=int64#5),<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:706:# asm 2: pxor 48(<c=%r8),<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-707-pxor 48(%r8),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-709-# qhasm:     shuffle bytes of xmm3 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:710:# asm 1: pshufb SR,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:711:# asm 2: pshufb SR,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-712-pshufb SR,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-714-# qhasm:     xmm4 ^= *(int128 *)(c + 64)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:715:# asm 1: pxor 64(<c=int64#5),<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:716:# asm 2: pxor 64(<c=%r8),<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-717-pxor 64(%r8),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-719-# qhasm:     shuffle bytes of xmm4 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:720:# asm 1: pshufb SR,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:721:# asm 2: pshufb SR,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-722-pshufb SR,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-724-# qhasm:     xmm5 ^= *(int128 *)(c + 80)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:725:# asm 1: pxor 80(<c=int64#5),<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:726:# asm 2: pxor 80(<c=%r8),<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-727-pxor 80(%r8),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-729-# qhasm:     shuffle bytes of xmm5 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:730:# asm 1: pshufb SR,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:731:# asm 2: pshufb SR,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-732-pshufb SR,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-734-# qhasm:     xmm6 ^= *(int128 *)(c + 96)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:735:# asm 1: pxor 96(<c=int64#5),<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:736:# asm 2: pxor 96(<c=%r8),<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-737-pxor 96(%r8),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-739-# qhasm:     shuffle bytes of xmm6 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:740:# asm 1: pshufb SR,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:741:# asm 2: pshufb SR,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-742-pshufb SR,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-744-# qhasm:     xmm7 ^= *(int128 *)(c + 112)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:745:# asm 1: pxor 112(<c=int64#5),<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:746:# asm 2: pxor 112(<c=%r8),<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-747-pxor 112(%r8),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-749-# qhasm:     shuffle bytes of xmm7 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:750:# asm 1: pshufb SR,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:751:# asm 2: pshufb SR,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-752-pshufb SR,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-754-# qhasm:       xmm5 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:755:# asm 1: pxor  <xmm6=int6464#7,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:756:# asm 2: pxor  <xmm6=%xmm6,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-757-pxor  %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-759-# qhasm:       xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:760:# asm 1: pxor  <xmm1=int6464#2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:761:# asm 2: pxor  <xmm1=%xmm1,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-762-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-764-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:765:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:766:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-767-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-769-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:770:# asm 1: pxor  <xmm2=int6464#3,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:771:# asm 2: pxor  <xmm2=%xmm2,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-772-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-774-# qhasm:       xmm3 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:775:# asm 1: pxor  <xmm0=int6464#1,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:776:# asm 2: pxor  <xmm0=%xmm0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-777-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-779-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:780:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:781:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-782-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-784-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:785:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:786:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-787-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-789-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:790:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:791:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-792-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-794-# qhasm:       xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:795:# asm 1: pxor  <xmm5=int6464#6,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:796:# asm 2: pxor  <xmm5=%xmm5,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-797-pxor  %xmm5,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-799-# qhasm:       xmm3 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:800:# asm 1: pxor  <xmm1=int6464#2,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:801:# asm 2: pxor  <xmm1=%xmm1,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-802-pxor  %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-804-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:805:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:806:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-807-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-809-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:810:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:811:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-812-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-814-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:815:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:816:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-817-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-819-# qhasm:       xmm11 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:820:# asm 1: movdqa <xmm7=int6464#8,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:821:# asm 2: movdqa <xmm7=%xmm7,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-822-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-824-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:825:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:826:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-827-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-829-# qhasm:       xmm9 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:830:# asm 1: movdqa <xmm5=int6464#6,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:831:# asm 2: movdqa <xmm5=%xmm5,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-832-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-834-# qhasm:       xmm13 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:835:# asm 1: movdqa <xmm2=int6464#3,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:836:# asm 2: movdqa <xmm2=%xmm2,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-837-movdqa %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-839-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:840:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:841:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-842-movdqa %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-844-# qhasm:       xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:845:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:846:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-847-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-849-# qhasm:       xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:850:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:851:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-852-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-854-# qhasm:       xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:855:# asm 1: pxor  <xmm3=int6464#4,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:856:# asm 2: pxor  <xmm3=%xmm3,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-857-pxor  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-859-# qhasm:       xmm13 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:860:# asm 1: pxor  <xmm4=int6464#5,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:861:# asm 2: pxor  <xmm4=%xmm4,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-862-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-864-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:865:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:866:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-867-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-869-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:870:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:871:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-872-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-874-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:875:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:876:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-877-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-879-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:880:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:881:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-882-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-884-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:885:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:886:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-887-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-889-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:890:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:891:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-892-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-894-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:895:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:896:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-897-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-899-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:900:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:901:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-902-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-904-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:905:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:906:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-907-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-909-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:910:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:911:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-912-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-914-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:915:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:916:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-917-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-919-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:920:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:921:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-922-movdqa %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-924-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:925:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:926:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-927-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-929-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:930:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:931:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-932-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-934-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:935:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:936:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-937-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-939-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:940:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:941:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-942-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-944-# qhasm:       xmm13 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:945:# asm 1: movdqa <xmm7=int6464#8,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:946:# asm 2: movdqa <xmm7=%xmm7,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-947-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-949-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:950:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:951:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-952-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-954-# qhasm:       xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:955:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:956:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-957-movdqa %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-959-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:960:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:961:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-962-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-964-# qhasm:       xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:965:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:966:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-967-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-969-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:970:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:971:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-972-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-974-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:975:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:976:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-977-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-979-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:980:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:981:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-982-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-984-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:985:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:986:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-987-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-989-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:990:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:991:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-992-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-994-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:995:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:996:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-997-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-999-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1000:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1001:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1002-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1004-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1005:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1006:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1007-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1009-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1010:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1011:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1012-movdqa %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1014-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1015:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1016:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1017-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1019-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1020:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1021:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1022-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1024-# qhasm:       xmm15 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1025:# asm 1: movdqa <xmm7=int6464#8,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1026:# asm 2: movdqa <xmm7=%xmm7,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1027-movdqa %xmm7,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1029-# qhasm:       xmm12 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1030:# asm 1: pand  <xmm3=int6464#4,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1031:# asm 2: pand  <xmm3=%xmm3,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1032-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1034-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1035:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1036:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1037-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1039-# qhasm:       xmm14 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1040:# asm 1: pand  <xmm5=int6464#6,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1041:# asm 2: pand  <xmm5=%xmm5,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1042-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1044-# qhasm:       xmm15 |= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1045:# asm 1: por   <xmm6=int6464#7,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1046:# asm 2: por   <xmm6=%xmm6,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1047-por   %xmm6,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1049-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1050:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1051:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1052-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1054-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1055:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1056:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1057-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1059-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1060:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1061:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1062-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1064-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1065:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1066:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1067-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1069-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1070:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1071:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1072-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1074-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1075:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1076:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1077-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1079-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1080:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1081:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1082-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1084-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1085:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1086:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1087-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1089-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1090:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1091:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1092-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1094-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1095:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1096:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1097-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1099-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1100:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1101:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1102-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1104-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1105:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1106:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1107-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1109-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1110:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1111:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1112-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1114-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1115:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1116:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1117-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1119-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1120:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1121:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1122-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1124-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1125:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1126:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1127-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1129-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1130:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1131:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1132-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1134-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1135:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1136:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1137-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1139-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1140:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1141:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1142-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1144-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1145:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1146:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1147-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1149-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1150:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1151:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1152-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1154-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1155:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1156:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1157-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1159-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1160:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1161:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1162-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1164-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1165:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1166:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1167-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1169-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1170:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1171:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1172-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1174-# qhasm:         xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1175:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1176:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1177-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1179-# qhasm:         xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1180:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1181:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1182-movdqa %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1184-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1185:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1186:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1187-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1189-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1190:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1191:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1192-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1194-# qhasm:           xmm10 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1195:# asm 1: pand  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1196:# asm 2: pand  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1197-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1199-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1200:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1201:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1202-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1204-# qhasm:           xmm6 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1205:# asm 1: pand  <xmm14=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1206:# asm 2: pand  <xmm14=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1207-pand  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1209-# qhasm:           xmm5 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1210:# asm 1: pand  <xmm15=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1211:# asm 2: pand  <xmm15=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1212-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1214-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1215:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1216:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1217-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1219-# qhasm:           xmm5 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1220:# asm 1: pxor  <xmm10=int6464#11,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1221:# asm 2: pxor  <xmm10=%xmm10,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1222-pxor  %xmm10,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1224-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1225:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1226:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1227-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1229-# qhasm:         xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1230:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1231:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1232-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1234-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1235:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1236:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1237-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1239-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1240:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1241:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1242-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1244-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1245:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1246:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1247-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1249-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1250:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1251:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1252-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1254-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1255:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1256:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1257-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1259-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1260:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1261:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1262-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1264-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1265:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1266:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1267-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1269-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1270:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1271:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1272-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1274-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1275:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1276:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1277-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1279-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1280:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1281:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1282-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1284-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1285:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1286:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1287-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1289-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1290:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1291:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1292-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1294-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1295:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1296:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1297-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1299-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1300:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1301:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1302-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1304-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1305:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1306:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1307-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1309-# qhasm:           xmm3 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1310:# asm 1: pand  <xmm13=int6464#16,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1311:# asm 2: pand  <xmm13=%xmm15,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1312-pand  %xmm15,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1314-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1315:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1316:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1317-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1319-# qhasm:           xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1320:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1321:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1322-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1324-# qhasm:         xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1325:# asm 1: pxor  <xmm12=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1326:# asm 2: pxor  <xmm12=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1327-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1329-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1330:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1331:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1332-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1334-# qhasm:         xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1335:# asm 1: pxor  <xmm8=int6464#10,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1336:# asm 2: pxor  <xmm8=%xmm9,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1337-pxor  %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1339-# qhasm:         xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1340:# asm 1: pxor  <xmm8=int6464#10,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1341:# asm 2: pxor  <xmm8=%xmm9,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1342-pxor  %xmm9,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1344-# qhasm:         xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1345:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1346:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1347-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1349-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1350:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1351:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1352-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1354-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1355:# asm 1: pxor  <xmm4=int6464#5,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1356:# asm 2: pxor  <xmm4=%xmm4,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1357-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1359-# qhasm:         xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1360:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1361:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1362-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1364-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1365:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1366:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1367-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1369-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1370:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1371:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1372-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1374-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1375:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1376:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1377-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1379-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1380:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1381:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1382-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1384-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1385:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1386:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1387-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1389-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1390:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1391:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1392-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1394-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1395:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1396:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1397-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1399-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1400:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1401:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1402-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1404-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1405:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1406:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1407-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1409-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1410:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1411:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1412-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1414-# qhasm:           xmm10 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1415:# asm 1: pand  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1416:# asm 2: pand  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1417-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1419-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1420:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1421:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1422-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1424-# qhasm:           xmm4 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1425:# asm 1: pand  <xmm9=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1426:# asm 2: pand  <xmm9=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1427-pand  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1429-# qhasm:           xmm2 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1430:# asm 1: pand  <xmm13=int6464#16,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1431:# asm 2: pand  <xmm13=%xmm15,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1432-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1434-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1435:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1436:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1437-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1439-# qhasm:           xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1440:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1441:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1442-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1444-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1445:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1446:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1447-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1449-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1450:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1451:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1452-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1454-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1455:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1456:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1457-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1459-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1460:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1461:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1462-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1464-# qhasm:           xmm11 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1465:# asm 1: pand  <xmm7=int6464#8,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1466:# asm 2: pand  <xmm7=%xmm7,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1467-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1469-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1470:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1471:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1472-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1474-# qhasm:           xmm7 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1475:# asm 1: pand  <xmm14=int6464#12,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1476:# asm 2: pand  <xmm14=%xmm11,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1477-pand  %xmm11,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1479-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1480:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1481:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1482-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1484-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1485:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1486:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1487-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1489-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1490:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1491:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1492-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1494-# qhasm:         xmm7 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1495:# asm 1: pxor  <xmm12=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1496:# asm 2: pxor  <xmm12=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1497-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1499-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1500:# asm 1: pxor  <xmm12=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1501:# asm 2: pxor  <xmm12=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1502-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1504-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1505:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1506:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1507-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1509-# qhasm:         xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1510:# asm 1: pxor  <xmm8=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1511:# asm 2: pxor  <xmm8=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1512-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1514-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1515:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1516:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1517-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1519-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1520:# asm 1: pxor  <xmm6=int6464#7,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1521:# asm 2: pxor  <xmm6=%xmm6,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1522-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1524-# qhasm:       xmm4 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1525:# asm 1: pxor  <xmm7=int6464#8,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1526:# asm 2: pxor  <xmm7=%xmm7,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1527-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1529-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1530:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1531:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1532-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1534-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1535:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1536:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1537-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1539-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1540:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1541:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1542-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1544-# qhasm:       xmm5 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1545:# asm 1: pxor  <xmm2=int6464#3,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1546:# asm 2: pxor  <xmm2=%xmm2,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1547-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1549-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1550:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1551:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1552-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1554-# qhasm:       xmm2 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1555:# asm 1: pxor  <xmm3=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1556:# asm 2: pxor  <xmm3=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1557-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1559-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1560:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1561:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1562-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1564-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1565:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1566:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1567-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1569-# qhasm:     xmm8 = shuffle dwords of xmm0 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1570:# asm 1: pshufd $0x93,<xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1571:# asm 2: pshufd $0x93,<xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1572-pshufd $0x93,%xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1574-# qhasm:     xmm9 = shuffle dwords of xmm1 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1575:# asm 1: pshufd $0x93,<xmm1=int6464#2,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1576:# asm 2: pshufd $0x93,<xmm1=%xmm1,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1577-pshufd $0x93,%xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1579-# qhasm:     xmm10 = shuffle dwords of xmm4 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1580:# asm 1: pshufd $0x93,<xmm4=int6464#5,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1581:# asm 2: pshufd $0x93,<xmm4=%xmm4,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1582-pshufd $0x93,%xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1584-# qhasm:     xmm11 = shuffle dwords of xmm6 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1585:# asm 1: pshufd $0x93,<xmm6=int6464#7,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1586:# asm 2: pshufd $0x93,<xmm6=%xmm6,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1587-pshufd $0x93,%xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1589-# qhasm:     xmm12 = shuffle dwords of xmm3 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1590:# asm 1: pshufd $0x93,<xmm3=int6464#4,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1591:# asm 2: pshufd $0x93,<xmm3=%xmm3,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1592-pshufd $0x93,%xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1594-# qhasm:     xmm13 = shuffle dwords of xmm7 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1595:# asm 1: pshufd $0x93,<xmm7=int6464#8,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1596:# asm 2: pshufd $0x93,<xmm7=%xmm7,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1597-pshufd $0x93,%xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1599-# qhasm:     xmm14 = shuffle dwords of xmm2 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1600:# asm 1: pshufd $0x93,<xmm2=int6464#3,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1601:# asm 2: pshufd $0x93,<xmm2=%xmm2,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1602-pshufd $0x93,%xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1604-# qhasm:     xmm15 = shuffle dwords of xmm5 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1605:# asm 1: pshufd $0x93,<xmm5=int6464#6,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1606:# asm 2: pshufd $0x93,<xmm5=%xmm5,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1607-pshufd $0x93,%xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1609-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1610:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1611:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1612-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1614-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1615:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1616:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1617-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1619-# qhasm:     xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1620:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1621:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1622-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1624-# qhasm:     xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1625:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1626:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1627-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1629-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1630:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1631:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1632-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1634-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1635:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1636:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1637-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1639-# qhasm:     xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1640:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1641:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1642-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1644-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1645:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1646:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1647-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1649-# qhasm:     xmm8 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1650:# asm 1: pxor  <xmm5=int6464#6,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1651:# asm 2: pxor  <xmm5=%xmm5,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1652-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1654-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1655:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1656:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1657-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1659-# qhasm:     xmm10 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1660:# asm 1: pxor  <xmm1=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1661:# asm 2: pxor  <xmm1=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1662-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1664-# qhasm:     xmm9 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1665:# asm 1: pxor  <xmm5=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1666:# asm 2: pxor  <xmm5=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1667-pxor  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1669-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1670:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1671:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1672-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1674-# qhasm:     xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1675:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1676:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1677-pxor  %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1679-# qhasm:     xmm13 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1680:# asm 1: pxor  <xmm3=int6464#4,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1681:# asm 2: pxor  <xmm3=%xmm3,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1682-pxor  %xmm3,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1684-# qhasm:     xmm11 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1685:# asm 1: pxor  <xmm5=int6464#6,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1686:# asm 2: pxor  <xmm5=%xmm5,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1687-pxor  %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1689-# qhasm:     xmm14 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1690:# asm 1: pxor  <xmm7=int6464#8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1691:# asm 2: pxor  <xmm7=%xmm7,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1692-pxor  %xmm7,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1694-# qhasm:     xmm15 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1695:# asm 1: pxor  <xmm2=int6464#3,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1696:# asm 2: pxor  <xmm2=%xmm2,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1697-pxor  %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1699-# qhasm:     xmm12 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1700:# asm 1: pxor  <xmm5=int6464#6,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1701:# asm 2: pxor  <xmm5=%xmm5,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1702-pxor  %xmm5,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1704-# qhasm:     xmm0 = shuffle dwords of xmm0 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1705:# asm 1: pshufd $0x4E,<xmm0=int6464#1,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1706:# asm 2: pshufd $0x4E,<xmm0=%xmm0,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1707-pshufd $0x4E,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1709-# qhasm:     xmm1 = shuffle dwords of xmm1 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1710:# asm 1: pshufd $0x4E,<xmm1=int6464#2,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1711:# asm 2: pshufd $0x4E,<xmm1=%xmm1,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1712-pshufd $0x4E,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1714-# qhasm:     xmm4 = shuffle dwords of xmm4 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1715:# asm 1: pshufd $0x4E,<xmm4=int6464#5,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1716:# asm 2: pshufd $0x4E,<xmm4=%xmm4,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1717-pshufd $0x4E,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1719-# qhasm:     xmm6 = shuffle dwords of xmm6 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1720:# asm 1: pshufd $0x4E,<xmm6=int6464#7,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1721:# asm 2: pshufd $0x4E,<xmm6=%xmm6,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1722-pshufd $0x4E,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1724-# qhasm:     xmm3 = shuffle dwords of xmm3 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1725:# asm 1: pshufd $0x4E,<xmm3=int6464#4,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1726:# asm 2: pshufd $0x4E,<xmm3=%xmm3,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1727-pshufd $0x4E,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1729-# qhasm:     xmm7 = shuffle dwords of xmm7 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1730:# asm 1: pshufd $0x4E,<xmm7=int6464#8,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1731:# asm 2: pshufd $0x4E,<xmm7=%xmm7,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1732-pshufd $0x4E,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1734-# qhasm:     xmm2 = shuffle dwords of xmm2 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1735:# asm 1: pshufd $0x4E,<xmm2=int6464#3,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1736:# asm 2: pshufd $0x4E,<xmm2=%xmm2,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1737-pshufd $0x4E,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1739-# qhasm:     xmm5 = shuffle dwords of xmm5 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1740:# asm 1: pshufd $0x4E,<xmm5=int6464#6,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1741:# asm 2: pshufd $0x4E,<xmm5=%xmm5,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1742-pshufd $0x4E,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1744-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1745:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1746:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1747-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1749-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1750:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1751:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1752-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1754-# qhasm:     xmm10 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1755:# asm 1: pxor  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1756:# asm 2: pxor  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1757-pxor  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1759-# qhasm:     xmm11 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1760:# asm 1: pxor  <xmm6=int6464#7,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1761:# asm 2: pxor  <xmm6=%xmm6,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1762-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1764-# qhasm:     xmm12 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1765:# asm 1: pxor  <xmm3=int6464#4,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1766:# asm 2: pxor  <xmm3=%xmm3,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1767-pxor  %xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1769-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1770:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1771:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1772-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1774-# qhasm:     xmm14 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1775:# asm 1: pxor  <xmm2=int6464#3,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1776:# asm 2: pxor  <xmm2=%xmm2,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1777-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1779-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1780:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1781:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1782-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1784-# qhasm:     xmm8 ^= *(int128 *)(c + 128)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1785:# asm 1: pxor 128(<c=int64#5),<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1786:# asm 2: pxor 128(<c=%r8),<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1787-pxor 128(%r8),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1789-# qhasm:     shuffle bytes of xmm8 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1790:# asm 1: pshufb SR,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1791:# asm 2: pshufb SR,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1792-pshufb SR,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1794-# qhasm:     xmm9 ^= *(int128 *)(c + 144)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1795:# asm 1: pxor 144(<c=int64#5),<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1796:# asm 2: pxor 144(<c=%r8),<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1797-pxor 144(%r8),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1799-# qhasm:     shuffle bytes of xmm9 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1800:# asm 1: pshufb SR,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1801:# asm 2: pshufb SR,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1802-pshufb SR,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1804-# qhasm:     xmm10 ^= *(int128 *)(c + 160)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1805:# asm 1: pxor 160(<c=int64#5),<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1806:# asm 2: pxor 160(<c=%r8),<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1807-pxor 160(%r8),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1809-# qhasm:     shuffle bytes of xmm10 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1810:# asm 1: pshufb SR,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1811:# asm 2: pshufb SR,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1812-pshufb SR,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1814-# qhasm:     xmm11 ^= *(int128 *)(c + 176)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1815:# asm 1: pxor 176(<c=int64#5),<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1816:# asm 2: pxor 176(<c=%r8),<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1817-pxor 176(%r8),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1819-# qhasm:     shuffle bytes of xmm11 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1820:# asm 1: pshufb SR,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1821:# asm 2: pshufb SR,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1822-pshufb SR,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1824-# qhasm:     xmm12 ^= *(int128 *)(c + 192)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1825:# asm 1: pxor 192(<c=int64#5),<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1826:# asm 2: pxor 192(<c=%r8),<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1827-pxor 192(%r8),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1829-# qhasm:     shuffle bytes of xmm12 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1830:# asm 1: pshufb SR,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1831:# asm 2: pshufb SR,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1832-pshufb SR,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1834-# qhasm:     xmm13 ^= *(int128 *)(c + 208)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1835:# asm 1: pxor 208(<c=int64#5),<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1836:# asm 2: pxor 208(<c=%r8),<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1837-pxor 208(%r8),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1839-# qhasm:     shuffle bytes of xmm13 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1840:# asm 1: pshufb SR,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1841:# asm 2: pshufb SR,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1842-pshufb SR,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1844-# qhasm:     xmm14 ^= *(int128 *)(c + 224)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1845:# asm 1: pxor 224(<c=int64#5),<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1846:# asm 2: pxor 224(<c=%r8),<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1847-pxor 224(%r8),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1849-# qhasm:     shuffle bytes of xmm14 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1850:# asm 1: pshufb SR,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1851:# asm 2: pshufb SR,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1852-pshufb SR,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1854-# qhasm:     xmm15 ^= *(int128 *)(c + 240)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1855:# asm 1: pxor 240(<c=int64#5),<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1856:# asm 2: pxor 240(<c=%r8),<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1857-pxor 240(%r8),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1859-# qhasm:     shuffle bytes of xmm15 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1860:# asm 1: pshufb SR,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1861:# asm 2: pshufb SR,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1862-pshufb SR,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1864-# qhasm:       xmm13 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1865:# asm 1: pxor  <xmm14=int6464#15,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1866:# asm 2: pxor  <xmm14=%xmm14,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1867-pxor  %xmm14,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1869-# qhasm:       xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1870:# asm 1: pxor  <xmm9=int6464#10,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1871:# asm 2: pxor  <xmm9=%xmm9,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1872-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1874-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1875:# asm 1: pxor  <xmm8=int6464#9,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1876:# asm 2: pxor  <xmm8=%xmm8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1877-pxor  %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1879-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1880:# asm 1: pxor  <xmm10=int6464#11,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1881:# asm 2: pxor  <xmm10=%xmm10,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1882-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1884-# qhasm:       xmm11 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1885:# asm 1: pxor  <xmm8=int6464#9,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1886:# asm 2: pxor  <xmm8=%xmm8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1887-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1889-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1890:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1891:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1892-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1894-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1895:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1896:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1897-pxor  %xmm15,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1899-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1900:# asm 1: pxor  <xmm12=int6464#13,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1901:# asm 2: pxor  <xmm12=%xmm12,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1902-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1904-# qhasm:       xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1905:# asm 1: pxor  <xmm13=int6464#14,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1906:# asm 2: pxor  <xmm13=%xmm13,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1907-pxor  %xmm13,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1909-# qhasm:       xmm11 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1910:# asm 1: pxor  <xmm9=int6464#10,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1911:# asm 2: pxor  <xmm9=%xmm9,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1912-pxor  %xmm9,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1914-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1915:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1916:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1917-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1919-# qhasm:       xmm10 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1920:# asm 1: pxor  <xmm15=int6464#16,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1921:# asm 2: pxor  <xmm15=%xmm15,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1922-pxor  %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1924-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1925:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1926:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1927-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1929-# qhasm:       xmm3 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1930:# asm 1: movdqa <xmm15=int6464#16,>xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1931:# asm 2: movdqa <xmm15=%xmm15,>xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1932-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1934-# qhasm:       xmm2 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1935:# asm 1: movdqa <xmm9=int6464#10,>xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1936:# asm 2: movdqa <xmm9=%xmm9,>xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1937-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1939-# qhasm:       xmm1 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1940:# asm 1: movdqa <xmm13=int6464#14,>xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1941:# asm 2: movdqa <xmm13=%xmm13,>xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1942-movdqa %xmm13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1944-# qhasm:       xmm5 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1945:# asm 1: movdqa <xmm10=int6464#11,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1946:# asm 2: movdqa <xmm10=%xmm10,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1947-movdqa %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1949-# qhasm:       xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1950:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1951:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1952-movdqa %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1954-# qhasm:       xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1955:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1956:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1957-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1959-# qhasm:       xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1960:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1961:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1962-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1964-# qhasm:       xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1965:# asm 1: pxor  <xmm11=int6464#12,<xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1966:# asm 2: pxor  <xmm11=%xmm11,<xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1967-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1969-# qhasm:       xmm5 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1970:# asm 1: pxor  <xmm12=int6464#13,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1971:# asm 2: pxor  <xmm12=%xmm12,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1972-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1974-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1975:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1976:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1977-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1979-# qhasm:       xmm6 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1980:# asm 1: movdqa <xmm3=int6464#1,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1981:# asm 2: movdqa <xmm3=%xmm0,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1982-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1984-# qhasm:       xmm0 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1985:# asm 1: movdqa <xmm2=int6464#2,>xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1986:# asm 2: movdqa <xmm2=%xmm1,>xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1987-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1989-# qhasm:       xmm7 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1990:# asm 1: movdqa <xmm3=int6464#1,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1991:# asm 2: movdqa <xmm3=%xmm0,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1992-movdqa %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1994-# qhasm:       xmm2 |= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1995:# asm 1: por   <xmm1=int6464#3,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:1996:# asm 2: por   <xmm1=%xmm2,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1997-por   %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-1999-# qhasm:       xmm3 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2000:# asm 1: por   <xmm4=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2001:# asm 2: por   <xmm4=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2002-por   %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2004-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2005:# asm 1: pxor  <xmm0=int6464#7,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2006:# asm 2: pxor  <xmm0=%xmm6,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2007-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2009-# qhasm:       xmm6 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2010:# asm 1: pand  <xmm4=int6464#5,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2011:# asm 2: pand  <xmm4=%xmm4,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2012-pand  %xmm4,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2014-# qhasm:       xmm0 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2015:# asm 1: pand  <xmm1=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2016:# asm 2: pand  <xmm1=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2017-pand  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2019-# qhasm:       xmm4 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2020:# asm 1: pxor  <xmm1=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2021:# asm 2: pxor  <xmm1=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2022-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2024-# qhasm:       xmm7 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2025:# asm 1: pand  <xmm4=int6464#5,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2026:# asm 2: pand  <xmm4=%xmm4,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2027-pand  %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2029-# qhasm:       xmm4 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2030:# asm 1: movdqa <xmm11=int6464#12,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2031:# asm 2: movdqa <xmm11=%xmm11,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2032-movdqa %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2034-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2035:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2036:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2037-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2039-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2040:# asm 1: pand  <xmm4=int6464#3,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2041:# asm 2: pand  <xmm4=%xmm2,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2042-pand  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2044-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2045:# asm 1: pxor  <xmm5=int6464#4,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2046:# asm 2: pxor  <xmm5=%xmm3,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2047-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2049-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2050:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2051:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2052-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2054-# qhasm:       xmm5 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2055:# asm 1: movdqa <xmm15=int6464#16,>xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2056:# asm 2: movdqa <xmm15=%xmm15,>xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2057-movdqa %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2059-# qhasm:       xmm5 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2060:# asm 1: pxor  <xmm9=int6464#10,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2061:# asm 2: pxor  <xmm9=%xmm9,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2062-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2064-# qhasm:       xmm4 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2065:# asm 1: movdqa <xmm13=int6464#14,>xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2066:# asm 2: movdqa <xmm13=%xmm13,>xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2067-movdqa %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2069-# qhasm:       xmm1 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2070:# asm 1: movdqa <xmm5=int6464#3,>xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2071:# asm 2: movdqa <xmm5=%xmm2,>xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2072-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2074-# qhasm:       xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2075:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2076:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2077-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2079-# qhasm:       xmm1 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2080:# asm 1: por   <xmm4=int6464#4,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2081:# asm 2: por   <xmm4=%xmm3,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2082-por   %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2084-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2085:# asm 1: pand  <xmm4=int6464#4,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2086:# asm 2: pand  <xmm4=%xmm3,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2087-pand  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2089-# qhasm:       xmm0 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2090:# asm 1: pxor  <xmm5=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2091:# asm 2: pxor  <xmm5=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2092-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2094-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2095:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2096:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2097-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2099-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2100:# asm 1: pxor  <xmm6=int6464#6,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2101:# asm 2: pxor  <xmm6=%xmm5,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2102-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2104-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2105:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2106:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2107-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2109-# qhasm:       xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2110:# asm 1: pxor  <xmm6=int6464#6,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2111:# asm 2: pxor  <xmm6=%xmm5,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2112-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2114-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2115:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2116:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2117-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2119-# qhasm:       xmm4 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2120:# asm 1: movdqa <xmm10=int6464#11,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2121:# asm 2: movdqa <xmm10=%xmm10,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2122-movdqa %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2124-# qhasm:       xmm5 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2125:# asm 1: movdqa <xmm12=int6464#13,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2126:# asm 2: movdqa <xmm12=%xmm12,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2127-movdqa %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2129-# qhasm:       xmm6 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2130:# asm 1: movdqa <xmm9=int6464#10,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2131:# asm 2: movdqa <xmm9=%xmm9,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2132-movdqa %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2134-# qhasm:       xmm7 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2135:# asm 1: movdqa <xmm15=int6464#16,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2136:# asm 2: movdqa <xmm15=%xmm15,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2137-movdqa %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2139-# qhasm:       xmm4 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2140:# asm 1: pand  <xmm11=int6464#12,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2141:# asm 2: pand  <xmm11=%xmm11,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2142-pand  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2144-# qhasm:       xmm5 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2145:# asm 1: pand  <xmm8=int6464#9,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2146:# asm 2: pand  <xmm8=%xmm8,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2147-pand  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2149-# qhasm:       xmm6 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2150:# asm 1: pand  <xmm13=int6464#14,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2151:# asm 2: pand  <xmm13=%xmm13,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2152-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2154-# qhasm:       xmm7 |= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2155:# asm 1: por   <xmm14=int6464#15,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2156:# asm 2: por   <xmm14=%xmm14,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2157-por   %xmm14,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2159-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2160:# asm 1: pxor  <xmm4=int6464#3,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2161:# asm 2: pxor  <xmm4=%xmm2,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2162-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2164-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2165:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2166:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2167-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2169-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2170:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2171:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2172-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2174-# qhasm:       xmm0 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2175:# asm 1: pxor  <xmm7=int6464#8,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2176:# asm 2: pxor  <xmm7=%xmm7,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2177-pxor  %xmm7,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2179-# qhasm:       xmm4 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2180:# asm 1: movdqa <xmm3=int6464#1,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2181:# asm 2: movdqa <xmm3=%xmm0,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2182-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2184-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2185:# asm 1: pxor  <xmm2=int6464#2,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2186:# asm 2: pxor  <xmm2=%xmm1,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2187-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2189-# qhasm:       xmm3 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2190:# asm 1: pand  <xmm1=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2191:# asm 2: pand  <xmm1=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2192-pand  %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2194-# qhasm:       xmm6 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2195:# asm 1: movdqa <xmm0=int6464#7,>xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2196:# asm 2: movdqa <xmm0=%xmm6,>xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2197-movdqa %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2199-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2200:# asm 1: pxor  <xmm3=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2201:# asm 2: pxor  <xmm3=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2202-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2204-# qhasm:       xmm7 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2205:# asm 1: movdqa <xmm4=int6464#3,>xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2206:# asm 2: movdqa <xmm4=%xmm2,>xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2207-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2209-# qhasm:       xmm7 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2210:# asm 1: pand  <xmm6=int6464#4,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2211:# asm 2: pand  <xmm6=%xmm3,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2212-pand  %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2214-# qhasm:       xmm7 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2215:# asm 1: pxor  <xmm2=int6464#2,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2216:# asm 2: pxor  <xmm2=%xmm1,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2217-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2219-# qhasm:       xmm5 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2220:# asm 1: movdqa <xmm1=int6464#5,>xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2221:# asm 2: movdqa <xmm1=%xmm4,>xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2222-movdqa %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2224-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2225:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2226:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2227-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2229-# qhasm:       xmm3 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2230:# asm 1: pxor  <xmm2=int6464#2,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2231:# asm 2: pxor  <xmm2=%xmm1,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2232-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2234-# qhasm:       xmm5 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2235:# asm 1: pand  <xmm3=int6464#1,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2236:# asm 2: pand  <xmm3=%xmm0,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2237-pand  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2239-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2240:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2241:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2242-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2244-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2245:# asm 1: pxor  <xmm5=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2246:# asm 2: pxor  <xmm5=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2247-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2249-# qhasm:       xmm2 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2250:# asm 1: movdqa <xmm6=int6464#4,>xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2251:# asm 2: movdqa <xmm6=%xmm3,>xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2252-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2254-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2255:# asm 1: pxor  <xmm5=int6464#8,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2256:# asm 2: pxor  <xmm5=%xmm7,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2257-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2259-# qhasm:       xmm2 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2260:# asm 1: pand  <xmm0=int6464#7,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2261:# asm 2: pand  <xmm0=%xmm6,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2262-pand  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2264-# qhasm:       xmm1 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2265:# asm 1: pxor  <xmm2=int6464#1,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2266:# asm 2: pxor  <xmm2=%xmm0,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2267-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2269-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2270:# asm 1: pxor  <xmm2=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2271:# asm 2: pxor  <xmm2=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2272-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2274-# qhasm:       xmm6 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2275:# asm 1: pand  <xmm7=int6464#6,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2276:# asm 2: pand  <xmm7=%xmm5,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2277-pand  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2279-# qhasm:       xmm6 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2280:# asm 1: pxor  <xmm4=int6464#3,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2281:# asm 2: pxor  <xmm4=%xmm2,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2282-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2284-# qhasm:         xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2285:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2286:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2287-movdqa %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2289-# qhasm:         xmm0 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2290:# asm 1: movdqa <xmm13=int6464#14,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2291:# asm 2: movdqa <xmm13=%xmm13,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2292-movdqa %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2294-# qhasm:           xmm2 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2295:# asm 1: movdqa <xmm7=int6464#6,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2296:# asm 2: movdqa <xmm7=%xmm5,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2297-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2299-# qhasm:           xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2300:# asm 1: pxor  <xmm6=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2301:# asm 2: pxor  <xmm6=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2302-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2304-# qhasm:           xmm2 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2305:# asm 1: pand  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2306:# asm 2: pand  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2307-pand  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2309-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2310:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2311:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2312-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2314-# qhasm:           xmm14 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2315:# asm 1: pand  <xmm6=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2316:# asm 2: pand  <xmm6=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2317-pand  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2319-# qhasm:           xmm13 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2320:# asm 1: pand  <xmm7=int6464#6,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2321:# asm 2: pand  <xmm7=%xmm5,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2322-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2324-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2325:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2326:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2327-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2329-# qhasm:           xmm13 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2330:# asm 1: pxor  <xmm2=int6464#3,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2331:# asm 2: pxor  <xmm2=%xmm2,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2332-pxor  %xmm2,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2334-# qhasm:         xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2335:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2336:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2337-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2339-# qhasm:         xmm0 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2340:# asm 1: pxor  <xmm11=int6464#12,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2341:# asm 2: pxor  <xmm11=%xmm11,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2342-pxor  %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2344-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2345:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2346:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2347-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2349-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2350:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2351:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2352-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2354-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2355:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2356:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2357-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2359-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2360:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2361:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2362-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2364-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2365:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2366:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2367-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2369-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2370:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2371:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2372-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2374-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2375:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2376:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2377-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2379-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2380:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2381:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2382-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2384-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2385:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2386:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2387-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2389-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2390:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2391:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2392-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2394-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2395:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2396:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2397-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2399-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2400:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2401:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2402-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2404-# qhasm:           xmm2 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2405:# asm 1: pand  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2406:# asm 2: pand  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2407-pand  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2409-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2410:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2411:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2412-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2414-# qhasm:           xmm8 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2415:# asm 1: pand  <xmm1=int6464#5,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2416:# asm 2: pand  <xmm1=%xmm4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2417-pand  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2419-# qhasm:           xmm11 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2420:# asm 1: pand  <xmm5=int6464#8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2421:# asm 2: pand  <xmm5=%xmm7,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2422-pand  %xmm7,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2424-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2425:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2426:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2427-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2429-# qhasm:           xmm11 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2430:# asm 1: pxor  <xmm2=int6464#3,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2431:# asm 2: pxor  <xmm2=%xmm2,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2432-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2434-# qhasm:         xmm14 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2435:# asm 1: pxor  <xmm4=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2436:# asm 2: pxor  <xmm4=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2437-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2439-# qhasm:         xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2440:# asm 1: pxor  <xmm4=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2441:# asm 2: pxor  <xmm4=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2442-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2444-# qhasm:         xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2445:# asm 1: pxor  <xmm0=int6464#2,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2446:# asm 2: pxor  <xmm0=%xmm1,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2447-pxor  %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2449-# qhasm:         xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2450:# asm 1: pxor  <xmm0=int6464#2,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2451:# asm 2: pxor  <xmm0=%xmm1,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2452-pxor  %xmm1,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2454-# qhasm:         xmm4 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2455:# asm 1: movdqa <xmm15=int6464#16,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2456:# asm 2: movdqa <xmm15=%xmm15,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2457-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2459-# qhasm:         xmm0 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2460:# asm 1: movdqa <xmm9=int6464#10,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2461:# asm 2: movdqa <xmm9=%xmm9,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2462-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2464-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2465:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2466:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2467-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2469-# qhasm:         xmm0 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2470:# asm 1: pxor  <xmm10=int6464#11,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2471:# asm 2: pxor  <xmm10=%xmm10,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2472-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2474-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2475:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2476:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2477-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2479-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2480:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2481:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2482-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2484-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2485:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2486:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2487-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2489-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2490:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2491:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2492-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2494-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2495:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2496:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2497-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2499-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2500:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2501:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2502-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2504-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2505:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2506:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2507-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2509-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2510:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2511:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2512-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2514-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2515:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2516:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2517-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2519-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2520:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2521:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2522-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2524-# qhasm:           xmm2 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2525:# asm 1: pand  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2526:# asm 2: pand  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2527-pand  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2529-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2530:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2531:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2532-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2534-# qhasm:           xmm12 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2535:# asm 1: pand  <xmm1=int6464#5,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2536:# asm 2: pand  <xmm1=%xmm4,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2537-pand  %xmm4,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2539-# qhasm:           xmm10 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2540:# asm 1: pand  <xmm5=int6464#8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2541:# asm 2: pand  <xmm5=%xmm7,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2542-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2544-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2545:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2546:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2547-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2549-# qhasm:           xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2550:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2551:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2552-pxor  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2554-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2555:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2556:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2557-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2559-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2560:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2561:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2562-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2564-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2565:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2566:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2567-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2569-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2570:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2571:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2572-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2574-# qhasm:           xmm3 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2575:# asm 1: pand  <xmm15=int6464#16,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2576:# asm 2: pand  <xmm15=%xmm15,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2577-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2579-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2580:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2581:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2582-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2584-# qhasm:           xmm15 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2585:# asm 1: pand  <xmm6=int6464#4,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2586:# asm 2: pand  <xmm6=%xmm3,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2587-pand  %xmm3,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2589-# qhasm:           xmm9 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2590:# asm 1: pand  <xmm7=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2591:# asm 2: pand  <xmm7=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2592-pand  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2594-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2595:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2596:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2597-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2599-# qhasm:           xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2600:# asm 1: pxor  <xmm3=int6464#3,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2601:# asm 2: pxor  <xmm3=%xmm2,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2602-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2604-# qhasm:         xmm15 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2605:# asm 1: pxor  <xmm4=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2606:# asm 2: pxor  <xmm4=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2607-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2609-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2610:# asm 1: pxor  <xmm4=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2611:# asm 2: pxor  <xmm4=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2612-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2614-# qhasm:         xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2615:# asm 1: pxor  <xmm0=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2616:# asm 2: pxor  <xmm0=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2617-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2619-# qhasm:         xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2620:# asm 1: pxor  <xmm0=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2621:# asm 2: pxor  <xmm0=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2622-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2624-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2625:# asm 1: pxor  <xmm8=int6464#9,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2626:# asm 2: pxor  <xmm8=%xmm8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2627-pxor  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2629-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2630:# asm 1: pxor  <xmm14=int6464#15,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2631:# asm 2: pxor  <xmm14=%xmm14,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2632-pxor  %xmm14,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2634-# qhasm:       xmm12 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2635:# asm 1: pxor  <xmm15=int6464#16,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2636:# asm 2: pxor  <xmm15=%xmm15,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2637-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2639-# qhasm:       xmm14 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2640:# asm 1: pxor  <xmm8=int6464#9,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2641:# asm 2: pxor  <xmm8=%xmm8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2642-pxor  %xmm8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2644-# qhasm:       xmm8 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2645:# asm 1: pxor  <xmm9=int6464#10,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2646:# asm 2: pxor  <xmm9=%xmm9,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2647-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2649-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2650:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2651:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2652-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2654-# qhasm:       xmm13 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2655:# asm 1: pxor  <xmm10=int6464#11,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2656:# asm 2: pxor  <xmm10=%xmm10,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2657-pxor  %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2659-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2660:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2661:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2662-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2664-# qhasm:       xmm10 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2665:# asm 1: pxor  <xmm11=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2666:# asm 2: pxor  <xmm11=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2667-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2669-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2670:# asm 1: pxor  <xmm13=int6464#14,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2671:# asm 2: pxor  <xmm13=%xmm13,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2672-pxor  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2674-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2675:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2676:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2677-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2679-# qhasm:     xmm0 = shuffle dwords of xmm8 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2680:# asm 1: pshufd $0x93,<xmm8=int6464#9,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2681:# asm 2: pshufd $0x93,<xmm8=%xmm8,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2682-pshufd $0x93,%xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2684-# qhasm:     xmm1 = shuffle dwords of xmm9 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2685:# asm 1: pshufd $0x93,<xmm9=int6464#10,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2686:# asm 2: pshufd $0x93,<xmm9=%xmm9,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2687-pshufd $0x93,%xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2689-# qhasm:     xmm2 = shuffle dwords of xmm12 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2690:# asm 1: pshufd $0x93,<xmm12=int6464#13,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2691:# asm 2: pshufd $0x93,<xmm12=%xmm12,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2692-pshufd $0x93,%xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2694-# qhasm:     xmm3 = shuffle dwords of xmm14 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2695:# asm 1: pshufd $0x93,<xmm14=int6464#15,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2696:# asm 2: pshufd $0x93,<xmm14=%xmm14,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2697-pshufd $0x93,%xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2699-# qhasm:     xmm4 = shuffle dwords of xmm11 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2700:# asm 1: pshufd $0x93,<xmm11=int6464#12,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2701:# asm 2: pshufd $0x93,<xmm11=%xmm11,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2702-pshufd $0x93,%xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2704-# qhasm:     xmm5 = shuffle dwords of xmm15 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2705:# asm 1: pshufd $0x93,<xmm15=int6464#16,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2706:# asm 2: pshufd $0x93,<xmm15=%xmm15,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2707-pshufd $0x93,%xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2709-# qhasm:     xmm6 = shuffle dwords of xmm10 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2710:# asm 1: pshufd $0x93,<xmm10=int6464#11,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2711:# asm 2: pshufd $0x93,<xmm10=%xmm10,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2712-pshufd $0x93,%xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2714-# qhasm:     xmm7 = shuffle dwords of xmm13 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2715:# asm 1: pshufd $0x93,<xmm13=int6464#14,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2716:# asm 2: pshufd $0x93,<xmm13=%xmm13,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2717-pshufd $0x93,%xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2719-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2720:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2721:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2722-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2724-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2725:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2726:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2727-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2729-# qhasm:     xmm12 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2730:# asm 1: pxor  <xmm2=int6464#3,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2731:# asm 2: pxor  <xmm2=%xmm2,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2732-pxor  %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2734-# qhasm:     xmm14 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2735:# asm 1: pxor  <xmm3=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2736:# asm 2: pxor  <xmm3=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2737-pxor  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2739-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2740:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2741:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2742-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2744-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2745:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2746:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2747-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2749-# qhasm:     xmm10 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2750:# asm 1: pxor  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2751:# asm 2: pxor  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2752-pxor  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2754-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2755:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2756:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2757-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2759-# qhasm:     xmm0 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2760:# asm 1: pxor  <xmm13=int6464#14,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2761:# asm 2: pxor  <xmm13=%xmm13,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2762-pxor  %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2764-# qhasm:     xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2765:# asm 1: pxor  <xmm8=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2766:# asm 2: pxor  <xmm8=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2767-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2769-# qhasm:     xmm2 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2770:# asm 1: pxor  <xmm9=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2771:# asm 2: pxor  <xmm9=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2772-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2774-# qhasm:     xmm1 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2775:# asm 1: pxor  <xmm13=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2776:# asm 2: pxor  <xmm13=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2777-pxor  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2779-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2780:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2781:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2782-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2784-# qhasm:     xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2785:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2786:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2787-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2789-# qhasm:     xmm5 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2790:# asm 1: pxor  <xmm11=int6464#12,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2791:# asm 2: pxor  <xmm11=%xmm11,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2792-pxor  %xmm11,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2794-# qhasm:     xmm3 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2795:# asm 1: pxor  <xmm13=int6464#14,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2796:# asm 2: pxor  <xmm13=%xmm13,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2797-pxor  %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2799-# qhasm:     xmm6 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2800:# asm 1: pxor  <xmm15=int6464#16,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2801:# asm 2: pxor  <xmm15=%xmm15,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2802-pxor  %xmm15,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2804-# qhasm:     xmm7 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2805:# asm 1: pxor  <xmm10=int6464#11,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2806:# asm 2: pxor  <xmm10=%xmm10,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2807-pxor  %xmm10,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2809-# qhasm:     xmm4 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2810:# asm 1: pxor  <xmm13=int6464#14,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2811:# asm 2: pxor  <xmm13=%xmm13,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2812-pxor  %xmm13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2814-# qhasm:     xmm8 = shuffle dwords of xmm8 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2815:# asm 1: pshufd $0x4E,<xmm8=int6464#9,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2816:# asm 2: pshufd $0x4E,<xmm8=%xmm8,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2817-pshufd $0x4E,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2819-# qhasm:     xmm9 = shuffle dwords of xmm9 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2820:# asm 1: pshufd $0x4E,<xmm9=int6464#10,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2821:# asm 2: pshufd $0x4E,<xmm9=%xmm9,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2822-pshufd $0x4E,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2824-# qhasm:     xmm12 = shuffle dwords of xmm12 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2825:# asm 1: pshufd $0x4E,<xmm12=int6464#13,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2826:# asm 2: pshufd $0x4E,<xmm12=%xmm12,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2827-pshufd $0x4E,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2829-# qhasm:     xmm14 = shuffle dwords of xmm14 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2830:# asm 1: pshufd $0x4E,<xmm14=int6464#15,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2831:# asm 2: pshufd $0x4E,<xmm14=%xmm14,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2832-pshufd $0x4E,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2834-# qhasm:     xmm11 = shuffle dwords of xmm11 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2835:# asm 1: pshufd $0x4E,<xmm11=int6464#12,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2836:# asm 2: pshufd $0x4E,<xmm11=%xmm11,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2837-pshufd $0x4E,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2839-# qhasm:     xmm15 = shuffle dwords of xmm15 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2840:# asm 1: pshufd $0x4E,<xmm15=int6464#16,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2841:# asm 2: pshufd $0x4E,<xmm15=%xmm15,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2842-pshufd $0x4E,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2844-# qhasm:     xmm10 = shuffle dwords of xmm10 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2845:# asm 1: pshufd $0x4E,<xmm10=int6464#11,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2846:# asm 2: pshufd $0x4E,<xmm10=%xmm10,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2847-pshufd $0x4E,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2849-# qhasm:     xmm13 = shuffle dwords of xmm13 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2850:# asm 1: pshufd $0x4E,<xmm13=int6464#14,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2851:# asm 2: pshufd $0x4E,<xmm13=%xmm13,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2852-pshufd $0x4E,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2854-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2855:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2856:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2857-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2859-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2860:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2861:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2862-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2864-# qhasm:     xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2865:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2866:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2867-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2869-# qhasm:     xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2870:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2871:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2872-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2874-# qhasm:     xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2875:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2876:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2877-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2879-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2880:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2881:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2882-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2884-# qhasm:     xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2885:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2886:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2887-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2889-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2890:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2891:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2892-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2894-# qhasm:     xmm0 ^= *(int128 *)(c + 256)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2895:# asm 1: pxor 256(<c=int64#5),<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2896:# asm 2: pxor 256(<c=%r8),<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2897-pxor 256(%r8),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2899-# qhasm:     shuffle bytes of xmm0 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2900:# asm 1: pshufb SR,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2901:# asm 2: pshufb SR,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2902-pshufb SR,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2904-# qhasm:     xmm1 ^= *(int128 *)(c + 272)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2905:# asm 1: pxor 272(<c=int64#5),<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2906:# asm 2: pxor 272(<c=%r8),<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2907-pxor 272(%r8),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2909-# qhasm:     shuffle bytes of xmm1 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2910:# asm 1: pshufb SR,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2911:# asm 2: pshufb SR,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2912-pshufb SR,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2914-# qhasm:     xmm2 ^= *(int128 *)(c + 288)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2915:# asm 1: pxor 288(<c=int64#5),<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2916:# asm 2: pxor 288(<c=%r8),<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2917-pxor 288(%r8),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2919-# qhasm:     shuffle bytes of xmm2 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2920:# asm 1: pshufb SR,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2921:# asm 2: pshufb SR,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2922-pshufb SR,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2924-# qhasm:     xmm3 ^= *(int128 *)(c + 304)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2925:# asm 1: pxor 304(<c=int64#5),<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2926:# asm 2: pxor 304(<c=%r8),<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2927-pxor 304(%r8),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2929-# qhasm:     shuffle bytes of xmm3 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2930:# asm 1: pshufb SR,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2931:# asm 2: pshufb SR,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2932-pshufb SR,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2934-# qhasm:     xmm4 ^= *(int128 *)(c + 320)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2935:# asm 1: pxor 320(<c=int64#5),<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2936:# asm 2: pxor 320(<c=%r8),<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2937-pxor 320(%r8),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2939-# qhasm:     shuffle bytes of xmm4 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2940:# asm 1: pshufb SR,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2941:# asm 2: pshufb SR,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2942-pshufb SR,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2944-# qhasm:     xmm5 ^= *(int128 *)(c + 336)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2945:# asm 1: pxor 336(<c=int64#5),<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2946:# asm 2: pxor 336(<c=%r8),<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2947-pxor 336(%r8),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2949-# qhasm:     shuffle bytes of xmm5 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2950:# asm 1: pshufb SR,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2951:# asm 2: pshufb SR,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2952-pshufb SR,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2954-# qhasm:     xmm6 ^= *(int128 *)(c + 352)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2955:# asm 1: pxor 352(<c=int64#5),<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2956:# asm 2: pxor 352(<c=%r8),<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2957-pxor 352(%r8),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2959-# qhasm:     shuffle bytes of xmm6 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2960:# asm 1: pshufb SR,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2961:# asm 2: pshufb SR,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2962-pshufb SR,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2964-# qhasm:     xmm7 ^= *(int128 *)(c + 368)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2965:# asm 1: pxor 368(<c=int64#5),<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2966:# asm 2: pxor 368(<c=%r8),<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2967-pxor 368(%r8),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2969-# qhasm:     shuffle bytes of xmm7 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2970:# asm 1: pshufb SR,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2971:# asm 2: pshufb SR,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2972-pshufb SR,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2974-# qhasm:       xmm5 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2975:# asm 1: pxor  <xmm6=int6464#7,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2976:# asm 2: pxor  <xmm6=%xmm6,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2977-pxor  %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2979-# qhasm:       xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2980:# asm 1: pxor  <xmm1=int6464#2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2981:# asm 2: pxor  <xmm1=%xmm1,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2982-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2984-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2985:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2986:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2987-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2989-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2990:# asm 1: pxor  <xmm2=int6464#3,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2991:# asm 2: pxor  <xmm2=%xmm2,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2992-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2994-# qhasm:       xmm3 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2995:# asm 1: pxor  <xmm0=int6464#1,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:2996:# asm 2: pxor  <xmm0=%xmm0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2997-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-2999-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3000:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3001:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3002-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3004-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3005:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3006:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3007-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3009-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3010:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3011:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3012-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3014-# qhasm:       xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3015:# asm 1: pxor  <xmm5=int6464#6,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3016:# asm 2: pxor  <xmm5=%xmm5,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3017-pxor  %xmm5,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3019-# qhasm:       xmm3 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3020:# asm 1: pxor  <xmm1=int6464#2,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3021:# asm 2: pxor  <xmm1=%xmm1,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3022-pxor  %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3024-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3025:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3026:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3027-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3029-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3030:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3031:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3032-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3034-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3035:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3036:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3037-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3039-# qhasm:       xmm11 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3040:# asm 1: movdqa <xmm7=int6464#8,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3041:# asm 2: movdqa <xmm7=%xmm7,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3042-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3044-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3045:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3046:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3047-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3049-# qhasm:       xmm9 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3050:# asm 1: movdqa <xmm5=int6464#6,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3051:# asm 2: movdqa <xmm5=%xmm5,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3052-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3054-# qhasm:       xmm13 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3055:# asm 1: movdqa <xmm2=int6464#3,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3056:# asm 2: movdqa <xmm2=%xmm2,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3057-movdqa %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3059-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3060:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3061:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3062-movdqa %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3064-# qhasm:       xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3065:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3066:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3067-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3069-# qhasm:       xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3070:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3071:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3072-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3074-# qhasm:       xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3075:# asm 1: pxor  <xmm3=int6464#4,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3076:# asm 2: pxor  <xmm3=%xmm3,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3077-pxor  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3079-# qhasm:       xmm13 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3080:# asm 1: pxor  <xmm4=int6464#5,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3081:# asm 2: pxor  <xmm4=%xmm4,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3082-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3084-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3085:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3086:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3087-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3089-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3090:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3091:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3092-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3094-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3095:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3096:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3097-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3099-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3100:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3101:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3102-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3104-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3105:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3106:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3107-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3109-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3110:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3111:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3112-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3114-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3115:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3116:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3117-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3119-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3120:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3121:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3122-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3124-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3125:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3126:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3127-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3129-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3130:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3131:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3132-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3134-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3135:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3136:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3137-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3139-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3140:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3141:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3142-movdqa %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3144-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3145:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3146:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3147-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3149-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3150:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3151:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3152-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3154-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3155:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3156:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3157-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3159-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3160:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3161:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3162-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3164-# qhasm:       xmm13 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3165:# asm 1: movdqa <xmm7=int6464#8,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3166:# asm 2: movdqa <xmm7=%xmm7,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3167-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3169-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3170:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3171:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3172-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3174-# qhasm:       xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3175:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3176:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3177-movdqa %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3179-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3180:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3181:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3182-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3184-# qhasm:       xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3185:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3186:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3187-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3189-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3190:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3191:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3192-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3194-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3195:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3196:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3197-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3199-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3200:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3201:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3202-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3204-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3205:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3206:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3207-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3209-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3210:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3211:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3212-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3214-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3215:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3216:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3217-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3219-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3220:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3221:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3222-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3224-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3225:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3226:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3227-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3229-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3230:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3231:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3232-movdqa %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3234-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3235:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3236:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3237-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3239-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3240:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3241:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3242-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3244-# qhasm:       xmm15 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3245:# asm 1: movdqa <xmm7=int6464#8,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3246:# asm 2: movdqa <xmm7=%xmm7,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3247-movdqa %xmm7,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3249-# qhasm:       xmm12 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3250:# asm 1: pand  <xmm3=int6464#4,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3251:# asm 2: pand  <xmm3=%xmm3,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3252-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3254-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3255:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3256:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3257-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3259-# qhasm:       xmm14 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3260:# asm 1: pand  <xmm5=int6464#6,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3261:# asm 2: pand  <xmm5=%xmm5,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3262-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3264-# qhasm:       xmm15 |= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3265:# asm 1: por   <xmm6=int6464#7,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3266:# asm 2: por   <xmm6=%xmm6,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3267-por   %xmm6,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3269-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3270:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3271:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3272-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3274-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3275:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3276:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3277-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3279-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3280:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3281:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3282-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3284-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3285:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3286:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3287-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3289-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3290:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3291:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3292-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3294-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3295:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3296:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3297-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3299-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3300:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3301:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3302-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3304-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3305:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3306:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3307-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3309-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3310:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3311:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3312-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3314-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3315:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3316:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3317-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3319-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3320:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3321:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3322-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3324-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3325:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3326:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3327-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3329-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3330:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3331:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3332-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3334-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3335:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3336:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3337-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3339-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3340:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3341:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3342-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3344-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3345:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3346:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3347-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3349-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3350:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3351:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3352-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3354-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3355:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3356:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3357-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3359-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3360:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3361:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3362-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3364-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3365:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3366:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3367-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3369-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3370:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3371:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3372-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3374-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3375:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3376:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3377-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3379-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3380:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3381:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3382-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3384-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3385:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3386:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3387-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3389-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3390:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3391:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3392-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3394-# qhasm:         xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3395:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3396:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3397-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3399-# qhasm:         xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3400:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3401:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3402-movdqa %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3404-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3405:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3406:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3407-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3409-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3410:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3411:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3412-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3414-# qhasm:           xmm10 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3415:# asm 1: pand  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3416:# asm 2: pand  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3417-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3419-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3420:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3421:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3422-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3424-# qhasm:           xmm6 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3425:# asm 1: pand  <xmm14=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3426:# asm 2: pand  <xmm14=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3427-pand  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3429-# qhasm:           xmm5 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3430:# asm 1: pand  <xmm15=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3431:# asm 2: pand  <xmm15=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3432-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3434-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3435:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3436:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3437-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3439-# qhasm:           xmm5 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3440:# asm 1: pxor  <xmm10=int6464#11,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3441:# asm 2: pxor  <xmm10=%xmm10,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3442-pxor  %xmm10,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3444-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3445:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3446:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3447-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3449-# qhasm:         xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3450:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3451:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3452-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3454-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3455:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3456:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3457-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3459-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3460:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3461:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3462-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3464-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3465:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3466:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3467-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3469-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3470:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3471:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3472-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3474-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3475:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3476:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3477-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3479-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3480:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3481:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3482-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3484-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3485:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3486:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3487-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3489-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3490:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3491:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3492-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3494-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3495:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3496:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3497-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3499-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3500:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3501:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3502-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3504-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3505:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3506:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3507-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3509-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3510:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3511:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3512-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3514-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3515:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3516:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3517-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3519-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3520:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3521:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3522-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3524-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3525:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3526:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3527-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3529-# qhasm:           xmm3 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3530:# asm 1: pand  <xmm13=int6464#16,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3531:# asm 2: pand  <xmm13=%xmm15,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3532-pand  %xmm15,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3534-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3535:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3536:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3537-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3539-# qhasm:           xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3540:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3541:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3542-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3544-# qhasm:         xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3545:# asm 1: pxor  <xmm12=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3546:# asm 2: pxor  <xmm12=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3547-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3549-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3550:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3551:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3552-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3554-# qhasm:         xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3555:# asm 1: pxor  <xmm8=int6464#10,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3556:# asm 2: pxor  <xmm8=%xmm9,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3557-pxor  %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3559-# qhasm:         xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3560:# asm 1: pxor  <xmm8=int6464#10,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3561:# asm 2: pxor  <xmm8=%xmm9,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3562-pxor  %xmm9,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3564-# qhasm:         xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3565:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3566:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3567-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3569-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3570:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3571:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3572-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3574-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3575:# asm 1: pxor  <xmm4=int6464#5,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3576:# asm 2: pxor  <xmm4=%xmm4,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3577-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3579-# qhasm:         xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3580:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3581:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3582-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3584-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3585:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3586:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3587-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3589-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3590:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3591:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3592-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3594-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3595:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3596:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3597-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3599-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3600:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3601:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3602-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3604-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3605:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3606:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3607-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3609-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3610:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3611:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3612-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3614-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3615:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3616:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3617-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3619-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3620:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3621:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3622-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3624-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3625:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3626:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3627-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3629-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3630:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3631:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3632-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3634-# qhasm:           xmm10 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3635:# asm 1: pand  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3636:# asm 2: pand  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3637-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3639-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3640:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3641:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3642-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3644-# qhasm:           xmm4 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3645:# asm 1: pand  <xmm9=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3646:# asm 2: pand  <xmm9=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3647-pand  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3649-# qhasm:           xmm2 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3650:# asm 1: pand  <xmm13=int6464#16,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3651:# asm 2: pand  <xmm13=%xmm15,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3652-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3654-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3655:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3656:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3657-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3659-# qhasm:           xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3660:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3661:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3662-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3664-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3665:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3666:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3667-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3669-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3670:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3671:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3672-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3674-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3675:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3676:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3677-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3679-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3680:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3681:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3682-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3684-# qhasm:           xmm11 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3685:# asm 1: pand  <xmm7=int6464#8,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3686:# asm 2: pand  <xmm7=%xmm7,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3687-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3689-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3690:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3691:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3692-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3694-# qhasm:           xmm7 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3695:# asm 1: pand  <xmm14=int6464#12,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3696:# asm 2: pand  <xmm14=%xmm11,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3697-pand  %xmm11,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3699-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3700:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3701:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3702-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3704-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3705:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3706:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3707-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3709-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3710:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3711:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3712-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3714-# qhasm:         xmm7 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3715:# asm 1: pxor  <xmm12=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3716:# asm 2: pxor  <xmm12=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3717-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3719-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3720:# asm 1: pxor  <xmm12=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3721:# asm 2: pxor  <xmm12=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3722-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3724-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3725:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3726:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3727-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3729-# qhasm:         xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3730:# asm 1: pxor  <xmm8=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3731:# asm 2: pxor  <xmm8=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3732-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3734-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3735:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3736:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3737-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3739-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3740:# asm 1: pxor  <xmm6=int6464#7,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3741:# asm 2: pxor  <xmm6=%xmm6,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3742-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3744-# qhasm:       xmm4 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3745:# asm 1: pxor  <xmm7=int6464#8,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3746:# asm 2: pxor  <xmm7=%xmm7,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3747-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3749-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3750:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3751:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3752-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3754-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3755:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3756:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3757-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3759-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3760:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3761:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3762-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3764-# qhasm:       xmm5 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3765:# asm 1: pxor  <xmm2=int6464#3,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3766:# asm 2: pxor  <xmm2=%xmm2,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3767-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3769-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3770:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3771:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3772-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3774-# qhasm:       xmm2 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3775:# asm 1: pxor  <xmm3=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3776:# asm 2: pxor  <xmm3=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3777-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3779-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3780:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3781:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3782-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3784-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3785:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3786:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3787-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3789-# qhasm:     xmm8 = shuffle dwords of xmm0 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3790:# asm 1: pshufd $0x93,<xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3791:# asm 2: pshufd $0x93,<xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3792-pshufd $0x93,%xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3794-# qhasm:     xmm9 = shuffle dwords of xmm1 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3795:# asm 1: pshufd $0x93,<xmm1=int6464#2,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3796:# asm 2: pshufd $0x93,<xmm1=%xmm1,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3797-pshufd $0x93,%xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3799-# qhasm:     xmm10 = shuffle dwords of xmm4 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3800:# asm 1: pshufd $0x93,<xmm4=int6464#5,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3801:# asm 2: pshufd $0x93,<xmm4=%xmm4,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3802-pshufd $0x93,%xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3804-# qhasm:     xmm11 = shuffle dwords of xmm6 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3805:# asm 1: pshufd $0x93,<xmm6=int6464#7,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3806:# asm 2: pshufd $0x93,<xmm6=%xmm6,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3807-pshufd $0x93,%xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3809-# qhasm:     xmm12 = shuffle dwords of xmm3 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3810:# asm 1: pshufd $0x93,<xmm3=int6464#4,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3811:# asm 2: pshufd $0x93,<xmm3=%xmm3,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3812-pshufd $0x93,%xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3814-# qhasm:     xmm13 = shuffle dwords of xmm7 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3815:# asm 1: pshufd $0x93,<xmm7=int6464#8,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3816:# asm 2: pshufd $0x93,<xmm7=%xmm7,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3817-pshufd $0x93,%xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3819-# qhasm:     xmm14 = shuffle dwords of xmm2 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3820:# asm 1: pshufd $0x93,<xmm2=int6464#3,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3821:# asm 2: pshufd $0x93,<xmm2=%xmm2,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3822-pshufd $0x93,%xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3824-# qhasm:     xmm15 = shuffle dwords of xmm5 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3825:# asm 1: pshufd $0x93,<xmm5=int6464#6,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3826:# asm 2: pshufd $0x93,<xmm5=%xmm5,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3827-pshufd $0x93,%xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3829-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3830:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3831:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3832-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3834-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3835:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3836:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3837-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3839-# qhasm:     xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3840:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3841:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3842-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3844-# qhasm:     xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3845:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3846:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3847-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3849-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3850:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3851:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3852-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3854-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3855:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3856:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3857-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3859-# qhasm:     xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3860:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3861:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3862-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3864-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3865:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3866:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3867-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3869-# qhasm:     xmm8 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3870:# asm 1: pxor  <xmm5=int6464#6,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3871:# asm 2: pxor  <xmm5=%xmm5,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3872-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3874-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3875:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3876:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3877-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3879-# qhasm:     xmm10 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3880:# asm 1: pxor  <xmm1=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3881:# asm 2: pxor  <xmm1=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3882-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3884-# qhasm:     xmm9 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3885:# asm 1: pxor  <xmm5=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3886:# asm 2: pxor  <xmm5=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3887-pxor  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3889-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3890:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3891:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3892-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3894-# qhasm:     xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3895:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3896:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3897-pxor  %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3899-# qhasm:     xmm13 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3900:# asm 1: pxor  <xmm3=int6464#4,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3901:# asm 2: pxor  <xmm3=%xmm3,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3902-pxor  %xmm3,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3904-# qhasm:     xmm11 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3905:# asm 1: pxor  <xmm5=int6464#6,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3906:# asm 2: pxor  <xmm5=%xmm5,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3907-pxor  %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3909-# qhasm:     xmm14 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3910:# asm 1: pxor  <xmm7=int6464#8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3911:# asm 2: pxor  <xmm7=%xmm7,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3912-pxor  %xmm7,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3914-# qhasm:     xmm15 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3915:# asm 1: pxor  <xmm2=int6464#3,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3916:# asm 2: pxor  <xmm2=%xmm2,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3917-pxor  %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3919-# qhasm:     xmm12 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3920:# asm 1: pxor  <xmm5=int6464#6,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3921:# asm 2: pxor  <xmm5=%xmm5,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3922-pxor  %xmm5,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3924-# qhasm:     xmm0 = shuffle dwords of xmm0 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3925:# asm 1: pshufd $0x4E,<xmm0=int6464#1,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3926:# asm 2: pshufd $0x4E,<xmm0=%xmm0,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3927-pshufd $0x4E,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3929-# qhasm:     xmm1 = shuffle dwords of xmm1 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3930:# asm 1: pshufd $0x4E,<xmm1=int6464#2,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3931:# asm 2: pshufd $0x4E,<xmm1=%xmm1,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3932-pshufd $0x4E,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3934-# qhasm:     xmm4 = shuffle dwords of xmm4 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3935:# asm 1: pshufd $0x4E,<xmm4=int6464#5,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3936:# asm 2: pshufd $0x4E,<xmm4=%xmm4,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3937-pshufd $0x4E,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3939-# qhasm:     xmm6 = shuffle dwords of xmm6 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3940:# asm 1: pshufd $0x4E,<xmm6=int6464#7,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3941:# asm 2: pshufd $0x4E,<xmm6=%xmm6,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3942-pshufd $0x4E,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3944-# qhasm:     xmm3 = shuffle dwords of xmm3 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3945:# asm 1: pshufd $0x4E,<xmm3=int6464#4,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3946:# asm 2: pshufd $0x4E,<xmm3=%xmm3,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3947-pshufd $0x4E,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3949-# qhasm:     xmm7 = shuffle dwords of xmm7 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3950:# asm 1: pshufd $0x4E,<xmm7=int6464#8,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3951:# asm 2: pshufd $0x4E,<xmm7=%xmm7,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3952-pshufd $0x4E,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3954-# qhasm:     xmm2 = shuffle dwords of xmm2 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3955:# asm 1: pshufd $0x4E,<xmm2=int6464#3,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3956:# asm 2: pshufd $0x4E,<xmm2=%xmm2,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3957-pshufd $0x4E,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3959-# qhasm:     xmm5 = shuffle dwords of xmm5 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3960:# asm 1: pshufd $0x4E,<xmm5=int6464#6,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3961:# asm 2: pshufd $0x4E,<xmm5=%xmm5,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3962-pshufd $0x4E,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3964-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3965:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3966:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3967-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3969-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3970:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3971:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3972-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3974-# qhasm:     xmm10 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3975:# asm 1: pxor  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3976:# asm 2: pxor  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3977-pxor  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3979-# qhasm:     xmm11 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3980:# asm 1: pxor  <xmm6=int6464#7,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3981:# asm 2: pxor  <xmm6=%xmm6,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3982-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3984-# qhasm:     xmm12 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3985:# asm 1: pxor  <xmm3=int6464#4,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3986:# asm 2: pxor  <xmm3=%xmm3,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3987-pxor  %xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3989-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3990:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3991:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3992-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3994-# qhasm:     xmm14 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3995:# asm 1: pxor  <xmm2=int6464#3,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:3996:# asm 2: pxor  <xmm2=%xmm2,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3997-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-3999-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4000:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4001:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4002-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4004-# qhasm:     xmm8 ^= *(int128 *)(c + 384)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4005:# asm 1: pxor 384(<c=int64#5),<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4006:# asm 2: pxor 384(<c=%r8),<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4007-pxor 384(%r8),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4009-# qhasm:     shuffle bytes of xmm8 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4010:# asm 1: pshufb SR,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4011:# asm 2: pshufb SR,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4012-pshufb SR,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4014-# qhasm:     xmm9 ^= *(int128 *)(c + 400)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4015:# asm 1: pxor 400(<c=int64#5),<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4016:# asm 2: pxor 400(<c=%r8),<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4017-pxor 400(%r8),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4019-# qhasm:     shuffle bytes of xmm9 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4020:# asm 1: pshufb SR,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4021:# asm 2: pshufb SR,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4022-pshufb SR,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4024-# qhasm:     xmm10 ^= *(int128 *)(c + 416)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4025:# asm 1: pxor 416(<c=int64#5),<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4026:# asm 2: pxor 416(<c=%r8),<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4027-pxor 416(%r8),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4029-# qhasm:     shuffle bytes of xmm10 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4030:# asm 1: pshufb SR,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4031:# asm 2: pshufb SR,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4032-pshufb SR,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4034-# qhasm:     xmm11 ^= *(int128 *)(c + 432)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4035:# asm 1: pxor 432(<c=int64#5),<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4036:# asm 2: pxor 432(<c=%r8),<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4037-pxor 432(%r8),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4039-# qhasm:     shuffle bytes of xmm11 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4040:# asm 1: pshufb SR,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4041:# asm 2: pshufb SR,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4042-pshufb SR,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4044-# qhasm:     xmm12 ^= *(int128 *)(c + 448)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4045:# asm 1: pxor 448(<c=int64#5),<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4046:# asm 2: pxor 448(<c=%r8),<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4047-pxor 448(%r8),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4049-# qhasm:     shuffle bytes of xmm12 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4050:# asm 1: pshufb SR,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4051:# asm 2: pshufb SR,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4052-pshufb SR,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4054-# qhasm:     xmm13 ^= *(int128 *)(c + 464)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4055:# asm 1: pxor 464(<c=int64#5),<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4056:# asm 2: pxor 464(<c=%r8),<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4057-pxor 464(%r8),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4059-# qhasm:     shuffle bytes of xmm13 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4060:# asm 1: pshufb SR,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4061:# asm 2: pshufb SR,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4062-pshufb SR,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4064-# qhasm:     xmm14 ^= *(int128 *)(c + 480)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4065:# asm 1: pxor 480(<c=int64#5),<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4066:# asm 2: pxor 480(<c=%r8),<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4067-pxor 480(%r8),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4069-# qhasm:     shuffle bytes of xmm14 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4070:# asm 1: pshufb SR,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4071:# asm 2: pshufb SR,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4072-pshufb SR,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4074-# qhasm:     xmm15 ^= *(int128 *)(c + 496)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4075:# asm 1: pxor 496(<c=int64#5),<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4076:# asm 2: pxor 496(<c=%r8),<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4077-pxor 496(%r8),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4079-# qhasm:     shuffle bytes of xmm15 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4080:# asm 1: pshufb SR,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4081:# asm 2: pshufb SR,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4082-pshufb SR,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4084-# qhasm:       xmm13 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4085:# asm 1: pxor  <xmm14=int6464#15,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4086:# asm 2: pxor  <xmm14=%xmm14,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4087-pxor  %xmm14,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4089-# qhasm:       xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4090:# asm 1: pxor  <xmm9=int6464#10,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4091:# asm 2: pxor  <xmm9=%xmm9,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4092-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4094-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4095:# asm 1: pxor  <xmm8=int6464#9,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4096:# asm 2: pxor  <xmm8=%xmm8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4097-pxor  %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4099-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4100:# asm 1: pxor  <xmm10=int6464#11,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4101:# asm 2: pxor  <xmm10=%xmm10,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4102-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4104-# qhasm:       xmm11 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4105:# asm 1: pxor  <xmm8=int6464#9,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4106:# asm 2: pxor  <xmm8=%xmm8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4107-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4109-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4110:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4111:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4112-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4114-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4115:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4116:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4117-pxor  %xmm15,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4119-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4120:# asm 1: pxor  <xmm12=int6464#13,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4121:# asm 2: pxor  <xmm12=%xmm12,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4122-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4124-# qhasm:       xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4125:# asm 1: pxor  <xmm13=int6464#14,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4126:# asm 2: pxor  <xmm13=%xmm13,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4127-pxor  %xmm13,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4129-# qhasm:       xmm11 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4130:# asm 1: pxor  <xmm9=int6464#10,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4131:# asm 2: pxor  <xmm9=%xmm9,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4132-pxor  %xmm9,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4134-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4135:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4136:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4137-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4139-# qhasm:       xmm10 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4140:# asm 1: pxor  <xmm15=int6464#16,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4141:# asm 2: pxor  <xmm15=%xmm15,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4142-pxor  %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4144-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4145:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4146:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4147-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4149-# qhasm:       xmm3 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4150:# asm 1: movdqa <xmm15=int6464#16,>xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4151:# asm 2: movdqa <xmm15=%xmm15,>xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4152-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4154-# qhasm:       xmm2 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4155:# asm 1: movdqa <xmm9=int6464#10,>xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4156:# asm 2: movdqa <xmm9=%xmm9,>xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4157-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4159-# qhasm:       xmm1 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4160:# asm 1: movdqa <xmm13=int6464#14,>xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4161:# asm 2: movdqa <xmm13=%xmm13,>xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4162-movdqa %xmm13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4164-# qhasm:       xmm5 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4165:# asm 1: movdqa <xmm10=int6464#11,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4166:# asm 2: movdqa <xmm10=%xmm10,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4167-movdqa %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4169-# qhasm:       xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4170:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4171:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4172-movdqa %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4174-# qhasm:       xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4175:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4176:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4177-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4179-# qhasm:       xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4180:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4181:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4182-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4184-# qhasm:       xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4185:# asm 1: pxor  <xmm11=int6464#12,<xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4186:# asm 2: pxor  <xmm11=%xmm11,<xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4187-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4189-# qhasm:       xmm5 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4190:# asm 1: pxor  <xmm12=int6464#13,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4191:# asm 2: pxor  <xmm12=%xmm12,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4192-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4194-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4195:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4196:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4197-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4199-# qhasm:       xmm6 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4200:# asm 1: movdqa <xmm3=int6464#1,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4201:# asm 2: movdqa <xmm3=%xmm0,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4202-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4204-# qhasm:       xmm0 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4205:# asm 1: movdqa <xmm2=int6464#2,>xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4206:# asm 2: movdqa <xmm2=%xmm1,>xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4207-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4209-# qhasm:       xmm7 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4210:# asm 1: movdqa <xmm3=int6464#1,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4211:# asm 2: movdqa <xmm3=%xmm0,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4212-movdqa %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4214-# qhasm:       xmm2 |= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4215:# asm 1: por   <xmm1=int6464#3,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4216:# asm 2: por   <xmm1=%xmm2,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4217-por   %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4219-# qhasm:       xmm3 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4220:# asm 1: por   <xmm4=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4221:# asm 2: por   <xmm4=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4222-por   %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4224-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4225:# asm 1: pxor  <xmm0=int6464#7,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4226:# asm 2: pxor  <xmm0=%xmm6,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4227-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4229-# qhasm:       xmm6 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4230:# asm 1: pand  <xmm4=int6464#5,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4231:# asm 2: pand  <xmm4=%xmm4,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4232-pand  %xmm4,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4234-# qhasm:       xmm0 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4235:# asm 1: pand  <xmm1=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4236:# asm 2: pand  <xmm1=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4237-pand  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4239-# qhasm:       xmm4 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4240:# asm 1: pxor  <xmm1=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4241:# asm 2: pxor  <xmm1=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4242-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4244-# qhasm:       xmm7 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4245:# asm 1: pand  <xmm4=int6464#5,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4246:# asm 2: pand  <xmm4=%xmm4,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4247-pand  %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4249-# qhasm:       xmm4 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4250:# asm 1: movdqa <xmm11=int6464#12,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4251:# asm 2: movdqa <xmm11=%xmm11,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4252-movdqa %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4254-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4255:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4256:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4257-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4259-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4260:# asm 1: pand  <xmm4=int6464#3,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4261:# asm 2: pand  <xmm4=%xmm2,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4262-pand  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4264-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4265:# asm 1: pxor  <xmm5=int6464#4,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4266:# asm 2: pxor  <xmm5=%xmm3,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4267-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4269-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4270:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4271:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4272-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4274-# qhasm:       xmm5 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4275:# asm 1: movdqa <xmm15=int6464#16,>xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4276:# asm 2: movdqa <xmm15=%xmm15,>xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4277-movdqa %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4279-# qhasm:       xmm5 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4280:# asm 1: pxor  <xmm9=int6464#10,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4281:# asm 2: pxor  <xmm9=%xmm9,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4282-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4284-# qhasm:       xmm4 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4285:# asm 1: movdqa <xmm13=int6464#14,>xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4286:# asm 2: movdqa <xmm13=%xmm13,>xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4287-movdqa %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4289-# qhasm:       xmm1 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4290:# asm 1: movdqa <xmm5=int6464#3,>xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4291:# asm 2: movdqa <xmm5=%xmm2,>xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4292-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4294-# qhasm:       xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4295:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4296:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4297-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4299-# qhasm:       xmm1 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4300:# asm 1: por   <xmm4=int6464#4,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4301:# asm 2: por   <xmm4=%xmm3,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4302-por   %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4304-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4305:# asm 1: pand  <xmm4=int6464#4,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4306:# asm 2: pand  <xmm4=%xmm3,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4307-pand  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4309-# qhasm:       xmm0 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4310:# asm 1: pxor  <xmm5=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4311:# asm 2: pxor  <xmm5=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4312-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4314-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4315:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4316:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4317-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4319-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4320:# asm 1: pxor  <xmm6=int6464#6,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4321:# asm 2: pxor  <xmm6=%xmm5,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4322-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4324-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4325:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4326:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4327-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4329-# qhasm:       xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4330:# asm 1: pxor  <xmm6=int6464#6,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4331:# asm 2: pxor  <xmm6=%xmm5,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4332-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4334-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4335:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4336:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4337-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4339-# qhasm:       xmm4 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4340:# asm 1: movdqa <xmm10=int6464#11,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4341:# asm 2: movdqa <xmm10=%xmm10,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4342-movdqa %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4344-# qhasm:       xmm5 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4345:# asm 1: movdqa <xmm12=int6464#13,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4346:# asm 2: movdqa <xmm12=%xmm12,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4347-movdqa %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4349-# qhasm:       xmm6 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4350:# asm 1: movdqa <xmm9=int6464#10,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4351:# asm 2: movdqa <xmm9=%xmm9,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4352-movdqa %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4354-# qhasm:       xmm7 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4355:# asm 1: movdqa <xmm15=int6464#16,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4356:# asm 2: movdqa <xmm15=%xmm15,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4357-movdqa %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4359-# qhasm:       xmm4 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4360:# asm 1: pand  <xmm11=int6464#12,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4361:# asm 2: pand  <xmm11=%xmm11,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4362-pand  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4364-# qhasm:       xmm5 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4365:# asm 1: pand  <xmm8=int6464#9,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4366:# asm 2: pand  <xmm8=%xmm8,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4367-pand  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4369-# qhasm:       xmm6 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4370:# asm 1: pand  <xmm13=int6464#14,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4371:# asm 2: pand  <xmm13=%xmm13,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4372-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4374-# qhasm:       xmm7 |= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4375:# asm 1: por   <xmm14=int6464#15,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4376:# asm 2: por   <xmm14=%xmm14,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4377-por   %xmm14,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4379-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4380:# asm 1: pxor  <xmm4=int6464#3,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4381:# asm 2: pxor  <xmm4=%xmm2,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4382-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4384-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4385:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4386:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4387-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4389-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4390:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4391:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4392-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4394-# qhasm:       xmm0 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4395:# asm 1: pxor  <xmm7=int6464#8,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4396:# asm 2: pxor  <xmm7=%xmm7,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4397-pxor  %xmm7,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4399-# qhasm:       xmm4 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4400:# asm 1: movdqa <xmm3=int6464#1,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4401:# asm 2: movdqa <xmm3=%xmm0,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4402-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4404-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4405:# asm 1: pxor  <xmm2=int6464#2,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4406:# asm 2: pxor  <xmm2=%xmm1,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4407-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4409-# qhasm:       xmm3 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4410:# asm 1: pand  <xmm1=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4411:# asm 2: pand  <xmm1=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4412-pand  %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4414-# qhasm:       xmm6 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4415:# asm 1: movdqa <xmm0=int6464#7,>xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4416:# asm 2: movdqa <xmm0=%xmm6,>xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4417-movdqa %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4419-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4420:# asm 1: pxor  <xmm3=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4421:# asm 2: pxor  <xmm3=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4422-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4424-# qhasm:       xmm7 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4425:# asm 1: movdqa <xmm4=int6464#3,>xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4426:# asm 2: movdqa <xmm4=%xmm2,>xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4427-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4429-# qhasm:       xmm7 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4430:# asm 1: pand  <xmm6=int6464#4,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4431:# asm 2: pand  <xmm6=%xmm3,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4432-pand  %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4434-# qhasm:       xmm7 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4435:# asm 1: pxor  <xmm2=int6464#2,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4436:# asm 2: pxor  <xmm2=%xmm1,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4437-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4439-# qhasm:       xmm5 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4440:# asm 1: movdqa <xmm1=int6464#5,>xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4441:# asm 2: movdqa <xmm1=%xmm4,>xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4442-movdqa %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4444-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4445:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4446:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4447-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4449-# qhasm:       xmm3 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4450:# asm 1: pxor  <xmm2=int6464#2,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4451:# asm 2: pxor  <xmm2=%xmm1,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4452-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4454-# qhasm:       xmm5 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4455:# asm 1: pand  <xmm3=int6464#1,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4456:# asm 2: pand  <xmm3=%xmm0,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4457-pand  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4459-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4460:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4461:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4462-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4464-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4465:# asm 1: pxor  <xmm5=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4466:# asm 2: pxor  <xmm5=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4467-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4469-# qhasm:       xmm2 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4470:# asm 1: movdqa <xmm6=int6464#4,>xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4471:# asm 2: movdqa <xmm6=%xmm3,>xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4472-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4474-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4475:# asm 1: pxor  <xmm5=int6464#8,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4476:# asm 2: pxor  <xmm5=%xmm7,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4477-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4479-# qhasm:       xmm2 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4480:# asm 1: pand  <xmm0=int6464#7,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4481:# asm 2: pand  <xmm0=%xmm6,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4482-pand  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4484-# qhasm:       xmm1 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4485:# asm 1: pxor  <xmm2=int6464#1,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4486:# asm 2: pxor  <xmm2=%xmm0,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4487-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4489-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4490:# asm 1: pxor  <xmm2=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4491:# asm 2: pxor  <xmm2=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4492-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4494-# qhasm:       xmm6 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4495:# asm 1: pand  <xmm7=int6464#6,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4496:# asm 2: pand  <xmm7=%xmm5,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4497-pand  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4499-# qhasm:       xmm6 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4500:# asm 1: pxor  <xmm4=int6464#3,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4501:# asm 2: pxor  <xmm4=%xmm2,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4502-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4504-# qhasm:         xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4505:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4506:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4507-movdqa %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4509-# qhasm:         xmm0 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4510:# asm 1: movdqa <xmm13=int6464#14,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4511:# asm 2: movdqa <xmm13=%xmm13,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4512-movdqa %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4514-# qhasm:           xmm2 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4515:# asm 1: movdqa <xmm7=int6464#6,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4516:# asm 2: movdqa <xmm7=%xmm5,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4517-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4519-# qhasm:           xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4520:# asm 1: pxor  <xmm6=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4521:# asm 2: pxor  <xmm6=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4522-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4524-# qhasm:           xmm2 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4525:# asm 1: pand  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4526:# asm 2: pand  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4527-pand  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4529-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4530:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4531:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4532-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4534-# qhasm:           xmm14 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4535:# asm 1: pand  <xmm6=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4536:# asm 2: pand  <xmm6=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4537-pand  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4539-# qhasm:           xmm13 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4540:# asm 1: pand  <xmm7=int6464#6,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4541:# asm 2: pand  <xmm7=%xmm5,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4542-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4544-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4545:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4546:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4547-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4549-# qhasm:           xmm13 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4550:# asm 1: pxor  <xmm2=int6464#3,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4551:# asm 2: pxor  <xmm2=%xmm2,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4552-pxor  %xmm2,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4554-# qhasm:         xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4555:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4556:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4557-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4559-# qhasm:         xmm0 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4560:# asm 1: pxor  <xmm11=int6464#12,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4561:# asm 2: pxor  <xmm11=%xmm11,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4562-pxor  %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4564-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4565:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4566:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4567-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4569-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4570:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4571:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4572-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4574-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4575:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4576:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4577-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4579-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4580:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4581:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4582-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4584-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4585:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4586:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4587-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4589-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4590:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4591:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4592-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4594-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4595:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4596:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4597-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4599-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4600:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4601:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4602-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4604-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4605:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4606:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4607-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4609-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4610:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4611:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4612-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4614-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4615:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4616:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4617-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4619-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4620:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4621:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4622-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4624-# qhasm:           xmm2 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4625:# asm 1: pand  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4626:# asm 2: pand  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4627-pand  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4629-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4630:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4631:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4632-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4634-# qhasm:           xmm8 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4635:# asm 1: pand  <xmm1=int6464#5,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4636:# asm 2: pand  <xmm1=%xmm4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4637-pand  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4639-# qhasm:           xmm11 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4640:# asm 1: pand  <xmm5=int6464#8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4641:# asm 2: pand  <xmm5=%xmm7,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4642-pand  %xmm7,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4644-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4645:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4646:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4647-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4649-# qhasm:           xmm11 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4650:# asm 1: pxor  <xmm2=int6464#3,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4651:# asm 2: pxor  <xmm2=%xmm2,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4652-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4654-# qhasm:         xmm14 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4655:# asm 1: pxor  <xmm4=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4656:# asm 2: pxor  <xmm4=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4657-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4659-# qhasm:         xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4660:# asm 1: pxor  <xmm4=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4661:# asm 2: pxor  <xmm4=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4662-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4664-# qhasm:         xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4665:# asm 1: pxor  <xmm0=int6464#2,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4666:# asm 2: pxor  <xmm0=%xmm1,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4667-pxor  %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4669-# qhasm:         xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4670:# asm 1: pxor  <xmm0=int6464#2,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4671:# asm 2: pxor  <xmm0=%xmm1,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4672-pxor  %xmm1,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4674-# qhasm:         xmm4 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4675:# asm 1: movdqa <xmm15=int6464#16,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4676:# asm 2: movdqa <xmm15=%xmm15,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4677-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4679-# qhasm:         xmm0 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4680:# asm 1: movdqa <xmm9=int6464#10,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4681:# asm 2: movdqa <xmm9=%xmm9,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4682-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4684-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4685:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4686:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4687-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4689-# qhasm:         xmm0 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4690:# asm 1: pxor  <xmm10=int6464#11,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4691:# asm 2: pxor  <xmm10=%xmm10,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4692-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4694-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4695:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4696:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4697-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4699-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4700:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4701:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4702-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4704-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4705:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4706:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4707-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4709-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4710:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4711:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4712-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4714-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4715:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4716:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4717-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4719-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4720:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4721:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4722-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4724-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4725:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4726:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4727-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4729-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4730:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4731:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4732-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4734-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4735:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4736:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4737-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4739-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4740:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4741:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4742-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4744-# qhasm:           xmm2 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4745:# asm 1: pand  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4746:# asm 2: pand  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4747-pand  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4749-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4750:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4751:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4752-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4754-# qhasm:           xmm12 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4755:# asm 1: pand  <xmm1=int6464#5,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4756:# asm 2: pand  <xmm1=%xmm4,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4757-pand  %xmm4,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4759-# qhasm:           xmm10 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4760:# asm 1: pand  <xmm5=int6464#8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4761:# asm 2: pand  <xmm5=%xmm7,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4762-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4764-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4765:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4766:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4767-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4769-# qhasm:           xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4770:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4771:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4772-pxor  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4774-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4775:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4776:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4777-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4779-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4780:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4781:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4782-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4784-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4785:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4786:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4787-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4789-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4790:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4791:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4792-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4794-# qhasm:           xmm3 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4795:# asm 1: pand  <xmm15=int6464#16,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4796:# asm 2: pand  <xmm15=%xmm15,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4797-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4799-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4800:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4801:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4802-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4804-# qhasm:           xmm15 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4805:# asm 1: pand  <xmm6=int6464#4,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4806:# asm 2: pand  <xmm6=%xmm3,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4807-pand  %xmm3,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4809-# qhasm:           xmm9 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4810:# asm 1: pand  <xmm7=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4811:# asm 2: pand  <xmm7=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4812-pand  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4814-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4815:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4816:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4817-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4819-# qhasm:           xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4820:# asm 1: pxor  <xmm3=int6464#3,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4821:# asm 2: pxor  <xmm3=%xmm2,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4822-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4824-# qhasm:         xmm15 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4825:# asm 1: pxor  <xmm4=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4826:# asm 2: pxor  <xmm4=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4827-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4829-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4830:# asm 1: pxor  <xmm4=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4831:# asm 2: pxor  <xmm4=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4832-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4834-# qhasm:         xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4835:# asm 1: pxor  <xmm0=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4836:# asm 2: pxor  <xmm0=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4837-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4839-# qhasm:         xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4840:# asm 1: pxor  <xmm0=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4841:# asm 2: pxor  <xmm0=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4842-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4844-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4845:# asm 1: pxor  <xmm8=int6464#9,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4846:# asm 2: pxor  <xmm8=%xmm8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4847-pxor  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4849-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4850:# asm 1: pxor  <xmm14=int6464#15,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4851:# asm 2: pxor  <xmm14=%xmm14,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4852-pxor  %xmm14,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4854-# qhasm:       xmm12 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4855:# asm 1: pxor  <xmm15=int6464#16,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4856:# asm 2: pxor  <xmm15=%xmm15,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4857-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4859-# qhasm:       xmm14 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4860:# asm 1: pxor  <xmm8=int6464#9,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4861:# asm 2: pxor  <xmm8=%xmm8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4862-pxor  %xmm8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4864-# qhasm:       xmm8 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4865:# asm 1: pxor  <xmm9=int6464#10,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4866:# asm 2: pxor  <xmm9=%xmm9,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4867-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4869-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4870:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4871:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4872-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4874-# qhasm:       xmm13 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4875:# asm 1: pxor  <xmm10=int6464#11,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4876:# asm 2: pxor  <xmm10=%xmm10,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4877-pxor  %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4879-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4880:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4881:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4882-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4884-# qhasm:       xmm10 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4885:# asm 1: pxor  <xmm11=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4886:# asm 2: pxor  <xmm11=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4887-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4889-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4890:# asm 1: pxor  <xmm13=int6464#14,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4891:# asm 2: pxor  <xmm13=%xmm13,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4892-pxor  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4894-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4895:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4896:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4897-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4899-# qhasm:     xmm0 = shuffle dwords of xmm8 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4900:# asm 1: pshufd $0x93,<xmm8=int6464#9,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4901:# asm 2: pshufd $0x93,<xmm8=%xmm8,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4902-pshufd $0x93,%xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4904-# qhasm:     xmm1 = shuffle dwords of xmm9 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4905:# asm 1: pshufd $0x93,<xmm9=int6464#10,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4906:# asm 2: pshufd $0x93,<xmm9=%xmm9,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4907-pshufd $0x93,%xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4909-# qhasm:     xmm2 = shuffle dwords of xmm12 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4910:# asm 1: pshufd $0x93,<xmm12=int6464#13,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4911:# asm 2: pshufd $0x93,<xmm12=%xmm12,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4912-pshufd $0x93,%xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4914-# qhasm:     xmm3 = shuffle dwords of xmm14 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4915:# asm 1: pshufd $0x93,<xmm14=int6464#15,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4916:# asm 2: pshufd $0x93,<xmm14=%xmm14,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4917-pshufd $0x93,%xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4919-# qhasm:     xmm4 = shuffle dwords of xmm11 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4920:# asm 1: pshufd $0x93,<xmm11=int6464#12,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4921:# asm 2: pshufd $0x93,<xmm11=%xmm11,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4922-pshufd $0x93,%xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4924-# qhasm:     xmm5 = shuffle dwords of xmm15 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4925:# asm 1: pshufd $0x93,<xmm15=int6464#16,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4926:# asm 2: pshufd $0x93,<xmm15=%xmm15,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4927-pshufd $0x93,%xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4929-# qhasm:     xmm6 = shuffle dwords of xmm10 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4930:# asm 1: pshufd $0x93,<xmm10=int6464#11,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4931:# asm 2: pshufd $0x93,<xmm10=%xmm10,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4932-pshufd $0x93,%xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4934-# qhasm:     xmm7 = shuffle dwords of xmm13 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4935:# asm 1: pshufd $0x93,<xmm13=int6464#14,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4936:# asm 2: pshufd $0x93,<xmm13=%xmm13,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4937-pshufd $0x93,%xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4939-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4940:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4941:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4942-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4944-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4945:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4946:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4947-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4949-# qhasm:     xmm12 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4950:# asm 1: pxor  <xmm2=int6464#3,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4951:# asm 2: pxor  <xmm2=%xmm2,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4952-pxor  %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4954-# qhasm:     xmm14 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4955:# asm 1: pxor  <xmm3=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4956:# asm 2: pxor  <xmm3=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4957-pxor  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4959-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4960:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4961:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4962-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4964-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4965:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4966:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4967-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4969-# qhasm:     xmm10 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4970:# asm 1: pxor  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4971:# asm 2: pxor  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4972-pxor  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4974-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4975:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4976:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4977-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4979-# qhasm:     xmm0 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4980:# asm 1: pxor  <xmm13=int6464#14,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4981:# asm 2: pxor  <xmm13=%xmm13,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4982-pxor  %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4984-# qhasm:     xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4985:# asm 1: pxor  <xmm8=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4986:# asm 2: pxor  <xmm8=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4987-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4989-# qhasm:     xmm2 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4990:# asm 1: pxor  <xmm9=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4991:# asm 2: pxor  <xmm9=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4992-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4994-# qhasm:     xmm1 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4995:# asm 1: pxor  <xmm13=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:4996:# asm 2: pxor  <xmm13=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4997-pxor  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-4999-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5000:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5001:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5002-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5004-# qhasm:     xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5005:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5006:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5007-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5009-# qhasm:     xmm5 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5010:# asm 1: pxor  <xmm11=int6464#12,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5011:# asm 2: pxor  <xmm11=%xmm11,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5012-pxor  %xmm11,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5014-# qhasm:     xmm3 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5015:# asm 1: pxor  <xmm13=int6464#14,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5016:# asm 2: pxor  <xmm13=%xmm13,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5017-pxor  %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5019-# qhasm:     xmm6 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5020:# asm 1: pxor  <xmm15=int6464#16,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5021:# asm 2: pxor  <xmm15=%xmm15,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5022-pxor  %xmm15,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5024-# qhasm:     xmm7 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5025:# asm 1: pxor  <xmm10=int6464#11,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5026:# asm 2: pxor  <xmm10=%xmm10,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5027-pxor  %xmm10,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5029-# qhasm:     xmm4 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5030:# asm 1: pxor  <xmm13=int6464#14,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5031:# asm 2: pxor  <xmm13=%xmm13,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5032-pxor  %xmm13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5034-# qhasm:     xmm8 = shuffle dwords of xmm8 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5035:# asm 1: pshufd $0x4E,<xmm8=int6464#9,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5036:# asm 2: pshufd $0x4E,<xmm8=%xmm8,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5037-pshufd $0x4E,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5039-# qhasm:     xmm9 = shuffle dwords of xmm9 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5040:# asm 1: pshufd $0x4E,<xmm9=int6464#10,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5041:# asm 2: pshufd $0x4E,<xmm9=%xmm9,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5042-pshufd $0x4E,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5044-# qhasm:     xmm12 = shuffle dwords of xmm12 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5045:# asm 1: pshufd $0x4E,<xmm12=int6464#13,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5046:# asm 2: pshufd $0x4E,<xmm12=%xmm12,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5047-pshufd $0x4E,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5049-# qhasm:     xmm14 = shuffle dwords of xmm14 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5050:# asm 1: pshufd $0x4E,<xmm14=int6464#15,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5051:# asm 2: pshufd $0x4E,<xmm14=%xmm14,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5052-pshufd $0x4E,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5054-# qhasm:     xmm11 = shuffle dwords of xmm11 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5055:# asm 1: pshufd $0x4E,<xmm11=int6464#12,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5056:# asm 2: pshufd $0x4E,<xmm11=%xmm11,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5057-pshufd $0x4E,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5059-# qhasm:     xmm15 = shuffle dwords of xmm15 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5060:# asm 1: pshufd $0x4E,<xmm15=int6464#16,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5061:# asm 2: pshufd $0x4E,<xmm15=%xmm15,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5062-pshufd $0x4E,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5064-# qhasm:     xmm10 = shuffle dwords of xmm10 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5065:# asm 1: pshufd $0x4E,<xmm10=int6464#11,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5066:# asm 2: pshufd $0x4E,<xmm10=%xmm10,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5067-pshufd $0x4E,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5069-# qhasm:     xmm13 = shuffle dwords of xmm13 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5070:# asm 1: pshufd $0x4E,<xmm13=int6464#14,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5071:# asm 2: pshufd $0x4E,<xmm13=%xmm13,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5072-pshufd $0x4E,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5074-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5075:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5076:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5077-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5079-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5080:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5081:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5082-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5084-# qhasm:     xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5085:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5086:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5087-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5089-# qhasm:     xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5090:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5091:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5092-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5094-# qhasm:     xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5095:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5096:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5097-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5099-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5100:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5101:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5102-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5104-# qhasm:     xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5105:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5106:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5107-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5109-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5110:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5111:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5112-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5114-# qhasm:     xmm0 ^= *(int128 *)(c + 512)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5115:# asm 1: pxor 512(<c=int64#5),<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5116:# asm 2: pxor 512(<c=%r8),<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5117-pxor 512(%r8),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5119-# qhasm:     shuffle bytes of xmm0 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5120:# asm 1: pshufb SR,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5121:# asm 2: pshufb SR,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5122-pshufb SR,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5124-# qhasm:     xmm1 ^= *(int128 *)(c + 528)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5125:# asm 1: pxor 528(<c=int64#5),<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5126:# asm 2: pxor 528(<c=%r8),<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5127-pxor 528(%r8),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5129-# qhasm:     shuffle bytes of xmm1 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5130:# asm 1: pshufb SR,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5131:# asm 2: pshufb SR,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5132-pshufb SR,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5134-# qhasm:     xmm2 ^= *(int128 *)(c + 544)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5135:# asm 1: pxor 544(<c=int64#5),<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5136:# asm 2: pxor 544(<c=%r8),<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5137-pxor 544(%r8),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5139-# qhasm:     shuffle bytes of xmm2 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5140:# asm 1: pshufb SR,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5141:# asm 2: pshufb SR,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5142-pshufb SR,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5144-# qhasm:     xmm3 ^= *(int128 *)(c + 560)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5145:# asm 1: pxor 560(<c=int64#5),<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5146:# asm 2: pxor 560(<c=%r8),<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5147-pxor 560(%r8),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5149-# qhasm:     shuffle bytes of xmm3 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5150:# asm 1: pshufb SR,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5151:# asm 2: pshufb SR,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5152-pshufb SR,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5154-# qhasm:     xmm4 ^= *(int128 *)(c + 576)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5155:# asm 1: pxor 576(<c=int64#5),<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5156:# asm 2: pxor 576(<c=%r8),<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5157-pxor 576(%r8),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5159-# qhasm:     shuffle bytes of xmm4 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5160:# asm 1: pshufb SR,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5161:# asm 2: pshufb SR,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5162-pshufb SR,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5164-# qhasm:     xmm5 ^= *(int128 *)(c + 592)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5165:# asm 1: pxor 592(<c=int64#5),<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5166:# asm 2: pxor 592(<c=%r8),<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5167-pxor 592(%r8),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5169-# qhasm:     shuffle bytes of xmm5 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5170:# asm 1: pshufb SR,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5171:# asm 2: pshufb SR,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5172-pshufb SR,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5174-# qhasm:     xmm6 ^= *(int128 *)(c + 608)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5175:# asm 1: pxor 608(<c=int64#5),<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5176:# asm 2: pxor 608(<c=%r8),<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5177-pxor 608(%r8),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5179-# qhasm:     shuffle bytes of xmm6 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5180:# asm 1: pshufb SR,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5181:# asm 2: pshufb SR,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5182-pshufb SR,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5184-# qhasm:     xmm7 ^= *(int128 *)(c + 624)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5185:# asm 1: pxor 624(<c=int64#5),<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5186:# asm 2: pxor 624(<c=%r8),<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5187-pxor 624(%r8),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5189-# qhasm:     shuffle bytes of xmm7 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5190:# asm 1: pshufb SR,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5191:# asm 2: pshufb SR,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5192-pshufb SR,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5194-# qhasm:       xmm5 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5195:# asm 1: pxor  <xmm6=int6464#7,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5196:# asm 2: pxor  <xmm6=%xmm6,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5197-pxor  %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5199-# qhasm:       xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5200:# asm 1: pxor  <xmm1=int6464#2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5201:# asm 2: pxor  <xmm1=%xmm1,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5202-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5204-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5205:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5206:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5207-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5209-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5210:# asm 1: pxor  <xmm2=int6464#3,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5211:# asm 2: pxor  <xmm2=%xmm2,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5212-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5214-# qhasm:       xmm3 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5215:# asm 1: pxor  <xmm0=int6464#1,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5216:# asm 2: pxor  <xmm0=%xmm0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5217-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5219-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5220:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5221:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5222-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5224-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5225:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5226:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5227-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5229-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5230:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5231:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5232-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5234-# qhasm:       xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5235:# asm 1: pxor  <xmm5=int6464#6,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5236:# asm 2: pxor  <xmm5=%xmm5,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5237-pxor  %xmm5,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5239-# qhasm:       xmm3 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5240:# asm 1: pxor  <xmm1=int6464#2,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5241:# asm 2: pxor  <xmm1=%xmm1,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5242-pxor  %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5244-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5245:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5246:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5247-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5249-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5250:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5251:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5252-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5254-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5255:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5256:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5257-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5259-# qhasm:       xmm11 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5260:# asm 1: movdqa <xmm7=int6464#8,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5261:# asm 2: movdqa <xmm7=%xmm7,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5262-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5264-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5265:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5266:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5267-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5269-# qhasm:       xmm9 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5270:# asm 1: movdqa <xmm5=int6464#6,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5271:# asm 2: movdqa <xmm5=%xmm5,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5272-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5274-# qhasm:       xmm13 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5275:# asm 1: movdqa <xmm2=int6464#3,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5276:# asm 2: movdqa <xmm2=%xmm2,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5277-movdqa %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5279-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5280:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5281:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5282-movdqa %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5284-# qhasm:       xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5285:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5286:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5287-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5289-# qhasm:       xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5290:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5291:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5292-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5294-# qhasm:       xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5295:# asm 1: pxor  <xmm3=int6464#4,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5296:# asm 2: pxor  <xmm3=%xmm3,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5297-pxor  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5299-# qhasm:       xmm13 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5300:# asm 1: pxor  <xmm4=int6464#5,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5301:# asm 2: pxor  <xmm4=%xmm4,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5302-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5304-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5305:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5306:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5307-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5309-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5310:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5311:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5312-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5314-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5315:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5316:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5317-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5319-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5320:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5321:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5322-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5324-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5325:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5326:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5327-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5329-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5330:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5331:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5332-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5334-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5335:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5336:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5337-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5339-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5340:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5341:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5342-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5344-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5345:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5346:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5347-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5349-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5350:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5351:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5352-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5354-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5355:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5356:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5357-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5359-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5360:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5361:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5362-movdqa %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5364-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5365:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5366:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5367-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5369-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5370:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5371:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5372-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5374-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5375:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5376:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5377-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5379-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5380:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5381:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5382-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5384-# qhasm:       xmm13 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5385:# asm 1: movdqa <xmm7=int6464#8,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5386:# asm 2: movdqa <xmm7=%xmm7,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5387-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5389-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5390:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5391:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5392-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5394-# qhasm:       xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5395:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5396:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5397-movdqa %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5399-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5400:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5401:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5402-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5404-# qhasm:       xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5405:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5406:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5407-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5409-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5410:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5411:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5412-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5414-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5415:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5416:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5417-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5419-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5420:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5421:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5422-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5424-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5425:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5426:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5427-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5429-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5430:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5431:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5432-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5434-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5435:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5436:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5437-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5439-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5440:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5441:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5442-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5444-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5445:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5446:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5447-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5449-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5450:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5451:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5452-movdqa %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5454-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5455:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5456:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5457-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5459-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5460:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5461:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5462-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5464-# qhasm:       xmm15 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5465:# asm 1: movdqa <xmm7=int6464#8,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5466:# asm 2: movdqa <xmm7=%xmm7,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5467-movdqa %xmm7,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5469-# qhasm:       xmm12 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5470:# asm 1: pand  <xmm3=int6464#4,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5471:# asm 2: pand  <xmm3=%xmm3,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5472-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5474-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5475:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5476:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5477-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5479-# qhasm:       xmm14 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5480:# asm 1: pand  <xmm5=int6464#6,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5481:# asm 2: pand  <xmm5=%xmm5,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5482-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5484-# qhasm:       xmm15 |= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5485:# asm 1: por   <xmm6=int6464#7,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5486:# asm 2: por   <xmm6=%xmm6,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5487-por   %xmm6,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5489-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5490:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5491:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5492-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5494-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5495:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5496:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5497-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5499-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5500:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5501:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5502-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5504-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5505:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5506:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5507-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5509-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5510:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5511:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5512-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5514-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5515:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5516:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5517-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5519-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5520:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5521:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5522-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5524-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5525:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5526:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5527-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5529-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5530:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5531:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5532-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5534-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5535:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5536:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5537-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5539-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5540:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5541:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5542-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5544-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5545:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5546:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5547-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5549-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5550:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5551:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5552-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5554-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5555:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5556:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5557-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5559-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5560:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5561:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5562-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5564-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5565:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5566:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5567-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5569-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5570:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5571:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5572-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5574-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5575:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5576:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5577-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5579-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5580:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5581:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5582-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5584-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5585:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5586:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5587-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5589-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5590:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5591:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5592-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5594-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5595:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5596:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5597-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5599-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5600:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5601:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5602-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5604-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5605:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5606:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5607-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5609-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5610:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5611:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5612-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5614-# qhasm:         xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5615:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5616:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5617-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5619-# qhasm:         xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5620:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5621:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5622-movdqa %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5624-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5625:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5626:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5627-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5629-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5630:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5631:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5632-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5634-# qhasm:           xmm10 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5635:# asm 1: pand  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5636:# asm 2: pand  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5637-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5639-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5640:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5641:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5642-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5644-# qhasm:           xmm6 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5645:# asm 1: pand  <xmm14=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5646:# asm 2: pand  <xmm14=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5647-pand  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5649-# qhasm:           xmm5 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5650:# asm 1: pand  <xmm15=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5651:# asm 2: pand  <xmm15=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5652-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5654-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5655:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5656:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5657-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5659-# qhasm:           xmm5 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5660:# asm 1: pxor  <xmm10=int6464#11,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5661:# asm 2: pxor  <xmm10=%xmm10,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5662-pxor  %xmm10,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5664-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5665:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5666:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5667-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5669-# qhasm:         xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5670:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5671:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5672-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5674-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5675:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5676:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5677-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5679-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5680:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5681:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5682-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5684-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5685:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5686:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5687-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5689-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5690:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5691:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5692-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5694-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5695:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5696:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5697-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5699-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5700:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5701:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5702-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5704-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5705:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5706:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5707-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5709-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5710:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5711:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5712-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5714-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5715:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5716:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5717-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5719-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5720:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5721:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5722-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5724-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5725:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5726:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5727-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5729-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5730:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5731:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5732-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5734-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5735:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5736:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5737-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5739-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5740:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5741:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5742-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5744-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5745:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5746:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5747-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5749-# qhasm:           xmm3 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5750:# asm 1: pand  <xmm13=int6464#16,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5751:# asm 2: pand  <xmm13=%xmm15,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5752-pand  %xmm15,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5754-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5755:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5756:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5757-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5759-# qhasm:           xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5760:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5761:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5762-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5764-# qhasm:         xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5765:# asm 1: pxor  <xmm12=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5766:# asm 2: pxor  <xmm12=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5767-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5769-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5770:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5771:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5772-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5774-# qhasm:         xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5775:# asm 1: pxor  <xmm8=int6464#10,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5776:# asm 2: pxor  <xmm8=%xmm9,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5777-pxor  %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5779-# qhasm:         xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5780:# asm 1: pxor  <xmm8=int6464#10,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5781:# asm 2: pxor  <xmm8=%xmm9,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5782-pxor  %xmm9,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5784-# qhasm:         xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5785:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5786:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5787-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5789-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5790:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5791:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5792-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5794-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5795:# asm 1: pxor  <xmm4=int6464#5,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5796:# asm 2: pxor  <xmm4=%xmm4,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5797-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5799-# qhasm:         xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5800:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5801:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5802-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5804-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5805:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5806:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5807-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5809-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5810:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5811:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5812-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5814-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5815:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5816:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5817-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5819-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5820:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5821:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5822-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5824-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5825:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5826:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5827-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5829-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5830:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5831:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5832-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5834-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5835:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5836:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5837-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5839-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5840:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5841:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5842-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5844-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5845:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5846:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5847-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5849-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5850:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5851:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5852-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5854-# qhasm:           xmm10 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5855:# asm 1: pand  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5856:# asm 2: pand  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5857-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5859-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5860:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5861:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5862-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5864-# qhasm:           xmm4 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5865:# asm 1: pand  <xmm9=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5866:# asm 2: pand  <xmm9=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5867-pand  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5869-# qhasm:           xmm2 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5870:# asm 1: pand  <xmm13=int6464#16,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5871:# asm 2: pand  <xmm13=%xmm15,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5872-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5874-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5875:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5876:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5877-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5879-# qhasm:           xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5880:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5881:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5882-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5884-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5885:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5886:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5887-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5889-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5890:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5891:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5892-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5894-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5895:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5896:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5897-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5899-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5900:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5901:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5902-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5904-# qhasm:           xmm11 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5905:# asm 1: pand  <xmm7=int6464#8,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5906:# asm 2: pand  <xmm7=%xmm7,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5907-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5909-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5910:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5911:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5912-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5914-# qhasm:           xmm7 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5915:# asm 1: pand  <xmm14=int6464#12,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5916:# asm 2: pand  <xmm14=%xmm11,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5917-pand  %xmm11,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5919-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5920:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5921:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5922-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5924-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5925:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5926:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5927-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5929-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5930:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5931:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5932-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5934-# qhasm:         xmm7 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5935:# asm 1: pxor  <xmm12=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5936:# asm 2: pxor  <xmm12=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5937-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5939-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5940:# asm 1: pxor  <xmm12=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5941:# asm 2: pxor  <xmm12=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5942-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5944-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5945:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5946:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5947-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5949-# qhasm:         xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5950:# asm 1: pxor  <xmm8=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5951:# asm 2: pxor  <xmm8=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5952-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5954-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5955:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5956:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5957-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5959-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5960:# asm 1: pxor  <xmm6=int6464#7,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5961:# asm 2: pxor  <xmm6=%xmm6,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5962-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5964-# qhasm:       xmm4 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5965:# asm 1: pxor  <xmm7=int6464#8,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5966:# asm 2: pxor  <xmm7=%xmm7,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5967-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5969-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5970:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5971:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5972-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5974-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5975:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5976:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5977-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5979-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5980:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5981:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5982-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5984-# qhasm:       xmm5 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5985:# asm 1: pxor  <xmm2=int6464#3,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5986:# asm 2: pxor  <xmm2=%xmm2,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5987-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5989-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5990:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5991:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5992-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5994-# qhasm:       xmm2 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5995:# asm 1: pxor  <xmm3=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:5996:# asm 2: pxor  <xmm3=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5997-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-5999-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6000:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6001:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6002-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6004-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6005:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6006:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6007-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6009-# qhasm:     xmm8 = shuffle dwords of xmm0 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6010:# asm 1: pshufd $0x93,<xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6011:# asm 2: pshufd $0x93,<xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6012-pshufd $0x93,%xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6014-# qhasm:     xmm9 = shuffle dwords of xmm1 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6015:# asm 1: pshufd $0x93,<xmm1=int6464#2,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6016:# asm 2: pshufd $0x93,<xmm1=%xmm1,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6017-pshufd $0x93,%xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6019-# qhasm:     xmm10 = shuffle dwords of xmm4 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6020:# asm 1: pshufd $0x93,<xmm4=int6464#5,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6021:# asm 2: pshufd $0x93,<xmm4=%xmm4,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6022-pshufd $0x93,%xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6024-# qhasm:     xmm11 = shuffle dwords of xmm6 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6025:# asm 1: pshufd $0x93,<xmm6=int6464#7,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6026:# asm 2: pshufd $0x93,<xmm6=%xmm6,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6027-pshufd $0x93,%xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6029-# qhasm:     xmm12 = shuffle dwords of xmm3 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6030:# asm 1: pshufd $0x93,<xmm3=int6464#4,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6031:# asm 2: pshufd $0x93,<xmm3=%xmm3,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6032-pshufd $0x93,%xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6034-# qhasm:     xmm13 = shuffle dwords of xmm7 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6035:# asm 1: pshufd $0x93,<xmm7=int6464#8,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6036:# asm 2: pshufd $0x93,<xmm7=%xmm7,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6037-pshufd $0x93,%xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6039-# qhasm:     xmm14 = shuffle dwords of xmm2 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6040:# asm 1: pshufd $0x93,<xmm2=int6464#3,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6041:# asm 2: pshufd $0x93,<xmm2=%xmm2,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6042-pshufd $0x93,%xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6044-# qhasm:     xmm15 = shuffle dwords of xmm5 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6045:# asm 1: pshufd $0x93,<xmm5=int6464#6,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6046:# asm 2: pshufd $0x93,<xmm5=%xmm5,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6047-pshufd $0x93,%xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6049-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6050:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6051:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6052-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6054-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6055:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6056:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6057-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6059-# qhasm:     xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6060:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6061:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6062-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6064-# qhasm:     xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6065:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6066:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6067-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6069-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6070:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6071:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6072-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6074-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6075:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6076:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6077-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6079-# qhasm:     xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6080:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6081:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6082-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6084-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6085:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6086:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6087-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6089-# qhasm:     xmm8 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6090:# asm 1: pxor  <xmm5=int6464#6,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6091:# asm 2: pxor  <xmm5=%xmm5,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6092-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6094-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6095:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6096:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6097-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6099-# qhasm:     xmm10 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6100:# asm 1: pxor  <xmm1=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6101:# asm 2: pxor  <xmm1=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6102-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6104-# qhasm:     xmm9 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6105:# asm 1: pxor  <xmm5=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6106:# asm 2: pxor  <xmm5=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6107-pxor  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6109-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6110:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6111:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6112-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6114-# qhasm:     xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6115:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6116:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6117-pxor  %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6119-# qhasm:     xmm13 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6120:# asm 1: pxor  <xmm3=int6464#4,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6121:# asm 2: pxor  <xmm3=%xmm3,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6122-pxor  %xmm3,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6124-# qhasm:     xmm11 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6125:# asm 1: pxor  <xmm5=int6464#6,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6126:# asm 2: pxor  <xmm5=%xmm5,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6127-pxor  %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6129-# qhasm:     xmm14 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6130:# asm 1: pxor  <xmm7=int6464#8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6131:# asm 2: pxor  <xmm7=%xmm7,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6132-pxor  %xmm7,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6134-# qhasm:     xmm15 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6135:# asm 1: pxor  <xmm2=int6464#3,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6136:# asm 2: pxor  <xmm2=%xmm2,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6137-pxor  %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6139-# qhasm:     xmm12 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6140:# asm 1: pxor  <xmm5=int6464#6,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6141:# asm 2: pxor  <xmm5=%xmm5,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6142-pxor  %xmm5,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6144-# qhasm:     xmm0 = shuffle dwords of xmm0 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6145:# asm 1: pshufd $0x4E,<xmm0=int6464#1,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6146:# asm 2: pshufd $0x4E,<xmm0=%xmm0,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6147-pshufd $0x4E,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6149-# qhasm:     xmm1 = shuffle dwords of xmm1 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6150:# asm 1: pshufd $0x4E,<xmm1=int6464#2,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6151:# asm 2: pshufd $0x4E,<xmm1=%xmm1,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6152-pshufd $0x4E,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6154-# qhasm:     xmm4 = shuffle dwords of xmm4 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6155:# asm 1: pshufd $0x4E,<xmm4=int6464#5,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6156:# asm 2: pshufd $0x4E,<xmm4=%xmm4,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6157-pshufd $0x4E,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6159-# qhasm:     xmm6 = shuffle dwords of xmm6 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6160:# asm 1: pshufd $0x4E,<xmm6=int6464#7,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6161:# asm 2: pshufd $0x4E,<xmm6=%xmm6,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6162-pshufd $0x4E,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6164-# qhasm:     xmm3 = shuffle dwords of xmm3 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6165:# asm 1: pshufd $0x4E,<xmm3=int6464#4,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6166:# asm 2: pshufd $0x4E,<xmm3=%xmm3,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6167-pshufd $0x4E,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6169-# qhasm:     xmm7 = shuffle dwords of xmm7 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6170:# asm 1: pshufd $0x4E,<xmm7=int6464#8,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6171:# asm 2: pshufd $0x4E,<xmm7=%xmm7,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6172-pshufd $0x4E,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6174-# qhasm:     xmm2 = shuffle dwords of xmm2 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6175:# asm 1: pshufd $0x4E,<xmm2=int6464#3,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6176:# asm 2: pshufd $0x4E,<xmm2=%xmm2,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6177-pshufd $0x4E,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6179-# qhasm:     xmm5 = shuffle dwords of xmm5 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6180:# asm 1: pshufd $0x4E,<xmm5=int6464#6,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6181:# asm 2: pshufd $0x4E,<xmm5=%xmm5,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6182-pshufd $0x4E,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6184-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6185:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6186:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6187-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6189-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6190:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6191:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6192-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6194-# qhasm:     xmm10 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6195:# asm 1: pxor  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6196:# asm 2: pxor  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6197-pxor  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6199-# qhasm:     xmm11 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6200:# asm 1: pxor  <xmm6=int6464#7,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6201:# asm 2: pxor  <xmm6=%xmm6,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6202-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6204-# qhasm:     xmm12 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6205:# asm 1: pxor  <xmm3=int6464#4,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6206:# asm 2: pxor  <xmm3=%xmm3,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6207-pxor  %xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6209-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6210:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6211:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6212-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6214-# qhasm:     xmm14 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6215:# asm 1: pxor  <xmm2=int6464#3,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6216:# asm 2: pxor  <xmm2=%xmm2,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6217-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6219-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6220:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6221:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6222-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6224-# qhasm:     xmm8 ^= *(int128 *)(c + 640)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6225:# asm 1: pxor 640(<c=int64#5),<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6226:# asm 2: pxor 640(<c=%r8),<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6227-pxor 640(%r8),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6229-# qhasm:     shuffle bytes of xmm8 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6230:# asm 1: pshufb SR,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6231:# asm 2: pshufb SR,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6232-pshufb SR,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6234-# qhasm:     xmm9 ^= *(int128 *)(c + 656)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6235:# asm 1: pxor 656(<c=int64#5),<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6236:# asm 2: pxor 656(<c=%r8),<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6237-pxor 656(%r8),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6239-# qhasm:     shuffle bytes of xmm9 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6240:# asm 1: pshufb SR,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6241:# asm 2: pshufb SR,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6242-pshufb SR,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6244-# qhasm:     xmm10 ^= *(int128 *)(c + 672)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6245:# asm 1: pxor 672(<c=int64#5),<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6246:# asm 2: pxor 672(<c=%r8),<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6247-pxor 672(%r8),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6249-# qhasm:     shuffle bytes of xmm10 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6250:# asm 1: pshufb SR,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6251:# asm 2: pshufb SR,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6252-pshufb SR,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6254-# qhasm:     xmm11 ^= *(int128 *)(c + 688)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6255:# asm 1: pxor 688(<c=int64#5),<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6256:# asm 2: pxor 688(<c=%r8),<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6257-pxor 688(%r8),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6259-# qhasm:     shuffle bytes of xmm11 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6260:# asm 1: pshufb SR,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6261:# asm 2: pshufb SR,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6262-pshufb SR,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6264-# qhasm:     xmm12 ^= *(int128 *)(c + 704)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6265:# asm 1: pxor 704(<c=int64#5),<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6266:# asm 2: pxor 704(<c=%r8),<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6267-pxor 704(%r8),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6269-# qhasm:     shuffle bytes of xmm12 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6270:# asm 1: pshufb SR,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6271:# asm 2: pshufb SR,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6272-pshufb SR,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6274-# qhasm:     xmm13 ^= *(int128 *)(c + 720)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6275:# asm 1: pxor 720(<c=int64#5),<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6276:# asm 2: pxor 720(<c=%r8),<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6277-pxor 720(%r8),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6279-# qhasm:     shuffle bytes of xmm13 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6280:# asm 1: pshufb SR,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6281:# asm 2: pshufb SR,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6282-pshufb SR,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6284-# qhasm:     xmm14 ^= *(int128 *)(c + 736)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6285:# asm 1: pxor 736(<c=int64#5),<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6286:# asm 2: pxor 736(<c=%r8),<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6287-pxor 736(%r8),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6289-# qhasm:     shuffle bytes of xmm14 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6290:# asm 1: pshufb SR,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6291:# asm 2: pshufb SR,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6292-pshufb SR,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6294-# qhasm:     xmm15 ^= *(int128 *)(c + 752)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6295:# asm 1: pxor 752(<c=int64#5),<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6296:# asm 2: pxor 752(<c=%r8),<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6297-pxor 752(%r8),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6299-# qhasm:     shuffle bytes of xmm15 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6300:# asm 1: pshufb SR,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6301:# asm 2: pshufb SR,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6302-pshufb SR,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6304-# qhasm:       xmm13 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6305:# asm 1: pxor  <xmm14=int6464#15,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6306:# asm 2: pxor  <xmm14=%xmm14,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6307-pxor  %xmm14,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6309-# qhasm:       xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6310:# asm 1: pxor  <xmm9=int6464#10,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6311:# asm 2: pxor  <xmm9=%xmm9,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6312-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6314-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6315:# asm 1: pxor  <xmm8=int6464#9,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6316:# asm 2: pxor  <xmm8=%xmm8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6317-pxor  %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6319-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6320:# asm 1: pxor  <xmm10=int6464#11,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6321:# asm 2: pxor  <xmm10=%xmm10,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6322-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6324-# qhasm:       xmm11 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6325:# asm 1: pxor  <xmm8=int6464#9,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6326:# asm 2: pxor  <xmm8=%xmm8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6327-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6329-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6330:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6331:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6332-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6334-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6335:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6336:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6337-pxor  %xmm15,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6339-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6340:# asm 1: pxor  <xmm12=int6464#13,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6341:# asm 2: pxor  <xmm12=%xmm12,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6342-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6344-# qhasm:       xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6345:# asm 1: pxor  <xmm13=int6464#14,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6346:# asm 2: pxor  <xmm13=%xmm13,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6347-pxor  %xmm13,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6349-# qhasm:       xmm11 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6350:# asm 1: pxor  <xmm9=int6464#10,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6351:# asm 2: pxor  <xmm9=%xmm9,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6352-pxor  %xmm9,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6354-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6355:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6356:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6357-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6359-# qhasm:       xmm10 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6360:# asm 1: pxor  <xmm15=int6464#16,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6361:# asm 2: pxor  <xmm15=%xmm15,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6362-pxor  %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6364-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6365:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6366:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6367-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6369-# qhasm:       xmm3 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6370:# asm 1: movdqa <xmm15=int6464#16,>xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6371:# asm 2: movdqa <xmm15=%xmm15,>xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6372-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6374-# qhasm:       xmm2 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6375:# asm 1: movdqa <xmm9=int6464#10,>xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6376:# asm 2: movdqa <xmm9=%xmm9,>xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6377-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6379-# qhasm:       xmm1 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6380:# asm 1: movdqa <xmm13=int6464#14,>xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6381:# asm 2: movdqa <xmm13=%xmm13,>xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6382-movdqa %xmm13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6384-# qhasm:       xmm5 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6385:# asm 1: movdqa <xmm10=int6464#11,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6386:# asm 2: movdqa <xmm10=%xmm10,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6387-movdqa %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6389-# qhasm:       xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6390:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6391:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6392-movdqa %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6394-# qhasm:       xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6395:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6396:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6397-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6399-# qhasm:       xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6400:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6401:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6402-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6404-# qhasm:       xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6405:# asm 1: pxor  <xmm11=int6464#12,<xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6406:# asm 2: pxor  <xmm11=%xmm11,<xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6407-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6409-# qhasm:       xmm5 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6410:# asm 1: pxor  <xmm12=int6464#13,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6411:# asm 2: pxor  <xmm12=%xmm12,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6412-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6414-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6415:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6416:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6417-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6419-# qhasm:       xmm6 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6420:# asm 1: movdqa <xmm3=int6464#1,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6421:# asm 2: movdqa <xmm3=%xmm0,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6422-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6424-# qhasm:       xmm0 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6425:# asm 1: movdqa <xmm2=int6464#2,>xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6426:# asm 2: movdqa <xmm2=%xmm1,>xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6427-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6429-# qhasm:       xmm7 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6430:# asm 1: movdqa <xmm3=int6464#1,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6431:# asm 2: movdqa <xmm3=%xmm0,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6432-movdqa %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6434-# qhasm:       xmm2 |= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6435:# asm 1: por   <xmm1=int6464#3,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6436:# asm 2: por   <xmm1=%xmm2,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6437-por   %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6439-# qhasm:       xmm3 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6440:# asm 1: por   <xmm4=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6441:# asm 2: por   <xmm4=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6442-por   %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6444-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6445:# asm 1: pxor  <xmm0=int6464#7,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6446:# asm 2: pxor  <xmm0=%xmm6,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6447-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6449-# qhasm:       xmm6 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6450:# asm 1: pand  <xmm4=int6464#5,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6451:# asm 2: pand  <xmm4=%xmm4,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6452-pand  %xmm4,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6454-# qhasm:       xmm0 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6455:# asm 1: pand  <xmm1=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6456:# asm 2: pand  <xmm1=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6457-pand  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6459-# qhasm:       xmm4 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6460:# asm 1: pxor  <xmm1=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6461:# asm 2: pxor  <xmm1=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6462-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6464-# qhasm:       xmm7 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6465:# asm 1: pand  <xmm4=int6464#5,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6466:# asm 2: pand  <xmm4=%xmm4,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6467-pand  %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6469-# qhasm:       xmm4 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6470:# asm 1: movdqa <xmm11=int6464#12,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6471:# asm 2: movdqa <xmm11=%xmm11,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6472-movdqa %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6474-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6475:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6476:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6477-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6479-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6480:# asm 1: pand  <xmm4=int6464#3,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6481:# asm 2: pand  <xmm4=%xmm2,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6482-pand  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6484-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6485:# asm 1: pxor  <xmm5=int6464#4,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6486:# asm 2: pxor  <xmm5=%xmm3,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6487-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6489-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6490:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6491:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6492-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6494-# qhasm:       xmm5 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6495:# asm 1: movdqa <xmm15=int6464#16,>xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6496:# asm 2: movdqa <xmm15=%xmm15,>xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6497-movdqa %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6499-# qhasm:       xmm5 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6500:# asm 1: pxor  <xmm9=int6464#10,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6501:# asm 2: pxor  <xmm9=%xmm9,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6502-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6504-# qhasm:       xmm4 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6505:# asm 1: movdqa <xmm13=int6464#14,>xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6506:# asm 2: movdqa <xmm13=%xmm13,>xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6507-movdqa %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6509-# qhasm:       xmm1 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6510:# asm 1: movdqa <xmm5=int6464#3,>xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6511:# asm 2: movdqa <xmm5=%xmm2,>xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6512-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6514-# qhasm:       xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6515:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6516:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6517-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6519-# qhasm:       xmm1 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6520:# asm 1: por   <xmm4=int6464#4,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6521:# asm 2: por   <xmm4=%xmm3,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6522-por   %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6524-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6525:# asm 1: pand  <xmm4=int6464#4,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6526:# asm 2: pand  <xmm4=%xmm3,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6527-pand  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6529-# qhasm:       xmm0 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6530:# asm 1: pxor  <xmm5=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6531:# asm 2: pxor  <xmm5=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6532-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6534-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6535:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6536:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6537-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6539-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6540:# asm 1: pxor  <xmm6=int6464#6,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6541:# asm 2: pxor  <xmm6=%xmm5,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6542-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6544-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6545:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6546:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6547-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6549-# qhasm:       xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6550:# asm 1: pxor  <xmm6=int6464#6,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6551:# asm 2: pxor  <xmm6=%xmm5,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6552-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6554-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6555:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6556:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6557-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6559-# qhasm:       xmm4 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6560:# asm 1: movdqa <xmm10=int6464#11,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6561:# asm 2: movdqa <xmm10=%xmm10,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6562-movdqa %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6564-# qhasm:       xmm5 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6565:# asm 1: movdqa <xmm12=int6464#13,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6566:# asm 2: movdqa <xmm12=%xmm12,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6567-movdqa %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6569-# qhasm:       xmm6 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6570:# asm 1: movdqa <xmm9=int6464#10,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6571:# asm 2: movdqa <xmm9=%xmm9,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6572-movdqa %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6574-# qhasm:       xmm7 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6575:# asm 1: movdqa <xmm15=int6464#16,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6576:# asm 2: movdqa <xmm15=%xmm15,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6577-movdqa %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6579-# qhasm:       xmm4 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6580:# asm 1: pand  <xmm11=int6464#12,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6581:# asm 2: pand  <xmm11=%xmm11,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6582-pand  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6584-# qhasm:       xmm5 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6585:# asm 1: pand  <xmm8=int6464#9,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6586:# asm 2: pand  <xmm8=%xmm8,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6587-pand  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6589-# qhasm:       xmm6 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6590:# asm 1: pand  <xmm13=int6464#14,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6591:# asm 2: pand  <xmm13=%xmm13,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6592-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6594-# qhasm:       xmm7 |= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6595:# asm 1: por   <xmm14=int6464#15,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6596:# asm 2: por   <xmm14=%xmm14,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6597-por   %xmm14,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6599-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6600:# asm 1: pxor  <xmm4=int6464#3,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6601:# asm 2: pxor  <xmm4=%xmm2,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6602-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6604-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6605:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6606:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6607-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6609-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6610:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6611:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6612-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6614-# qhasm:       xmm0 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6615:# asm 1: pxor  <xmm7=int6464#8,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6616:# asm 2: pxor  <xmm7=%xmm7,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6617-pxor  %xmm7,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6619-# qhasm:       xmm4 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6620:# asm 1: movdqa <xmm3=int6464#1,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6621:# asm 2: movdqa <xmm3=%xmm0,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6622-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6624-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6625:# asm 1: pxor  <xmm2=int6464#2,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6626:# asm 2: pxor  <xmm2=%xmm1,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6627-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6629-# qhasm:       xmm3 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6630:# asm 1: pand  <xmm1=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6631:# asm 2: pand  <xmm1=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6632-pand  %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6634-# qhasm:       xmm6 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6635:# asm 1: movdqa <xmm0=int6464#7,>xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6636:# asm 2: movdqa <xmm0=%xmm6,>xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6637-movdqa %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6639-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6640:# asm 1: pxor  <xmm3=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6641:# asm 2: pxor  <xmm3=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6642-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6644-# qhasm:       xmm7 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6645:# asm 1: movdqa <xmm4=int6464#3,>xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6646:# asm 2: movdqa <xmm4=%xmm2,>xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6647-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6649-# qhasm:       xmm7 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6650:# asm 1: pand  <xmm6=int6464#4,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6651:# asm 2: pand  <xmm6=%xmm3,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6652-pand  %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6654-# qhasm:       xmm7 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6655:# asm 1: pxor  <xmm2=int6464#2,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6656:# asm 2: pxor  <xmm2=%xmm1,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6657-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6659-# qhasm:       xmm5 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6660:# asm 1: movdqa <xmm1=int6464#5,>xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6661:# asm 2: movdqa <xmm1=%xmm4,>xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6662-movdqa %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6664-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6665:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6666:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6667-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6669-# qhasm:       xmm3 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6670:# asm 1: pxor  <xmm2=int6464#2,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6671:# asm 2: pxor  <xmm2=%xmm1,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6672-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6674-# qhasm:       xmm5 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6675:# asm 1: pand  <xmm3=int6464#1,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6676:# asm 2: pand  <xmm3=%xmm0,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6677-pand  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6679-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6680:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6681:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6682-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6684-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6685:# asm 1: pxor  <xmm5=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6686:# asm 2: pxor  <xmm5=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6687-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6689-# qhasm:       xmm2 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6690:# asm 1: movdqa <xmm6=int6464#4,>xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6691:# asm 2: movdqa <xmm6=%xmm3,>xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6692-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6694-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6695:# asm 1: pxor  <xmm5=int6464#8,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6696:# asm 2: pxor  <xmm5=%xmm7,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6697-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6699-# qhasm:       xmm2 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6700:# asm 1: pand  <xmm0=int6464#7,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6701:# asm 2: pand  <xmm0=%xmm6,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6702-pand  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6704-# qhasm:       xmm1 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6705:# asm 1: pxor  <xmm2=int6464#1,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6706:# asm 2: pxor  <xmm2=%xmm0,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6707-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6709-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6710:# asm 1: pxor  <xmm2=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6711:# asm 2: pxor  <xmm2=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6712-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6714-# qhasm:       xmm6 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6715:# asm 1: pand  <xmm7=int6464#6,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6716:# asm 2: pand  <xmm7=%xmm5,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6717-pand  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6719-# qhasm:       xmm6 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6720:# asm 1: pxor  <xmm4=int6464#3,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6721:# asm 2: pxor  <xmm4=%xmm2,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6722-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6724-# qhasm:         xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6725:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6726:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6727-movdqa %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6729-# qhasm:         xmm0 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6730:# asm 1: movdqa <xmm13=int6464#14,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6731:# asm 2: movdqa <xmm13=%xmm13,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6732-movdqa %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6734-# qhasm:           xmm2 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6735:# asm 1: movdqa <xmm7=int6464#6,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6736:# asm 2: movdqa <xmm7=%xmm5,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6737-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6739-# qhasm:           xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6740:# asm 1: pxor  <xmm6=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6741:# asm 2: pxor  <xmm6=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6742-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6744-# qhasm:           xmm2 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6745:# asm 1: pand  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6746:# asm 2: pand  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6747-pand  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6749-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6750:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6751:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6752-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6754-# qhasm:           xmm14 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6755:# asm 1: pand  <xmm6=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6756:# asm 2: pand  <xmm6=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6757-pand  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6759-# qhasm:           xmm13 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6760:# asm 1: pand  <xmm7=int6464#6,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6761:# asm 2: pand  <xmm7=%xmm5,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6762-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6764-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6765:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6766:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6767-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6769-# qhasm:           xmm13 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6770:# asm 1: pxor  <xmm2=int6464#3,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6771:# asm 2: pxor  <xmm2=%xmm2,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6772-pxor  %xmm2,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6774-# qhasm:         xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6775:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6776:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6777-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6779-# qhasm:         xmm0 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6780:# asm 1: pxor  <xmm11=int6464#12,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6781:# asm 2: pxor  <xmm11=%xmm11,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6782-pxor  %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6784-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6785:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6786:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6787-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6789-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6790:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6791:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6792-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6794-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6795:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6796:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6797-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6799-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6800:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6801:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6802-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6804-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6805:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6806:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6807-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6809-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6810:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6811:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6812-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6814-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6815:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6816:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6817-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6819-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6820:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6821:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6822-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6824-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6825:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6826:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6827-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6829-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6830:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6831:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6832-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6834-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6835:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6836:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6837-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6839-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6840:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6841:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6842-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6844-# qhasm:           xmm2 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6845:# asm 1: pand  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6846:# asm 2: pand  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6847-pand  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6849-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6850:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6851:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6852-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6854-# qhasm:           xmm8 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6855:# asm 1: pand  <xmm1=int6464#5,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6856:# asm 2: pand  <xmm1=%xmm4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6857-pand  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6859-# qhasm:           xmm11 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6860:# asm 1: pand  <xmm5=int6464#8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6861:# asm 2: pand  <xmm5=%xmm7,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6862-pand  %xmm7,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6864-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6865:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6866:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6867-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6869-# qhasm:           xmm11 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6870:# asm 1: pxor  <xmm2=int6464#3,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6871:# asm 2: pxor  <xmm2=%xmm2,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6872-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6874-# qhasm:         xmm14 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6875:# asm 1: pxor  <xmm4=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6876:# asm 2: pxor  <xmm4=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6877-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6879-# qhasm:         xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6880:# asm 1: pxor  <xmm4=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6881:# asm 2: pxor  <xmm4=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6882-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6884-# qhasm:         xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6885:# asm 1: pxor  <xmm0=int6464#2,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6886:# asm 2: pxor  <xmm0=%xmm1,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6887-pxor  %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6889-# qhasm:         xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6890:# asm 1: pxor  <xmm0=int6464#2,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6891:# asm 2: pxor  <xmm0=%xmm1,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6892-pxor  %xmm1,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6894-# qhasm:         xmm4 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6895:# asm 1: movdqa <xmm15=int6464#16,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6896:# asm 2: movdqa <xmm15=%xmm15,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6897-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6899-# qhasm:         xmm0 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6900:# asm 1: movdqa <xmm9=int6464#10,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6901:# asm 2: movdqa <xmm9=%xmm9,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6902-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6904-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6905:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6906:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6907-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6909-# qhasm:         xmm0 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6910:# asm 1: pxor  <xmm10=int6464#11,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6911:# asm 2: pxor  <xmm10=%xmm10,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6912-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6914-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6915:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6916:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6917-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6919-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6920:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6921:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6922-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6924-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6925:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6926:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6927-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6929-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6930:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6931:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6932-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6934-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6935:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6936:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6937-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6939-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6940:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6941:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6942-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6944-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6945:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6946:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6947-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6949-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6950:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6951:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6952-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6954-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6955:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6956:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6957-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6959-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6960:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6961:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6962-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6964-# qhasm:           xmm2 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6965:# asm 1: pand  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6966:# asm 2: pand  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6967-pand  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6969-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6970:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6971:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6972-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6974-# qhasm:           xmm12 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6975:# asm 1: pand  <xmm1=int6464#5,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6976:# asm 2: pand  <xmm1=%xmm4,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6977-pand  %xmm4,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6979-# qhasm:           xmm10 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6980:# asm 1: pand  <xmm5=int6464#8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6981:# asm 2: pand  <xmm5=%xmm7,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6982-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6984-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6985:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6986:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6987-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6989-# qhasm:           xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6990:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6991:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6992-pxor  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6994-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6995:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:6996:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6997-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-6999-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7000:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7001:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7002-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7004-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7005:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7006:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7007-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7009-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7010:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7011:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7012-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7014-# qhasm:           xmm3 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7015:# asm 1: pand  <xmm15=int6464#16,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7016:# asm 2: pand  <xmm15=%xmm15,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7017-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7019-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7020:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7021:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7022-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7024-# qhasm:           xmm15 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7025:# asm 1: pand  <xmm6=int6464#4,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7026:# asm 2: pand  <xmm6=%xmm3,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7027-pand  %xmm3,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7029-# qhasm:           xmm9 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7030:# asm 1: pand  <xmm7=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7031:# asm 2: pand  <xmm7=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7032-pand  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7034-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7035:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7036:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7037-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7039-# qhasm:           xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7040:# asm 1: pxor  <xmm3=int6464#3,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7041:# asm 2: pxor  <xmm3=%xmm2,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7042-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7044-# qhasm:         xmm15 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7045:# asm 1: pxor  <xmm4=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7046:# asm 2: pxor  <xmm4=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7047-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7049-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7050:# asm 1: pxor  <xmm4=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7051:# asm 2: pxor  <xmm4=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7052-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7054-# qhasm:         xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7055:# asm 1: pxor  <xmm0=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7056:# asm 2: pxor  <xmm0=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7057-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7059-# qhasm:         xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7060:# asm 1: pxor  <xmm0=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7061:# asm 2: pxor  <xmm0=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7062-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7064-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7065:# asm 1: pxor  <xmm8=int6464#9,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7066:# asm 2: pxor  <xmm8=%xmm8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7067-pxor  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7069-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7070:# asm 1: pxor  <xmm14=int6464#15,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7071:# asm 2: pxor  <xmm14=%xmm14,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7072-pxor  %xmm14,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7074-# qhasm:       xmm12 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7075:# asm 1: pxor  <xmm15=int6464#16,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7076:# asm 2: pxor  <xmm15=%xmm15,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7077-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7079-# qhasm:       xmm14 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7080:# asm 1: pxor  <xmm8=int6464#9,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7081:# asm 2: pxor  <xmm8=%xmm8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7082-pxor  %xmm8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7084-# qhasm:       xmm8 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7085:# asm 1: pxor  <xmm9=int6464#10,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7086:# asm 2: pxor  <xmm9=%xmm9,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7087-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7089-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7090:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7091:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7092-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7094-# qhasm:       xmm13 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7095:# asm 1: pxor  <xmm10=int6464#11,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7096:# asm 2: pxor  <xmm10=%xmm10,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7097-pxor  %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7099-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7100:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7101:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7102-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7104-# qhasm:       xmm10 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7105:# asm 1: pxor  <xmm11=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7106:# asm 2: pxor  <xmm11=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7107-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7109-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7110:# asm 1: pxor  <xmm13=int6464#14,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7111:# asm 2: pxor  <xmm13=%xmm13,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7112-pxor  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7114-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7115:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7116:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7117-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7119-# qhasm:     xmm0 = shuffle dwords of xmm8 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7120:# asm 1: pshufd $0x93,<xmm8=int6464#9,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7121:# asm 2: pshufd $0x93,<xmm8=%xmm8,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7122-pshufd $0x93,%xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7124-# qhasm:     xmm1 = shuffle dwords of xmm9 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7125:# asm 1: pshufd $0x93,<xmm9=int6464#10,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7126:# asm 2: pshufd $0x93,<xmm9=%xmm9,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7127-pshufd $0x93,%xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7129-# qhasm:     xmm2 = shuffle dwords of xmm12 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7130:# asm 1: pshufd $0x93,<xmm12=int6464#13,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7131:# asm 2: pshufd $0x93,<xmm12=%xmm12,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7132-pshufd $0x93,%xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7134-# qhasm:     xmm3 = shuffle dwords of xmm14 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7135:# asm 1: pshufd $0x93,<xmm14=int6464#15,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7136:# asm 2: pshufd $0x93,<xmm14=%xmm14,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7137-pshufd $0x93,%xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7139-# qhasm:     xmm4 = shuffle dwords of xmm11 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7140:# asm 1: pshufd $0x93,<xmm11=int6464#12,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7141:# asm 2: pshufd $0x93,<xmm11=%xmm11,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7142-pshufd $0x93,%xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7144-# qhasm:     xmm5 = shuffle dwords of xmm15 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7145:# asm 1: pshufd $0x93,<xmm15=int6464#16,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7146:# asm 2: pshufd $0x93,<xmm15=%xmm15,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7147-pshufd $0x93,%xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7149-# qhasm:     xmm6 = shuffle dwords of xmm10 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7150:# asm 1: pshufd $0x93,<xmm10=int6464#11,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7151:# asm 2: pshufd $0x93,<xmm10=%xmm10,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7152-pshufd $0x93,%xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7154-# qhasm:     xmm7 = shuffle dwords of xmm13 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7155:# asm 1: pshufd $0x93,<xmm13=int6464#14,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7156:# asm 2: pshufd $0x93,<xmm13=%xmm13,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7157-pshufd $0x93,%xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7159-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7160:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7161:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7162-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7164-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7165:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7166:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7167-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7169-# qhasm:     xmm12 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7170:# asm 1: pxor  <xmm2=int6464#3,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7171:# asm 2: pxor  <xmm2=%xmm2,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7172-pxor  %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7174-# qhasm:     xmm14 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7175:# asm 1: pxor  <xmm3=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7176:# asm 2: pxor  <xmm3=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7177-pxor  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7179-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7180:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7181:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7182-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7184-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7185:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7186:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7187-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7189-# qhasm:     xmm10 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7190:# asm 1: pxor  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7191:# asm 2: pxor  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7192-pxor  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7194-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7195:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7196:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7197-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7199-# qhasm:     xmm0 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7200:# asm 1: pxor  <xmm13=int6464#14,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7201:# asm 2: pxor  <xmm13=%xmm13,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7202-pxor  %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7204-# qhasm:     xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7205:# asm 1: pxor  <xmm8=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7206:# asm 2: pxor  <xmm8=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7207-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7209-# qhasm:     xmm2 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7210:# asm 1: pxor  <xmm9=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7211:# asm 2: pxor  <xmm9=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7212-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7214-# qhasm:     xmm1 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7215:# asm 1: pxor  <xmm13=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7216:# asm 2: pxor  <xmm13=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7217-pxor  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7219-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7220:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7221:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7222-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7224-# qhasm:     xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7225:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7226:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7227-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7229-# qhasm:     xmm5 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7230:# asm 1: pxor  <xmm11=int6464#12,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7231:# asm 2: pxor  <xmm11=%xmm11,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7232-pxor  %xmm11,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7234-# qhasm:     xmm3 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7235:# asm 1: pxor  <xmm13=int6464#14,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7236:# asm 2: pxor  <xmm13=%xmm13,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7237-pxor  %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7239-# qhasm:     xmm6 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7240:# asm 1: pxor  <xmm15=int6464#16,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7241:# asm 2: pxor  <xmm15=%xmm15,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7242-pxor  %xmm15,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7244-# qhasm:     xmm7 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7245:# asm 1: pxor  <xmm10=int6464#11,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7246:# asm 2: pxor  <xmm10=%xmm10,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7247-pxor  %xmm10,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7249-# qhasm:     xmm4 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7250:# asm 1: pxor  <xmm13=int6464#14,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7251:# asm 2: pxor  <xmm13=%xmm13,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7252-pxor  %xmm13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7254-# qhasm:     xmm8 = shuffle dwords of xmm8 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7255:# asm 1: pshufd $0x4E,<xmm8=int6464#9,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7256:# asm 2: pshufd $0x4E,<xmm8=%xmm8,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7257-pshufd $0x4E,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7259-# qhasm:     xmm9 = shuffle dwords of xmm9 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7260:# asm 1: pshufd $0x4E,<xmm9=int6464#10,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7261:# asm 2: pshufd $0x4E,<xmm9=%xmm9,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7262-pshufd $0x4E,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7264-# qhasm:     xmm12 = shuffle dwords of xmm12 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7265:# asm 1: pshufd $0x4E,<xmm12=int6464#13,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7266:# asm 2: pshufd $0x4E,<xmm12=%xmm12,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7267-pshufd $0x4E,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7269-# qhasm:     xmm14 = shuffle dwords of xmm14 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7270:# asm 1: pshufd $0x4E,<xmm14=int6464#15,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7271:# asm 2: pshufd $0x4E,<xmm14=%xmm14,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7272-pshufd $0x4E,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7274-# qhasm:     xmm11 = shuffle dwords of xmm11 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7275:# asm 1: pshufd $0x4E,<xmm11=int6464#12,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7276:# asm 2: pshufd $0x4E,<xmm11=%xmm11,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7277-pshufd $0x4E,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7279-# qhasm:     xmm15 = shuffle dwords of xmm15 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7280:# asm 1: pshufd $0x4E,<xmm15=int6464#16,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7281:# asm 2: pshufd $0x4E,<xmm15=%xmm15,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7282-pshufd $0x4E,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7284-# qhasm:     xmm10 = shuffle dwords of xmm10 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7285:# asm 1: pshufd $0x4E,<xmm10=int6464#11,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7286:# asm 2: pshufd $0x4E,<xmm10=%xmm10,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7287-pshufd $0x4E,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7289-# qhasm:     xmm13 = shuffle dwords of xmm13 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7290:# asm 1: pshufd $0x4E,<xmm13=int6464#14,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7291:# asm 2: pshufd $0x4E,<xmm13=%xmm13,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7292-pshufd $0x4E,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7294-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7295:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7296:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7297-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7299-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7300:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7301:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7302-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7304-# qhasm:     xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7305:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7306:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7307-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7309-# qhasm:     xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7310:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7311:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7312-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7314-# qhasm:     xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7315:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7316:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7317-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7319-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7320:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7321:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7322-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7324-# qhasm:     xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7325:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7326:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7327-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7329-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7330:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7331:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7332-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7334-# qhasm:     xmm0 ^= *(int128 *)(c + 768)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7335:# asm 1: pxor 768(<c=int64#5),<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7336:# asm 2: pxor 768(<c=%r8),<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7337-pxor 768(%r8),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7339-# qhasm:     shuffle bytes of xmm0 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7340:# asm 1: pshufb SR,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7341:# asm 2: pshufb SR,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7342-pshufb SR,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7344-# qhasm:     xmm1 ^= *(int128 *)(c + 784)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7345:# asm 1: pxor 784(<c=int64#5),<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7346:# asm 2: pxor 784(<c=%r8),<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7347-pxor 784(%r8),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7349-# qhasm:     shuffle bytes of xmm1 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7350:# asm 1: pshufb SR,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7351:# asm 2: pshufb SR,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7352-pshufb SR,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7354-# qhasm:     xmm2 ^= *(int128 *)(c + 800)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7355:# asm 1: pxor 800(<c=int64#5),<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7356:# asm 2: pxor 800(<c=%r8),<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7357-pxor 800(%r8),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7359-# qhasm:     shuffle bytes of xmm2 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7360:# asm 1: pshufb SR,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7361:# asm 2: pshufb SR,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7362-pshufb SR,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7364-# qhasm:     xmm3 ^= *(int128 *)(c + 816)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7365:# asm 1: pxor 816(<c=int64#5),<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7366:# asm 2: pxor 816(<c=%r8),<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7367-pxor 816(%r8),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7369-# qhasm:     shuffle bytes of xmm3 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7370:# asm 1: pshufb SR,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7371:# asm 2: pshufb SR,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7372-pshufb SR,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7374-# qhasm:     xmm4 ^= *(int128 *)(c + 832)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7375:# asm 1: pxor 832(<c=int64#5),<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7376:# asm 2: pxor 832(<c=%r8),<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7377-pxor 832(%r8),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7379-# qhasm:     shuffle bytes of xmm4 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7380:# asm 1: pshufb SR,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7381:# asm 2: pshufb SR,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7382-pshufb SR,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7384-# qhasm:     xmm5 ^= *(int128 *)(c + 848)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7385:# asm 1: pxor 848(<c=int64#5),<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7386:# asm 2: pxor 848(<c=%r8),<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7387-pxor 848(%r8),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7389-# qhasm:     shuffle bytes of xmm5 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7390:# asm 1: pshufb SR,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7391:# asm 2: pshufb SR,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7392-pshufb SR,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7394-# qhasm:     xmm6 ^= *(int128 *)(c + 864)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7395:# asm 1: pxor 864(<c=int64#5),<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7396:# asm 2: pxor 864(<c=%r8),<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7397-pxor 864(%r8),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7399-# qhasm:     shuffle bytes of xmm6 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7400:# asm 1: pshufb SR,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7401:# asm 2: pshufb SR,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7402-pshufb SR,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7404-# qhasm:     xmm7 ^= *(int128 *)(c + 880)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7405:# asm 1: pxor 880(<c=int64#5),<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7406:# asm 2: pxor 880(<c=%r8),<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7407-pxor 880(%r8),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7409-# qhasm:     shuffle bytes of xmm7 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7410:# asm 1: pshufb SR,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7411:# asm 2: pshufb SR,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7412-pshufb SR,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7414-# qhasm:       xmm5 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7415:# asm 1: pxor  <xmm6=int6464#7,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7416:# asm 2: pxor  <xmm6=%xmm6,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7417-pxor  %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7419-# qhasm:       xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7420:# asm 1: pxor  <xmm1=int6464#2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7421:# asm 2: pxor  <xmm1=%xmm1,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7422-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7424-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7425:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7426:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7427-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7429-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7430:# asm 1: pxor  <xmm2=int6464#3,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7431:# asm 2: pxor  <xmm2=%xmm2,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7432-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7434-# qhasm:       xmm3 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7435:# asm 1: pxor  <xmm0=int6464#1,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7436:# asm 2: pxor  <xmm0=%xmm0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7437-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7439-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7440:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7441:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7442-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7444-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7445:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7446:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7447-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7449-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7450:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7451:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7452-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7454-# qhasm:       xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7455:# asm 1: pxor  <xmm5=int6464#6,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7456:# asm 2: pxor  <xmm5=%xmm5,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7457-pxor  %xmm5,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7459-# qhasm:       xmm3 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7460:# asm 1: pxor  <xmm1=int6464#2,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7461:# asm 2: pxor  <xmm1=%xmm1,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7462-pxor  %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7464-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7465:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7466:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7467-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7469-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7470:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7471:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7472-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7474-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7475:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7476:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7477-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7479-# qhasm:       xmm11 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7480:# asm 1: movdqa <xmm7=int6464#8,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7481:# asm 2: movdqa <xmm7=%xmm7,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7482-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7484-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7485:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7486:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7487-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7489-# qhasm:       xmm9 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7490:# asm 1: movdqa <xmm5=int6464#6,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7491:# asm 2: movdqa <xmm5=%xmm5,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7492-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7494-# qhasm:       xmm13 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7495:# asm 1: movdqa <xmm2=int6464#3,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7496:# asm 2: movdqa <xmm2=%xmm2,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7497-movdqa %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7499-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7500:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7501:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7502-movdqa %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7504-# qhasm:       xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7505:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7506:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7507-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7509-# qhasm:       xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7510:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7511:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7512-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7514-# qhasm:       xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7515:# asm 1: pxor  <xmm3=int6464#4,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7516:# asm 2: pxor  <xmm3=%xmm3,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7517-pxor  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7519-# qhasm:       xmm13 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7520:# asm 1: pxor  <xmm4=int6464#5,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7521:# asm 2: pxor  <xmm4=%xmm4,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7522-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7524-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7525:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7526:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7527-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7529-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7530:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7531:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7532-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7534-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7535:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7536:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7537-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7539-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7540:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7541:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7542-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7544-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7545:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7546:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7547-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7549-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7550:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7551:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7552-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7554-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7555:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7556:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7557-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7559-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7560:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7561:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7562-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7564-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7565:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7566:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7567-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7569-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7570:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7571:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7572-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7574-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7575:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7576:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7577-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7579-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7580:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7581:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7582-movdqa %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7584-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7585:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7586:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7587-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7589-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7590:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7591:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7592-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7594-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7595:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7596:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7597-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7599-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7600:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7601:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7602-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7604-# qhasm:       xmm13 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7605:# asm 1: movdqa <xmm7=int6464#8,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7606:# asm 2: movdqa <xmm7=%xmm7,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7607-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7609-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7610:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7611:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7612-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7614-# qhasm:       xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7615:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7616:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7617-movdqa %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7619-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7620:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7621:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7622-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7624-# qhasm:       xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7625:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7626:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7627-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7629-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7630:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7631:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7632-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7634-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7635:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7636:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7637-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7639-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7640:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7641:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7642-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7644-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7645:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7646:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7647-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7649-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7650:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7651:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7652-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7654-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7655:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7656:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7657-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7659-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7660:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7661:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7662-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7664-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7665:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7666:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7667-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7669-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7670:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7671:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7672-movdqa %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7674-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7675:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7676:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7677-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7679-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7680:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7681:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7682-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7684-# qhasm:       xmm15 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7685:# asm 1: movdqa <xmm7=int6464#8,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7686:# asm 2: movdqa <xmm7=%xmm7,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7687-movdqa %xmm7,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7689-# qhasm:       xmm12 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7690:# asm 1: pand  <xmm3=int6464#4,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7691:# asm 2: pand  <xmm3=%xmm3,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7692-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7694-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7695:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7696:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7697-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7699-# qhasm:       xmm14 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7700:# asm 1: pand  <xmm5=int6464#6,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7701:# asm 2: pand  <xmm5=%xmm5,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7702-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7704-# qhasm:       xmm15 |= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7705:# asm 1: por   <xmm6=int6464#7,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7706:# asm 2: por   <xmm6=%xmm6,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7707-por   %xmm6,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7709-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7710:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7711:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7712-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7714-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7715:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7716:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7717-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7719-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7720:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7721:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7722-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7724-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7725:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7726:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7727-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7729-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7730:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7731:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7732-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7734-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7735:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7736:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7737-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7739-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7740:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7741:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7742-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7744-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7745:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7746:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7747-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7749-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7750:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7751:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7752-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7754-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7755:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7756:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7757-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7759-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7760:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7761:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7762-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7764-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7765:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7766:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7767-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7769-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7770:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7771:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7772-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7774-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7775:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7776:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7777-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7779-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7780:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7781:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7782-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7784-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7785:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7786:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7787-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7789-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7790:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7791:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7792-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7794-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7795:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7796:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7797-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7799-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7800:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7801:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7802-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7804-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7805:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7806:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7807-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7809-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7810:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7811:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7812-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7814-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7815:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7816:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7817-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7819-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7820:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7821:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7822-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7824-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7825:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7826:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7827-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7829-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7830:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7831:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7832-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7834-# qhasm:         xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7835:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7836:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7837-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7839-# qhasm:         xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7840:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7841:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7842-movdqa %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7844-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7845:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7846:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7847-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7849-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7850:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7851:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7852-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7854-# qhasm:           xmm10 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7855:# asm 1: pand  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7856:# asm 2: pand  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7857-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7859-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7860:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7861:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7862-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7864-# qhasm:           xmm6 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7865:# asm 1: pand  <xmm14=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7866:# asm 2: pand  <xmm14=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7867-pand  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7869-# qhasm:           xmm5 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7870:# asm 1: pand  <xmm15=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7871:# asm 2: pand  <xmm15=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7872-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7874-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7875:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7876:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7877-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7879-# qhasm:           xmm5 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7880:# asm 1: pxor  <xmm10=int6464#11,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7881:# asm 2: pxor  <xmm10=%xmm10,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7882-pxor  %xmm10,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7884-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7885:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7886:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7887-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7889-# qhasm:         xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7890:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7891:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7892-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7894-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7895:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7896:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7897-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7899-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7900:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7901:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7902-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7904-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7905:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7906:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7907-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7909-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7910:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7911:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7912-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7914-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7915:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7916:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7917-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7919-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7920:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7921:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7922-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7924-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7925:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7926:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7927-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7929-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7930:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7931:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7932-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7934-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7935:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7936:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7937-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7939-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7940:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7941:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7942-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7944-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7945:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7946:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7947-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7949-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7950:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7951:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7952-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7954-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7955:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7956:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7957-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7959-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7960:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7961:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7962-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7964-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7965:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7966:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7967-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7969-# qhasm:           xmm3 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7970:# asm 1: pand  <xmm13=int6464#16,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7971:# asm 2: pand  <xmm13=%xmm15,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7972-pand  %xmm15,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7974-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7975:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7976:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7977-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7979-# qhasm:           xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7980:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7981:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7982-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7984-# qhasm:         xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7985:# asm 1: pxor  <xmm12=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7986:# asm 2: pxor  <xmm12=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7987-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7989-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7990:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7991:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7992-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7994-# qhasm:         xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7995:# asm 1: pxor  <xmm8=int6464#10,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:7996:# asm 2: pxor  <xmm8=%xmm9,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7997-pxor  %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-7999-# qhasm:         xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8000:# asm 1: pxor  <xmm8=int6464#10,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8001:# asm 2: pxor  <xmm8=%xmm9,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8002-pxor  %xmm9,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8004-# qhasm:         xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8005:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8006:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8007-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8009-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8010:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8011:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8012-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8014-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8015:# asm 1: pxor  <xmm4=int6464#5,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8016:# asm 2: pxor  <xmm4=%xmm4,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8017-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8019-# qhasm:         xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8020:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8021:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8022-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8024-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8025:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8026:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8027-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8029-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8030:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8031:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8032-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8034-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8035:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8036:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8037-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8039-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8040:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8041:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8042-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8044-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8045:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8046:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8047-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8049-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8050:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8051:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8052-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8054-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8055:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8056:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8057-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8059-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8060:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8061:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8062-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8064-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8065:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8066:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8067-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8069-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8070:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8071:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8072-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8074-# qhasm:           xmm10 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8075:# asm 1: pand  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8076:# asm 2: pand  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8077-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8079-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8080:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8081:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8082-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8084-# qhasm:           xmm4 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8085:# asm 1: pand  <xmm9=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8086:# asm 2: pand  <xmm9=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8087-pand  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8089-# qhasm:           xmm2 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8090:# asm 1: pand  <xmm13=int6464#16,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8091:# asm 2: pand  <xmm13=%xmm15,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8092-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8094-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8095:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8096:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8097-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8099-# qhasm:           xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8100:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8101:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8102-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8104-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8105:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8106:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8107-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8109-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8110:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8111:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8112-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8114-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8115:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8116:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8117-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8119-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8120:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8121:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8122-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8124-# qhasm:           xmm11 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8125:# asm 1: pand  <xmm7=int6464#8,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8126:# asm 2: pand  <xmm7=%xmm7,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8127-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8129-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8130:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8131:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8132-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8134-# qhasm:           xmm7 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8135:# asm 1: pand  <xmm14=int6464#12,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8136:# asm 2: pand  <xmm14=%xmm11,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8137-pand  %xmm11,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8139-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8140:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8141:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8142-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8144-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8145:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8146:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8147-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8149-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8150:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8151:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8152-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8154-# qhasm:         xmm7 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8155:# asm 1: pxor  <xmm12=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8156:# asm 2: pxor  <xmm12=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8157-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8159-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8160:# asm 1: pxor  <xmm12=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8161:# asm 2: pxor  <xmm12=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8162-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8164-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8165:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8166:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8167-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8169-# qhasm:         xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8170:# asm 1: pxor  <xmm8=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8171:# asm 2: pxor  <xmm8=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8172-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8174-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8175:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8176:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8177-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8179-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8180:# asm 1: pxor  <xmm6=int6464#7,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8181:# asm 2: pxor  <xmm6=%xmm6,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8182-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8184-# qhasm:       xmm4 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8185:# asm 1: pxor  <xmm7=int6464#8,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8186:# asm 2: pxor  <xmm7=%xmm7,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8187-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8189-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8190:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8191:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8192-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8194-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8195:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8196:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8197-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8199-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8200:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8201:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8202-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8204-# qhasm:       xmm5 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8205:# asm 1: pxor  <xmm2=int6464#3,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8206:# asm 2: pxor  <xmm2=%xmm2,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8207-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8209-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8210:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8211:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8212-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8214-# qhasm:       xmm2 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8215:# asm 1: pxor  <xmm3=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8216:# asm 2: pxor  <xmm3=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8217-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8219-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8220:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8221:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8222-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8224-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8225:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8226:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8227-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8229-# qhasm:     xmm8 = shuffle dwords of xmm0 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8230:# asm 1: pshufd $0x93,<xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8231:# asm 2: pshufd $0x93,<xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8232-pshufd $0x93,%xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8234-# qhasm:     xmm9 = shuffle dwords of xmm1 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8235:# asm 1: pshufd $0x93,<xmm1=int6464#2,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8236:# asm 2: pshufd $0x93,<xmm1=%xmm1,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8237-pshufd $0x93,%xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8239-# qhasm:     xmm10 = shuffle dwords of xmm4 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8240:# asm 1: pshufd $0x93,<xmm4=int6464#5,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8241:# asm 2: pshufd $0x93,<xmm4=%xmm4,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8242-pshufd $0x93,%xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8244-# qhasm:     xmm11 = shuffle dwords of xmm6 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8245:# asm 1: pshufd $0x93,<xmm6=int6464#7,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8246:# asm 2: pshufd $0x93,<xmm6=%xmm6,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8247-pshufd $0x93,%xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8249-# qhasm:     xmm12 = shuffle dwords of xmm3 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8250:# asm 1: pshufd $0x93,<xmm3=int6464#4,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8251:# asm 2: pshufd $0x93,<xmm3=%xmm3,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8252-pshufd $0x93,%xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8254-# qhasm:     xmm13 = shuffle dwords of xmm7 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8255:# asm 1: pshufd $0x93,<xmm7=int6464#8,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8256:# asm 2: pshufd $0x93,<xmm7=%xmm7,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8257-pshufd $0x93,%xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8259-# qhasm:     xmm14 = shuffle dwords of xmm2 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8260:# asm 1: pshufd $0x93,<xmm2=int6464#3,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8261:# asm 2: pshufd $0x93,<xmm2=%xmm2,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8262-pshufd $0x93,%xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8264-# qhasm:     xmm15 = shuffle dwords of xmm5 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8265:# asm 1: pshufd $0x93,<xmm5=int6464#6,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8266:# asm 2: pshufd $0x93,<xmm5=%xmm5,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8267-pshufd $0x93,%xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8269-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8270:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8271:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8272-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8274-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8275:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8276:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8277-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8279-# qhasm:     xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8280:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8281:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8282-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8284-# qhasm:     xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8285:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8286:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8287-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8289-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8290:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8291:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8292-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8294-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8295:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8296:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8297-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8299-# qhasm:     xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8300:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8301:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8302-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8304-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8305:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8306:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8307-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8309-# qhasm:     xmm8 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8310:# asm 1: pxor  <xmm5=int6464#6,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8311:# asm 2: pxor  <xmm5=%xmm5,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8312-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8314-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8315:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8316:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8317-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8319-# qhasm:     xmm10 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8320:# asm 1: pxor  <xmm1=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8321:# asm 2: pxor  <xmm1=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8322-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8324-# qhasm:     xmm9 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8325:# asm 1: pxor  <xmm5=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8326:# asm 2: pxor  <xmm5=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8327-pxor  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8329-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8330:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8331:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8332-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8334-# qhasm:     xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8335:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8336:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8337-pxor  %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8339-# qhasm:     xmm13 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8340:# asm 1: pxor  <xmm3=int6464#4,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8341:# asm 2: pxor  <xmm3=%xmm3,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8342-pxor  %xmm3,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8344-# qhasm:     xmm11 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8345:# asm 1: pxor  <xmm5=int6464#6,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8346:# asm 2: pxor  <xmm5=%xmm5,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8347-pxor  %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8349-# qhasm:     xmm14 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8350:# asm 1: pxor  <xmm7=int6464#8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8351:# asm 2: pxor  <xmm7=%xmm7,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8352-pxor  %xmm7,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8354-# qhasm:     xmm15 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8355:# asm 1: pxor  <xmm2=int6464#3,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8356:# asm 2: pxor  <xmm2=%xmm2,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8357-pxor  %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8359-# qhasm:     xmm12 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8360:# asm 1: pxor  <xmm5=int6464#6,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8361:# asm 2: pxor  <xmm5=%xmm5,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8362-pxor  %xmm5,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8364-# qhasm:     xmm0 = shuffle dwords of xmm0 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8365:# asm 1: pshufd $0x4E,<xmm0=int6464#1,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8366:# asm 2: pshufd $0x4E,<xmm0=%xmm0,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8367-pshufd $0x4E,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8369-# qhasm:     xmm1 = shuffle dwords of xmm1 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8370:# asm 1: pshufd $0x4E,<xmm1=int6464#2,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8371:# asm 2: pshufd $0x4E,<xmm1=%xmm1,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8372-pshufd $0x4E,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8374-# qhasm:     xmm4 = shuffle dwords of xmm4 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8375:# asm 1: pshufd $0x4E,<xmm4=int6464#5,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8376:# asm 2: pshufd $0x4E,<xmm4=%xmm4,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8377-pshufd $0x4E,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8379-# qhasm:     xmm6 = shuffle dwords of xmm6 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8380:# asm 1: pshufd $0x4E,<xmm6=int6464#7,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8381:# asm 2: pshufd $0x4E,<xmm6=%xmm6,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8382-pshufd $0x4E,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8384-# qhasm:     xmm3 = shuffle dwords of xmm3 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8385:# asm 1: pshufd $0x4E,<xmm3=int6464#4,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8386:# asm 2: pshufd $0x4E,<xmm3=%xmm3,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8387-pshufd $0x4E,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8389-# qhasm:     xmm7 = shuffle dwords of xmm7 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8390:# asm 1: pshufd $0x4E,<xmm7=int6464#8,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8391:# asm 2: pshufd $0x4E,<xmm7=%xmm7,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8392-pshufd $0x4E,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8394-# qhasm:     xmm2 = shuffle dwords of xmm2 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8395:# asm 1: pshufd $0x4E,<xmm2=int6464#3,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8396:# asm 2: pshufd $0x4E,<xmm2=%xmm2,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8397-pshufd $0x4E,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8399-# qhasm:     xmm5 = shuffle dwords of xmm5 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8400:# asm 1: pshufd $0x4E,<xmm5=int6464#6,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8401:# asm 2: pshufd $0x4E,<xmm5=%xmm5,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8402-pshufd $0x4E,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8404-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8405:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8406:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8407-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8409-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8410:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8411:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8412-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8414-# qhasm:     xmm10 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8415:# asm 1: pxor  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8416:# asm 2: pxor  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8417-pxor  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8419-# qhasm:     xmm11 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8420:# asm 1: pxor  <xmm6=int6464#7,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8421:# asm 2: pxor  <xmm6=%xmm6,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8422-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8424-# qhasm:     xmm12 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8425:# asm 1: pxor  <xmm3=int6464#4,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8426:# asm 2: pxor  <xmm3=%xmm3,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8427-pxor  %xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8429-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8430:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8431:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8432-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8434-# qhasm:     xmm14 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8435:# asm 1: pxor  <xmm2=int6464#3,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8436:# asm 2: pxor  <xmm2=%xmm2,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8437-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8439-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8440:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8441:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8442-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8444-# qhasm:     xmm8 ^= *(int128 *)(c + 896)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8445:# asm 1: pxor 896(<c=int64#5),<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8446:# asm 2: pxor 896(<c=%r8),<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8447-pxor 896(%r8),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8449-# qhasm:     shuffle bytes of xmm8 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8450:# asm 1: pshufb SR,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8451:# asm 2: pshufb SR,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8452-pshufb SR,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8454-# qhasm:     xmm9 ^= *(int128 *)(c + 912)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8455:# asm 1: pxor 912(<c=int64#5),<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8456:# asm 2: pxor 912(<c=%r8),<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8457-pxor 912(%r8),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8459-# qhasm:     shuffle bytes of xmm9 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8460:# asm 1: pshufb SR,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8461:# asm 2: pshufb SR,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8462-pshufb SR,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8464-# qhasm:     xmm10 ^= *(int128 *)(c + 928)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8465:# asm 1: pxor 928(<c=int64#5),<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8466:# asm 2: pxor 928(<c=%r8),<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8467-pxor 928(%r8),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8469-# qhasm:     shuffle bytes of xmm10 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8470:# asm 1: pshufb SR,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8471:# asm 2: pshufb SR,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8472-pshufb SR,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8474-# qhasm:     xmm11 ^= *(int128 *)(c + 944)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8475:# asm 1: pxor 944(<c=int64#5),<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8476:# asm 2: pxor 944(<c=%r8),<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8477-pxor 944(%r8),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8479-# qhasm:     shuffle bytes of xmm11 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8480:# asm 1: pshufb SR,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8481:# asm 2: pshufb SR,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8482-pshufb SR,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8484-# qhasm:     xmm12 ^= *(int128 *)(c + 960)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8485:# asm 1: pxor 960(<c=int64#5),<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8486:# asm 2: pxor 960(<c=%r8),<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8487-pxor 960(%r8),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8489-# qhasm:     shuffle bytes of xmm12 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8490:# asm 1: pshufb SR,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8491:# asm 2: pshufb SR,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8492-pshufb SR,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8494-# qhasm:     xmm13 ^= *(int128 *)(c + 976)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8495:# asm 1: pxor 976(<c=int64#5),<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8496:# asm 2: pxor 976(<c=%r8),<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8497-pxor 976(%r8),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8499-# qhasm:     shuffle bytes of xmm13 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8500:# asm 1: pshufb SR,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8501:# asm 2: pshufb SR,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8502-pshufb SR,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8504-# qhasm:     xmm14 ^= *(int128 *)(c + 992)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8505:# asm 1: pxor 992(<c=int64#5),<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8506:# asm 2: pxor 992(<c=%r8),<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8507-pxor 992(%r8),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8509-# qhasm:     shuffle bytes of xmm14 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8510:# asm 1: pshufb SR,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8511:# asm 2: pshufb SR,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8512-pshufb SR,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8514-# qhasm:     xmm15 ^= *(int128 *)(c + 1008)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8515:# asm 1: pxor 1008(<c=int64#5),<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8516:# asm 2: pxor 1008(<c=%r8),<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8517-pxor 1008(%r8),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8519-# qhasm:     shuffle bytes of xmm15 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8520:# asm 1: pshufb SR,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8521:# asm 2: pshufb SR,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8522-pshufb SR,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8524-# qhasm:       xmm13 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8525:# asm 1: pxor  <xmm14=int6464#15,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8526:# asm 2: pxor  <xmm14=%xmm14,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8527-pxor  %xmm14,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8529-# qhasm:       xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8530:# asm 1: pxor  <xmm9=int6464#10,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8531:# asm 2: pxor  <xmm9=%xmm9,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8532-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8534-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8535:# asm 1: pxor  <xmm8=int6464#9,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8536:# asm 2: pxor  <xmm8=%xmm8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8537-pxor  %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8539-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8540:# asm 1: pxor  <xmm10=int6464#11,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8541:# asm 2: pxor  <xmm10=%xmm10,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8542-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8544-# qhasm:       xmm11 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8545:# asm 1: pxor  <xmm8=int6464#9,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8546:# asm 2: pxor  <xmm8=%xmm8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8547-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8549-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8550:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8551:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8552-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8554-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8555:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8556:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8557-pxor  %xmm15,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8559-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8560:# asm 1: pxor  <xmm12=int6464#13,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8561:# asm 2: pxor  <xmm12=%xmm12,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8562-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8564-# qhasm:       xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8565:# asm 1: pxor  <xmm13=int6464#14,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8566:# asm 2: pxor  <xmm13=%xmm13,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8567-pxor  %xmm13,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8569-# qhasm:       xmm11 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8570:# asm 1: pxor  <xmm9=int6464#10,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8571:# asm 2: pxor  <xmm9=%xmm9,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8572-pxor  %xmm9,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8574-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8575:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8576:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8577-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8579-# qhasm:       xmm10 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8580:# asm 1: pxor  <xmm15=int6464#16,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8581:# asm 2: pxor  <xmm15=%xmm15,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8582-pxor  %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8584-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8585:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8586:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8587-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8589-# qhasm:       xmm3 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8590:# asm 1: movdqa <xmm15=int6464#16,>xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8591:# asm 2: movdqa <xmm15=%xmm15,>xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8592-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8594-# qhasm:       xmm2 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8595:# asm 1: movdqa <xmm9=int6464#10,>xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8596:# asm 2: movdqa <xmm9=%xmm9,>xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8597-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8599-# qhasm:       xmm1 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8600:# asm 1: movdqa <xmm13=int6464#14,>xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8601:# asm 2: movdqa <xmm13=%xmm13,>xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8602-movdqa %xmm13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8604-# qhasm:       xmm5 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8605:# asm 1: movdqa <xmm10=int6464#11,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8606:# asm 2: movdqa <xmm10=%xmm10,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8607-movdqa %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8609-# qhasm:       xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8610:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8611:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8612-movdqa %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8614-# qhasm:       xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8615:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8616:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8617-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8619-# qhasm:       xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8620:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8621:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8622-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8624-# qhasm:       xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8625:# asm 1: pxor  <xmm11=int6464#12,<xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8626:# asm 2: pxor  <xmm11=%xmm11,<xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8627-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8629-# qhasm:       xmm5 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8630:# asm 1: pxor  <xmm12=int6464#13,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8631:# asm 2: pxor  <xmm12=%xmm12,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8632-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8634-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8635:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8636:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8637-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8639-# qhasm:       xmm6 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8640:# asm 1: movdqa <xmm3=int6464#1,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8641:# asm 2: movdqa <xmm3=%xmm0,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8642-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8644-# qhasm:       xmm0 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8645:# asm 1: movdqa <xmm2=int6464#2,>xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8646:# asm 2: movdqa <xmm2=%xmm1,>xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8647-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8649-# qhasm:       xmm7 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8650:# asm 1: movdqa <xmm3=int6464#1,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8651:# asm 2: movdqa <xmm3=%xmm0,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8652-movdqa %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8654-# qhasm:       xmm2 |= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8655:# asm 1: por   <xmm1=int6464#3,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8656:# asm 2: por   <xmm1=%xmm2,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8657-por   %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8659-# qhasm:       xmm3 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8660:# asm 1: por   <xmm4=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8661:# asm 2: por   <xmm4=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8662-por   %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8664-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8665:# asm 1: pxor  <xmm0=int6464#7,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8666:# asm 2: pxor  <xmm0=%xmm6,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8667-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8669-# qhasm:       xmm6 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8670:# asm 1: pand  <xmm4=int6464#5,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8671:# asm 2: pand  <xmm4=%xmm4,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8672-pand  %xmm4,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8674-# qhasm:       xmm0 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8675:# asm 1: pand  <xmm1=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8676:# asm 2: pand  <xmm1=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8677-pand  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8679-# qhasm:       xmm4 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8680:# asm 1: pxor  <xmm1=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8681:# asm 2: pxor  <xmm1=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8682-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8684-# qhasm:       xmm7 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8685:# asm 1: pand  <xmm4=int6464#5,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8686:# asm 2: pand  <xmm4=%xmm4,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8687-pand  %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8689-# qhasm:       xmm4 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8690:# asm 1: movdqa <xmm11=int6464#12,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8691:# asm 2: movdqa <xmm11=%xmm11,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8692-movdqa %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8694-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8695:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8696:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8697-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8699-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8700:# asm 1: pand  <xmm4=int6464#3,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8701:# asm 2: pand  <xmm4=%xmm2,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8702-pand  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8704-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8705:# asm 1: pxor  <xmm5=int6464#4,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8706:# asm 2: pxor  <xmm5=%xmm3,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8707-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8709-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8710:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8711:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8712-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8714-# qhasm:       xmm5 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8715:# asm 1: movdqa <xmm15=int6464#16,>xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8716:# asm 2: movdqa <xmm15=%xmm15,>xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8717-movdqa %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8719-# qhasm:       xmm5 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8720:# asm 1: pxor  <xmm9=int6464#10,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8721:# asm 2: pxor  <xmm9=%xmm9,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8722-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8724-# qhasm:       xmm4 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8725:# asm 1: movdqa <xmm13=int6464#14,>xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8726:# asm 2: movdqa <xmm13=%xmm13,>xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8727-movdqa %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8729-# qhasm:       xmm1 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8730:# asm 1: movdqa <xmm5=int6464#3,>xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8731:# asm 2: movdqa <xmm5=%xmm2,>xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8732-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8734-# qhasm:       xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8735:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8736:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8737-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8739-# qhasm:       xmm1 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8740:# asm 1: por   <xmm4=int6464#4,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8741:# asm 2: por   <xmm4=%xmm3,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8742-por   %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8744-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8745:# asm 1: pand  <xmm4=int6464#4,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8746:# asm 2: pand  <xmm4=%xmm3,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8747-pand  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8749-# qhasm:       xmm0 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8750:# asm 1: pxor  <xmm5=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8751:# asm 2: pxor  <xmm5=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8752-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8754-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8755:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8756:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8757-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8759-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8760:# asm 1: pxor  <xmm6=int6464#6,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8761:# asm 2: pxor  <xmm6=%xmm5,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8762-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8764-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8765:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8766:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8767-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8769-# qhasm:       xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8770:# asm 1: pxor  <xmm6=int6464#6,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8771:# asm 2: pxor  <xmm6=%xmm5,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8772-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8774-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8775:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8776:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8777-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8779-# qhasm:       xmm4 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8780:# asm 1: movdqa <xmm10=int6464#11,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8781:# asm 2: movdqa <xmm10=%xmm10,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8782-movdqa %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8784-# qhasm:       xmm5 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8785:# asm 1: movdqa <xmm12=int6464#13,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8786:# asm 2: movdqa <xmm12=%xmm12,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8787-movdqa %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8789-# qhasm:       xmm6 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8790:# asm 1: movdqa <xmm9=int6464#10,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8791:# asm 2: movdqa <xmm9=%xmm9,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8792-movdqa %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8794-# qhasm:       xmm7 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8795:# asm 1: movdqa <xmm15=int6464#16,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8796:# asm 2: movdqa <xmm15=%xmm15,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8797-movdqa %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8799-# qhasm:       xmm4 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8800:# asm 1: pand  <xmm11=int6464#12,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8801:# asm 2: pand  <xmm11=%xmm11,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8802-pand  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8804-# qhasm:       xmm5 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8805:# asm 1: pand  <xmm8=int6464#9,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8806:# asm 2: pand  <xmm8=%xmm8,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8807-pand  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8809-# qhasm:       xmm6 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8810:# asm 1: pand  <xmm13=int6464#14,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8811:# asm 2: pand  <xmm13=%xmm13,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8812-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8814-# qhasm:       xmm7 |= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8815:# asm 1: por   <xmm14=int6464#15,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8816:# asm 2: por   <xmm14=%xmm14,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8817-por   %xmm14,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8819-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8820:# asm 1: pxor  <xmm4=int6464#3,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8821:# asm 2: pxor  <xmm4=%xmm2,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8822-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8824-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8825:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8826:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8827-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8829-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8830:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8831:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8832-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8834-# qhasm:       xmm0 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8835:# asm 1: pxor  <xmm7=int6464#8,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8836:# asm 2: pxor  <xmm7=%xmm7,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8837-pxor  %xmm7,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8839-# qhasm:       xmm4 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8840:# asm 1: movdqa <xmm3=int6464#1,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8841:# asm 2: movdqa <xmm3=%xmm0,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8842-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8844-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8845:# asm 1: pxor  <xmm2=int6464#2,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8846:# asm 2: pxor  <xmm2=%xmm1,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8847-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8849-# qhasm:       xmm3 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8850:# asm 1: pand  <xmm1=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8851:# asm 2: pand  <xmm1=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8852-pand  %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8854-# qhasm:       xmm6 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8855:# asm 1: movdqa <xmm0=int6464#7,>xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8856:# asm 2: movdqa <xmm0=%xmm6,>xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8857-movdqa %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8859-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8860:# asm 1: pxor  <xmm3=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8861:# asm 2: pxor  <xmm3=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8862-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8864-# qhasm:       xmm7 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8865:# asm 1: movdqa <xmm4=int6464#3,>xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8866:# asm 2: movdqa <xmm4=%xmm2,>xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8867-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8869-# qhasm:       xmm7 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8870:# asm 1: pand  <xmm6=int6464#4,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8871:# asm 2: pand  <xmm6=%xmm3,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8872-pand  %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8874-# qhasm:       xmm7 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8875:# asm 1: pxor  <xmm2=int6464#2,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8876:# asm 2: pxor  <xmm2=%xmm1,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8877-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8879-# qhasm:       xmm5 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8880:# asm 1: movdqa <xmm1=int6464#5,>xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8881:# asm 2: movdqa <xmm1=%xmm4,>xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8882-movdqa %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8884-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8885:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8886:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8887-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8889-# qhasm:       xmm3 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8890:# asm 1: pxor  <xmm2=int6464#2,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8891:# asm 2: pxor  <xmm2=%xmm1,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8892-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8894-# qhasm:       xmm5 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8895:# asm 1: pand  <xmm3=int6464#1,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8896:# asm 2: pand  <xmm3=%xmm0,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8897-pand  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8899-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8900:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8901:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8902-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8904-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8905:# asm 1: pxor  <xmm5=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8906:# asm 2: pxor  <xmm5=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8907-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8909-# qhasm:       xmm2 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8910:# asm 1: movdqa <xmm6=int6464#4,>xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8911:# asm 2: movdqa <xmm6=%xmm3,>xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8912-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8914-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8915:# asm 1: pxor  <xmm5=int6464#8,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8916:# asm 2: pxor  <xmm5=%xmm7,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8917-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8919-# qhasm:       xmm2 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8920:# asm 1: pand  <xmm0=int6464#7,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8921:# asm 2: pand  <xmm0=%xmm6,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8922-pand  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8924-# qhasm:       xmm1 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8925:# asm 1: pxor  <xmm2=int6464#1,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8926:# asm 2: pxor  <xmm2=%xmm0,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8927-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8929-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8930:# asm 1: pxor  <xmm2=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8931:# asm 2: pxor  <xmm2=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8932-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8934-# qhasm:       xmm6 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8935:# asm 1: pand  <xmm7=int6464#6,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8936:# asm 2: pand  <xmm7=%xmm5,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8937-pand  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8939-# qhasm:       xmm6 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8940:# asm 1: pxor  <xmm4=int6464#3,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8941:# asm 2: pxor  <xmm4=%xmm2,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8942-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8944-# qhasm:         xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8945:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8946:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8947-movdqa %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8949-# qhasm:         xmm0 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8950:# asm 1: movdqa <xmm13=int6464#14,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8951:# asm 2: movdqa <xmm13=%xmm13,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8952-movdqa %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8954-# qhasm:           xmm2 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8955:# asm 1: movdqa <xmm7=int6464#6,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8956:# asm 2: movdqa <xmm7=%xmm5,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8957-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8959-# qhasm:           xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8960:# asm 1: pxor  <xmm6=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8961:# asm 2: pxor  <xmm6=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8962-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8964-# qhasm:           xmm2 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8965:# asm 1: pand  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8966:# asm 2: pand  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8967-pand  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8969-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8970:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8971:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8972-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8974-# qhasm:           xmm14 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8975:# asm 1: pand  <xmm6=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8976:# asm 2: pand  <xmm6=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8977-pand  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8979-# qhasm:           xmm13 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8980:# asm 1: pand  <xmm7=int6464#6,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8981:# asm 2: pand  <xmm7=%xmm5,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8982-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8984-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8985:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8986:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8987-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8989-# qhasm:           xmm13 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8990:# asm 1: pxor  <xmm2=int6464#3,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8991:# asm 2: pxor  <xmm2=%xmm2,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8992-pxor  %xmm2,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8994-# qhasm:         xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8995:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:8996:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8997-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-8999-# qhasm:         xmm0 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9000:# asm 1: pxor  <xmm11=int6464#12,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9001:# asm 2: pxor  <xmm11=%xmm11,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9002-pxor  %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9004-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9005:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9006:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9007-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9009-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9010:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9011:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9012-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9014-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9015:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9016:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9017-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9019-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9020:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9021:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9022-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9024-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9025:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9026:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9027-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9029-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9030:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9031:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9032-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9034-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9035:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9036:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9037-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9039-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9040:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9041:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9042-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9044-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9045:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9046:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9047-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9049-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9050:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9051:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9052-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9054-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9055:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9056:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9057-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9059-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9060:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9061:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9062-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9064-# qhasm:           xmm2 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9065:# asm 1: pand  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9066:# asm 2: pand  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9067-pand  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9069-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9070:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9071:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9072-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9074-# qhasm:           xmm8 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9075:# asm 1: pand  <xmm1=int6464#5,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9076:# asm 2: pand  <xmm1=%xmm4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9077-pand  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9079-# qhasm:           xmm11 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9080:# asm 1: pand  <xmm5=int6464#8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9081:# asm 2: pand  <xmm5=%xmm7,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9082-pand  %xmm7,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9084-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9085:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9086:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9087-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9089-# qhasm:           xmm11 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9090:# asm 1: pxor  <xmm2=int6464#3,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9091:# asm 2: pxor  <xmm2=%xmm2,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9092-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9094-# qhasm:         xmm14 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9095:# asm 1: pxor  <xmm4=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9096:# asm 2: pxor  <xmm4=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9097-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9099-# qhasm:         xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9100:# asm 1: pxor  <xmm4=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9101:# asm 2: pxor  <xmm4=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9102-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9104-# qhasm:         xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9105:# asm 1: pxor  <xmm0=int6464#2,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9106:# asm 2: pxor  <xmm0=%xmm1,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9107-pxor  %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9109-# qhasm:         xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9110:# asm 1: pxor  <xmm0=int6464#2,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9111:# asm 2: pxor  <xmm0=%xmm1,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9112-pxor  %xmm1,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9114-# qhasm:         xmm4 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9115:# asm 1: movdqa <xmm15=int6464#16,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9116:# asm 2: movdqa <xmm15=%xmm15,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9117-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9119-# qhasm:         xmm0 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9120:# asm 1: movdqa <xmm9=int6464#10,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9121:# asm 2: movdqa <xmm9=%xmm9,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9122-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9124-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9125:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9126:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9127-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9129-# qhasm:         xmm0 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9130:# asm 1: pxor  <xmm10=int6464#11,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9131:# asm 2: pxor  <xmm10=%xmm10,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9132-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9134-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9135:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9136:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9137-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9139-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9140:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9141:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9142-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9144-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9145:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9146:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9147-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9149-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9150:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9151:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9152-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9154-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9155:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9156:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9157-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9159-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9160:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9161:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9162-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9164-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9165:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9166:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9167-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9169-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9170:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9171:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9172-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9174-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9175:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9176:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9177-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9179-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9180:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9181:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9182-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9184-# qhasm:           xmm2 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9185:# asm 1: pand  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9186:# asm 2: pand  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9187-pand  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9189-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9190:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9191:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9192-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9194-# qhasm:           xmm12 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9195:# asm 1: pand  <xmm1=int6464#5,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9196:# asm 2: pand  <xmm1=%xmm4,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9197-pand  %xmm4,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9199-# qhasm:           xmm10 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9200:# asm 1: pand  <xmm5=int6464#8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9201:# asm 2: pand  <xmm5=%xmm7,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9202-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9204-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9205:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9206:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9207-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9209-# qhasm:           xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9210:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9211:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9212-pxor  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9214-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9215:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9216:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9217-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9219-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9220:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9221:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9222-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9224-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9225:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9226:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9227-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9229-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9230:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9231:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9232-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9234-# qhasm:           xmm3 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9235:# asm 1: pand  <xmm15=int6464#16,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9236:# asm 2: pand  <xmm15=%xmm15,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9237-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9239-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9240:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9241:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9242-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9244-# qhasm:           xmm15 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9245:# asm 1: pand  <xmm6=int6464#4,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9246:# asm 2: pand  <xmm6=%xmm3,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9247-pand  %xmm3,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9249-# qhasm:           xmm9 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9250:# asm 1: pand  <xmm7=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9251:# asm 2: pand  <xmm7=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9252-pand  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9254-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9255:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9256:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9257-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9259-# qhasm:           xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9260:# asm 1: pxor  <xmm3=int6464#3,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9261:# asm 2: pxor  <xmm3=%xmm2,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9262-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9264-# qhasm:         xmm15 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9265:# asm 1: pxor  <xmm4=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9266:# asm 2: pxor  <xmm4=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9267-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9269-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9270:# asm 1: pxor  <xmm4=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9271:# asm 2: pxor  <xmm4=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9272-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9274-# qhasm:         xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9275:# asm 1: pxor  <xmm0=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9276:# asm 2: pxor  <xmm0=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9277-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9279-# qhasm:         xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9280:# asm 1: pxor  <xmm0=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9281:# asm 2: pxor  <xmm0=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9282-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9284-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9285:# asm 1: pxor  <xmm8=int6464#9,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9286:# asm 2: pxor  <xmm8=%xmm8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9287-pxor  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9289-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9290:# asm 1: pxor  <xmm14=int6464#15,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9291:# asm 2: pxor  <xmm14=%xmm14,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9292-pxor  %xmm14,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9294-# qhasm:       xmm12 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9295:# asm 1: pxor  <xmm15=int6464#16,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9296:# asm 2: pxor  <xmm15=%xmm15,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9297-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9299-# qhasm:       xmm14 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9300:# asm 1: pxor  <xmm8=int6464#9,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9301:# asm 2: pxor  <xmm8=%xmm8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9302-pxor  %xmm8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9304-# qhasm:       xmm8 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9305:# asm 1: pxor  <xmm9=int6464#10,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9306:# asm 2: pxor  <xmm9=%xmm9,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9307-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9309-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9310:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9311:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9312-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9314-# qhasm:       xmm13 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9315:# asm 1: pxor  <xmm10=int6464#11,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9316:# asm 2: pxor  <xmm10=%xmm10,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9317-pxor  %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9319-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9320:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9321:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9322-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9324-# qhasm:       xmm10 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9325:# asm 1: pxor  <xmm11=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9326:# asm 2: pxor  <xmm11=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9327-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9329-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9330:# asm 1: pxor  <xmm13=int6464#14,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9331:# asm 2: pxor  <xmm13=%xmm13,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9332-pxor  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9334-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9335:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9336:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9337-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9339-# qhasm:     xmm0 = shuffle dwords of xmm8 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9340:# asm 1: pshufd $0x93,<xmm8=int6464#9,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9341:# asm 2: pshufd $0x93,<xmm8=%xmm8,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9342-pshufd $0x93,%xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9344-# qhasm:     xmm1 = shuffle dwords of xmm9 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9345:# asm 1: pshufd $0x93,<xmm9=int6464#10,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9346:# asm 2: pshufd $0x93,<xmm9=%xmm9,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9347-pshufd $0x93,%xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9349-# qhasm:     xmm2 = shuffle dwords of xmm12 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9350:# asm 1: pshufd $0x93,<xmm12=int6464#13,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9351:# asm 2: pshufd $0x93,<xmm12=%xmm12,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9352-pshufd $0x93,%xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9354-# qhasm:     xmm3 = shuffle dwords of xmm14 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9355:# asm 1: pshufd $0x93,<xmm14=int6464#15,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9356:# asm 2: pshufd $0x93,<xmm14=%xmm14,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9357-pshufd $0x93,%xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9359-# qhasm:     xmm4 = shuffle dwords of xmm11 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9360:# asm 1: pshufd $0x93,<xmm11=int6464#12,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9361:# asm 2: pshufd $0x93,<xmm11=%xmm11,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9362-pshufd $0x93,%xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9364-# qhasm:     xmm5 = shuffle dwords of xmm15 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9365:# asm 1: pshufd $0x93,<xmm15=int6464#16,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9366:# asm 2: pshufd $0x93,<xmm15=%xmm15,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9367-pshufd $0x93,%xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9369-# qhasm:     xmm6 = shuffle dwords of xmm10 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9370:# asm 1: pshufd $0x93,<xmm10=int6464#11,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9371:# asm 2: pshufd $0x93,<xmm10=%xmm10,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9372-pshufd $0x93,%xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9374-# qhasm:     xmm7 = shuffle dwords of xmm13 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9375:# asm 1: pshufd $0x93,<xmm13=int6464#14,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9376:# asm 2: pshufd $0x93,<xmm13=%xmm13,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9377-pshufd $0x93,%xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9379-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9380:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9381:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9382-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9384-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9385:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9386:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9387-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9389-# qhasm:     xmm12 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9390:# asm 1: pxor  <xmm2=int6464#3,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9391:# asm 2: pxor  <xmm2=%xmm2,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9392-pxor  %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9394-# qhasm:     xmm14 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9395:# asm 1: pxor  <xmm3=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9396:# asm 2: pxor  <xmm3=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9397-pxor  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9399-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9400:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9401:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9402-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9404-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9405:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9406:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9407-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9409-# qhasm:     xmm10 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9410:# asm 1: pxor  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9411:# asm 2: pxor  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9412-pxor  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9414-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9415:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9416:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9417-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9419-# qhasm:     xmm0 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9420:# asm 1: pxor  <xmm13=int6464#14,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9421:# asm 2: pxor  <xmm13=%xmm13,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9422-pxor  %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9424-# qhasm:     xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9425:# asm 1: pxor  <xmm8=int6464#9,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9426:# asm 2: pxor  <xmm8=%xmm8,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9427-pxor  %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9429-# qhasm:     xmm2 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9430:# asm 1: pxor  <xmm9=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9431:# asm 2: pxor  <xmm9=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9432-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9434-# qhasm:     xmm1 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9435:# asm 1: pxor  <xmm13=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9436:# asm 2: pxor  <xmm13=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9437-pxor  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9439-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9440:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9441:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9442-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9444-# qhasm:     xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9445:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9446:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9447-pxor  %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9449-# qhasm:     xmm5 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9450:# asm 1: pxor  <xmm11=int6464#12,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9451:# asm 2: pxor  <xmm11=%xmm11,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9452-pxor  %xmm11,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9454-# qhasm:     xmm3 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9455:# asm 1: pxor  <xmm13=int6464#14,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9456:# asm 2: pxor  <xmm13=%xmm13,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9457-pxor  %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9459-# qhasm:     xmm6 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9460:# asm 1: pxor  <xmm15=int6464#16,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9461:# asm 2: pxor  <xmm15=%xmm15,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9462-pxor  %xmm15,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9464-# qhasm:     xmm7 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9465:# asm 1: pxor  <xmm10=int6464#11,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9466:# asm 2: pxor  <xmm10=%xmm10,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9467-pxor  %xmm10,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9469-# qhasm:     xmm4 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9470:# asm 1: pxor  <xmm13=int6464#14,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9471:# asm 2: pxor  <xmm13=%xmm13,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9472-pxor  %xmm13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9474-# qhasm:     xmm8 = shuffle dwords of xmm8 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9475:# asm 1: pshufd $0x4E,<xmm8=int6464#9,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9476:# asm 2: pshufd $0x4E,<xmm8=%xmm8,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9477-pshufd $0x4E,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9479-# qhasm:     xmm9 = shuffle dwords of xmm9 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9480:# asm 1: pshufd $0x4E,<xmm9=int6464#10,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9481:# asm 2: pshufd $0x4E,<xmm9=%xmm9,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9482-pshufd $0x4E,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9484-# qhasm:     xmm12 = shuffle dwords of xmm12 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9485:# asm 1: pshufd $0x4E,<xmm12=int6464#13,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9486:# asm 2: pshufd $0x4E,<xmm12=%xmm12,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9487-pshufd $0x4E,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9489-# qhasm:     xmm14 = shuffle dwords of xmm14 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9490:# asm 1: pshufd $0x4E,<xmm14=int6464#15,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9491:# asm 2: pshufd $0x4E,<xmm14=%xmm14,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9492-pshufd $0x4E,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9494-# qhasm:     xmm11 = shuffle dwords of xmm11 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9495:# asm 1: pshufd $0x4E,<xmm11=int6464#12,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9496:# asm 2: pshufd $0x4E,<xmm11=%xmm11,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9497-pshufd $0x4E,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9499-# qhasm:     xmm15 = shuffle dwords of xmm15 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9500:# asm 1: pshufd $0x4E,<xmm15=int6464#16,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9501:# asm 2: pshufd $0x4E,<xmm15=%xmm15,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9502-pshufd $0x4E,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9504-# qhasm:     xmm10 = shuffle dwords of xmm10 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9505:# asm 1: pshufd $0x4E,<xmm10=int6464#11,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9506:# asm 2: pshufd $0x4E,<xmm10=%xmm10,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9507-pshufd $0x4E,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9509-# qhasm:     xmm13 = shuffle dwords of xmm13 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9510:# asm 1: pshufd $0x4E,<xmm13=int6464#14,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9511:# asm 2: pshufd $0x4E,<xmm13=%xmm13,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9512-pshufd $0x4E,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9514-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9515:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9516:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9517-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9519-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9520:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9521:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9522-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9524-# qhasm:     xmm2 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9525:# asm 1: pxor  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9526:# asm 2: pxor  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9527-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9529-# qhasm:     xmm3 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9530:# asm 1: pxor  <xmm14=int6464#15,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9531:# asm 2: pxor  <xmm14=%xmm14,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9532-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9534-# qhasm:     xmm4 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9535:# asm 1: pxor  <xmm11=int6464#12,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9536:# asm 2: pxor  <xmm11=%xmm11,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9537-pxor  %xmm11,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9539-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9540:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9541:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9542-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9544-# qhasm:     xmm6 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9545:# asm 1: pxor  <xmm10=int6464#11,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9546:# asm 2: pxor  <xmm10=%xmm10,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9547-pxor  %xmm10,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9549-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9550:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9551:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9552-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9554-# qhasm:     xmm0 ^= *(int128 *)(c + 1024)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9555:# asm 1: pxor 1024(<c=int64#5),<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9556:# asm 2: pxor 1024(<c=%r8),<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9557-pxor 1024(%r8),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9559-# qhasm:     shuffle bytes of xmm0 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9560:# asm 1: pshufb SR,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9561:# asm 2: pshufb SR,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9562-pshufb SR,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9564-# qhasm:     xmm1 ^= *(int128 *)(c + 1040)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9565:# asm 1: pxor 1040(<c=int64#5),<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9566:# asm 2: pxor 1040(<c=%r8),<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9567-pxor 1040(%r8),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9569-# qhasm:     shuffle bytes of xmm1 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9570:# asm 1: pshufb SR,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9571:# asm 2: pshufb SR,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9572-pshufb SR,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9574-# qhasm:     xmm2 ^= *(int128 *)(c + 1056)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9575:# asm 1: pxor 1056(<c=int64#5),<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9576:# asm 2: pxor 1056(<c=%r8),<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9577-pxor 1056(%r8),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9579-# qhasm:     shuffle bytes of xmm2 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9580:# asm 1: pshufb SR,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9581:# asm 2: pshufb SR,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9582-pshufb SR,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9584-# qhasm:     xmm3 ^= *(int128 *)(c + 1072)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9585:# asm 1: pxor 1072(<c=int64#5),<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9586:# asm 2: pxor 1072(<c=%r8),<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9587-pxor 1072(%r8),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9589-# qhasm:     shuffle bytes of xmm3 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9590:# asm 1: pshufb SR,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9591:# asm 2: pshufb SR,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9592-pshufb SR,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9594-# qhasm:     xmm4 ^= *(int128 *)(c + 1088)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9595:# asm 1: pxor 1088(<c=int64#5),<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9596:# asm 2: pxor 1088(<c=%r8),<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9597-pxor 1088(%r8),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9599-# qhasm:     shuffle bytes of xmm4 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9600:# asm 1: pshufb SR,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9601:# asm 2: pshufb SR,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9602-pshufb SR,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9604-# qhasm:     xmm5 ^= *(int128 *)(c + 1104)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9605:# asm 1: pxor 1104(<c=int64#5),<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9606:# asm 2: pxor 1104(<c=%r8),<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9607-pxor 1104(%r8),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9609-# qhasm:     shuffle bytes of xmm5 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9610:# asm 1: pshufb SR,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9611:# asm 2: pshufb SR,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9612-pshufb SR,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9614-# qhasm:     xmm6 ^= *(int128 *)(c + 1120)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9615:# asm 1: pxor 1120(<c=int64#5),<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9616:# asm 2: pxor 1120(<c=%r8),<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9617-pxor 1120(%r8),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9619-# qhasm:     shuffle bytes of xmm6 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9620:# asm 1: pshufb SR,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9621:# asm 2: pshufb SR,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9622-pshufb SR,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9624-# qhasm:     xmm7 ^= *(int128 *)(c + 1136)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9625:# asm 1: pxor 1136(<c=int64#5),<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9626:# asm 2: pxor 1136(<c=%r8),<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9627-pxor 1136(%r8),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9629-# qhasm:     shuffle bytes of xmm7 by SR
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9630:# asm 1: pshufb SR,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9631:# asm 2: pshufb SR,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9632-pshufb SR,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9634-# qhasm:       xmm5 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9635:# asm 1: pxor  <xmm6=int6464#7,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9636:# asm 2: pxor  <xmm6=%xmm6,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9637-pxor  %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9639-# qhasm:       xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9640:# asm 1: pxor  <xmm1=int6464#2,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9641:# asm 2: pxor  <xmm1=%xmm1,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9642-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9644-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9645:# asm 1: pxor  <xmm0=int6464#1,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9646:# asm 2: pxor  <xmm0=%xmm0,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9647-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9649-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9650:# asm 1: pxor  <xmm2=int6464#3,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9651:# asm 2: pxor  <xmm2=%xmm2,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9652-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9654-# qhasm:       xmm3 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9655:# asm 1: pxor  <xmm0=int6464#1,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9656:# asm 2: pxor  <xmm0=%xmm0,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9657-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9659-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9660:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9661:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9662-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9664-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9665:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9666:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9667-pxor  %xmm7,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9669-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9670:# asm 1: pxor  <xmm4=int6464#5,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9671:# asm 2: pxor  <xmm4=%xmm4,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9672-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9674-# qhasm:       xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9675:# asm 1: pxor  <xmm5=int6464#6,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9676:# asm 2: pxor  <xmm5=%xmm5,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9677-pxor  %xmm5,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9679-# qhasm:       xmm3 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9680:# asm 1: pxor  <xmm1=int6464#2,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9681:# asm 2: pxor  <xmm1=%xmm1,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9682-pxor  %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9684-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9685:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9686:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9687-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9689-# qhasm:       xmm2 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9690:# asm 1: pxor  <xmm7=int6464#8,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9691:# asm 2: pxor  <xmm7=%xmm7,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9692-pxor  %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9694-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9695:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9696:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9697-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9699-# qhasm:       xmm11 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9700:# asm 1: movdqa <xmm7=int6464#8,>xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9701:# asm 2: movdqa <xmm7=%xmm7,>xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9702-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9704-# qhasm:       xmm10 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9705:# asm 1: movdqa <xmm1=int6464#2,>xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9706:# asm 2: movdqa <xmm1=%xmm1,>xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9707-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9709-# qhasm:       xmm9 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9710:# asm 1: movdqa <xmm5=int6464#6,>xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9711:# asm 2: movdqa <xmm5=%xmm5,>xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9712-movdqa %xmm5,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9714-# qhasm:       xmm13 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9715:# asm 1: movdqa <xmm2=int6464#3,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9716:# asm 2: movdqa <xmm2=%xmm2,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9717-movdqa %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9719-# qhasm:       xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9720:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9721:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9722-movdqa %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9724-# qhasm:       xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9725:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9726:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9727-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9729-# qhasm:       xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9730:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9731:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9732-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9734-# qhasm:       xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9735:# asm 1: pxor  <xmm3=int6464#4,<xmm9=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9736:# asm 2: pxor  <xmm3=%xmm3,<xmm9=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9737-pxor  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9739-# qhasm:       xmm13 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9740:# asm 1: pxor  <xmm4=int6464#5,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9741:# asm 2: pxor  <xmm4=%xmm4,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9742-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9744-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9745:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9746:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9747-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9749-# qhasm:       xmm14 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9750:# asm 1: movdqa <xmm11=int6464#9,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9751:# asm 2: movdqa <xmm11=%xmm8,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9752-movdqa %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9754-# qhasm:       xmm8 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9755:# asm 1: movdqa <xmm10=int6464#10,>xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9756:# asm 2: movdqa <xmm10=%xmm9,>xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9757-movdqa %xmm9,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9759-# qhasm:       xmm15 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9760:# asm 1: movdqa <xmm11=int6464#9,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9761:# asm 2: movdqa <xmm11=%xmm8,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9762-movdqa %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9764-# qhasm:       xmm10 |= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9765:# asm 1: por   <xmm9=int6464#11,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9766:# asm 2: por   <xmm9=%xmm10,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9767-por   %xmm10,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9769-# qhasm:       xmm11 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9770:# asm 1: por   <xmm12=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9771:# asm 2: por   <xmm12=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9772-por   %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9774-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9775:# asm 1: pxor  <xmm8=int6464#15,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9776:# asm 2: pxor  <xmm8=%xmm14,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9777-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9779-# qhasm:       xmm14 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9780:# asm 1: pand  <xmm12=int6464#13,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9781:# asm 2: pand  <xmm12=%xmm12,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9782-pand  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9784-# qhasm:       xmm8 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9785:# asm 1: pand  <xmm9=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9786:# asm 2: pand  <xmm9=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9787-pand  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9789-# qhasm:       xmm12 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9790:# asm 1: pxor  <xmm9=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9791:# asm 2: pxor  <xmm9=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9792-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9794-# qhasm:       xmm15 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9795:# asm 1: pand  <xmm12=int6464#13,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9796:# asm 2: pand  <xmm12=%xmm12,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9797-pand  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9799-# qhasm:       xmm12 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9800:# asm 1: movdqa <xmm3=int6464#4,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9801:# asm 2: movdqa <xmm3=%xmm3,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9802-movdqa %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9804-# qhasm:       xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9805:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9806:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9807-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9809-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9810:# asm 1: pand  <xmm12=int6464#11,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9811:# asm 2: pand  <xmm12=%xmm10,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9812-pand  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9814-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9815:# asm 1: pxor  <xmm13=int6464#12,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9816:# asm 2: pxor  <xmm13=%xmm11,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9817-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9819-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9820:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9821:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9822-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9824-# qhasm:       xmm13 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9825:# asm 1: movdqa <xmm7=int6464#8,>xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9826:# asm 2: movdqa <xmm7=%xmm7,>xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9827-movdqa %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9829-# qhasm:       xmm13 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9830:# asm 1: pxor  <xmm1=int6464#2,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9831:# asm 2: pxor  <xmm1=%xmm1,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9832-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9834-# qhasm:       xmm12 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9835:# asm 1: movdqa <xmm5=int6464#6,>xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9836:# asm 2: movdqa <xmm5=%xmm5,>xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9837-movdqa %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9839-# qhasm:       xmm9 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9840:# asm 1: movdqa <xmm13=int6464#11,>xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9841:# asm 2: movdqa <xmm13=%xmm10,>xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9842-movdqa %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9844-# qhasm:       xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9845:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9846:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9847-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9849-# qhasm:       xmm9 |= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9850:# asm 1: por   <xmm12=int6464#12,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9851:# asm 2: por   <xmm12=%xmm11,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9852-por   %xmm11,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9854-# qhasm:       xmm13 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9855:# asm 1: pand  <xmm12=int6464#12,<xmm13=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9856:# asm 2: pand  <xmm12=%xmm11,<xmm13=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9857-pand  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9859-# qhasm:       xmm8 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9860:# asm 1: pxor  <xmm13=int6464#11,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9861:# asm 2: pxor  <xmm13=%xmm10,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9862-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9864-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9865:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9866:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9867-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9869-# qhasm:       xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9870:# asm 1: pxor  <xmm14=int6464#14,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9871:# asm 2: pxor  <xmm14=%xmm13,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9872-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9874-# qhasm:       xmm9 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9875:# asm 1: pxor  <xmm15=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9876:# asm 2: pxor  <xmm15=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9877-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9879-# qhasm:       xmm8 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9880:# asm 1: pxor  <xmm14=int6464#14,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9881:# asm 2: pxor  <xmm14=%xmm13,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9882-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9884-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9885:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9886:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9887-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9889-# qhasm:       xmm12 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9890:# asm 1: movdqa <xmm2=int6464#3,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9891:# asm 2: movdqa <xmm2=%xmm2,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9892-movdqa %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9894-# qhasm:       xmm13 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9895:# asm 1: movdqa <xmm4=int6464#5,>xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9896:# asm 2: movdqa <xmm4=%xmm4,>xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9897-movdqa %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9899-# qhasm:       xmm14 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9900:# asm 1: movdqa <xmm1=int6464#2,>xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9901:# asm 2: movdqa <xmm1=%xmm1,>xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9902-movdqa %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9904-# qhasm:       xmm15 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9905:# asm 1: movdqa <xmm7=int6464#8,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9906:# asm 2: movdqa <xmm7=%xmm7,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9907-movdqa %xmm7,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9909-# qhasm:       xmm12 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9910:# asm 1: pand  <xmm3=int6464#4,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9911:# asm 2: pand  <xmm3=%xmm3,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9912-pand  %xmm3,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9914-# qhasm:       xmm13 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9915:# asm 1: pand  <xmm0=int6464#1,<xmm13=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9916:# asm 2: pand  <xmm0=%xmm0,<xmm13=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9917-pand  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9919-# qhasm:       xmm14 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9920:# asm 1: pand  <xmm5=int6464#6,<xmm14=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9921:# asm 2: pand  <xmm5=%xmm5,<xmm14=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9922-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9924-# qhasm:       xmm15 |= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9925:# asm 1: por   <xmm6=int6464#7,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9926:# asm 2: por   <xmm6=%xmm6,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9927-por   %xmm6,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9929-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9930:# asm 1: pxor  <xmm12=int6464#11,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9931:# asm 2: pxor  <xmm12=%xmm10,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9932-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9934-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9935:# asm 1: pxor  <xmm13=int6464#12,<xmm10=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9936:# asm 2: pxor  <xmm13=%xmm11,<xmm10=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9937-pxor  %xmm11,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9939-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9940:# asm 1: pxor  <xmm14=int6464#14,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9941:# asm 2: pxor  <xmm14=%xmm13,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9942-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9944-# qhasm:       xmm8 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9945:# asm 1: pxor  <xmm15=int6464#16,<xmm8=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9946:# asm 2: pxor  <xmm15=%xmm15,<xmm8=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9947-pxor  %xmm15,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9949-# qhasm:       xmm12 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9950:# asm 1: movdqa <xmm11=int6464#9,>xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9951:# asm 2: movdqa <xmm11=%xmm8,>xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9952-movdqa %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9954-# qhasm:       xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9955:# asm 1: pxor  <xmm10=int6464#10,<xmm12=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9956:# asm 2: pxor  <xmm10=%xmm9,<xmm12=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9957-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9959-# qhasm:       xmm11 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9960:# asm 1: pand  <xmm9=int6464#13,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9961:# asm 2: pand  <xmm9=%xmm12,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9962-pand  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9964-# qhasm:       xmm14 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9965:# asm 1: movdqa <xmm8=int6464#15,>xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9966:# asm 2: movdqa <xmm8=%xmm14,>xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9967-movdqa %xmm14,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9969-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9970:# asm 1: pxor  <xmm11=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9971:# asm 2: pxor  <xmm11=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9972-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9974-# qhasm:       xmm15 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9975:# asm 1: movdqa <xmm12=int6464#11,>xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9976:# asm 2: movdqa <xmm12=%xmm10,>xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9977-movdqa %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9979-# qhasm:       xmm15 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9980:# asm 1: pand  <xmm14=int6464#12,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9981:# asm 2: pand  <xmm14=%xmm11,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9982-pand  %xmm11,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9984-# qhasm:       xmm15 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9985:# asm 1: pxor  <xmm10=int6464#10,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9986:# asm 2: pxor  <xmm10=%xmm9,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9987-pxor  %xmm9,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9989-# qhasm:       xmm13 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9990:# asm 1: movdqa <xmm9=int6464#13,>xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9991:# asm 2: movdqa <xmm9=%xmm12,>xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9992-movdqa %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9994-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9995:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:9996:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9997-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-9999-# qhasm:       xmm11 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10000:# asm 1: pxor  <xmm10=int6464#10,<xmm11=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10001:# asm 2: pxor  <xmm10=%xmm9,<xmm11=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10002-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10004-# qhasm:       xmm13 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10005:# asm 1: pand  <xmm11=int6464#9,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10006:# asm 2: pand  <xmm11=%xmm8,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10007-pand  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10009-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10010:# asm 1: pxor  <xmm8=int6464#15,<xmm13=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10011:# asm 2: pxor  <xmm8=%xmm14,<xmm13=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10012-pxor  %xmm14,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10014-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10015:# asm 1: pxor  <xmm13=int6464#16,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10016:# asm 2: pxor  <xmm13=%xmm15,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10017-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10019-# qhasm:       xmm10 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10020:# asm 1: movdqa <xmm14=int6464#12,>xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10021:# asm 2: movdqa <xmm14=%xmm11,>xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10022-movdqa %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10024-# qhasm:       xmm10 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10025:# asm 1: pxor  <xmm13=int6464#16,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10026:# asm 2: pxor  <xmm13=%xmm15,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10027-pxor  %xmm15,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10029-# qhasm:       xmm10 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10030:# asm 1: pand  <xmm8=int6464#15,<xmm10=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10031:# asm 2: pand  <xmm8=%xmm14,<xmm10=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10032-pand  %xmm14,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10034-# qhasm:       xmm9 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10035:# asm 1: pxor  <xmm10=int6464#9,<xmm9=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10036:# asm 2: pxor  <xmm10=%xmm8,<xmm9=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10037-pxor  %xmm8,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10039-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10040:# asm 1: pxor  <xmm10=int6464#9,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10041:# asm 2: pxor  <xmm10=%xmm8,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10042-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10044-# qhasm:       xmm14 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10045:# asm 1: pand  <xmm15=int6464#14,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10046:# asm 2: pand  <xmm15=%xmm13,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10047-pand  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10049-# qhasm:       xmm14 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10050:# asm 1: pxor  <xmm12=int6464#11,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10051:# asm 2: pxor  <xmm12=%xmm10,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10052-pxor  %xmm10,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10054-# qhasm:         xmm12 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10055:# asm 1: movdqa <xmm6=int6464#7,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10056:# asm 2: movdqa <xmm6=%xmm6,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10057-movdqa %xmm6,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10059-# qhasm:         xmm8 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10060:# asm 1: movdqa <xmm5=int6464#6,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10061:# asm 2: movdqa <xmm5=%xmm5,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10062-movdqa %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10064-# qhasm:           xmm10 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10065:# asm 1: movdqa <xmm15=int6464#14,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10066:# asm 2: movdqa <xmm15=%xmm13,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10067-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10069-# qhasm:           xmm10 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10070:# asm 1: pxor  <xmm14=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10071:# asm 2: pxor  <xmm14=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10072-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10074-# qhasm:           xmm10 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10075:# asm 1: pand  <xmm6=int6464#7,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10076:# asm 2: pand  <xmm6=%xmm6,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10077-pand  %xmm6,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10079-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10080:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10081:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10082-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10084-# qhasm:           xmm6 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10085:# asm 1: pand  <xmm14=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10086:# asm 2: pand  <xmm14=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10087-pand  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10089-# qhasm:           xmm5 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10090:# asm 1: pand  <xmm15=int6464#14,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10091:# asm 2: pand  <xmm15=%xmm13,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10092-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10094-# qhasm:           xmm6 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10095:# asm 1: pxor  <xmm5=int6464#6,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10096:# asm 2: pxor  <xmm5=%xmm5,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10097-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10099-# qhasm:           xmm5 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10100:# asm 1: pxor  <xmm10=int6464#11,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10101:# asm 2: pxor  <xmm10=%xmm10,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10102-pxor  %xmm10,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10104-# qhasm:         xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10105:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10106:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10107-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10109-# qhasm:         xmm8 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10110:# asm 1: pxor  <xmm3=int6464#4,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10111:# asm 2: pxor  <xmm3=%xmm3,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10112-pxor  %xmm3,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10114-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10115:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10116:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10117-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10119-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10120:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10121:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10122-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10124-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10125:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10126:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10127-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10129-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10130:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10131:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10132-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10134-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10135:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10136:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10137-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10139-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10140:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10141:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10142-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10144-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10145:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10146:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10147-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10149-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10150:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10151:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10152-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10154-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10155:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10156:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10157-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10159-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10160:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10161:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10162-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10164-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10165:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10166:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10167-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10169-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10170:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10171:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10172-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10174-# qhasm:           xmm10 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10175:# asm 1: pand  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10176:# asm 2: pand  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10177-pand  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10179-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10180:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10181:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10182-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10184-# qhasm:           xmm0 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10185:# asm 1: pand  <xmm9=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10186:# asm 2: pand  <xmm9=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10187-pand  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10189-# qhasm:           xmm3 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10190:# asm 1: pand  <xmm13=int6464#16,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10191:# asm 2: pand  <xmm13=%xmm15,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10192-pand  %xmm15,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10194-# qhasm:           xmm0 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10195:# asm 1: pxor  <xmm3=int6464#4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10196:# asm 2: pxor  <xmm3=%xmm3,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10197-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10199-# qhasm:           xmm3 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10200:# asm 1: pxor  <xmm10=int6464#11,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10201:# asm 2: pxor  <xmm10=%xmm10,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10202-pxor  %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10204-# qhasm:         xmm6 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10205:# asm 1: pxor  <xmm12=int6464#9,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10206:# asm 2: pxor  <xmm12=%xmm8,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10207-pxor  %xmm8,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10209-# qhasm:         xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10210:# asm 1: pxor  <xmm12=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10211:# asm 2: pxor  <xmm12=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10212-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10214-# qhasm:         xmm5 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10215:# asm 1: pxor  <xmm8=int6464#10,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10216:# asm 2: pxor  <xmm8=%xmm9,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10217-pxor  %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10219-# qhasm:         xmm3 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10220:# asm 1: pxor  <xmm8=int6464#10,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10221:# asm 2: pxor  <xmm8=%xmm9,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10222-pxor  %xmm9,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10224-# qhasm:         xmm12 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10225:# asm 1: movdqa <xmm7=int6464#8,>xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10226:# asm 2: movdqa <xmm7=%xmm7,>xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10227-movdqa %xmm7,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10229-# qhasm:         xmm8 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10230:# asm 1: movdqa <xmm1=int6464#2,>xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10231:# asm 2: movdqa <xmm1=%xmm1,>xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10232-movdqa %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10234-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10235:# asm 1: pxor  <xmm4=int6464#5,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10236:# asm 2: pxor  <xmm4=%xmm4,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10237-pxor  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10239-# qhasm:         xmm8 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10240:# asm 1: pxor  <xmm2=int6464#3,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10241:# asm 2: pxor  <xmm2=%xmm2,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10242-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10244-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10245:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10246:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10247-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10249-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10250:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10251:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10252-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10254-# qhasm:           xmm11 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10255:# asm 1: pand  <xmm12=int6464#9,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10256:# asm 2: pand  <xmm12=%xmm8,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10257-pand  %xmm8,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10259-# qhasm:           xmm12 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10260:# asm 1: pxor  <xmm8=int6464#10,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10261:# asm 2: pxor  <xmm8=%xmm9,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10262-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10264-# qhasm:           xmm12 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10265:# asm 1: pand  <xmm14=int6464#12,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10266:# asm 2: pand  <xmm14=%xmm11,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10267-pand  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10269-# qhasm:           xmm8 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10270:# asm 1: pand  <xmm15=int6464#14,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10271:# asm 2: pand  <xmm15=%xmm13,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10272-pand  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10274-# qhasm:           xmm8 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10275:# asm 1: pxor  <xmm12=int6464#9,<xmm8=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10276:# asm 2: pxor  <xmm12=%xmm8,<xmm8=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10277-pxor  %xmm8,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10279-# qhasm:           xmm12 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10280:# asm 1: pxor  <xmm11=int6464#11,<xmm12=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10281:# asm 2: pxor  <xmm11=%xmm10,<xmm12=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10282-pxor  %xmm10,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10284-# qhasm:           xmm10 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10285:# asm 1: movdqa <xmm13=int6464#16,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10286:# asm 2: movdqa <xmm13=%xmm15,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10287-movdqa %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10289-# qhasm:           xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10290:# asm 1: pxor  <xmm9=int6464#13,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10291:# asm 2: pxor  <xmm9=%xmm12,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10292-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10294-# qhasm:           xmm10 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10295:# asm 1: pand  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10296:# asm 2: pand  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10297-pand  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10299-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10300:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10301:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10302-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10304-# qhasm:           xmm4 &= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10305:# asm 1: pand  <xmm9=int6464#13,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10306:# asm 2: pand  <xmm9=%xmm12,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10307-pand  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10309-# qhasm:           xmm2 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10310:# asm 1: pand  <xmm13=int6464#16,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10311:# asm 2: pand  <xmm13=%xmm15,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10312-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10314-# qhasm:           xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10315:# asm 1: pxor  <xmm2=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10316:# asm 2: pxor  <xmm2=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10317-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10319-# qhasm:           xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10320:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10321:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10322-pxor  %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10324-# qhasm:         xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10325:# asm 1: pxor  <xmm13=int6464#16,<xmm15=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10326:# asm 2: pxor  <xmm13=%xmm15,<xmm15=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10327-pxor  %xmm15,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10329-# qhasm:         xmm14 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10330:# asm 1: pxor  <xmm9=int6464#13,<xmm14=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10331:# asm 2: pxor  <xmm9=%xmm12,<xmm14=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10332-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10334-# qhasm:           xmm11 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10335:# asm 1: movdqa <xmm15=int6464#14,>xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10336:# asm 2: movdqa <xmm15=%xmm13,>xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10337-movdqa %xmm13,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10339-# qhasm:           xmm11 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10340:# asm 1: pxor  <xmm14=int6464#12,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10341:# asm 2: pxor  <xmm14=%xmm11,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10342-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10344-# qhasm:           xmm11 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10345:# asm 1: pand  <xmm7=int6464#8,<xmm11=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10346:# asm 2: pand  <xmm7=%xmm7,<xmm11=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10347-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10349-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10350:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10351:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10352-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10354-# qhasm:           xmm7 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10355:# asm 1: pand  <xmm14=int6464#12,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10356:# asm 2: pand  <xmm14=%xmm11,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10357-pand  %xmm11,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10359-# qhasm:           xmm1 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10360:# asm 1: pand  <xmm15=int6464#14,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10361:# asm 2: pand  <xmm15=%xmm13,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10362-pand  %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10364-# qhasm:           xmm7 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10365:# asm 1: pxor  <xmm1=int6464#2,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10366:# asm 2: pxor  <xmm1=%xmm1,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10367-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10369-# qhasm:           xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10370:# asm 1: pxor  <xmm11=int6464#11,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10371:# asm 2: pxor  <xmm11=%xmm10,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10372-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10374-# qhasm:         xmm7 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10375:# asm 1: pxor  <xmm12=int6464#9,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10376:# asm 2: pxor  <xmm12=%xmm8,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10377-pxor  %xmm8,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10379-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10380:# asm 1: pxor  <xmm12=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10381:# asm 2: pxor  <xmm12=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10382-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10384-# qhasm:         xmm1 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10385:# asm 1: pxor  <xmm8=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10386:# asm 2: pxor  <xmm8=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10387-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10389-# qhasm:         xmm2 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10390:# asm 1: pxor  <xmm8=int6464#10,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10391:# asm 2: pxor  <xmm8=%xmm9,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10392-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10394-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10395:# asm 1: pxor  <xmm0=int6464#1,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10396:# asm 2: pxor  <xmm0=%xmm0,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10397-pxor  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10399-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10400:# asm 1: pxor  <xmm6=int6464#7,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10401:# asm 2: pxor  <xmm6=%xmm6,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10402-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10404-# qhasm:       xmm4 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10405:# asm 1: pxor  <xmm7=int6464#8,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10406:# asm 2: pxor  <xmm7=%xmm7,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10407-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10409-# qhasm:       xmm6 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10410:# asm 1: pxor  <xmm0=int6464#1,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10411:# asm 2: pxor  <xmm0=%xmm0,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10412-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10414-# qhasm:       xmm0 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10415:# asm 1: pxor  <xmm1=int6464#2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10416:# asm 2: pxor  <xmm1=%xmm1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10417-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10419-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10420:# asm 1: pxor  <xmm5=int6464#6,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10421:# asm 2: pxor  <xmm5=%xmm5,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10422-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10424-# qhasm:       xmm5 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10425:# asm 1: pxor  <xmm2=int6464#3,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10426:# asm 2: pxor  <xmm2=%xmm2,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10427-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10429-# qhasm:       xmm4 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10430:# asm 1: pxor  <xmm5=int6464#6,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10431:# asm 2: pxor  <xmm5=%xmm5,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10432-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10434-# qhasm:       xmm2 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10435:# asm 1: pxor  <xmm3=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10436:# asm 2: pxor  <xmm3=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10437-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10439-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10440:# asm 1: pxor  <xmm5=int6464#6,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10441:# asm 2: pxor  <xmm5=%xmm5,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10442-pxor  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10444-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10445:# asm 1: pxor  <xmm3=int6464#4,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10446:# asm 2: pxor  <xmm3=%xmm3,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10447-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10449-# qhasm:     xmm8 = shuffle dwords of xmm0 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10450:# asm 1: pshufd $0x93,<xmm0=int6464#1,>xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10451:# asm 2: pshufd $0x93,<xmm0=%xmm0,>xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10452-pshufd $0x93,%xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10454-# qhasm:     xmm9 = shuffle dwords of xmm1 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10455:# asm 1: pshufd $0x93,<xmm1=int6464#2,>xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10456:# asm 2: pshufd $0x93,<xmm1=%xmm1,>xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10457-pshufd $0x93,%xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10459-# qhasm:     xmm10 = shuffle dwords of xmm4 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10460:# asm 1: pshufd $0x93,<xmm4=int6464#5,>xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10461:# asm 2: pshufd $0x93,<xmm4=%xmm4,>xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10462-pshufd $0x93,%xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10464-# qhasm:     xmm11 = shuffle dwords of xmm6 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10465:# asm 1: pshufd $0x93,<xmm6=int6464#7,>xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10466:# asm 2: pshufd $0x93,<xmm6=%xmm6,>xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10467-pshufd $0x93,%xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10469-# qhasm:     xmm12 = shuffle dwords of xmm3 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10470:# asm 1: pshufd $0x93,<xmm3=int6464#4,>xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10471:# asm 2: pshufd $0x93,<xmm3=%xmm3,>xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10472-pshufd $0x93,%xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10474-# qhasm:     xmm13 = shuffle dwords of xmm7 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10475:# asm 1: pshufd $0x93,<xmm7=int6464#8,>xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10476:# asm 2: pshufd $0x93,<xmm7=%xmm7,>xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10477-pshufd $0x93,%xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10479-# qhasm:     xmm14 = shuffle dwords of xmm2 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10480:# asm 1: pshufd $0x93,<xmm2=int6464#3,>xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10481:# asm 2: pshufd $0x93,<xmm2=%xmm2,>xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10482-pshufd $0x93,%xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10484-# qhasm:     xmm15 = shuffle dwords of xmm5 by 0x93
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10485:# asm 1: pshufd $0x93,<xmm5=int6464#6,>xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10486:# asm 2: pshufd $0x93,<xmm5=%xmm5,>xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10487-pshufd $0x93,%xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10489-# qhasm:     xmm0 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10490:# asm 1: pxor  <xmm8=int6464#9,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10491:# asm 2: pxor  <xmm8=%xmm8,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10492-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10494-# qhasm:     xmm1 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10495:# asm 1: pxor  <xmm9=int6464#10,<xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10496:# asm 2: pxor  <xmm9=%xmm9,<xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10497-pxor  %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10499-# qhasm:     xmm4 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10500:# asm 1: pxor  <xmm10=int6464#11,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10501:# asm 2: pxor  <xmm10=%xmm10,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10502-pxor  %xmm10,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10504-# qhasm:     xmm6 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10505:# asm 1: pxor  <xmm11=int6464#12,<xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10506:# asm 2: pxor  <xmm11=%xmm11,<xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10507-pxor  %xmm11,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10509-# qhasm:     xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10510:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10511:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10512-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10514-# qhasm:     xmm7 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10515:# asm 1: pxor  <xmm13=int6464#14,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10516:# asm 2: pxor  <xmm13=%xmm13,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10517-pxor  %xmm13,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10519-# qhasm:     xmm2 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10520:# asm 1: pxor  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10521:# asm 2: pxor  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10522-pxor  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10524-# qhasm:     xmm5 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10525:# asm 1: pxor  <xmm15=int6464#16,<xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10526:# asm 2: pxor  <xmm15=%xmm15,<xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10527-pxor  %xmm15,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10529-# qhasm:     xmm8 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10530:# asm 1: pxor  <xmm5=int6464#6,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10531:# asm 2: pxor  <xmm5=%xmm5,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10532-pxor  %xmm5,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10534-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10535:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10536:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10537-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10539-# qhasm:     xmm10 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10540:# asm 1: pxor  <xmm1=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10541:# asm 2: pxor  <xmm1=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10542-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10544-# qhasm:     xmm9 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10545:# asm 1: pxor  <xmm5=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10546:# asm 2: pxor  <xmm5=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10547-pxor  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10549-# qhasm:     xmm11 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10550:# asm 1: pxor  <xmm4=int6464#5,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10551:# asm 2: pxor  <xmm4=%xmm4,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10552-pxor  %xmm4,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10554-# qhasm:     xmm12 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10555:# asm 1: pxor  <xmm6=int6464#7,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10556:# asm 2: pxor  <xmm6=%xmm6,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10557-pxor  %xmm6,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10559-# qhasm:     xmm13 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10560:# asm 1: pxor  <xmm3=int6464#4,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10561:# asm 2: pxor  <xmm3=%xmm3,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10562-pxor  %xmm3,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10564-# qhasm:     xmm11 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10565:# asm 1: pxor  <xmm5=int6464#6,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10566:# asm 2: pxor  <xmm5=%xmm5,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10567-pxor  %xmm5,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10569-# qhasm:     xmm14 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10570:# asm 1: pxor  <xmm7=int6464#8,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10571:# asm 2: pxor  <xmm7=%xmm7,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10572-pxor  %xmm7,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10574-# qhasm:     xmm15 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10575:# asm 1: pxor  <xmm2=int6464#3,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10576:# asm 2: pxor  <xmm2=%xmm2,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10577-pxor  %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10579-# qhasm:     xmm12 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10580:# asm 1: pxor  <xmm5=int6464#6,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10581:# asm 2: pxor  <xmm5=%xmm5,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10582-pxor  %xmm5,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10584-# qhasm:     xmm0 = shuffle dwords of xmm0 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10585:# asm 1: pshufd $0x4E,<xmm0=int6464#1,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10586:# asm 2: pshufd $0x4E,<xmm0=%xmm0,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10587-pshufd $0x4E,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10589-# qhasm:     xmm1 = shuffle dwords of xmm1 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10590:# asm 1: pshufd $0x4E,<xmm1=int6464#2,>xmm1=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10591:# asm 2: pshufd $0x4E,<xmm1=%xmm1,>xmm1=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10592-pshufd $0x4E,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10594-# qhasm:     xmm4 = shuffle dwords of xmm4 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10595:# asm 1: pshufd $0x4E,<xmm4=int6464#5,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10596:# asm 2: pshufd $0x4E,<xmm4=%xmm4,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10597-pshufd $0x4E,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10599-# qhasm:     xmm6 = shuffle dwords of xmm6 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10600:# asm 1: pshufd $0x4E,<xmm6=int6464#7,>xmm6=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10601:# asm 2: pshufd $0x4E,<xmm6=%xmm6,>xmm6=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10602-pshufd $0x4E,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10604-# qhasm:     xmm3 = shuffle dwords of xmm3 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10605:# asm 1: pshufd $0x4E,<xmm3=int6464#4,>xmm3=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10606:# asm 2: pshufd $0x4E,<xmm3=%xmm3,>xmm3=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10607-pshufd $0x4E,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10609-# qhasm:     xmm7 = shuffle dwords of xmm7 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10610:# asm 1: pshufd $0x4E,<xmm7=int6464#8,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10611:# asm 2: pshufd $0x4E,<xmm7=%xmm7,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10612-pshufd $0x4E,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10614-# qhasm:     xmm2 = shuffle dwords of xmm2 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10615:# asm 1: pshufd $0x4E,<xmm2=int6464#3,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10616:# asm 2: pshufd $0x4E,<xmm2=%xmm2,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10617-pshufd $0x4E,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10619-# qhasm:     xmm5 = shuffle dwords of xmm5 by 0x4E
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10620:# asm 1: pshufd $0x4E,<xmm5=int6464#6,>xmm5=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10621:# asm 2: pshufd $0x4E,<xmm5=%xmm5,>xmm5=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10622-pshufd $0x4E,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10624-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10625:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10626:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10627-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10629-# qhasm:     xmm9 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10630:# asm 1: pxor  <xmm1=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10631:# asm 2: pxor  <xmm1=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10632-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10634-# qhasm:     xmm10 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10635:# asm 1: pxor  <xmm4=int6464#5,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10636:# asm 2: pxor  <xmm4=%xmm4,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10637-pxor  %xmm4,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10639-# qhasm:     xmm11 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10640:# asm 1: pxor  <xmm6=int6464#7,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10641:# asm 2: pxor  <xmm6=%xmm6,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10642-pxor  %xmm6,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10644-# qhasm:     xmm12 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10645:# asm 1: pxor  <xmm3=int6464#4,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10646:# asm 2: pxor  <xmm3=%xmm3,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10647-pxor  %xmm3,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10649-# qhasm:     xmm13 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10650:# asm 1: pxor  <xmm7=int6464#8,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10651:# asm 2: pxor  <xmm7=%xmm7,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10652-pxor  %xmm7,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10654-# qhasm:     xmm14 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10655:# asm 1: pxor  <xmm2=int6464#3,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10656:# asm 2: pxor  <xmm2=%xmm2,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10657-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10659-# qhasm:     xmm15 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10660:# asm 1: pxor  <xmm5=int6464#6,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10661:# asm 2: pxor  <xmm5=%xmm5,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10662-pxor  %xmm5,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10664-# qhasm:     xmm8 ^= *(int128 *)(c + 1152)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10665:# asm 1: pxor 1152(<c=int64#5),<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10666:# asm 2: pxor 1152(<c=%r8),<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10667-pxor 1152(%r8),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10669-# qhasm:     shuffle bytes of xmm8 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10670:# asm 1: pshufb SRM0,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10671:# asm 2: pshufb SRM0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10672-pshufb SRM0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10674-# qhasm:     xmm9 ^= *(int128 *)(c + 1168)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10675:# asm 1: pxor 1168(<c=int64#5),<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10676:# asm 2: pxor 1168(<c=%r8),<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10677-pxor 1168(%r8),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10679-# qhasm:     shuffle bytes of xmm9 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10680:# asm 1: pshufb SRM0,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10681:# asm 2: pshufb SRM0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10682-pshufb SRM0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10684-# qhasm:     xmm10 ^= *(int128 *)(c + 1184)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10685:# asm 1: pxor 1184(<c=int64#5),<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10686:# asm 2: pxor 1184(<c=%r8),<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10687-pxor 1184(%r8),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10689-# qhasm:     shuffle bytes of xmm10 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10690:# asm 1: pshufb SRM0,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10691:# asm 2: pshufb SRM0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10692-pshufb SRM0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10694-# qhasm:     xmm11 ^= *(int128 *)(c + 1200)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10695:# asm 1: pxor 1200(<c=int64#5),<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10696:# asm 2: pxor 1200(<c=%r8),<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10697-pxor 1200(%r8),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10699-# qhasm:     shuffle bytes of xmm11 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10700:# asm 1: pshufb SRM0,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10701:# asm 2: pshufb SRM0,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10702-pshufb SRM0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10704-# qhasm:     xmm12 ^= *(int128 *)(c + 1216)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10705:# asm 1: pxor 1216(<c=int64#5),<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10706:# asm 2: pxor 1216(<c=%r8),<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10707-pxor 1216(%r8),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10709-# qhasm:     shuffle bytes of xmm12 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10710:# asm 1: pshufb SRM0,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10711:# asm 2: pshufb SRM0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10712-pshufb SRM0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10714-# qhasm:     xmm13 ^= *(int128 *)(c + 1232)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10715:# asm 1: pxor 1232(<c=int64#5),<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10716:# asm 2: pxor 1232(<c=%r8),<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10717-pxor 1232(%r8),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10719-# qhasm:     shuffle bytes of xmm13 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10720:# asm 1: pshufb SRM0,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10721:# asm 2: pshufb SRM0,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10722-pshufb SRM0,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10724-# qhasm:     xmm14 ^= *(int128 *)(c + 1248)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10725:# asm 1: pxor 1248(<c=int64#5),<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10726:# asm 2: pxor 1248(<c=%r8),<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10727-pxor 1248(%r8),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10729-# qhasm:     shuffle bytes of xmm14 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10730:# asm 1: pshufb SRM0,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10731:# asm 2: pshufb SRM0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10732-pshufb SRM0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10734-# qhasm:     xmm15 ^= *(int128 *)(c + 1264)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10735:# asm 1: pxor 1264(<c=int64#5),<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10736:# asm 2: pxor 1264(<c=%r8),<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10737-pxor 1264(%r8),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10739-# qhasm:     shuffle bytes of xmm15 by SRM0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10740:# asm 1: pshufb SRM0,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10741:# asm 2: pshufb SRM0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10742-pshufb SRM0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10744-# qhasm:       xmm13 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10745:# asm 1: pxor  <xmm14=int6464#15,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10746:# asm 2: pxor  <xmm14=%xmm14,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10747-pxor  %xmm14,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10749-# qhasm:       xmm10 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10750:# asm 1: pxor  <xmm9=int6464#10,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10751:# asm 2: pxor  <xmm9=%xmm9,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10752-pxor  %xmm9,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10754-# qhasm:       xmm13 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10755:# asm 1: pxor  <xmm8=int6464#9,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10756:# asm 2: pxor  <xmm8=%xmm8,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10757-pxor  %xmm8,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10759-# qhasm:       xmm14 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10760:# asm 1: pxor  <xmm10=int6464#11,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10761:# asm 2: pxor  <xmm10=%xmm10,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10762-pxor  %xmm10,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10764-# qhasm:       xmm11 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10765:# asm 1: pxor  <xmm8=int6464#9,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10766:# asm 2: pxor  <xmm8=%xmm8,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10767-pxor  %xmm8,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10769-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10770:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10771:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10772-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10774-# qhasm:       xmm11 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10775:# asm 1: pxor  <xmm15=int6464#16,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10776:# asm 2: pxor  <xmm15=%xmm15,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10777-pxor  %xmm15,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10779-# qhasm:       xmm11 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10780:# asm 1: pxor  <xmm12=int6464#13,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10781:# asm 2: pxor  <xmm12=%xmm12,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10782-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10784-# qhasm:       xmm15 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10785:# asm 1: pxor  <xmm13=int6464#14,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10786:# asm 2: pxor  <xmm13=%xmm13,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10787-pxor  %xmm13,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10789-# qhasm:       xmm11 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10790:# asm 1: pxor  <xmm9=int6464#10,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10791:# asm 2: pxor  <xmm9=%xmm9,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10792-pxor  %xmm9,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10794-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10795:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10796:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10797-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10799-# qhasm:       xmm10 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10800:# asm 1: pxor  <xmm15=int6464#16,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10801:# asm 2: pxor  <xmm15=%xmm15,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10802-pxor  %xmm15,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10804-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10805:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10806:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10807-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10809-# qhasm:       xmm3 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10810:# asm 1: movdqa <xmm15=int6464#16,>xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10811:# asm 2: movdqa <xmm15=%xmm15,>xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10812-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10814-# qhasm:       xmm2 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10815:# asm 1: movdqa <xmm9=int6464#10,>xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10816:# asm 2: movdqa <xmm9=%xmm9,>xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10817-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10819-# qhasm:       xmm1 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10820:# asm 1: movdqa <xmm13=int6464#14,>xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10821:# asm 2: movdqa <xmm13=%xmm13,>xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10822-movdqa %xmm13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10824-# qhasm:       xmm5 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10825:# asm 1: movdqa <xmm10=int6464#11,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10826:# asm 2: movdqa <xmm10=%xmm10,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10827-movdqa %xmm10,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10829-# qhasm:       xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10830:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10831:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10832-movdqa %xmm14,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10834-# qhasm:       xmm3 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10835:# asm 1: pxor  <xmm12=int6464#13,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10836:# asm 2: pxor  <xmm12=%xmm12,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10837-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10839-# qhasm:       xmm2 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10840:# asm 1: pxor  <xmm10=int6464#11,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10841:# asm 2: pxor  <xmm10=%xmm10,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10842-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10844-# qhasm:       xmm1 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10845:# asm 1: pxor  <xmm11=int6464#12,<xmm1=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10846:# asm 2: pxor  <xmm11=%xmm11,<xmm1=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10847-pxor  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10849-# qhasm:       xmm5 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10850:# asm 1: pxor  <xmm12=int6464#13,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10851:# asm 2: pxor  <xmm12=%xmm12,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10852-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10854-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10855:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10856:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10857-pxor  %xmm8,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10859-# qhasm:       xmm6 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10860:# asm 1: movdqa <xmm3=int6464#1,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10861:# asm 2: movdqa <xmm3=%xmm0,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10862-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10864-# qhasm:       xmm0 = xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10865:# asm 1: movdqa <xmm2=int6464#2,>xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10866:# asm 2: movdqa <xmm2=%xmm1,>xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10867-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10869-# qhasm:       xmm7 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10870:# asm 1: movdqa <xmm3=int6464#1,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10871:# asm 2: movdqa <xmm3=%xmm0,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10872-movdqa %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10874-# qhasm:       xmm2 |= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10875:# asm 1: por   <xmm1=int6464#3,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10876:# asm 2: por   <xmm1=%xmm2,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10877-por   %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10879-# qhasm:       xmm3 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10880:# asm 1: por   <xmm4=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10881:# asm 2: por   <xmm4=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10882-por   %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10884-# qhasm:       xmm7 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10885:# asm 1: pxor  <xmm0=int6464#7,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10886:# asm 2: pxor  <xmm0=%xmm6,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10887-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10889-# qhasm:       xmm6 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10890:# asm 1: pand  <xmm4=int6464#5,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10891:# asm 2: pand  <xmm4=%xmm4,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10892-pand  %xmm4,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10894-# qhasm:       xmm0 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10895:# asm 1: pand  <xmm1=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10896:# asm 2: pand  <xmm1=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10897-pand  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10899-# qhasm:       xmm4 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10900:# asm 1: pxor  <xmm1=int6464#3,<xmm4=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10901:# asm 2: pxor  <xmm1=%xmm2,<xmm4=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10902-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10904-# qhasm:       xmm7 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10905:# asm 1: pand  <xmm4=int6464#5,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10906:# asm 2: pand  <xmm4=%xmm4,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10907-pand  %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10909-# qhasm:       xmm4 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10910:# asm 1: movdqa <xmm11=int6464#12,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10911:# asm 2: movdqa <xmm11=%xmm11,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10912-movdqa %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10914-# qhasm:       xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10915:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10916:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10917-pxor  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10919-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10920:# asm 1: pand  <xmm4=int6464#3,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10921:# asm 2: pand  <xmm4=%xmm2,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10922-pand  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10924-# qhasm:       xmm3 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10925:# asm 1: pxor  <xmm5=int6464#4,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10926:# asm 2: pxor  <xmm5=%xmm3,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10927-pxor  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10929-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10930:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10931:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10932-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10934-# qhasm:       xmm5 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10935:# asm 1: movdqa <xmm15=int6464#16,>xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10936:# asm 2: movdqa <xmm15=%xmm15,>xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10937-movdqa %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10939-# qhasm:       xmm5 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10940:# asm 1: pxor  <xmm9=int6464#10,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10941:# asm 2: pxor  <xmm9=%xmm9,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10942-pxor  %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10944-# qhasm:       xmm4 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10945:# asm 1: movdqa <xmm13=int6464#14,>xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10946:# asm 2: movdqa <xmm13=%xmm13,>xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10947-movdqa %xmm13,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10949-# qhasm:       xmm1 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10950:# asm 1: movdqa <xmm5=int6464#3,>xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10951:# asm 2: movdqa <xmm5=%xmm2,>xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10952-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10954-# qhasm:       xmm4 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10955:# asm 1: pxor  <xmm14=int6464#15,<xmm4=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10956:# asm 2: pxor  <xmm14=%xmm14,<xmm4=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10957-pxor  %xmm14,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10959-# qhasm:       xmm1 |= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10960:# asm 1: por   <xmm4=int6464#4,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10961:# asm 2: por   <xmm4=%xmm3,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10962-por   %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10964-# qhasm:       xmm5 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10965:# asm 1: pand  <xmm4=int6464#4,<xmm5=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10966:# asm 2: pand  <xmm4=%xmm3,<xmm5=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10967-pand  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10969-# qhasm:       xmm0 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10970:# asm 1: pxor  <xmm5=int6464#3,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10971:# asm 2: pxor  <xmm5=%xmm2,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10972-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10974-# qhasm:       xmm3 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10975:# asm 1: pxor  <xmm7=int6464#8,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10976:# asm 2: pxor  <xmm7=%xmm7,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10977-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10979-# qhasm:       xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10980:# asm 1: pxor  <xmm6=int6464#6,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10981:# asm 2: pxor  <xmm6=%xmm5,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10982-pxor  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10984-# qhasm:       xmm1 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10985:# asm 1: pxor  <xmm7=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10986:# asm 2: pxor  <xmm7=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10987-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10989-# qhasm:       xmm0 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10990:# asm 1: pxor  <xmm6=int6464#6,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10991:# asm 2: pxor  <xmm6=%xmm5,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10992-pxor  %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10994-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10995:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:10996:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10997-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-10999-# qhasm:       xmm4 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11000:# asm 1: movdqa <xmm10=int6464#11,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11001:# asm 2: movdqa <xmm10=%xmm10,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11002-movdqa %xmm10,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11004-# qhasm:       xmm5 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11005:# asm 1: movdqa <xmm12=int6464#13,>xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11006:# asm 2: movdqa <xmm12=%xmm12,>xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11007-movdqa %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11009-# qhasm:       xmm6 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11010:# asm 1: movdqa <xmm9=int6464#10,>xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11011:# asm 2: movdqa <xmm9=%xmm9,>xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11012-movdqa %xmm9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11014-# qhasm:       xmm7 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11015:# asm 1: movdqa <xmm15=int6464#16,>xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11016:# asm 2: movdqa <xmm15=%xmm15,>xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11017-movdqa %xmm15,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11019-# qhasm:       xmm4 &= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11020:# asm 1: pand  <xmm11=int6464#12,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11021:# asm 2: pand  <xmm11=%xmm11,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11022-pand  %xmm11,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11024-# qhasm:       xmm5 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11025:# asm 1: pand  <xmm8=int6464#9,<xmm5=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11026:# asm 2: pand  <xmm8=%xmm8,<xmm5=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11027-pand  %xmm8,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11029-# qhasm:       xmm6 &= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11030:# asm 1: pand  <xmm13=int6464#14,<xmm6=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11031:# asm 2: pand  <xmm13=%xmm13,<xmm6=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11032-pand  %xmm13,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11034-# qhasm:       xmm7 |= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11035:# asm 1: por   <xmm14=int6464#15,<xmm7=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11036:# asm 2: por   <xmm14=%xmm14,<xmm7=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11037-por   %xmm14,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11039-# qhasm:       xmm3 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11040:# asm 1: pxor  <xmm4=int6464#3,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11041:# asm 2: pxor  <xmm4=%xmm2,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11042-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11044-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11045:# asm 1: pxor  <xmm5=int6464#4,<xmm2=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11046:# asm 2: pxor  <xmm5=%xmm3,<xmm2=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11047-pxor  %xmm3,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11049-# qhasm:       xmm1 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11050:# asm 1: pxor  <xmm6=int6464#6,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11051:# asm 2: pxor  <xmm6=%xmm5,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11052-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11054-# qhasm:       xmm0 ^= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11055:# asm 1: pxor  <xmm7=int6464#8,<xmm0=int6464#7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11056:# asm 2: pxor  <xmm7=%xmm7,<xmm0=%xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11057-pxor  %xmm7,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11059-# qhasm:       xmm4 = xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11060:# asm 1: movdqa <xmm3=int6464#1,>xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11061:# asm 2: movdqa <xmm3=%xmm0,>xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11062-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11064-# qhasm:       xmm4 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11065:# asm 1: pxor  <xmm2=int6464#2,<xmm4=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11066:# asm 2: pxor  <xmm2=%xmm1,<xmm4=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11067-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11069-# qhasm:       xmm3 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11070:# asm 1: pand  <xmm1=int6464#5,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11071:# asm 2: pand  <xmm1=%xmm4,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11072-pand  %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11074-# qhasm:       xmm6 = xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11075:# asm 1: movdqa <xmm0=int6464#7,>xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11076:# asm 2: movdqa <xmm0=%xmm6,>xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11077-movdqa %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11079-# qhasm:       xmm6 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11080:# asm 1: pxor  <xmm3=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11081:# asm 2: pxor  <xmm3=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11082-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11084-# qhasm:       xmm7 = xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11085:# asm 1: movdqa <xmm4=int6464#3,>xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11086:# asm 2: movdqa <xmm4=%xmm2,>xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11087-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11089-# qhasm:       xmm7 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11090:# asm 1: pand  <xmm6=int6464#4,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11091:# asm 2: pand  <xmm6=%xmm3,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11092-pand  %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11094-# qhasm:       xmm7 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11095:# asm 1: pxor  <xmm2=int6464#2,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11096:# asm 2: pxor  <xmm2=%xmm1,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11097-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11099-# qhasm:       xmm5 = xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11100:# asm 1: movdqa <xmm1=int6464#5,>xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11101:# asm 2: movdqa <xmm1=%xmm4,>xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11102-movdqa %xmm4,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11104-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11105:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11106:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11107-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11109-# qhasm:       xmm3 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11110:# asm 1: pxor  <xmm2=int6464#2,<xmm3=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11111:# asm 2: pxor  <xmm2=%xmm1,<xmm3=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11112-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11114-# qhasm:       xmm5 &= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11115:# asm 1: pand  <xmm3=int6464#1,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11116:# asm 2: pand  <xmm3=%xmm0,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11117-pand  %xmm0,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11119-# qhasm:       xmm5 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11120:# asm 1: pxor  <xmm0=int6464#7,<xmm5=int6464#8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11121:# asm 2: pxor  <xmm0=%xmm6,<xmm5=%xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11122-pxor  %xmm6,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11124-# qhasm:       xmm1 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11125:# asm 1: pxor  <xmm5=int6464#8,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11126:# asm 2: pxor  <xmm5=%xmm7,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11127-pxor  %xmm7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11129-# qhasm:       xmm2 = xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11130:# asm 1: movdqa <xmm6=int6464#4,>xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11131:# asm 2: movdqa <xmm6=%xmm3,>xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11132-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11134-# qhasm:       xmm2 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11135:# asm 1: pxor  <xmm5=int6464#8,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11136:# asm 2: pxor  <xmm5=%xmm7,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11137-pxor  %xmm7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11139-# qhasm:       xmm2 &= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11140:# asm 1: pand  <xmm0=int6464#7,<xmm2=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11141:# asm 2: pand  <xmm0=%xmm6,<xmm2=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11142-pand  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11144-# qhasm:       xmm1 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11145:# asm 1: pxor  <xmm2=int6464#1,<xmm1=int6464#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11146:# asm 2: pxor  <xmm2=%xmm0,<xmm1=%xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11147-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11149-# qhasm:       xmm6 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11150:# asm 1: pxor  <xmm2=int6464#1,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11151:# asm 2: pxor  <xmm2=%xmm0,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11152-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11154-# qhasm:       xmm6 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11155:# asm 1: pand  <xmm7=int6464#6,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11156:# asm 2: pand  <xmm7=%xmm5,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11157-pand  %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11159-# qhasm:       xmm6 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11160:# asm 1: pxor  <xmm4=int6464#3,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11161:# asm 2: pxor  <xmm4=%xmm2,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11162-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11164-# qhasm:         xmm4 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11165:# asm 1: movdqa <xmm14=int6464#15,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11166:# asm 2: movdqa <xmm14=%xmm14,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11167-movdqa %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11169-# qhasm:         xmm0 = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11170:# asm 1: movdqa <xmm13=int6464#14,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11171:# asm 2: movdqa <xmm13=%xmm13,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11172-movdqa %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11174-# qhasm:           xmm2 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11175:# asm 1: movdqa <xmm7=int6464#6,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11176:# asm 2: movdqa <xmm7=%xmm5,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11177-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11179-# qhasm:           xmm2 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11180:# asm 1: pxor  <xmm6=int6464#4,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11181:# asm 2: pxor  <xmm6=%xmm3,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11182-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11184-# qhasm:           xmm2 &= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11185:# asm 1: pand  <xmm14=int6464#15,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11186:# asm 2: pand  <xmm14=%xmm14,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11187-pand  %xmm14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11189-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11190:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11191:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11192-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11194-# qhasm:           xmm14 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11195:# asm 1: pand  <xmm6=int6464#4,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11196:# asm 2: pand  <xmm6=%xmm3,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11197-pand  %xmm3,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11199-# qhasm:           xmm13 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11200:# asm 1: pand  <xmm7=int6464#6,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11201:# asm 2: pand  <xmm7=%xmm5,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11202-pand  %xmm5,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11204-# qhasm:           xmm14 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11205:# asm 1: pxor  <xmm13=int6464#14,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11206:# asm 2: pxor  <xmm13=%xmm13,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11207-pxor  %xmm13,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11209-# qhasm:           xmm13 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11210:# asm 1: pxor  <xmm2=int6464#3,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11211:# asm 2: pxor  <xmm2=%xmm2,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11212-pxor  %xmm2,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11214-# qhasm:         xmm4 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11215:# asm 1: pxor  <xmm8=int6464#9,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11216:# asm 2: pxor  <xmm8=%xmm8,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11217-pxor  %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11219-# qhasm:         xmm0 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11220:# asm 1: pxor  <xmm11=int6464#12,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11221:# asm 2: pxor  <xmm11=%xmm11,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11222-pxor  %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11224-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11225:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11226:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11227-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11229-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11230:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11231:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11232-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11234-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11235:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11236:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11237-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11239-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11240:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11241:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11242-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11244-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11245:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11246:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11247-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11249-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11250:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11251:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11252-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11254-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11255:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11256:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11257-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11259-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11260:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11261:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11262-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11264-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11265:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11266:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11267-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11269-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11270:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11271:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11272-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11274-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11275:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11276:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11277-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11279-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11280:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11281:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11282-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11284-# qhasm:           xmm2 &= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11285:# asm 1: pand  <xmm8=int6464#9,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11286:# asm 2: pand  <xmm8=%xmm8,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11287-pand  %xmm8,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11289-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11290:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11291:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11292-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11294-# qhasm:           xmm8 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11295:# asm 1: pand  <xmm1=int6464#5,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11296:# asm 2: pand  <xmm1=%xmm4,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11297-pand  %xmm4,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11299-# qhasm:           xmm11 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11300:# asm 1: pand  <xmm5=int6464#8,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11301:# asm 2: pand  <xmm5=%xmm7,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11302-pand  %xmm7,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11304-# qhasm:           xmm8 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11305:# asm 1: pxor  <xmm11=int6464#12,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11306:# asm 2: pxor  <xmm11=%xmm11,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11307-pxor  %xmm11,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11309-# qhasm:           xmm11 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11310:# asm 1: pxor  <xmm2=int6464#3,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11311:# asm 2: pxor  <xmm2=%xmm2,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11312-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11314-# qhasm:         xmm14 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11315:# asm 1: pxor  <xmm4=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11316:# asm 2: pxor  <xmm4=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11317-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11319-# qhasm:         xmm8 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11320:# asm 1: pxor  <xmm4=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11321:# asm 2: pxor  <xmm4=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11322-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11324-# qhasm:         xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11325:# asm 1: pxor  <xmm0=int6464#2,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11326:# asm 2: pxor  <xmm0=%xmm1,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11327-pxor  %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11329-# qhasm:         xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11330:# asm 1: pxor  <xmm0=int6464#2,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11331:# asm 2: pxor  <xmm0=%xmm1,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11332-pxor  %xmm1,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11334-# qhasm:         xmm4 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11335:# asm 1: movdqa <xmm15=int6464#16,>xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11336:# asm 2: movdqa <xmm15=%xmm15,>xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11337-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11339-# qhasm:         xmm0 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11340:# asm 1: movdqa <xmm9=int6464#10,>xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11341:# asm 2: movdqa <xmm9=%xmm9,>xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11342-movdqa %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11344-# qhasm:         xmm4 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11345:# asm 1: pxor  <xmm12=int6464#13,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11346:# asm 2: pxor  <xmm12=%xmm12,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11347-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11349-# qhasm:         xmm0 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11350:# asm 1: pxor  <xmm10=int6464#11,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11351:# asm 2: pxor  <xmm10=%xmm10,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11352-pxor  %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11354-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11355:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11356:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11357-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11359-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11360:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11361:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11362-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11364-# qhasm:           xmm3 &= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11365:# asm 1: pand  <xmm4=int6464#1,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11366:# asm 2: pand  <xmm4=%xmm0,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11367-pand  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11369-# qhasm:           xmm4 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11370:# asm 1: pxor  <xmm0=int6464#2,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11371:# asm 2: pxor  <xmm0=%xmm1,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11372-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11374-# qhasm:           xmm4 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11375:# asm 1: pand  <xmm6=int6464#4,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11376:# asm 2: pand  <xmm6=%xmm3,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11377-pand  %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11379-# qhasm:           xmm0 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11380:# asm 1: pand  <xmm7=int6464#6,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11381:# asm 2: pand  <xmm7=%xmm5,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11382-pand  %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11384-# qhasm:           xmm0 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11385:# asm 1: pxor  <xmm4=int6464#1,<xmm0=int6464#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11386:# asm 2: pxor  <xmm4=%xmm0,<xmm0=%xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11387-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11389-# qhasm:           xmm4 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11390:# asm 1: pxor  <xmm3=int6464#3,<xmm4=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11391:# asm 2: pxor  <xmm3=%xmm2,<xmm4=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11392-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11394-# qhasm:           xmm2 = xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11395:# asm 1: movdqa <xmm5=int6464#8,>xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11396:# asm 2: movdqa <xmm5=%xmm7,>xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11397-movdqa %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11399-# qhasm:           xmm2 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11400:# asm 1: pxor  <xmm1=int6464#5,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11401:# asm 2: pxor  <xmm1=%xmm4,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11402-pxor  %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11404-# qhasm:           xmm2 &= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11405:# asm 1: pand  <xmm12=int6464#13,<xmm2=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11406:# asm 2: pand  <xmm12=%xmm12,<xmm2=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11407-pand  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11409-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11410:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11411:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11412-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11414-# qhasm:           xmm12 &= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11415:# asm 1: pand  <xmm1=int6464#5,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11416:# asm 2: pand  <xmm1=%xmm4,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11417-pand  %xmm4,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11419-# qhasm:           xmm10 &= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11420:# asm 1: pand  <xmm5=int6464#8,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11421:# asm 2: pand  <xmm5=%xmm7,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11422-pand  %xmm7,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11424-# qhasm:           xmm12 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11425:# asm 1: pxor  <xmm10=int6464#11,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11426:# asm 2: pxor  <xmm10=%xmm10,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11427-pxor  %xmm10,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11429-# qhasm:           xmm10 ^= xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11430:# asm 1: pxor  <xmm2=int6464#3,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11431:# asm 2: pxor  <xmm2=%xmm2,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11432-pxor  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11434-# qhasm:         xmm7 ^= xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11435:# asm 1: pxor  <xmm5=int6464#8,<xmm7=int6464#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11436:# asm 2: pxor  <xmm5=%xmm7,<xmm7=%xmm5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11437-pxor  %xmm7,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11439-# qhasm:         xmm6 ^= xmm1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11440:# asm 1: pxor  <xmm1=int6464#5,<xmm6=int6464#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11441:# asm 2: pxor  <xmm1=%xmm4,<xmm6=%xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11442-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11444-# qhasm:           xmm3 = xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11445:# asm 1: movdqa <xmm7=int6464#6,>xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11446:# asm 2: movdqa <xmm7=%xmm5,>xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11447-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11449-# qhasm:           xmm3 ^= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11450:# asm 1: pxor  <xmm6=int6464#4,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11451:# asm 2: pxor  <xmm6=%xmm3,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11452-pxor  %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11454-# qhasm:           xmm3 &= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11455:# asm 1: pand  <xmm15=int6464#16,<xmm3=int6464#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11456:# asm 2: pand  <xmm15=%xmm15,<xmm3=%xmm2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11457-pand  %xmm15,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11459-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11460:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11461:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11462-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11464-# qhasm:           xmm15 &= xmm6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11465:# asm 1: pand  <xmm6=int6464#4,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11466:# asm 2: pand  <xmm6=%xmm3,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11467-pand  %xmm3,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11469-# qhasm:           xmm9 &= xmm7
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11470:# asm 1: pand  <xmm7=int6464#6,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11471:# asm 2: pand  <xmm7=%xmm5,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11472-pand  %xmm5,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11474-# qhasm:           xmm15 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11475:# asm 1: pxor  <xmm9=int6464#10,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11476:# asm 2: pxor  <xmm9=%xmm9,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11477-pxor  %xmm9,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11479-# qhasm:           xmm9 ^= xmm3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11480:# asm 1: pxor  <xmm3=int6464#3,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11481:# asm 2: pxor  <xmm3=%xmm2,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11482-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11484-# qhasm:         xmm15 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11485:# asm 1: pxor  <xmm4=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11486:# asm 2: pxor  <xmm4=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11487-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11489-# qhasm:         xmm12 ^= xmm4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11490:# asm 1: pxor  <xmm4=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11491:# asm 2: pxor  <xmm4=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11492-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11494-# qhasm:         xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11495:# asm 1: pxor  <xmm0=int6464#2,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11496:# asm 2: pxor  <xmm0=%xmm1,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11497-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11499-# qhasm:         xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11500:# asm 1: pxor  <xmm0=int6464#2,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11501:# asm 2: pxor  <xmm0=%xmm1,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11502-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11504-# qhasm:       xmm15 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11505:# asm 1: pxor  <xmm8=int6464#9,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11506:# asm 2: pxor  <xmm8=%xmm8,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11507-pxor  %xmm8,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11509-# qhasm:       xmm9 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11510:# asm 1: pxor  <xmm14=int6464#15,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11511:# asm 2: pxor  <xmm14=%xmm14,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11512-pxor  %xmm14,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11514-# qhasm:       xmm12 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11515:# asm 1: pxor  <xmm15=int6464#16,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11516:# asm 2: pxor  <xmm15=%xmm15,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11517-pxor  %xmm15,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11519-# qhasm:       xmm14 ^= xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11520:# asm 1: pxor  <xmm8=int6464#9,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11521:# asm 2: pxor  <xmm8=%xmm8,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11522-pxor  %xmm8,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11524-# qhasm:       xmm8 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11525:# asm 1: pxor  <xmm9=int6464#10,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11526:# asm 2: pxor  <xmm9=%xmm9,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11527-pxor  %xmm9,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11529-# qhasm:       xmm9 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11530:# asm 1: pxor  <xmm13=int6464#14,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11531:# asm 2: pxor  <xmm13=%xmm13,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11532-pxor  %xmm13,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11534-# qhasm:       xmm13 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11535:# asm 1: pxor  <xmm10=int6464#11,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11536:# asm 2: pxor  <xmm10=%xmm10,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11537-pxor  %xmm10,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11539-# qhasm:       xmm12 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11540:# asm 1: pxor  <xmm13=int6464#14,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11541:# asm 2: pxor  <xmm13=%xmm13,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11542-pxor  %xmm13,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11544-# qhasm:       xmm10 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11545:# asm 1: pxor  <xmm11=int6464#12,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11546:# asm 2: pxor  <xmm11=%xmm11,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11547-pxor  %xmm11,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11549-# qhasm:       xmm11 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11550:# asm 1: pxor  <xmm13=int6464#14,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11551:# asm 2: pxor  <xmm13=%xmm13,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11552-pxor  %xmm13,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11554-# qhasm:       xmm14 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11555:# asm 1: pxor  <xmm11=int6464#12,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11556:# asm 2: pxor  <xmm11=%xmm11,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11557-pxor  %xmm11,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11559-# qhasm:   xmm8 ^= *(int128 *)(c + 1280)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11560:# asm 1: pxor 1280(<c=int64#5),<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11561:# asm 2: pxor 1280(<c=%r8),<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11562-pxor 1280(%r8),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11564-# qhasm:   xmm9 ^= *(int128 *)(c + 1296)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11565:# asm 1: pxor 1296(<c=int64#5),<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11566:# asm 2: pxor 1296(<c=%r8),<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11567-pxor 1296(%r8),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11569-# qhasm:   xmm12 ^= *(int128 *)(c + 1312)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11570:# asm 1: pxor 1312(<c=int64#5),<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11571:# asm 2: pxor 1312(<c=%r8),<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11572-pxor 1312(%r8),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11574-# qhasm:   xmm14 ^= *(int128 *)(c + 1328)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11575:# asm 1: pxor 1328(<c=int64#5),<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11576:# asm 2: pxor 1328(<c=%r8),<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11577-pxor 1328(%r8),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11579-# qhasm:   xmm11 ^= *(int128 *)(c + 1344)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11580:# asm 1: pxor 1344(<c=int64#5),<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11581:# asm 2: pxor 1344(<c=%r8),<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11582-pxor 1344(%r8),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11584-# qhasm:   xmm15 ^= *(int128 *)(c + 1360)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11585:# asm 1: pxor 1360(<c=int64#5),<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11586:# asm 2: pxor 1360(<c=%r8),<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11587-pxor 1360(%r8),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11589-# qhasm:   xmm10 ^= *(int128 *)(c + 1376)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11590:# asm 1: pxor 1376(<c=int64#5),<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11591:# asm 2: pxor 1376(<c=%r8),<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11592-pxor 1376(%r8),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11594-# qhasm:   xmm13 ^= *(int128 *)(c + 1392)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11595:# asm 1: pxor 1392(<c=int64#5),<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11596:# asm 2: pxor 1392(<c=%r8),<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11597-pxor 1392(%r8),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11599-# qhasm:     xmm0 = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11600:# asm 1: movdqa <xmm10=int6464#11,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11601:# asm 2: movdqa <xmm10=%xmm10,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11602-movdqa %xmm10,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11604-# qhasm:     uint6464 xmm0 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11605:# asm 1: psrlq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11606:# asm 2: psrlq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11607-psrlq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11609-# qhasm:     xmm0 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11610:# asm 1: pxor  <xmm13=int6464#14,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11611:# asm 2: pxor  <xmm13=%xmm13,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11612-pxor  %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11614-# qhasm:     xmm0 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11615:# asm 1: pand  BS0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11616:# asm 2: pand  BS0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11617-pand  BS0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11619-# qhasm:     xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11620:# asm 1: pxor  <xmm0=int6464#1,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11621:# asm 2: pxor  <xmm0=%xmm0,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11622-pxor  %xmm0,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11624-# qhasm:     uint6464 xmm0 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11625:# asm 1: psllq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11626:# asm 2: psllq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11627-psllq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11629-# qhasm:     xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11630:# asm 1: pxor  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11631:# asm 2: pxor  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11632-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11634-# qhasm:     xmm0 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11635:# asm 1: movdqa <xmm11=int6464#12,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11636:# asm 2: movdqa <xmm11=%xmm11,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11637-movdqa %xmm11,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11639-# qhasm:     uint6464 xmm0 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11640:# asm 1: psrlq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11641:# asm 2: psrlq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11642-psrlq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11644-# qhasm:     xmm0 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11645:# asm 1: pxor  <xmm15=int6464#16,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11646:# asm 2: pxor  <xmm15=%xmm15,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11647-pxor  %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11649-# qhasm:     xmm0 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11650:# asm 1: pand  BS0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11651:# asm 2: pand  BS0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11652-pand  BS0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11654-# qhasm:     xmm15 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11655:# asm 1: pxor  <xmm0=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11656:# asm 2: pxor  <xmm0=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11657-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11659-# qhasm:     uint6464 xmm0 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11660:# asm 1: psllq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11661:# asm 2: psllq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11662-psllq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11664-# qhasm:     xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11665:# asm 1: pxor  <xmm0=int6464#1,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11666:# asm 2: pxor  <xmm0=%xmm0,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11667-pxor  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11669-# qhasm:     xmm0 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11670:# asm 1: movdqa <xmm12=int6464#13,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11671:# asm 2: movdqa <xmm12=%xmm12,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11672-movdqa %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11674-# qhasm:     uint6464 xmm0 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11675:# asm 1: psrlq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11676:# asm 2: psrlq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11677-psrlq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11679-# qhasm:     xmm0 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11680:# asm 1: pxor  <xmm14=int6464#15,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11681:# asm 2: pxor  <xmm14=%xmm14,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11682-pxor  %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11684-# qhasm:     xmm0 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11685:# asm 1: pand  BS0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11686:# asm 2: pand  BS0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11687-pand  BS0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11689-# qhasm:     xmm14 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11690:# asm 1: pxor  <xmm0=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11691:# asm 2: pxor  <xmm0=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11692-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11694-# qhasm:     uint6464 xmm0 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11695:# asm 1: psllq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11696:# asm 2: psllq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11697-psllq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11699-# qhasm:     xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11700:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11701:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11702-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11704-# qhasm:     xmm0 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11705:# asm 1: movdqa <xmm8=int6464#9,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11706:# asm 2: movdqa <xmm8=%xmm8,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11707-movdqa %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11709-# qhasm:     uint6464 xmm0 >>= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11710:# asm 1: psrlq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11711:# asm 2: psrlq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11712-psrlq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11714-# qhasm:     xmm0 ^= xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11715:# asm 1: pxor  <xmm9=int6464#10,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11716:# asm 2: pxor  <xmm9=%xmm9,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11717-pxor  %xmm9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11719-# qhasm:     xmm0 &= BS0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11720:# asm 1: pand  BS0,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11721:# asm 2: pand  BS0,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11722-pand  BS0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11724-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11725:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11726:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11727-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11729-# qhasm:     uint6464 xmm0 <<= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11730:# asm 1: psllq $1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11731:# asm 2: psllq $1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11732-psllq $1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11734-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11735:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11736:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11737-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11739-# qhasm:     xmm0 = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11740:# asm 1: movdqa <xmm15=int6464#16,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11741:# asm 2: movdqa <xmm15=%xmm15,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11742-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11744-# qhasm:     uint6464 xmm0 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11745:# asm 1: psrlq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11746:# asm 2: psrlq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11747-psrlq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11749-# qhasm:     xmm0 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11750:# asm 1: pxor  <xmm13=int6464#14,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11751:# asm 2: pxor  <xmm13=%xmm13,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11752-pxor  %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11754-# qhasm:     xmm0 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11755:# asm 1: pand  BS1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11756:# asm 2: pand  BS1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11757-pand  BS1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11759-# qhasm:     xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11760:# asm 1: pxor  <xmm0=int6464#1,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11761:# asm 2: pxor  <xmm0=%xmm0,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11762-pxor  %xmm0,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11764-# qhasm:     uint6464 xmm0 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11765:# asm 1: psllq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11766:# asm 2: psllq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11767-psllq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11769-# qhasm:     xmm15 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11770:# asm 1: pxor  <xmm0=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11771:# asm 2: pxor  <xmm0=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11772-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11774-# qhasm:     xmm0 = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11775:# asm 1: movdqa <xmm11=int6464#12,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11776:# asm 2: movdqa <xmm11=%xmm11,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11777-movdqa %xmm11,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11779-# qhasm:     uint6464 xmm0 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11780:# asm 1: psrlq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11781:# asm 2: psrlq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11782-psrlq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11784-# qhasm:     xmm0 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11785:# asm 1: pxor  <xmm10=int6464#11,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11786:# asm 2: pxor  <xmm10=%xmm10,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11787-pxor  %xmm10,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11789-# qhasm:     xmm0 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11790:# asm 1: pand  BS1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11791:# asm 2: pand  BS1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11792-pand  BS1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11794-# qhasm:     xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11795:# asm 1: pxor  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11796:# asm 2: pxor  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11797-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11799-# qhasm:     uint6464 xmm0 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11800:# asm 1: psllq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11801:# asm 2: psllq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11802-psllq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11804-# qhasm:     xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11805:# asm 1: pxor  <xmm0=int6464#1,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11806:# asm 2: pxor  <xmm0=%xmm0,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11807-pxor  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11809-# qhasm:     xmm0 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11810:# asm 1: movdqa <xmm9=int6464#10,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11811:# asm 2: movdqa <xmm9=%xmm9,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11812-movdqa %xmm9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11814-# qhasm:     uint6464 xmm0 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11815:# asm 1: psrlq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11816:# asm 2: psrlq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11817-psrlq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11819-# qhasm:     xmm0 ^= xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11820:# asm 1: pxor  <xmm14=int6464#15,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11821:# asm 2: pxor  <xmm14=%xmm14,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11822-pxor  %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11824-# qhasm:     xmm0 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11825:# asm 1: pand  BS1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11826:# asm 2: pand  BS1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11827-pand  BS1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11829-# qhasm:     xmm14 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11830:# asm 1: pxor  <xmm0=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11831:# asm 2: pxor  <xmm0=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11832-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11834-# qhasm:     uint6464 xmm0 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11835:# asm 1: psllq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11836:# asm 2: psllq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11837-psllq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11839-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11840:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11841:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11842-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11844-# qhasm:     xmm0 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11845:# asm 1: movdqa <xmm8=int6464#9,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11846:# asm 2: movdqa <xmm8=%xmm8,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11847-movdqa %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11849-# qhasm:     uint6464 xmm0 >>= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11850:# asm 1: psrlq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11851:# asm 2: psrlq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11852-psrlq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11854-# qhasm:     xmm0 ^= xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11855:# asm 1: pxor  <xmm12=int6464#13,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11856:# asm 2: pxor  <xmm12=%xmm12,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11857-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11859-# qhasm:     xmm0 &= BS1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11860:# asm 1: pand  BS1,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11861:# asm 2: pand  BS1,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11862-pand  BS1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11864-# qhasm:     xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11865:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11866:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11867-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11869-# qhasm:     uint6464 xmm0 <<= 2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11870:# asm 1: psllq $2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11871:# asm 2: psllq $2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11872-psllq $2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11874-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11875:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11876:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11877-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11879-# qhasm:     xmm0 = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11880:# asm 1: movdqa <xmm14=int6464#15,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11881:# asm 2: movdqa <xmm14=%xmm14,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11882-movdqa %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11884-# qhasm:     uint6464 xmm0 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11885:# asm 1: psrlq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11886:# asm 2: psrlq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11887-psrlq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11889-# qhasm:     xmm0 ^= xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11890:# asm 1: pxor  <xmm13=int6464#14,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11891:# asm 2: pxor  <xmm13=%xmm13,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11892-pxor  %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11894-# qhasm:     xmm0 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11895:# asm 1: pand  BS2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11896:# asm 2: pand  BS2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11897-pand  BS2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11899-# qhasm:     xmm13 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11900:# asm 1: pxor  <xmm0=int6464#1,<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11901:# asm 2: pxor  <xmm0=%xmm0,<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11902-pxor  %xmm0,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11904-# qhasm:     uint6464 xmm0 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11905:# asm 1: psllq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11906:# asm 2: psllq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11907-psllq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11909-# qhasm:     xmm14 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11910:# asm 1: pxor  <xmm0=int6464#1,<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11911:# asm 2: pxor  <xmm0=%xmm0,<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11912-pxor  %xmm0,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11914-# qhasm:     xmm0 = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11915:# asm 1: movdqa <xmm12=int6464#13,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11916:# asm 2: movdqa <xmm12=%xmm12,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11917-movdqa %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11919-# qhasm:     uint6464 xmm0 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11920:# asm 1: psrlq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11921:# asm 2: psrlq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11922-psrlq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11924-# qhasm:     xmm0 ^= xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11925:# asm 1: pxor  <xmm10=int6464#11,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11926:# asm 2: pxor  <xmm10=%xmm10,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11927-pxor  %xmm10,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11929-# qhasm:     xmm0 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11930:# asm 1: pand  BS2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11931:# asm 2: pand  BS2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11932-pand  BS2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11934-# qhasm:     xmm10 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11935:# asm 1: pxor  <xmm0=int6464#1,<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11936:# asm 2: pxor  <xmm0=%xmm0,<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11937-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11939-# qhasm:     uint6464 xmm0 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11940:# asm 1: psllq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11941:# asm 2: psllq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11942-psllq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11944-# qhasm:     xmm12 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11945:# asm 1: pxor  <xmm0=int6464#1,<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11946:# asm 2: pxor  <xmm0=%xmm0,<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11947-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11949-# qhasm:     xmm0 = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11950:# asm 1: movdqa <xmm9=int6464#10,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11951:# asm 2: movdqa <xmm9=%xmm9,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11952-movdqa %xmm9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11954-# qhasm:     uint6464 xmm0 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11955:# asm 1: psrlq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11956:# asm 2: psrlq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11957-psrlq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11959-# qhasm:     xmm0 ^= xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11960:# asm 1: pxor  <xmm15=int6464#16,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11961:# asm 2: pxor  <xmm15=%xmm15,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11962-pxor  %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11964-# qhasm:     xmm0 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11965:# asm 1: pand  BS2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11966:# asm 2: pand  BS2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11967-pand  BS2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11969-# qhasm:     xmm15 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11970:# asm 1: pxor  <xmm0=int6464#1,<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11971:# asm 2: pxor  <xmm0=%xmm0,<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11972-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11974-# qhasm:     uint6464 xmm0 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11975:# asm 1: psllq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11976:# asm 2: psllq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11977-psllq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11979-# qhasm:     xmm9 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11980:# asm 1: pxor  <xmm0=int6464#1,<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11981:# asm 2: pxor  <xmm0=%xmm0,<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11982-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11984-# qhasm:     xmm0 = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11985:# asm 1: movdqa <xmm8=int6464#9,>xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11986:# asm 2: movdqa <xmm8=%xmm8,>xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11987-movdqa %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11989-# qhasm:     uint6464 xmm0 >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11990:# asm 1: psrlq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11991:# asm 2: psrlq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11992-psrlq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11994-# qhasm:     xmm0 ^= xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11995:# asm 1: pxor  <xmm11=int6464#12,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:11996:# asm 2: pxor  <xmm11=%xmm11,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11997-pxor  %xmm11,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-11999-# qhasm:     xmm0 &= BS2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12000:# asm 1: pand  BS2,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12001:# asm 2: pand  BS2,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12002-pand  BS2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12004-# qhasm:     xmm11 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12005:# asm 1: pxor  <xmm0=int6464#1,<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12006:# asm 2: pxor  <xmm0=%xmm0,<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12007-pxor  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12009-# qhasm:     uint6464 xmm0 <<= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12010:# asm 1: psllq $4,<xmm0=int6464#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12011:# asm 2: psllq $4,<xmm0=%xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12012-psllq $4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12014-# qhasm:     xmm8 ^= xmm0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12015:# asm 1: pxor  <xmm0=int6464#1,<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12016:# asm 2: pxor  <xmm0=%xmm0,<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12017-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12019-# qhasm: unsigned<? =? len-128
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12020:# asm 1: cmp  $128,<len=int64#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12021:# asm 2: cmp  $128,<len=%rdx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12022-cmp  $128,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12032-# qhasm: tmp = *(uint32 *)(np + 12)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12033:# asm 1: movl   12(<np=int64#4),>tmp=int64#6d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12034:# asm 2: movl   12(<np=%rcx),>tmp=%r9d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12035-movl   12(%rcx),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12037-# qhasm: (uint32) bswap tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12038:# asm 1: bswap <tmp=int64#6d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12039:# asm 2: bswap <tmp=%r9d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12040-bswap %r9d
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12042-# qhasm: tmp += 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12043:# asm 1: add  $8,<tmp=int64#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12044:# asm 2: add  $8,<tmp=%r9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12045-add  $8,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12047-# qhasm: (uint32) bswap tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12048:# asm 1: bswap <tmp=int64#6d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12049:# asm 2: bswap <tmp=%r9d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12050-bswap %r9d
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12052-# qhasm: *(uint32 *)(np + 12) = tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12053:# asm 1: movl   <tmp=int64#6d,12(<np=int64#4)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12054:# asm 2: movl   <tmp=%r9d,12(<np=%rcx)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12055-movl   %r9d,12(%rcx)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12057-# qhasm: xmm8 ^= *(int128 *)(inp + 0)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12058:# asm 1: pxor 0(<inp=int64#2),<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12059:# asm 2: pxor 0(<inp=%rsi),<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12060-pxor 0(%rsi),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12062-# qhasm: xmm9 ^= *(int128 *)(inp + 16)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12063:# asm 1: pxor 16(<inp=int64#2),<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12064:# asm 2: pxor 16(<inp=%rsi),<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12065-pxor 16(%rsi),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12067-# qhasm: xmm12 ^= *(int128 *)(inp + 32)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12068:# asm 1: pxor 32(<inp=int64#2),<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12069:# asm 2: pxor 32(<inp=%rsi),<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12070-pxor 32(%rsi),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12072-# qhasm: xmm14 ^= *(int128 *)(inp + 48)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12073:# asm 1: pxor 48(<inp=int64#2),<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12074:# asm 2: pxor 48(<inp=%rsi),<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12075-pxor 48(%rsi),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12077-# qhasm: xmm11 ^= *(int128 *)(inp + 64)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12078:# asm 1: pxor 64(<inp=int64#2),<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12079:# asm 2: pxor 64(<inp=%rsi),<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12080-pxor 64(%rsi),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12082-# qhasm: xmm15 ^= *(int128 *)(inp + 80)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12083:# asm 1: pxor 80(<inp=int64#2),<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12084:# asm 2: pxor 80(<inp=%rsi),<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12085-pxor 80(%rsi),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12087-# qhasm: xmm10 ^= *(int128 *)(inp + 96)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12088:# asm 1: pxor 96(<inp=int64#2),<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12089:# asm 2: pxor 96(<inp=%rsi),<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12090-pxor 96(%rsi),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12092-# qhasm: xmm13 ^= *(int128 *)(inp + 112)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12093:# asm 1: pxor 112(<inp=int64#2),<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12094:# asm 2: pxor 112(<inp=%rsi),<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12095-pxor 112(%rsi),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12097-# qhasm: *(int128 *) (outp + 0) = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12098:# asm 1: movdqa <xmm8=int6464#9,0(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12099:# asm 2: movdqa <xmm8=%xmm8,0(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12100-movdqa %xmm8,0(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12102-# qhasm: *(int128 *) (outp + 16) = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12103:# asm 1: movdqa <xmm9=int6464#10,16(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12104:# asm 2: movdqa <xmm9=%xmm9,16(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12105-movdqa %xmm9,16(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12107-# qhasm: *(int128 *) (outp + 32) = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12108:# asm 1: movdqa <xmm12=int6464#13,32(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12109:# asm 2: movdqa <xmm12=%xmm12,32(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12110-movdqa %xmm12,32(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12112-# qhasm: *(int128 *) (outp + 48) = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12113:# asm 1: movdqa <xmm14=int6464#15,48(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12114:# asm 2: movdqa <xmm14=%xmm14,48(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12115-movdqa %xmm14,48(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12117-# qhasm: *(int128 *) (outp + 64) = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12118:# asm 1: movdqa <xmm11=int6464#12,64(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12119:# asm 2: movdqa <xmm11=%xmm11,64(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12120-movdqa %xmm11,64(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12122-# qhasm: *(int128 *) (outp + 80) = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12123:# asm 1: movdqa <xmm15=int6464#16,80(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12124:# asm 2: movdqa <xmm15=%xmm15,80(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12125-movdqa %xmm15,80(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12127-# qhasm: *(int128 *) (outp + 96) = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12128:# asm 1: movdqa <xmm10=int6464#11,96(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12129:# asm 2: movdqa <xmm10=%xmm10,96(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12130-movdqa %xmm10,96(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12132-# qhasm: *(int128 *) (outp + 112) = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12133:# asm 1: movdqa <xmm13=int6464#14,112(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12134:# asm 2: movdqa <xmm13=%xmm13,112(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12135-movdqa %xmm13,112(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12137-# qhasm: len -= 128
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12138:# asm 1: sub  $128,<len=int64#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12139:# asm 2: sub  $128,<len=%rdx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12140-sub  $128,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12142-# qhasm: inp += 128
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12143:# asm 1: add  $128,<inp=int64#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12144:# asm 2: add  $128,<inp=%rsi
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12145-add  $128,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12147-# qhasm: outp += 128
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12148:# asm 1: add  $128,<outp=int64#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12149:# asm 2: add  $128,<outp=%rdi
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12150-add  $128,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12159-# qhasm: lensav = len
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12160:# asm 1: mov  <len=int64#3,>lensav=int64#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12161:# asm 2: mov  <len=%rdx,>lensav=%r8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12162-mov  %rdx,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12164-# qhasm: (uint32) len >>= 4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12165:# asm 1: shr  $4,<len=int64#3d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12166:# asm 2: shr  $4,<len=%edx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12167-shr  $4,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12169-# qhasm: tmp = *(uint32 *)(np + 12)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12170:# asm 1: movl   12(<np=int64#4),>tmp=int64#6d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12171:# asm 2: movl   12(<np=%rcx),>tmp=%r9d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12172-movl   12(%rcx),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12174-# qhasm: (uint32) bswap tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12175:# asm 1: bswap <tmp=int64#6d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12176:# asm 2: bswap <tmp=%r9d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12177-bswap %r9d
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12179-# qhasm: tmp += len
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12180:# asm 1: add  <len=int64#3,<tmp=int64#6
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12181:# asm 2: add  <len=%rdx,<tmp=%r9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12182-add  %rdx,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12184-# qhasm: (uint32) bswap tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12185:# asm 1: bswap <tmp=int64#6d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12186:# asm 2: bswap <tmp=%r9d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12187-bswap %r9d
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12189-# qhasm: *(uint32 *)(np + 12) = tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12190:# asm 1: movl   <tmp=int64#6d,12(<np=int64#4)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12191:# asm 2: movl   <tmp=%r9d,12(<np=%rcx)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12192-movl   %r9d,12(%rcx)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12194-# qhasm: blp = &bl
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12195:# asm 1: leaq <bl=stack1024#1,>blp=int64#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12196:# asm 2: leaq <bl=32(%rsp),>blp=%rdx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12197-leaq 32(%rsp),%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12199-# qhasm: *(int128 *)(blp + 0) = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12200:# asm 1: movdqa <xmm8=int6464#9,0(<blp=int64#3)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12201:# asm 2: movdqa <xmm8=%xmm8,0(<blp=%rdx)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12202-movdqa %xmm8,0(%rdx)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12204-# qhasm: *(int128 *)(blp + 16) = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12205:# asm 1: movdqa <xmm9=int6464#10,16(<blp=int64#3)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12206:# asm 2: movdqa <xmm9=%xmm9,16(<blp=%rdx)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12207-movdqa %xmm9,16(%rdx)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12209-# qhasm: *(int128 *)(blp + 32) = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12210:# asm 1: movdqa <xmm12=int6464#13,32(<blp=int64#3)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12211:# asm 2: movdqa <xmm12=%xmm12,32(<blp=%rdx)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12212-movdqa %xmm12,32(%rdx)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12214-# qhasm: *(int128 *)(blp + 48) = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12215:# asm 1: movdqa <xmm14=int6464#15,48(<blp=int64#3)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12216:# asm 2: movdqa <xmm14=%xmm14,48(<blp=%rdx)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12217-movdqa %xmm14,48(%rdx)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12219-# qhasm: *(int128 *)(blp + 64) = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12220:# asm 1: movdqa <xmm11=int6464#12,64(<blp=int64#3)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12221:# asm 2: movdqa <xmm11=%xmm11,64(<blp=%rdx)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12222-movdqa %xmm11,64(%rdx)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12224-# qhasm: *(int128 *)(blp + 80) = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12225:# asm 1: movdqa <xmm15=int6464#16,80(<blp=int64#3)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12226:# asm 2: movdqa <xmm15=%xmm15,80(<blp=%rdx)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12227-movdqa %xmm15,80(%rdx)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12229-# qhasm: *(int128 *)(blp + 96) = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12230:# asm 1: movdqa <xmm10=int6464#11,96(<blp=int64#3)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12231:# asm 2: movdqa <xmm10=%xmm10,96(<blp=%rdx)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12232-movdqa %xmm10,96(%rdx)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12234-# qhasm: *(int128 *)(blp + 112) = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12235:# asm 1: movdqa <xmm13=int6464#14,112(<blp=int64#3)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12236:# asm 2: movdqa <xmm13=%xmm13,112(<blp=%rdx)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12237-movdqa %xmm13,112(%rdx)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12242-# qhasm: =? lensav-0
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12243:# asm 1: cmp  $0,<lensav=int64#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12244:# asm 2: cmp  $0,<lensav=%r8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12245-cmp  $0,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12251-# qhasm: b = *(uint8 *)(blp + 0)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12252:# asm 1: movzbq 0(<blp=int64#3),>b=int64#4
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12253:# asm 2: movzbq 0(<blp=%rdx),>b=%rcx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12254-movzbq 0(%rdx),%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12256-# qhasm: (uint8) b ^= *(uint8 *)(inp + 0)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12257:# asm 1: xorb 0(<inp=int64#2),<b=int64#4b
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12258:# asm 2: xorb 0(<inp=%rsi),<b=%cl
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12259-xorb 0(%rsi),%cl
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12261-# qhasm: *(uint8 *)(outp + 0) = b
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12262:# asm 1: movb   <b=int64#4b,0(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12263:# asm 2: movb   <b=%cl,0(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12264-movb   %cl,0(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12266-# qhasm: blp += 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12267:# asm 1: add  $1,<blp=int64#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12268:# asm 2: add  $1,<blp=%rdx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12269-add  $1,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12271-# qhasm: inp +=1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12272:# asm 1: add  $1,<inp=int64#2
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12273:# asm 2: add  $1,<inp=%rsi
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12274-add  $1,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12276-# qhasm: outp +=1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12277:# asm 1: add  $1,<outp=int64#1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12278:# asm 2: add  $1,<outp=%rdi
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12279-add  $1,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12281-# qhasm: lensav -= 1
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12282:# asm 1: sub  $1,<lensav=int64#5
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12283:# asm 2: sub  $1,<lensav=%r8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12284-sub  $1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12293-# qhasm: tmp = *(uint32 *)(np + 12)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12294:# asm 1: movl   12(<np=int64#4),>tmp=int64#3d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12295:# asm 2: movl   12(<np=%rcx),>tmp=%edx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12296-movl   12(%rcx),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12298-# qhasm: (uint32) bswap tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12299:# asm 1: bswap <tmp=int64#3d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12300:# asm 2: bswap <tmp=%edx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12301-bswap %edx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12303-# qhasm: tmp += 8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12304:# asm 1: add  $8,<tmp=int64#3
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12305:# asm 2: add  $8,<tmp=%rdx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12306-add  $8,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12308-# qhasm: (uint32) bswap tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12309:# asm 1: bswap <tmp=int64#3d
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12310:# asm 2: bswap <tmp=%edx
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12311-bswap %edx
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12313-# qhasm: *(uint32 *)(np + 12) = tmp
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12314:# asm 1: movl   <tmp=int64#3d,12(<np=int64#4)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12315:# asm 2: movl   <tmp=%edx,12(<np=%rcx)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12316-movl   %edx,12(%rcx)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12318-# qhasm: xmm8 ^= *(int128 *)(inp + 0)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12319:# asm 1: pxor 0(<inp=int64#2),<xmm8=int6464#9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12320:# asm 2: pxor 0(<inp=%rsi),<xmm8=%xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12321-pxor 0(%rsi),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12323-# qhasm: xmm9 ^= *(int128 *)(inp + 16)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12324:# asm 1: pxor 16(<inp=int64#2),<xmm9=int6464#10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12325:# asm 2: pxor 16(<inp=%rsi),<xmm9=%xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12326-pxor 16(%rsi),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12328-# qhasm: xmm12 ^= *(int128 *)(inp + 32)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12329:# asm 1: pxor 32(<inp=int64#2),<xmm12=int6464#13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12330:# asm 2: pxor 32(<inp=%rsi),<xmm12=%xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12331-pxor 32(%rsi),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12333-# qhasm: xmm14 ^= *(int128 *)(inp + 48)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12334:# asm 1: pxor 48(<inp=int64#2),<xmm14=int6464#15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12335:# asm 2: pxor 48(<inp=%rsi),<xmm14=%xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12336-pxor 48(%rsi),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12338-# qhasm: xmm11 ^= *(int128 *)(inp + 64)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12339:# asm 1: pxor 64(<inp=int64#2),<xmm11=int6464#12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12340:# asm 2: pxor 64(<inp=%rsi),<xmm11=%xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12341-pxor 64(%rsi),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12343-# qhasm: xmm15 ^= *(int128 *)(inp + 80)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12344:# asm 1: pxor 80(<inp=int64#2),<xmm15=int6464#16
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12345:# asm 2: pxor 80(<inp=%rsi),<xmm15=%xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12346-pxor 80(%rsi),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12348-# qhasm: xmm10 ^= *(int128 *)(inp + 96)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12349:# asm 1: pxor 96(<inp=int64#2),<xmm10=int6464#11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12350:# asm 2: pxor 96(<inp=%rsi),<xmm10=%xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12351-pxor 96(%rsi),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12353-# qhasm: xmm13 ^= *(int128 *)(inp + 112)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12354:# asm 1: pxor 112(<inp=int64#2),<xmm13=int6464#14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12355:# asm 2: pxor 112(<inp=%rsi),<xmm13=%xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12356-pxor 112(%rsi),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12358-# qhasm: *(int128 *) (outp + 0) = xmm8
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12359:# asm 1: movdqa <xmm8=int6464#9,0(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12360:# asm 2: movdqa <xmm8=%xmm8,0(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12361-movdqa %xmm8,0(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12363-# qhasm: *(int128 *) (outp + 16) = xmm9
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12364:# asm 1: movdqa <xmm9=int6464#10,16(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12365:# asm 2: movdqa <xmm9=%xmm9,16(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12366-movdqa %xmm9,16(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12368-# qhasm: *(int128 *) (outp + 32) = xmm12
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12369:# asm 1: movdqa <xmm12=int6464#13,32(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12370:# asm 2: movdqa <xmm12=%xmm12,32(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12371-movdqa %xmm12,32(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12373-# qhasm: *(int128 *) (outp + 48) = xmm14
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12374:# asm 1: movdqa <xmm14=int6464#15,48(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12375:# asm 2: movdqa <xmm14=%xmm14,48(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12376-movdqa %xmm14,48(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12378-# qhasm: *(int128 *) (outp + 64) = xmm11
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12379:# asm 1: movdqa <xmm11=int6464#12,64(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12380:# asm 2: movdqa <xmm11=%xmm11,64(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12381-movdqa %xmm11,64(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12383-# qhasm: *(int128 *) (outp + 80) = xmm15
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12384:# asm 1: movdqa <xmm15=int6464#16,80(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12385:# asm 2: movdqa <xmm15=%xmm15,80(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12386-movdqa %xmm15,80(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12388-# qhasm: *(int128 *) (outp + 96) = xmm10
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12389:# asm 1: movdqa <xmm10=int6464#11,96(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12390:# asm 2: movdqa <xmm10=%xmm10,96(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12391-movdqa %xmm10,96(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12393-# qhasm: *(int128 *) (outp + 112) = xmm13
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12394:# asm 1: movdqa <xmm13=int6464#14,112(<outp=int64#1)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s:12395:# asm 2: movdqa <xmm13=%xmm13,112(<outp=%rdi)
curvedns-0.87/nacl/crypto_stream/aes128ctr/core2/xor_afternm.s-12396-movdqa %xmm13,112(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-348-# qhasm: r11_stack = r11_caller
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:349:# asm 1: movq <r11_caller=int64#9,>r11_stack=stack64#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:350:# asm 2: movq <r11_caller=%r11,>r11_stack=352(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-351-movq %r11,352(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-353-# qhasm: r12_stack = r12_caller
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:354:# asm 1: movq <r12_caller=int64#10,>r12_stack=stack64#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:355:# asm 2: movq <r12_caller=%r12,>r12_stack=360(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-356-movq %r12,360(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-358-# qhasm: r13_stack = r13_caller
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:359:# asm 1: movq <r13_caller=int64#11,>r13_stack=stack64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:360:# asm 2: movq <r13_caller=%r13,>r13_stack=368(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-361-movq %r13,368(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-363-# qhasm: r14_stack = r14_caller
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:364:# asm 1: movq <r14_caller=int64#12,>r14_stack=stack64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:365:# asm 2: movq <r14_caller=%r14,>r14_stack=376(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-366-movq %r14,376(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-368-# qhasm: r15_stack = r15_caller
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:369:# asm 1: movq <r15_caller=int64#13,>r15_stack=stack64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:370:# asm 2: movq <r15_caller=%r15,>r15_stack=384(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-371-movq %r15,384(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-373-# qhasm: rbx_stack = rbx_caller
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:374:# asm 1: movq <rbx_caller=int64#14,>rbx_stack=stack64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:375:# asm 2: movq <rbx_caller=%rbx,>rbx_stack=392(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-376-movq %rbx,392(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-378-# qhasm: rbp_stack = rbp_caller
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:379:# asm 1: movq <rbp_caller=int64#15,>rbp_stack=stack64#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:380:# asm 2: movq <rbp_caller=%rbp,>rbp_stack=400(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-381-movq %rbp,400(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-383-# qhasm: bytes = arg2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:384:# asm 1: mov  <arg2=int64#2,>bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:385:# asm 2: mov  <arg2=%rsi,>bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-386-mov  %rsi,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-388-# qhasm: out = arg1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:389:# asm 1: mov  <arg1=int64#1,>out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:390:# asm 2: mov  <arg1=%rdi,>out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-391-mov  %rdi,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-393-# qhasm: m = out
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:394:# asm 1: mov  <out=int64#1,>m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:395:# asm 2: mov  <out=%rdi,>m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-396-mov  %rdi,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-398-# qhasm: iv = arg3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:399:# asm 1: mov  <arg3=int64#3,>iv=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:400:# asm 2: mov  <arg3=%rdx,>iv=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-401-mov  %rdx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-403-# qhasm: k = arg4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:404:# asm 1: mov  <arg4=int64#4,>k=int64#8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:405:# asm 2: mov  <arg4=%rcx,>k=%r10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-406-mov  %rcx,%r10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-408-# qhasm:               unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:409:# asm 1: cmp  $0,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:410:# asm 2: cmp  $0,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-411-cmp  $0,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-417-# qhasm: a = 0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:418:# asm 1: mov  $0,>a=int64#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:419:# asm 2: mov  $0,>a=%rax
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-420-mov  $0,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-422-# qhasm: i = bytes
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:423:# asm 1: mov  <bytes=int64#6,>i=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:424:# asm 2: mov  <bytes=%r9,>i=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-425-mov  %r9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-430-# qhasm: out -= bytes
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:431:# asm 1: sub  <bytes=int64#6,<out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:432:# asm 2: sub  <bytes=%r9,<out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-433-sub  %r9,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-451-# qhasm: r11_stack = r11_caller
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:452:# asm 1: movq <r11_caller=int64#9,>r11_stack=stack64#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:453:# asm 2: movq <r11_caller=%r11,>r11_stack=352(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-454-movq %r11,352(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-456-# qhasm: r12_stack = r12_caller
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:457:# asm 1: movq <r12_caller=int64#10,>r12_stack=stack64#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:458:# asm 2: movq <r12_caller=%r12,>r12_stack=360(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-459-movq %r12,360(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-461-# qhasm: r13_stack = r13_caller
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:462:# asm 1: movq <r13_caller=int64#11,>r13_stack=stack64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:463:# asm 2: movq <r13_caller=%r13,>r13_stack=368(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-464-movq %r13,368(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-466-# qhasm: r14_stack = r14_caller
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:467:# asm 1: movq <r14_caller=int64#12,>r14_stack=stack64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:468:# asm 2: movq <r14_caller=%r14,>r14_stack=376(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-469-movq %r14,376(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-471-# qhasm: r15_stack = r15_caller
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:472:# asm 1: movq <r15_caller=int64#13,>r15_stack=stack64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:473:# asm 2: movq <r15_caller=%r15,>r15_stack=384(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-474-movq %r15,384(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-476-# qhasm: rbx_stack = rbx_caller
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:477:# asm 1: movq <rbx_caller=int64#14,>rbx_stack=stack64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:478:# asm 2: movq <rbx_caller=%rbx,>rbx_stack=392(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-479-movq %rbx,392(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-481-# qhasm: rbp_stack = rbp_caller
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:482:# asm 1: movq <rbp_caller=int64#15,>rbp_stack=stack64#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:483:# asm 2: movq <rbp_caller=%rbp,>rbp_stack=400(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-484-movq %rbp,400(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-486-# qhasm: out = arg1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:487:# asm 1: mov  <arg1=int64#1,>out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:488:# asm 2: mov  <arg1=%rdi,>out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-489-mov  %rdi,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-491-# qhasm: m = arg2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:492:# asm 1: mov  <arg2=int64#2,>m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:493:# asm 2: mov  <arg2=%rsi,>m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-494-mov  %rsi,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-496-# qhasm: bytes = arg3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:497:# asm 1: mov  <arg3=int64#3,>bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:498:# asm 2: mov  <arg3=%rdx,>bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-499-mov  %rdx,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-501-# qhasm: iv = arg4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:502:# asm 1: mov  <arg4=int64#4,>iv=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:503:# asm 2: mov  <arg4=%rcx,>iv=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-504-mov  %rcx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-506-# qhasm: k = arg5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:507:# asm 1: mov  <arg5=int64#5,>k=int64#8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:508:# asm 2: mov  <arg5=%r8,>k=%r10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-509-mov  %r8,%r10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-511-# qhasm:               unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:512:# asm 1: cmp  $0,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:513:# asm 2: cmp  $0,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-514-cmp  $0,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-524-# qhasm:   in12 = *(uint32 *) (k + 20)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:525:# asm 1: movl   20(<k=int64#8),>in12=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:526:# asm 2: movl   20(<k=%r10),>in12=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-527-movl   20(%r10),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-529-# qhasm:   in1 = *(uint32 *) (k + 0)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:530:# asm 1: movl   0(<k=int64#8),>in1=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:531:# asm 2: movl   0(<k=%r10),>in1=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-532-movl   0(%r10),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-534-# qhasm:   in6 = *(uint32 *) (iv + 0)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:535:# asm 1: movl   0(<iv=int64#3),>in6=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:536:# asm 2: movl   0(<iv=%rdx),>in6=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-537-movl   0(%rdx),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-539-# qhasm:   in11 = *(uint32 *) (k + 16)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:540:# asm 1: movl   16(<k=int64#8),>in11=int64#9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:541:# asm 2: movl   16(<k=%r10),>in11=%r11d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-542-movl   16(%r10),%r11d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-544-# qhasm:   ((uint32 *)&x1)[0] = in12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:545:# asm 1: movl <in12=int64#4d,>x1=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:546:# asm 2: movl <in12=%ecx,>x1=0(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-547-movl %ecx,0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-549-# qhasm:   ((uint32 *)&x1)[1] = in1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:550:# asm 1: movl <in1=int64#5d,4+<x1=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:551:# asm 2: movl <in1=%r8d,4+<x1=0(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-552-movl %r8d,4+0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-554-# qhasm:   ((uint32 *)&x1)[2] = in6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:555:# asm 1: movl <in6=int64#7d,8+<x1=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:556:# asm 2: movl <in6=%eax,8+<x1=0(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-557-movl %eax,8+0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-559-# qhasm:   ((uint32 *)&x1)[3] = in11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:560:# asm 1: movl <in11=int64#9d,12+<x1=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:561:# asm 2: movl <in11=%r11d,12+<x1=0(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-562-movl %r11d,12+0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-564-# qhasm:   in8 = 0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:565:# asm 1: mov  $0,>in8=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:566:# asm 2: mov  $0,>in8=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-567-mov  $0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-569-# qhasm:   in13 = *(uint32 *) (k + 24)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:570:# asm 1: movl   24(<k=int64#8),>in13=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:571:# asm 2: movl   24(<k=%r10),>in13=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-572-movl   24(%r10),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-574-# qhasm:   in2 = *(uint32 *) (k + 4)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:575:# asm 1: movl   4(<k=int64#8),>in2=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:576:# asm 2: movl   4(<k=%r10),>in2=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-577-movl   4(%r10),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-579-# qhasm:   in7 = *(uint32 *) (iv + 4)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:580:# asm 1: movl   4(<iv=int64#3),>in7=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:581:# asm 2: movl   4(<iv=%rdx),>in7=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-582-movl   4(%rdx),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-584-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:585:# asm 1: movl <in8=int64#4d,>x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:586:# asm 2: movl <in8=%ecx,>x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-587-movl %ecx,16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-589-# qhasm:   ((uint32 *)&x2)[1] = in13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:590:# asm 1: movl <in13=int64#5d,4+<x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:591:# asm 2: movl <in13=%r8d,4+<x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-592-movl %r8d,4+16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-594-# qhasm:   ((uint32 *)&x2)[2] = in2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:595:# asm 1: movl <in2=int64#7d,8+<x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:596:# asm 2: movl <in2=%eax,8+<x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-597-movl %eax,8+16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-599-# qhasm:   ((uint32 *)&x2)[3] = in7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:600:# asm 1: movl <in7=int64#3d,12+<x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:601:# asm 2: movl <in7=%edx,12+<x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-602-movl %edx,12+16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-604-# qhasm:   in4 = *(uint32 *) (k + 12)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:605:# asm 1: movl   12(<k=int64#8),>in4=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:606:# asm 2: movl   12(<k=%r10),>in4=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-607-movl   12(%r10),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-609-# qhasm:   in9 = 0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:610:# asm 1: mov  $0,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:611:# asm 2: mov  $0,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-612-mov  $0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-614-# qhasm:   in14 = *(uint32 *) (k + 28)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:615:# asm 1: movl   28(<k=int64#8),>in14=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:616:# asm 2: movl   28(<k=%r10),>in14=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-617-movl   28(%r10),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-619-# qhasm:   in3 = *(uint32 *) (k + 8)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:620:# asm 1: movl   8(<k=int64#8),>in3=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:621:# asm 2: movl   8(<k=%r10),>in3=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-622-movl   8(%r10),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-624-# qhasm:   ((uint32 *)&x3)[0] = in4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:625:# asm 1: movl <in4=int64#3d,>x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:626:# asm 2: movl <in4=%edx,>x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-627-movl %edx,32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-629-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:630:# asm 1: movl <in9=int64#4d,4+<x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:631:# asm 2: movl <in9=%ecx,4+<x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-632-movl %ecx,4+32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-634-# qhasm:   ((uint32 *)&x3)[2] = in14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:635:# asm 1: movl <in14=int64#5d,8+<x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:636:# asm 2: movl <in14=%r8d,8+<x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-637-movl %r8d,8+32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-639-# qhasm:   ((uint32 *)&x3)[3] = in3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:640:# asm 1: movl <in3=int64#7d,12+<x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:641:# asm 2: movl <in3=%eax,12+<x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-642-movl %eax,12+32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-644-# qhasm:   in0 = 1634760805
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:645:# asm 1: mov  $1634760805,>in0=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:646:# asm 2: mov  $1634760805,>in0=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-647-mov  $1634760805,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-649-# qhasm:   in5 = 857760878
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:650:# asm 1: mov  $857760878,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:651:# asm 2: mov  $857760878,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-652-mov  $857760878,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-654-# qhasm:   in10 = 2036477234
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:655:# asm 1: mov  $2036477234,>in10=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:656:# asm 2: mov  $2036477234,>in10=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-657-mov  $2036477234,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-659-# qhasm:   in15 = 1797285236
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:660:# asm 1: mov  $1797285236,>in15=int64#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:661:# asm 2: mov  $1797285236,>in15=%rax
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-662-mov  $1797285236,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-664-# qhasm:   ((uint32 *)&x0)[0] = in0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:665:# asm 1: movl <in0=int64#3d,>x0=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:666:# asm 2: movl <in0=%edx,>x0=48(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-667-movl %edx,48(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-669-# qhasm:   ((uint32 *)&x0)[1] = in5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:670:# asm 1: movl <in5=int64#4d,4+<x0=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:671:# asm 2: movl <in5=%ecx,4+<x0=48(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-672-movl %ecx,4+48(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-674-# qhasm:   ((uint32 *)&x0)[2] = in10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:675:# asm 1: movl <in10=int64#5d,8+<x0=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:676:# asm 2: movl <in10=%r8d,8+<x0=48(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-677-movl %r8d,8+48(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-679-# qhasm:   ((uint32 *)&x0)[3] = in15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:680:# asm 1: movl <in15=int64#7d,12+<x0=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:681:# asm 2: movl <in15=%eax,12+<x0=48(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-682-movl %eax,12+48(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-684-# qhasm:                               unsigned<? bytes - 256
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:685:# asm 1: cmp  $256,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:686:# asm 2: cmp  $256,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-687-cmp  $256,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-693-# qhasm:   z0 = x0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:694:# asm 1: movdqa <x0=stack128#4,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:695:# asm 2: movdqa <x0=48(%rsp),>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-696-movdqa 48(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-698-# qhasm:   z5 = z0[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:699:# asm 1: pshufd $0x55,<z0=int6464#1,>z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:700:# asm 2: pshufd $0x55,<z0=%xmm0,>z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-701-pshufd $0x55,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-703-# qhasm:   z10 = z0[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:704:# asm 1: pshufd $0xaa,<z0=int6464#1,>z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:705:# asm 2: pshufd $0xaa,<z0=%xmm0,>z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-706-pshufd $0xaa,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-708-# qhasm:   z15 = z0[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:709:# asm 1: pshufd $0xff,<z0=int6464#1,>z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:710:# asm 2: pshufd $0xff,<z0=%xmm0,>z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-711-pshufd $0xff,%xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-713-# qhasm:   z0 = z0[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:714:# asm 1: pshufd $0x00,<z0=int6464#1,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:715:# asm 2: pshufd $0x00,<z0=%xmm0,>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-716-pshufd $0x00,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-718-# qhasm:   orig5 = z5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:719:# asm 1: movdqa <z5=int6464#2,>orig5=stack128#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:720:# asm 2: movdqa <z5=%xmm1,>orig5=64(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-721-movdqa %xmm1,64(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-723-# qhasm:   orig10 = z10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:724:# asm 1: movdqa <z10=int6464#3,>orig10=stack128#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:725:# asm 2: movdqa <z10=%xmm2,>orig10=80(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-726-movdqa %xmm2,80(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-728-# qhasm:   orig15 = z15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:729:# asm 1: movdqa <z15=int6464#4,>orig15=stack128#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:730:# asm 2: movdqa <z15=%xmm3,>orig15=96(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-731-movdqa %xmm3,96(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-733-# qhasm:   orig0 = z0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:734:# asm 1: movdqa <z0=int6464#1,>orig0=stack128#8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:735:# asm 2: movdqa <z0=%xmm0,>orig0=112(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-736-movdqa %xmm0,112(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-738-# qhasm:   z1 = x1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:739:# asm 1: movdqa <x1=stack128#1,>z1=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:740:# asm 2: movdqa <x1=0(%rsp),>z1=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-741-movdqa 0(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-743-# qhasm:   z6 = z1[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:744:# asm 1: pshufd $0xaa,<z1=int6464#1,>z6=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:745:# asm 2: pshufd $0xaa,<z1=%xmm0,>z6=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-746-pshufd $0xaa,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-748-# qhasm:   z11 = z1[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:749:# asm 1: pshufd $0xff,<z1=int6464#1,>z11=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:750:# asm 2: pshufd $0xff,<z1=%xmm0,>z11=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-751-pshufd $0xff,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-753-# qhasm:   z12 = z1[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:754:# asm 1: pshufd $0x00,<z1=int6464#1,>z12=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:755:# asm 2: pshufd $0x00,<z1=%xmm0,>z12=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-756-pshufd $0x00,%xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-758-# qhasm:   z1 = z1[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:759:# asm 1: pshufd $0x55,<z1=int6464#1,>z1=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:760:# asm 2: pshufd $0x55,<z1=%xmm0,>z1=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-761-pshufd $0x55,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-763-# qhasm:   orig6 = z6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:764:# asm 1: movdqa <z6=int6464#2,>orig6=stack128#9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:765:# asm 2: movdqa <z6=%xmm1,>orig6=128(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-766-movdqa %xmm1,128(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-768-# qhasm:   orig11 = z11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:769:# asm 1: movdqa <z11=int6464#3,>orig11=stack128#10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:770:# asm 2: movdqa <z11=%xmm2,>orig11=144(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-771-movdqa %xmm2,144(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-773-# qhasm:   orig12 = z12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:774:# asm 1: movdqa <z12=int6464#4,>orig12=stack128#11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:775:# asm 2: movdqa <z12=%xmm3,>orig12=160(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-776-movdqa %xmm3,160(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-778-# qhasm:   orig1 = z1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:779:# asm 1: movdqa <z1=int6464#1,>orig1=stack128#12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:780:# asm 2: movdqa <z1=%xmm0,>orig1=176(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-781-movdqa %xmm0,176(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-783-# qhasm:   z2 = x2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:784:# asm 1: movdqa <x2=stack128#2,>z2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:785:# asm 2: movdqa <x2=16(%rsp),>z2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-786-movdqa 16(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-788-# qhasm:   z7 = z2[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:789:# asm 1: pshufd $0xff,<z2=int6464#1,>z7=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:790:# asm 2: pshufd $0xff,<z2=%xmm0,>z7=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-791-pshufd $0xff,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-793-# qhasm:   z13 = z2[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:794:# asm 1: pshufd $0x55,<z2=int6464#1,>z13=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:795:# asm 2: pshufd $0x55,<z2=%xmm0,>z13=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-796-pshufd $0x55,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-798-# qhasm:   z2 = z2[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:799:# asm 1: pshufd $0xaa,<z2=int6464#1,>z2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:800:# asm 2: pshufd $0xaa,<z2=%xmm0,>z2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-801-pshufd $0xaa,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-803-# qhasm:   orig7 = z7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:804:# asm 1: movdqa <z7=int6464#2,>orig7=stack128#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:805:# asm 2: movdqa <z7=%xmm1,>orig7=192(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-806-movdqa %xmm1,192(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-808-# qhasm:   orig13 = z13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:809:# asm 1: movdqa <z13=int6464#3,>orig13=stack128#14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:810:# asm 2: movdqa <z13=%xmm2,>orig13=208(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-811-movdqa %xmm2,208(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-813-# qhasm:   orig2 = z2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:814:# asm 1: movdqa <z2=int6464#1,>orig2=stack128#15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:815:# asm 2: movdqa <z2=%xmm0,>orig2=224(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-816-movdqa %xmm0,224(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-818-# qhasm:   z3 = x3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:819:# asm 1: movdqa <x3=stack128#3,>z3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:820:# asm 2: movdqa <x3=32(%rsp),>z3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-821-movdqa 32(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-823-# qhasm:   z4 = z3[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:824:# asm 1: pshufd $0x00,<z3=int6464#1,>z4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:825:# asm 2: pshufd $0x00,<z3=%xmm0,>z4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-826-pshufd $0x00,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-828-# qhasm:   z14 = z3[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:829:# asm 1: pshufd $0xaa,<z3=int6464#1,>z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:830:# asm 2: pshufd $0xaa,<z3=%xmm0,>z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-831-pshufd $0xaa,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-833-# qhasm:   z3 = z3[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:834:# asm 1: pshufd $0xff,<z3=int6464#1,>z3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:835:# asm 2: pshufd $0xff,<z3=%xmm0,>z3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-836-pshufd $0xff,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-838-# qhasm:   orig4 = z4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:839:# asm 1: movdqa <z4=int6464#2,>orig4=stack128#16
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:840:# asm 2: movdqa <z4=%xmm1,>orig4=240(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-841-movdqa %xmm1,240(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-843-# qhasm:   orig14 = z14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:844:# asm 1: movdqa <z14=int6464#3,>orig14=stack128#17
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:845:# asm 2: movdqa <z14=%xmm2,>orig14=256(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-846-movdqa %xmm2,256(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-848-# qhasm:   orig3 = z3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:849:# asm 1: movdqa <z3=int6464#1,>orig3=stack128#18
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:850:# asm 2: movdqa <z3=%xmm0,>orig3=272(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-851-movdqa %xmm0,272(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-856-# qhasm:   in8 = ((uint32 *)&x2)[0]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:857:# asm 1: movl <x2=stack128#2,>in8=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:858:# asm 2: movl <x2=16(%rsp),>in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-859-movl 16(%rsp),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-861-# qhasm:   in9 = ((uint32 *)&x3)[1]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:862:# asm 1: movl 4+<x3=stack128#3,>in9=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:863:# asm 2: movl 4+<x3=32(%rsp),>in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-864-movl 4+32(%rsp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-866-# qhasm:   ((uint32 *) &orig8)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:867:# asm 1: movl <in8=int64#3d,>orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:868:# asm 2: movl <in8=%edx,>orig8=288(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-869-movl %edx,288(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-871-# qhasm:   ((uint32 *) &orig9)[0] = in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:872:# asm 1: movl <in9=int64#4d,>orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:873:# asm 2: movl <in9=%ecx,>orig9=304(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-874-movl %ecx,304(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-876-# qhasm:   in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:877:# asm 1: add  $1,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:878:# asm 2: add  $1,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-879-add  $1,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-881-# qhasm:   in9 <<= 32
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:882:# asm 1: shl  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:883:# asm 2: shl  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-884-shl  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-886-# qhasm:   in8 += in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:887:# asm 1: add  <in9=int64#4,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:888:# asm 2: add  <in9=%rcx,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-889-add  %rcx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-891-# qhasm:   in9 = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:892:# asm 1: mov  <in8=int64#3,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:893:# asm 2: mov  <in8=%rdx,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-894-mov  %rdx,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-896-# qhasm:   (uint64) in9 >>= 32
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:897:# asm 1: shr  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:898:# asm 2: shr  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-899-shr  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-901-# qhasm:   ((uint32 *) &orig8)[1] = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:902:# asm 1: movl <in8=int64#3d,4+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:903:# asm 2: movl <in8=%edx,4+<orig8=288(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-904-movl %edx,4+288(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-906-# qhasm:   ((uint32 *) &orig9)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:907:# asm 1: movl <in9=int64#4d,4+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:908:# asm 2: movl <in9=%ecx,4+<orig9=304(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-909-movl %ecx,4+304(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-911-# qhasm:   in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:912:# asm 1: add  $1,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:913:# asm 2: add  $1,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-914-add  $1,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-916-# qhasm:   in9 <<= 32
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:917:# asm 1: shl  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:918:# asm 2: shl  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-919-shl  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-921-# qhasm:   in8 += in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:922:# asm 1: add  <in9=int64#4,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:923:# asm 2: add  <in9=%rcx,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-924-add  %rcx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-926-# qhasm:   in9 = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:927:# asm 1: mov  <in8=int64#3,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:928:# asm 2: mov  <in8=%rdx,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-929-mov  %rdx,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-931-# qhasm:   (uint64) in9 >>= 32
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:932:# asm 1: shr  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:933:# asm 2: shr  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-934-shr  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-936-# qhasm:   ((uint32 *) &orig8)[2] = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:937:# asm 1: movl <in8=int64#3d,8+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:938:# asm 2: movl <in8=%edx,8+<orig8=288(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-939-movl %edx,8+288(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-941-# qhasm:   ((uint32 *) &orig9)[2] = in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:942:# asm 1: movl <in9=int64#4d,8+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:943:# asm 2: movl <in9=%ecx,8+<orig9=304(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-944-movl %ecx,8+304(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-946-# qhasm:   in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:947:# asm 1: add  $1,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:948:# asm 2: add  $1,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-949-add  $1,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-951-# qhasm:   in9 <<= 32
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:952:# asm 1: shl  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:953:# asm 2: shl  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-954-shl  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-956-# qhasm:   in8 += in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:957:# asm 1: add  <in9=int64#4,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:958:# asm 2: add  <in9=%rcx,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-959-add  %rcx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-961-# qhasm:   in9 = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:962:# asm 1: mov  <in8=int64#3,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:963:# asm 2: mov  <in8=%rdx,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-964-mov  %rdx,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-966-# qhasm:   (uint64) in9 >>= 32
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:967:# asm 1: shr  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:968:# asm 2: shr  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-969-shr  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-971-# qhasm:   ((uint32 *) &orig8)[3] = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:972:# asm 1: movl <in8=int64#3d,12+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:973:# asm 2: movl <in8=%edx,12+<orig8=288(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-974-movl %edx,12+288(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-976-# qhasm:   ((uint32 *) &orig9)[3] = in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:977:# asm 1: movl <in9=int64#4d,12+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:978:# asm 2: movl <in9=%ecx,12+<orig9=304(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-979-movl %ecx,12+304(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-981-# qhasm:   in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:982:# asm 1: add  $1,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:983:# asm 2: add  $1,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-984-add  $1,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-986-# qhasm:   in9 <<= 32
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:987:# asm 1: shl  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:988:# asm 2: shl  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-989-shl  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-991-# qhasm:   in8 += in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:992:# asm 1: add  <in9=int64#4,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:993:# asm 2: add  <in9=%rcx,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-994-add  %rcx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-996-# qhasm:   in9 = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:997:# asm 1: mov  <in8=int64#3,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:998:# asm 2: mov  <in8=%rdx,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-999-mov  %rdx,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1001-# qhasm:   (uint64) in9 >>= 32
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1002:# asm 1: shr  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1003:# asm 2: shr  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1004-shr  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1006-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1007:# asm 1: movl <in8=int64#3d,>x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1008:# asm 2: movl <in8=%edx,>x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1009-movl %edx,16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1011-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1012:# asm 1: movl <in9=int64#4d,4+<x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1013:# asm 2: movl <in9=%ecx,4+<x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1014-movl %ecx,4+32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1016-# qhasm:   bytes_backup = bytes
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1017:# asm 1: movq <bytes=int64#6,>bytes_backup=stack64#8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1018:# asm 2: movq <bytes=%r9,>bytes_backup=408(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1019-movq %r9,408(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1021-# qhasm: i = 20
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1022:# asm 1: mov  $20,>i=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1023:# asm 2: mov  $20,>i=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1024-mov  $20,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1026-# qhasm:   z5 = orig5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1027:# asm 1: movdqa <orig5=stack128#5,>z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1028:# asm 2: movdqa <orig5=64(%rsp),>z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1029-movdqa 64(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1031-# qhasm:   z10 = orig10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1032:# asm 1: movdqa <orig10=stack128#6,>z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1033:# asm 2: movdqa <orig10=80(%rsp),>z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1034-movdqa 80(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1036-# qhasm:   z15 = orig15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1037:# asm 1: movdqa <orig15=stack128#7,>z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1038:# asm 2: movdqa <orig15=96(%rsp),>z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1039-movdqa 96(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1041-# qhasm:   z14 = orig14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1042:# asm 1: movdqa <orig14=stack128#17,>z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1043:# asm 2: movdqa <orig14=256(%rsp),>z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1044-movdqa 256(%rsp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1046-# qhasm:   z3 = orig3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1047:# asm 1: movdqa <orig3=stack128#18,>z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1048:# asm 2: movdqa <orig3=272(%rsp),>z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1049-movdqa 272(%rsp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1051-# qhasm:   z6 = orig6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1052:# asm 1: movdqa <orig6=stack128#9,>z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1053:# asm 2: movdqa <orig6=128(%rsp),>z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1054-movdqa 128(%rsp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1056-# qhasm:   z11 = orig11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1057:# asm 1: movdqa <orig11=stack128#10,>z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1058:# asm 2: movdqa <orig11=144(%rsp),>z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1059-movdqa 144(%rsp),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1061-# qhasm:   z1 = orig1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1062:# asm 1: movdqa <orig1=stack128#12,>z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1063:# asm 2: movdqa <orig1=176(%rsp),>z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1064-movdqa 176(%rsp),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1066-# qhasm:   z7 = orig7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1067:# asm 1: movdqa <orig7=stack128#13,>z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1068:# asm 2: movdqa <orig7=192(%rsp),>z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1069-movdqa 192(%rsp),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1071-# qhasm:   z13 = orig13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1072:# asm 1: movdqa <orig13=stack128#14,>z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1073:# asm 2: movdqa <orig13=208(%rsp),>z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1074-movdqa 208(%rsp),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1076-# qhasm:   z2 = orig2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1077:# asm 1: movdqa <orig2=stack128#15,>z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1078:# asm 2: movdqa <orig2=224(%rsp),>z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1079-movdqa 224(%rsp),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1081-# qhasm:   z9 = orig9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1082:# asm 1: movdqa <orig9=stack128#20,>z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1083:# asm 2: movdqa <orig9=304(%rsp),>z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1084-movdqa 304(%rsp),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1086-# qhasm:   z0 = orig0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1087:# asm 1: movdqa <orig0=stack128#8,>z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1088:# asm 2: movdqa <orig0=112(%rsp),>z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1089-movdqa 112(%rsp),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1091-# qhasm:   z12 = orig12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1092:# asm 1: movdqa <orig12=stack128#11,>z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1093:# asm 2: movdqa <orig12=160(%rsp),>z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1094-movdqa 160(%rsp),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1096-# qhasm:   z4 = orig4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1097:# asm 1: movdqa <orig4=stack128#16,>z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1098:# asm 2: movdqa <orig4=240(%rsp),>z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1099-movdqa 240(%rsp),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1101-# qhasm:   z8 = orig8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1102:# asm 1: movdqa <orig8=stack128#19,>z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1103:# asm 2: movdqa <orig8=288(%rsp),>z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1104-movdqa 288(%rsp),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1109-# qhasm: 						z10_stack = z10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1110:# asm 1: movdqa <z10=int6464#2,>z10_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1111:# asm 2: movdqa <z10=%xmm1,>z10_stack=320(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1112-movdqa %xmm1,320(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1114-# qhasm: 								z15_stack = z15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1115:# asm 1: movdqa <z15=int6464#3,>z15_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1116:# asm 2: movdqa <z15=%xmm2,>z15_stack=336(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1117-movdqa %xmm2,336(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1119-# qhasm: 		y4 = z12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1120:# asm 1: movdqa <z12=int6464#14,>y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1121:# asm 2: movdqa <z12=%xmm13,>y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1122-movdqa %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1124-# qhasm: uint32323232	y4 += z0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1125:# asm 1: paddd <z0=int6464#13,<y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1126:# asm 2: paddd <z0=%xmm12,<y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1127-paddd %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1129-# qhasm: 		r4 = y4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1130:# asm 1: movdqa <y4=int6464#2,>r4=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1131:# asm 2: movdqa <y4=%xmm1,>r4=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1132-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1134-# qhasm: uint32323232	y4 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1135:# asm 1: pslld $7,<y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1136:# asm 2: pslld $7,<y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1137-pslld $7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1139-# qhasm: 		z4 ^= y4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1140:# asm 1: pxor  <y4=int6464#2,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1141:# asm 2: pxor  <y4=%xmm1,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1142-pxor  %xmm1,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1144-# qhasm: uint32323232	r4 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1145:# asm 1: psrld $25,<r4=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1146:# asm 2: psrld $25,<r4=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1147-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1149-# qhasm: 		z4 ^= r4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1150:# asm 1: pxor  <r4=int6464#3,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1151:# asm 2: pxor  <r4=%xmm2,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1152-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1154-# qhasm: 				y9 = z1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1155:# asm 1: movdqa <z1=int6464#8,>y9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1156:# asm 2: movdqa <z1=%xmm7,>y9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1157-movdqa %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1159-# qhasm: uint32323232			y9 += z5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1160:# asm 1: paddd <z5=int6464#1,<y9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1161:# asm 2: paddd <z5=%xmm0,<y9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1162-paddd %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1164-# qhasm: 				r9 = y9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1165:# asm 1: movdqa <y9=int6464#2,>r9=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1166:# asm 2: movdqa <y9=%xmm1,>r9=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1167-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1169-# qhasm: uint32323232			y9 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1170:# asm 1: pslld $7,<y9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1171:# asm 2: pslld $7,<y9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1172-pslld $7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1174-# qhasm: 				z9 ^= y9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1175:# asm 1: pxor  <y9=int6464#2,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1176:# asm 2: pxor  <y9=%xmm1,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1177-pxor  %xmm1,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1179-# qhasm: uint32323232			r9 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1180:# asm 1: psrld $25,<r9=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1181:# asm 2: psrld $25,<r9=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1182-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1184-# qhasm: 				z9 ^= r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1185:# asm 1: pxor  <r9=int6464#3,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1186:# asm 2: pxor  <r9=%xmm2,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1187-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1189-# qhasm: 		y8 = z0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1190:# asm 1: movdqa <z0=int6464#13,>y8=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1191:# asm 2: movdqa <z0=%xmm12,>y8=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1192-movdqa %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1194-# qhasm: uint32323232	y8 += z4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1195:# asm 1: paddd <z4=int6464#15,<y8=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1196:# asm 2: paddd <z4=%xmm14,<y8=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1197-paddd %xmm14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1199-# qhasm: 		r8 = y8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1200:# asm 1: movdqa <y8=int6464#2,>r8=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1201:# asm 2: movdqa <y8=%xmm1,>r8=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1202-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1204-# qhasm: uint32323232	y8 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1205:# asm 1: pslld $9,<y8=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1206:# asm 2: pslld $9,<y8=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1207-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1209-# qhasm: 		z8 ^= y8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1210:# asm 1: pxor  <y8=int6464#2,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1211:# asm 2: pxor  <y8=%xmm1,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1212-pxor  %xmm1,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1214-# qhasm: uint32323232	r8 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1215:# asm 1: psrld $23,<r8=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1216:# asm 2: psrld $23,<r8=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1217-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1219-# qhasm: 		z8 ^= r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1220:# asm 1: pxor  <r8=int6464#3,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1221:# asm 2: pxor  <r8=%xmm2,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1222-pxor  %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1224-# qhasm: 				y13 = z5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1225:# asm 1: movdqa <z5=int6464#1,>y13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1226:# asm 2: movdqa <z5=%xmm0,>y13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1227-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1229-# qhasm: uint32323232			y13 += z9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1230:# asm 1: paddd <z9=int6464#12,<y13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1231:# asm 2: paddd <z9=%xmm11,<y13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1232-paddd %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1234-# qhasm: 				r13 = y13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1235:# asm 1: movdqa <y13=int6464#2,>r13=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1236:# asm 2: movdqa <y13=%xmm1,>r13=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1237-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1239-# qhasm: uint32323232			y13 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1240:# asm 1: pslld $9,<y13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1241:# asm 2: pslld $9,<y13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1242-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1244-# qhasm: 				z13 ^= y13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1245:# asm 1: pxor  <y13=int6464#2,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1246:# asm 2: pxor  <y13=%xmm1,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1247-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1249-# qhasm: uint32323232			r13 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1250:# asm 1: psrld $23,<r13=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1251:# asm 2: psrld $23,<r13=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1252-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1254-# qhasm: 				z13 ^= r13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1255:# asm 1: pxor  <r13=int6464#3,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1256:# asm 2: pxor  <r13=%xmm2,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1257-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1259-# qhasm: 		y12 = z4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1260:# asm 1: movdqa <z4=int6464#15,>y12=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1261:# asm 2: movdqa <z4=%xmm14,>y12=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1262-movdqa %xmm14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1264-# qhasm: uint32323232	y12 += z8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1265:# asm 1: paddd <z8=int6464#16,<y12=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1266:# asm 2: paddd <z8=%xmm15,<y12=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1267-paddd %xmm15,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1269-# qhasm: 		r12 = y12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1270:# asm 1: movdqa <y12=int6464#2,>r12=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1271:# asm 2: movdqa <y12=%xmm1,>r12=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1272-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1274-# qhasm: uint32323232	y12 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1275:# asm 1: pslld $13,<y12=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1276:# asm 2: pslld $13,<y12=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1277-pslld $13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1279-# qhasm: 		z12 ^= y12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1280:# asm 1: pxor  <y12=int6464#2,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1281:# asm 2: pxor  <y12=%xmm1,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1282-pxor  %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1284-# qhasm: uint32323232	r12 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1285:# asm 1: psrld $19,<r12=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1286:# asm 2: psrld $19,<r12=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1287-psrld $19,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1289-# qhasm: 		z12 ^= r12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1290:# asm 1: pxor  <r12=int6464#3,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1291:# asm 2: pxor  <r12=%xmm2,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1292-pxor  %xmm2,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1294-# qhasm: 				y1 = z9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1295:# asm 1: movdqa <z9=int6464#12,>y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1296:# asm 2: movdqa <z9=%xmm11,>y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1297-movdqa %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1299-# qhasm: uint32323232			y1 += z13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1300:# asm 1: paddd <z13=int6464#10,<y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1301:# asm 2: paddd <z13=%xmm9,<y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1302-paddd %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1304-# qhasm: 				r1 = y1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1305:# asm 1: movdqa <y1=int6464#2,>r1=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1306:# asm 2: movdqa <y1=%xmm1,>r1=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1307-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1309-# qhasm: uint32323232			y1 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1310:# asm 1: pslld $13,<y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1311:# asm 2: pslld $13,<y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1312-pslld $13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1314-# qhasm: 				z1 ^= y1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1315:# asm 1: pxor  <y1=int6464#2,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1316:# asm 2: pxor  <y1=%xmm1,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1317-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1319-# qhasm: uint32323232			r1 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1320:# asm 1: psrld $19,<r1=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1321:# asm 2: psrld $19,<r1=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1322-psrld $19,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1324-# qhasm: 				z1 ^= r1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1325:# asm 1: pxor  <r1=int6464#3,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1326:# asm 2: pxor  <r1=%xmm2,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1327-pxor  %xmm2,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1329-# qhasm: 		y0 = z8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1330:# asm 1: movdqa <z8=int6464#16,>y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1331:# asm 2: movdqa <z8=%xmm15,>y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1332-movdqa %xmm15,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1334-# qhasm: uint32323232	y0 += z12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1335:# asm 1: paddd <z12=int6464#14,<y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1336:# asm 2: paddd <z12=%xmm13,<y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1337-paddd %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1339-# qhasm: 		r0 = y0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1340:# asm 1: movdqa <y0=int6464#2,>r0=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1341:# asm 2: movdqa <y0=%xmm1,>r0=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1342-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1344-# qhasm: uint32323232	y0 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1345:# asm 1: pslld $18,<y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1346:# asm 2: pslld $18,<y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1347-pslld $18,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1349-# qhasm: 		z0 ^= y0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1350:# asm 1: pxor  <y0=int6464#2,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1351:# asm 2: pxor  <y0=%xmm1,<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1352-pxor  %xmm1,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1354-# qhasm: uint32323232	r0 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1355:# asm 1: psrld $14,<r0=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1356:# asm 2: psrld $14,<r0=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1357-psrld $14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1359-# qhasm: 		z0 ^= r0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1360:# asm 1: pxor  <r0=int6464#3,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1361:# asm 2: pxor  <r0=%xmm2,<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1362-pxor  %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1364-# qhasm: 						z10 = z10_stack
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1365:# asm 1: movdqa <z10_stack=stack128#21,>z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1366:# asm 2: movdqa <z10_stack=320(%rsp),>z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1367-movdqa 320(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1369-# qhasm: 		z0_stack = z0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1370:# asm 1: movdqa <z0=int6464#13,>z0_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1371:# asm 2: movdqa <z0=%xmm12,>z0_stack=320(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1372-movdqa %xmm12,320(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1374-# qhasm: 				y5 = z13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1375:# asm 1: movdqa <z13=int6464#10,>y5=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1376:# asm 2: movdqa <z13=%xmm9,>y5=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1377-movdqa %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1379-# qhasm: uint32323232			y5 += z1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1380:# asm 1: paddd <z1=int6464#8,<y5=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1381:# asm 2: paddd <z1=%xmm7,<y5=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1382-paddd %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1384-# qhasm: 				r5 = y5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1385:# asm 1: movdqa <y5=int6464#3,>r5=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1386:# asm 2: movdqa <y5=%xmm2,>r5=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1387-movdqa %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1389-# qhasm: uint32323232			y5 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1390:# asm 1: pslld $18,<y5=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1391:# asm 2: pslld $18,<y5=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1392-pslld $18,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1394-# qhasm: 				z5 ^= y5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1395:# asm 1: pxor  <y5=int6464#3,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1396:# asm 2: pxor  <y5=%xmm2,<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1397-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1399-# qhasm: uint32323232			r5 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1400:# asm 1: psrld $14,<r5=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1401:# asm 2: psrld $14,<r5=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1402-psrld $14,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1404-# qhasm: 				z5 ^= r5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1405:# asm 1: pxor  <r5=int6464#13,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1406:# asm 2: pxor  <r5=%xmm12,<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1407-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1409-# qhasm: 						y14 = z6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1410:# asm 1: movdqa <z6=int6464#6,>y14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1411:# asm 2: movdqa <z6=%xmm5,>y14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1412-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1414-# qhasm: uint32323232					y14 += z10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1415:# asm 1: paddd <z10=int6464#2,<y14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1416:# asm 2: paddd <z10=%xmm1,<y14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1417-paddd %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1419-# qhasm: 						r14 = y14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1420:# asm 1: movdqa <y14=int6464#3,>r14=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1421:# asm 2: movdqa <y14=%xmm2,>r14=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1422-movdqa %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1424-# qhasm: uint32323232					y14 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1425:# asm 1: pslld $7,<y14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1426:# asm 2: pslld $7,<y14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1427-pslld $7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1429-# qhasm: 						z14 ^= y14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1430:# asm 1: pxor  <y14=int6464#3,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1431:# asm 2: pxor  <y14=%xmm2,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1432-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1434-# qhasm: uint32323232					r14 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1435:# asm 1: psrld $25,<r14=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1436:# asm 2: psrld $25,<r14=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1437-psrld $25,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1439-# qhasm: 						z14 ^= r14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1440:# asm 1: pxor  <r14=int6464#13,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1441:# asm 2: pxor  <r14=%xmm12,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1442-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1444-# qhasm: 								z15 = z15_stack
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1445:# asm 1: movdqa <z15_stack=stack128#22,>z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1446:# asm 2: movdqa <z15_stack=336(%rsp),>z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1447-movdqa 336(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1449-# qhasm: 				z5_stack = z5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1450:# asm 1: movdqa <z5=int6464#1,>z5_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1451:# asm 2: movdqa <z5=%xmm0,>z5_stack=336(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1452-movdqa %xmm0,336(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1454-# qhasm: 								y3 = z11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1455:# asm 1: movdqa <z11=int6464#7,>y3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1456:# asm 2: movdqa <z11=%xmm6,>y3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1457-movdqa %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1459-# qhasm: uint32323232							y3 += z15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1460:# asm 1: paddd <z15=int6464#3,<y3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1461:# asm 2: paddd <z15=%xmm2,<y3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1462-paddd %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1464-# qhasm: 								r3 = y3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1465:# asm 1: movdqa <y3=int6464#1,>r3=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1466:# asm 2: movdqa <y3=%xmm0,>r3=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1467-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1469-# qhasm: uint32323232							y3 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1470:# asm 1: pslld $7,<y3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1471:# asm 2: pslld $7,<y3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1472-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1474-# qhasm: 								z3 ^= y3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1475:# asm 1: pxor  <y3=int6464#1,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1476:# asm 2: pxor  <y3=%xmm0,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1477-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1479-# qhasm: uint32323232							r3 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1480:# asm 1: psrld $25,<r3=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1481:# asm 2: psrld $25,<r3=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1482-psrld $25,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1484-# qhasm: 								z3 ^= r3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1485:# asm 1: pxor  <r3=int6464#13,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1486:# asm 2: pxor  <r3=%xmm12,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1487-pxor  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1489-# qhasm: 						y2 = z10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1490:# asm 1: movdqa <z10=int6464#2,>y2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1491:# asm 2: movdqa <z10=%xmm1,>y2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1492-movdqa %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1494-# qhasm: uint32323232					y2 += z14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1495:# asm 1: paddd <z14=int6464#4,<y2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1496:# asm 2: paddd <z14=%xmm3,<y2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1497-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1499-# qhasm: 						r2 = y2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1500:# asm 1: movdqa <y2=int6464#1,>r2=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1501:# asm 2: movdqa <y2=%xmm0,>r2=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1502-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1504-# qhasm: uint32323232					y2 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1505:# asm 1: pslld $9,<y2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1506:# asm 2: pslld $9,<y2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1507-pslld $9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1509-# qhasm: 						z2 ^= y2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1510:# asm 1: pxor  <y2=int6464#1,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1511:# asm 2: pxor  <y2=%xmm0,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1512-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1514-# qhasm: uint32323232					r2 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1515:# asm 1: psrld $23,<r2=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1516:# asm 2: psrld $23,<r2=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1517-psrld $23,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1519-# qhasm: 						z2 ^= r2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1520:# asm 1: pxor  <r2=int6464#13,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1521:# asm 2: pxor  <r2=%xmm12,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1522-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1524-# qhasm: 								y7 = z15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1525:# asm 1: movdqa <z15=int6464#3,>y7=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1526:# asm 2: movdqa <z15=%xmm2,>y7=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1527-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1529-# qhasm: uint32323232							y7 += z3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1530:# asm 1: paddd <z3=int6464#5,<y7=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1531:# asm 2: paddd <z3=%xmm4,<y7=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1532-paddd %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1534-# qhasm: 								r7 = y7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1535:# asm 1: movdqa <y7=int6464#1,>r7=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1536:# asm 2: movdqa <y7=%xmm0,>r7=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1537-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1539-# qhasm: uint32323232							y7 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1540:# asm 1: pslld $9,<y7=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1541:# asm 2: pslld $9,<y7=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1542-pslld $9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1544-# qhasm: 								z7 ^= y7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1545:# asm 1: pxor  <y7=int6464#1,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1546:# asm 2: pxor  <y7=%xmm0,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1547-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1549-# qhasm: uint32323232							r7 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1550:# asm 1: psrld $23,<r7=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1551:# asm 2: psrld $23,<r7=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1552-psrld $23,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1554-# qhasm: 								z7 ^= r7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1555:# asm 1: pxor  <r7=int6464#13,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1556:# asm 2: pxor  <r7=%xmm12,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1557-pxor  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1559-# qhasm: 						y6 = z14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1560:# asm 1: movdqa <z14=int6464#4,>y6=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1561:# asm 2: movdqa <z14=%xmm3,>y6=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1562-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1564-# qhasm: uint32323232					y6 += z2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1565:# asm 1: paddd <z2=int6464#11,<y6=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1566:# asm 2: paddd <z2=%xmm10,<y6=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1567-paddd %xmm10,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1569-# qhasm: 						r6 = y6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1570:# asm 1: movdqa <y6=int6464#1,>r6=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1571:# asm 2: movdqa <y6=%xmm0,>r6=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1572-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1574-# qhasm: uint32323232					y6 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1575:# asm 1: pslld $13,<y6=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1576:# asm 2: pslld $13,<y6=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1577-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1579-# qhasm: 						z6 ^= y6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1580:# asm 1: pxor  <y6=int6464#1,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1581:# asm 2: pxor  <y6=%xmm0,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1582-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1584-# qhasm: uint32323232					r6 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1585:# asm 1: psrld $19,<r6=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1586:# asm 2: psrld $19,<r6=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1587-psrld $19,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1589-# qhasm: 						z6 ^= r6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1590:# asm 1: pxor  <r6=int6464#13,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1591:# asm 2: pxor  <r6=%xmm12,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1592-pxor  %xmm12,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1594-# qhasm: 								y11 = z3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1595:# asm 1: movdqa <z3=int6464#5,>y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1596:# asm 2: movdqa <z3=%xmm4,>y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1597-movdqa %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1599-# qhasm: uint32323232							y11 += z7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1600:# asm 1: paddd <z7=int6464#9,<y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1601:# asm 2: paddd <z7=%xmm8,<y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1602-paddd %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1604-# qhasm: 								r11 = y11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1605:# asm 1: movdqa <y11=int6464#1,>r11=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1606:# asm 2: movdqa <y11=%xmm0,>r11=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1607-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1609-# qhasm: uint32323232							y11 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1610:# asm 1: pslld $13,<y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1611:# asm 2: pslld $13,<y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1612-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1614-# qhasm: 								z11 ^= y11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1615:# asm 1: pxor  <y11=int6464#1,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1616:# asm 2: pxor  <y11=%xmm0,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1617-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1619-# qhasm: uint32323232							r11 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1620:# asm 1: psrld $19,<r11=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1621:# asm 2: psrld $19,<r11=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1622-psrld $19,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1624-# qhasm: 								z11 ^= r11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1625:# asm 1: pxor  <r11=int6464#13,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1626:# asm 2: pxor  <r11=%xmm12,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1627-pxor  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1629-# qhasm: 						y10 = z2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1630:# asm 1: movdqa <z2=int6464#11,>y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1631:# asm 2: movdqa <z2=%xmm10,>y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1632-movdqa %xmm10,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1634-# qhasm: uint32323232					y10 += z6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1635:# asm 1: paddd <z6=int6464#6,<y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1636:# asm 2: paddd <z6=%xmm5,<y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1637-paddd %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1639-# qhasm: 						r10 = y10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1640:# asm 1: movdqa <y10=int6464#1,>r10=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1641:# asm 2: movdqa <y10=%xmm0,>r10=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1642-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1644-# qhasm: uint32323232					y10 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1645:# asm 1: pslld $18,<y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1646:# asm 2: pslld $18,<y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1647-pslld $18,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1649-# qhasm: 						z10 ^= y10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1650:# asm 1: pxor  <y10=int6464#1,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1651:# asm 2: pxor  <y10=%xmm0,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1652-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1654-# qhasm: uint32323232					r10 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1655:# asm 1: psrld $14,<r10=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1656:# asm 2: psrld $14,<r10=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1657-psrld $14,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1659-# qhasm: 						z10 ^= r10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1660:# asm 1: pxor  <r10=int6464#13,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1661:# asm 2: pxor  <r10=%xmm12,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1662-pxor  %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1664-# qhasm: 		z0 = z0_stack
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1665:# asm 1: movdqa <z0_stack=stack128#21,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1666:# asm 2: movdqa <z0_stack=320(%rsp),>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1667-movdqa 320(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1669-# qhasm: 						z10_stack = z10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1670:# asm 1: movdqa <z10=int6464#2,>z10_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1671:# asm 2: movdqa <z10=%xmm1,>z10_stack=320(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1672-movdqa %xmm1,320(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1674-# qhasm: 		y1 = z3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1675:# asm 1: movdqa <z3=int6464#5,>y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1676:# asm 2: movdqa <z3=%xmm4,>y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1677-movdqa %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1679-# qhasm: uint32323232	y1 += z0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1680:# asm 1: paddd <z0=int6464#1,<y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1681:# asm 2: paddd <z0=%xmm0,<y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1682-paddd %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1684-# qhasm: 		r1 = y1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1685:# asm 1: movdqa <y1=int6464#2,>r1=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1686:# asm 2: movdqa <y1=%xmm1,>r1=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1687-movdqa %xmm1,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1689-# qhasm: uint32323232	y1 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1690:# asm 1: pslld $7,<y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1691:# asm 2: pslld $7,<y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1692-pslld $7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1694-# qhasm: 		z1 ^= y1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1695:# asm 1: pxor  <y1=int6464#2,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1696:# asm 2: pxor  <y1=%xmm1,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1697-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1699-# qhasm: uint32323232	r1 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1700:# asm 1: psrld $25,<r1=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1701:# asm 2: psrld $25,<r1=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1702-psrld $25,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1704-# qhasm: 		z1 ^= r1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1705:# asm 1: pxor  <r1=int6464#13,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1706:# asm 2: pxor  <r1=%xmm12,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1707-pxor  %xmm12,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1709-# qhasm: 								y15 = z7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1710:# asm 1: movdqa <z7=int6464#9,>y15=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1711:# asm 2: movdqa <z7=%xmm8,>y15=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1712-movdqa %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1714-# qhasm: uint32323232							y15 += z11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1715:# asm 1: paddd <z11=int6464#7,<y15=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1716:# asm 2: paddd <z11=%xmm6,<y15=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1717-paddd %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1719-# qhasm: 								r15 = y15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1720:# asm 1: movdqa <y15=int6464#2,>r15=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1721:# asm 2: movdqa <y15=%xmm1,>r15=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1722-movdqa %xmm1,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1724-# qhasm: uint32323232							y15 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1725:# asm 1: pslld $18,<y15=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1726:# asm 2: pslld $18,<y15=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1727-pslld $18,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1729-# qhasm: 								z15 ^= y15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1730:# asm 1: pxor  <y15=int6464#2,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1731:# asm 2: pxor  <y15=%xmm1,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1732-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1734-# qhasm: uint32323232							r15 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1735:# asm 1: psrld $14,<r15=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1736:# asm 2: psrld $14,<r15=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1737-psrld $14,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1739-# qhasm: 								z15 ^= r15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1740:# asm 1: pxor  <r15=int6464#13,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1741:# asm 2: pxor  <r15=%xmm12,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1742-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1744-# qhasm: 				z5 = z5_stack
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1745:# asm 1: movdqa <z5_stack=stack128#22,>z5=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1746:# asm 2: movdqa <z5_stack=336(%rsp),>z5=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1747-movdqa 336(%rsp),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1749-# qhasm: 								z15_stack = z15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1750:# asm 1: movdqa <z15=int6464#3,>z15_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1751:# asm 2: movdqa <z15=%xmm2,>z15_stack=336(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1752-movdqa %xmm2,336(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1754-# qhasm: 				y6 = z4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1755:# asm 1: movdqa <z4=int6464#15,>y6=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1756:# asm 2: movdqa <z4=%xmm14,>y6=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1757-movdqa %xmm14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1759-# qhasm: uint32323232			y6 += z5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1760:# asm 1: paddd <z5=int6464#13,<y6=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1761:# asm 2: paddd <z5=%xmm12,<y6=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1762-paddd %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1764-# qhasm: 				r6 = y6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1765:# asm 1: movdqa <y6=int6464#2,>r6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1766:# asm 2: movdqa <y6=%xmm1,>r6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1767-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1769-# qhasm: uint32323232			y6 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1770:# asm 1: pslld $7,<y6=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1771:# asm 2: pslld $7,<y6=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1772-pslld $7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1774-# qhasm: 				z6 ^= y6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1775:# asm 1: pxor  <y6=int6464#2,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1776:# asm 2: pxor  <y6=%xmm1,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1777-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1779-# qhasm: uint32323232			r6 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1780:# asm 1: psrld $25,<r6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1781:# asm 2: psrld $25,<r6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1782-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1784-# qhasm: 				z6 ^= r6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1785:# asm 1: pxor  <r6=int6464#3,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1786:# asm 2: pxor  <r6=%xmm2,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1787-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1789-# qhasm: 		y2 = z0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1790:# asm 1: movdqa <z0=int6464#1,>y2=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1791:# asm 2: movdqa <z0=%xmm0,>y2=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1792-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1794-# qhasm: uint32323232	y2 += z1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1795:# asm 1: paddd <z1=int6464#8,<y2=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1796:# asm 2: paddd <z1=%xmm7,<y2=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1797-paddd %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1799-# qhasm: 		r2 = y2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1800:# asm 1: movdqa <y2=int6464#2,>r2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1801:# asm 2: movdqa <y2=%xmm1,>r2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1802-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1804-# qhasm: uint32323232	y2 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1805:# asm 1: pslld $9,<y2=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1806:# asm 2: pslld $9,<y2=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1807-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1809-# qhasm: 		z2 ^= y2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1810:# asm 1: pxor  <y2=int6464#2,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1811:# asm 2: pxor  <y2=%xmm1,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1812-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1814-# qhasm: uint32323232	r2 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1815:# asm 1: psrld $23,<r2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1816:# asm 2: psrld $23,<r2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1817-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1819-# qhasm: 		z2 ^= r2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1820:# asm 1: pxor  <r2=int6464#3,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1821:# asm 2: pxor  <r2=%xmm2,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1822-pxor  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1824-# qhasm: 				y7 = z5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1825:# asm 1: movdqa <z5=int6464#13,>y7=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1826:# asm 2: movdqa <z5=%xmm12,>y7=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1827-movdqa %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1829-# qhasm: uint32323232			y7 += z6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1830:# asm 1: paddd <z6=int6464#6,<y7=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1831:# asm 2: paddd <z6=%xmm5,<y7=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1832-paddd %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1834-# qhasm: 				r7 = y7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1835:# asm 1: movdqa <y7=int6464#2,>r7=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1836:# asm 2: movdqa <y7=%xmm1,>r7=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1837-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1839-# qhasm: uint32323232			y7 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1840:# asm 1: pslld $9,<y7=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1841:# asm 2: pslld $9,<y7=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1842-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1844-# qhasm: 				z7 ^= y7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1845:# asm 1: pxor  <y7=int6464#2,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1846:# asm 2: pxor  <y7=%xmm1,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1847-pxor  %xmm1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1849-# qhasm: uint32323232			r7 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1850:# asm 1: psrld $23,<r7=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1851:# asm 2: psrld $23,<r7=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1852-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1854-# qhasm: 				z7 ^= r7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1855:# asm 1: pxor  <r7=int6464#3,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1856:# asm 2: pxor  <r7=%xmm2,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1857-pxor  %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1859-# qhasm: 		y3 = z1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1860:# asm 1: movdqa <z1=int6464#8,>y3=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1861:# asm 2: movdqa <z1=%xmm7,>y3=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1862-movdqa %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1864-# qhasm: uint32323232	y3 += z2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1865:# asm 1: paddd <z2=int6464#11,<y3=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1866:# asm 2: paddd <z2=%xmm10,<y3=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1867-paddd %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1869-# qhasm: 		r3 = y3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1870:# asm 1: movdqa <y3=int6464#2,>r3=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1871:# asm 2: movdqa <y3=%xmm1,>r3=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1872-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1874-# qhasm: uint32323232	y3 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1875:# asm 1: pslld $13,<y3=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1876:# asm 2: pslld $13,<y3=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1877-pslld $13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1879-# qhasm: 		z3 ^= y3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1880:# asm 1: pxor  <y3=int6464#2,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1881:# asm 2: pxor  <y3=%xmm1,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1882-pxor  %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1884-# qhasm: uint32323232	r3 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1885:# asm 1: psrld $19,<r3=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1886:# asm 2: psrld $19,<r3=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1887-psrld $19,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1889-# qhasm: 		z3 ^= r3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1890:# asm 1: pxor  <r3=int6464#3,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1891:# asm 2: pxor  <r3=%xmm2,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1892-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1894-# qhasm: 				y4 = z6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1895:# asm 1: movdqa <z6=int6464#6,>y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1896:# asm 2: movdqa <z6=%xmm5,>y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1897-movdqa %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1899-# qhasm: uint32323232			y4 += z7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1900:# asm 1: paddd <z7=int6464#9,<y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1901:# asm 2: paddd <z7=%xmm8,<y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1902-paddd %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1904-# qhasm: 				r4 = y4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1905:# asm 1: movdqa <y4=int6464#2,>r4=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1906:# asm 2: movdqa <y4=%xmm1,>r4=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1907-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1909-# qhasm: uint32323232			y4 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1910:# asm 1: pslld $13,<y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1911:# asm 2: pslld $13,<y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1912-pslld $13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1914-# qhasm: 				z4 ^= y4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1915:# asm 1: pxor  <y4=int6464#2,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1916:# asm 2: pxor  <y4=%xmm1,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1917-pxor  %xmm1,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1919-# qhasm: uint32323232			r4 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1920:# asm 1: psrld $19,<r4=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1921:# asm 2: psrld $19,<r4=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1922-psrld $19,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1924-# qhasm: 				z4 ^= r4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1925:# asm 1: pxor  <r4=int6464#3,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1926:# asm 2: pxor  <r4=%xmm2,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1927-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1929-# qhasm: 		y0 = z2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1930:# asm 1: movdqa <z2=int6464#11,>y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1931:# asm 2: movdqa <z2=%xmm10,>y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1932-movdqa %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1934-# qhasm: uint32323232	y0 += z3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1935:# asm 1: paddd <z3=int6464#5,<y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1936:# asm 2: paddd <z3=%xmm4,<y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1937-paddd %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1939-# qhasm: 		r0 = y0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1940:# asm 1: movdqa <y0=int6464#2,>r0=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1941:# asm 2: movdqa <y0=%xmm1,>r0=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1942-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1944-# qhasm: uint32323232	y0 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1945:# asm 1: pslld $18,<y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1946:# asm 2: pslld $18,<y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1947-pslld $18,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1949-# qhasm: 		z0 ^= y0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1950:# asm 1: pxor  <y0=int6464#2,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1951:# asm 2: pxor  <y0=%xmm1,<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1952-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1954-# qhasm: uint32323232	r0 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1955:# asm 1: psrld $14,<r0=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1956:# asm 2: psrld $14,<r0=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1957-psrld $14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1959-# qhasm: 		z0 ^= r0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1960:# asm 1: pxor  <r0=int6464#3,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1961:# asm 2: pxor  <r0=%xmm2,<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1962-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1964-# qhasm: 						z10 = z10_stack
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1965:# asm 1: movdqa <z10_stack=stack128#21,>z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1966:# asm 2: movdqa <z10_stack=320(%rsp),>z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1967-movdqa 320(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1969-# qhasm: 		z0_stack = z0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1970:# asm 1: movdqa <z0=int6464#1,>z0_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1971:# asm 2: movdqa <z0=%xmm0,>z0_stack=320(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1972-movdqa %xmm0,320(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1974-# qhasm: 				y5 = z7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1975:# asm 1: movdqa <z7=int6464#9,>y5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1976:# asm 2: movdqa <z7=%xmm8,>y5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1977-movdqa %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1979-# qhasm: uint32323232			y5 += z4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1980:# asm 1: paddd <z4=int6464#15,<y5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1981:# asm 2: paddd <z4=%xmm14,<y5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1982-paddd %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1984-# qhasm: 				r5 = y5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1985:# asm 1: movdqa <y5=int6464#1,>r5=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1986:# asm 2: movdqa <y5=%xmm0,>r5=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1987-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1989-# qhasm: uint32323232			y5 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1990:# asm 1: pslld $18,<y5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1991:# asm 2: pslld $18,<y5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1992-pslld $18,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1994-# qhasm: 				z5 ^= y5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1995:# asm 1: pxor  <y5=int6464#1,<z5=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:1996:# asm 2: pxor  <y5=%xmm0,<z5=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1997-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-1999-# qhasm: uint32323232			r5 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2000:# asm 1: psrld $14,<r5=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2001:# asm 2: psrld $14,<r5=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2002-psrld $14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2004-# qhasm: 				z5 ^= r5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2005:# asm 1: pxor  <r5=int6464#3,<z5=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2006:# asm 2: pxor  <r5=%xmm2,<z5=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2007-pxor  %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2009-# qhasm: 						y11 = z9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2010:# asm 1: movdqa <z9=int6464#12,>y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2011:# asm 2: movdqa <z9=%xmm11,>y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2012-movdqa %xmm11,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2014-# qhasm: uint32323232					y11 += z10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2015:# asm 1: paddd <z10=int6464#2,<y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2016:# asm 2: paddd <z10=%xmm1,<y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2017-paddd %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2019-# qhasm: 						r11 = y11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2020:# asm 1: movdqa <y11=int6464#1,>r11=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2021:# asm 2: movdqa <y11=%xmm0,>r11=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2022-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2024-# qhasm: uint32323232					y11 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2025:# asm 1: pslld $7,<y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2026:# asm 2: pslld $7,<y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2027-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2029-# qhasm: 						z11 ^= y11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2030:# asm 1: pxor  <y11=int6464#1,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2031:# asm 2: pxor  <y11=%xmm0,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2032-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2034-# qhasm: uint32323232					r11 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2035:# asm 1: psrld $25,<r11=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2036:# asm 2: psrld $25,<r11=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2037-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2039-# qhasm: 						z11 ^= r11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2040:# asm 1: pxor  <r11=int6464#3,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2041:# asm 2: pxor  <r11=%xmm2,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2042-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2044-# qhasm: 								z15 = z15_stack
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2045:# asm 1: movdqa <z15_stack=stack128#22,>z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2046:# asm 2: movdqa <z15_stack=336(%rsp),>z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2047-movdqa 336(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2049-# qhasm: 				z5_stack = z5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2050:# asm 1: movdqa <z5=int6464#13,>z5_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2051:# asm 2: movdqa <z5=%xmm12,>z5_stack=336(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2052-movdqa %xmm12,336(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2054-# qhasm: 								y12 = z14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2055:# asm 1: movdqa <z14=int6464#4,>y12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2056:# asm 2: movdqa <z14=%xmm3,>y12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2057-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2059-# qhasm: uint32323232							y12 += z15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2060:# asm 1: paddd <z15=int6464#3,<y12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2061:# asm 2: paddd <z15=%xmm2,<y12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2062-paddd %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2064-# qhasm: 								r12 = y12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2065:# asm 1: movdqa <y12=int6464#1,>r12=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2066:# asm 2: movdqa <y12=%xmm0,>r12=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2067-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2069-# qhasm: uint32323232							y12 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2070:# asm 1: pslld $7,<y12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2071:# asm 2: pslld $7,<y12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2072-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2074-# qhasm: 								z12 ^= y12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2075:# asm 1: pxor  <y12=int6464#1,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2076:# asm 2: pxor  <y12=%xmm0,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2077-pxor  %xmm0,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2079-# qhasm: uint32323232							r12 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2080:# asm 1: psrld $25,<r12=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2081:# asm 2: psrld $25,<r12=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2082-psrld $25,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2084-# qhasm: 								z12 ^= r12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2085:# asm 1: pxor  <r12=int6464#13,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2086:# asm 2: pxor  <r12=%xmm12,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2087-pxor  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2089-# qhasm: 						y8 = z10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2090:# asm 1: movdqa <z10=int6464#2,>y8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2091:# asm 2: movdqa <z10=%xmm1,>y8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2092-movdqa %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2094-# qhasm: uint32323232					y8 += z11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2095:# asm 1: paddd <z11=int6464#7,<y8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2096:# asm 2: paddd <z11=%xmm6,<y8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2097-paddd %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2099-# qhasm: 						r8 = y8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2100:# asm 1: movdqa <y8=int6464#1,>r8=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2101:# asm 2: movdqa <y8=%xmm0,>r8=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2102-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2104-# qhasm: uint32323232					y8 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2105:# asm 1: pslld $9,<y8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2106:# asm 2: pslld $9,<y8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2107-pslld $9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2109-# qhasm: 						z8 ^= y8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2110:# asm 1: pxor  <y8=int6464#1,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2111:# asm 2: pxor  <y8=%xmm0,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2112-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2114-# qhasm: uint32323232					r8 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2115:# asm 1: psrld $23,<r8=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2116:# asm 2: psrld $23,<r8=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2117-psrld $23,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2119-# qhasm: 						z8 ^= r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2120:# asm 1: pxor  <r8=int6464#13,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2121:# asm 2: pxor  <r8=%xmm12,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2122-pxor  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2124-# qhasm: 								y13 = z15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2125:# asm 1: movdqa <z15=int6464#3,>y13=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2126:# asm 2: movdqa <z15=%xmm2,>y13=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2127-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2129-# qhasm: uint32323232							y13 += z12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2130:# asm 1: paddd <z12=int6464#14,<y13=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2131:# asm 2: paddd <z12=%xmm13,<y13=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2132-paddd %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2134-# qhasm: 								r13 = y13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2135:# asm 1: movdqa <y13=int6464#1,>r13=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2136:# asm 2: movdqa <y13=%xmm0,>r13=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2137-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2139-# qhasm: uint32323232							y13 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2140:# asm 1: pslld $9,<y13=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2141:# asm 2: pslld $9,<y13=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2142-pslld $9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2144-# qhasm: 								z13 ^= y13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2145:# asm 1: pxor  <y13=int6464#1,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2146:# asm 2: pxor  <y13=%xmm0,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2147-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2149-# qhasm: uint32323232							r13 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2150:# asm 1: psrld $23,<r13=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2151:# asm 2: psrld $23,<r13=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2152-psrld $23,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2154-# qhasm: 								z13 ^= r13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2155:# asm 1: pxor  <r13=int6464#13,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2156:# asm 2: pxor  <r13=%xmm12,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2157-pxor  %xmm12,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2159-# qhasm: 						y9 = z11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2160:# asm 1: movdqa <z11=int6464#7,>y9=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2161:# asm 2: movdqa <z11=%xmm6,>y9=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2162-movdqa %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2164-# qhasm: uint32323232					y9 += z8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2165:# asm 1: paddd <z8=int6464#16,<y9=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2166:# asm 2: paddd <z8=%xmm15,<y9=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2167-paddd %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2169-# qhasm: 						r9 = y9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2170:# asm 1: movdqa <y9=int6464#1,>r9=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2171:# asm 2: movdqa <y9=%xmm0,>r9=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2172-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2174-# qhasm: uint32323232					y9 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2175:# asm 1: pslld $13,<y9=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2176:# asm 2: pslld $13,<y9=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2177-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2179-# qhasm: 						z9 ^= y9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2180:# asm 1: pxor  <y9=int6464#1,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2181:# asm 2: pxor  <y9=%xmm0,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2182-pxor  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2184-# qhasm: uint32323232					r9 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2185:# asm 1: psrld $19,<r9=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2186:# asm 2: psrld $19,<r9=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2187-psrld $19,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2189-# qhasm: 						z9 ^= r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2190:# asm 1: pxor  <r9=int6464#13,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2191:# asm 2: pxor  <r9=%xmm12,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2192-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2194-# qhasm: 								y14 = z12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2195:# asm 1: movdqa <z12=int6464#14,>y14=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2196:# asm 2: movdqa <z12=%xmm13,>y14=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2197-movdqa %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2199-# qhasm: uint32323232							y14 += z13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2200:# asm 1: paddd <z13=int6464#10,<y14=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2201:# asm 2: paddd <z13=%xmm9,<y14=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2202-paddd %xmm9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2204-# qhasm: 								r14 = y14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2205:# asm 1: movdqa <y14=int6464#1,>r14=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2206:# asm 2: movdqa <y14=%xmm0,>r14=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2207-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2209-# qhasm: uint32323232							y14 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2210:# asm 1: pslld $13,<y14=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2211:# asm 2: pslld $13,<y14=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2212-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2214-# qhasm: 								z14 ^= y14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2215:# asm 1: pxor  <y14=int6464#1,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2216:# asm 2: pxor  <y14=%xmm0,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2217-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2219-# qhasm: uint32323232							r14 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2220:# asm 1: psrld $19,<r14=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2221:# asm 2: psrld $19,<r14=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2222-psrld $19,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2224-# qhasm: 								z14 ^= r14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2225:# asm 1: pxor  <r14=int6464#13,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2226:# asm 2: pxor  <r14=%xmm12,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2227-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2229-# qhasm: 						y10 = z8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2230:# asm 1: movdqa <z8=int6464#16,>y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2231:# asm 2: movdqa <z8=%xmm15,>y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2232-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2234-# qhasm: uint32323232					y10 += z9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2235:# asm 1: paddd <z9=int6464#12,<y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2236:# asm 2: paddd <z9=%xmm11,<y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2237-paddd %xmm11,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2239-# qhasm: 						r10 = y10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2240:# asm 1: movdqa <y10=int6464#1,>r10=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2241:# asm 2: movdqa <y10=%xmm0,>r10=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2242-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2244-# qhasm: uint32323232					y10 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2245:# asm 1: pslld $18,<y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2246:# asm 2: pslld $18,<y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2247-pslld $18,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2249-# qhasm: 						z10 ^= y10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2250:# asm 1: pxor  <y10=int6464#1,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2251:# asm 2: pxor  <y10=%xmm0,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2252-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2254-# qhasm: uint32323232					r10 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2255:# asm 1: psrld $14,<r10=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2256:# asm 2: psrld $14,<r10=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2257-psrld $14,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2259-# qhasm: 						z10 ^= r10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2260:# asm 1: pxor  <r10=int6464#13,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2261:# asm 2: pxor  <r10=%xmm12,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2262-pxor  %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2264-# qhasm: 								y15 = z13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2265:# asm 1: movdqa <z13=int6464#10,>y15=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2266:# asm 2: movdqa <z13=%xmm9,>y15=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2267-movdqa %xmm9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2269-# qhasm: uint32323232							y15 += z14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2270:# asm 1: paddd <z14=int6464#4,<y15=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2271:# asm 2: paddd <z14=%xmm3,<y15=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2272-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2274-# qhasm: 								r15 = y15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2275:# asm 1: movdqa <y15=int6464#1,>r15=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2276:# asm 2: movdqa <y15=%xmm0,>r15=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2277-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2279-# qhasm: uint32323232							y15 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2280:# asm 1: pslld $18,<y15=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2281:# asm 2: pslld $18,<y15=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2282-pslld $18,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2284-# qhasm: 								z15 ^= y15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2285:# asm 1: pxor  <y15=int6464#1,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2286:# asm 2: pxor  <y15=%xmm0,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2287-pxor  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2289-# qhasm: uint32323232							r15 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2290:# asm 1: psrld $14,<r15=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2291:# asm 2: psrld $14,<r15=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2292-psrld $14,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2294-# qhasm: 								z15 ^= r15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2295:# asm 1: pxor  <r15=int6464#13,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2296:# asm 2: pxor  <r15=%xmm12,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2297-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2299-# qhasm: 		z0 = z0_stack
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2300:# asm 1: movdqa <z0_stack=stack128#21,>z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2301:# asm 2: movdqa <z0_stack=320(%rsp),>z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2302-movdqa 320(%rsp),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2304-# qhasm: 				z5 = z5_stack
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2305:# asm 1: movdqa <z5_stack=stack128#22,>z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2306:# asm 2: movdqa <z5_stack=336(%rsp),>z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2307-movdqa 336(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2309-# qhasm:                   unsigned>? i -= 2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2310:# asm 1: sub  $2,<i=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2311:# asm 2: sub  $2,<i=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2312-sub  $2,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2318-# qhasm:   uint32323232 z0 += orig0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2319:# asm 1: paddd <orig0=stack128#8,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2320:# asm 2: paddd <orig0=112(%rsp),<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2321-paddd 112(%rsp),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2323-# qhasm:   uint32323232 z1 += orig1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2324:# asm 1: paddd <orig1=stack128#12,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2325:# asm 2: paddd <orig1=176(%rsp),<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2326-paddd 176(%rsp),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2328-# qhasm:   uint32323232 z2 += orig2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2329:# asm 1: paddd <orig2=stack128#15,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2330:# asm 2: paddd <orig2=224(%rsp),<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2331-paddd 224(%rsp),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2333-# qhasm:   uint32323232 z3 += orig3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2334:# asm 1: paddd <orig3=stack128#18,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2335:# asm 2: paddd <orig3=272(%rsp),<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2336-paddd 272(%rsp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2338-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2339:# asm 1: movd   <z0=int6464#13,>in0=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2340:# asm 2: movd   <z0=%xmm12,>in0=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2341-movd   %xmm12,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2343-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2344:# asm 1: movd   <z1=int6464#8,>in1=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2345:# asm 2: movd   <z1=%xmm7,>in1=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2346-movd   %xmm7,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2348-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2349:# asm 1: movd   <z2=int6464#11,>in2=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2350:# asm 2: movd   <z2=%xmm10,>in2=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2351-movd   %xmm10,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2353-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2354:# asm 1: movd   <z3=int6464#5,>in3=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2355:# asm 2: movd   <z3=%xmm4,>in3=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2356-movd   %xmm4,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2358-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2359:# asm 1: pshufd $0x39,<z0=int6464#13,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2360:# asm 2: pshufd $0x39,<z0=%xmm12,<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2361-pshufd $0x39,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2363-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2364:# asm 1: pshufd $0x39,<z1=int6464#8,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2365:# asm 2: pshufd $0x39,<z1=%xmm7,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2366-pshufd $0x39,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2368-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2369:# asm 1: pshufd $0x39,<z2=int6464#11,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2370:# asm 2: pshufd $0x39,<z2=%xmm10,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2371-pshufd $0x39,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2373-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2374:# asm 1: pshufd $0x39,<z3=int6464#5,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2375:# asm 2: pshufd $0x39,<z3=%xmm4,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2376-pshufd $0x39,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2378-# qhasm:   (uint32) in0 ^= *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2379:# asm 1: xorl 0(<m=int64#2),<in0=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2380:# asm 2: xorl 0(<m=%rsi),<in0=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2381-xorl 0(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2383-# qhasm:   (uint32) in1 ^= *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2384:# asm 1: xorl 4(<m=int64#2),<in1=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2385:# asm 2: xorl 4(<m=%rsi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2386-xorl 4(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2388-# qhasm:   (uint32) in2 ^= *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2389:# asm 1: xorl 8(<m=int64#2),<in2=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2390:# asm 2: xorl 8(<m=%rsi),<in2=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2391-xorl 8(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2393-# qhasm:   (uint32) in3 ^= *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2394:# asm 1: xorl 12(<m=int64#2),<in3=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2395:# asm 2: xorl 12(<m=%rsi),<in3=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2396-xorl 12(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2398-# qhasm:   *(uint32 *) (out + 0) = in0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2399:# asm 1: movl   <in0=int64#3d,0(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2400:# asm 2: movl   <in0=%edx,0(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2401-movl   %edx,0(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2403-# qhasm:   *(uint32 *) (out + 4) = in1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2404:# asm 1: movl   <in1=int64#4d,4(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2405:# asm 2: movl   <in1=%ecx,4(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2406-movl   %ecx,4(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2408-# qhasm:   *(uint32 *) (out + 8) = in2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2409:# asm 1: movl   <in2=int64#5d,8(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2410:# asm 2: movl   <in2=%r8d,8(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2411-movl   %r8d,8(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2413-# qhasm:   *(uint32 *) (out + 12) = in3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2414:# asm 1: movl   <in3=int64#6d,12(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2415:# asm 2: movl   <in3=%r9d,12(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2416-movl   %r9d,12(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2418-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2419:# asm 1: movd   <z0=int6464#13,>in0=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2420:# asm 2: movd   <z0=%xmm12,>in0=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2421-movd   %xmm12,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2423-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2424:# asm 1: movd   <z1=int6464#8,>in1=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2425:# asm 2: movd   <z1=%xmm7,>in1=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2426-movd   %xmm7,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2428-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2429:# asm 1: movd   <z2=int6464#11,>in2=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2430:# asm 2: movd   <z2=%xmm10,>in2=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2431-movd   %xmm10,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2433-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2434:# asm 1: movd   <z3=int6464#5,>in3=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2435:# asm 2: movd   <z3=%xmm4,>in3=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2436-movd   %xmm4,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2438-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2439:# asm 1: pshufd $0x39,<z0=int6464#13,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2440:# asm 2: pshufd $0x39,<z0=%xmm12,<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2441-pshufd $0x39,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2443-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2444:# asm 1: pshufd $0x39,<z1=int6464#8,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2445:# asm 2: pshufd $0x39,<z1=%xmm7,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2446-pshufd $0x39,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2448-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2449:# asm 1: pshufd $0x39,<z2=int6464#11,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2450:# asm 2: pshufd $0x39,<z2=%xmm10,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2451-pshufd $0x39,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2453-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2454:# asm 1: pshufd $0x39,<z3=int6464#5,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2455:# asm 2: pshufd $0x39,<z3=%xmm4,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2456-pshufd $0x39,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2458-# qhasm:   (uint32) in0 ^= *(uint32 *) (m + 64)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2459:# asm 1: xorl 64(<m=int64#2),<in0=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2460:# asm 2: xorl 64(<m=%rsi),<in0=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2461-xorl 64(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2463-# qhasm:   (uint32) in1 ^= *(uint32 *) (m + 68)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2464:# asm 1: xorl 68(<m=int64#2),<in1=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2465:# asm 2: xorl 68(<m=%rsi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2466-xorl 68(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2468-# qhasm:   (uint32) in2 ^= *(uint32 *) (m + 72)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2469:# asm 1: xorl 72(<m=int64#2),<in2=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2470:# asm 2: xorl 72(<m=%rsi),<in2=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2471-xorl 72(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2473-# qhasm:   (uint32) in3 ^= *(uint32 *) (m + 76)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2474:# asm 1: xorl 76(<m=int64#2),<in3=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2475:# asm 2: xorl 76(<m=%rsi),<in3=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2476-xorl 76(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2478-# qhasm:   *(uint32 *) (out + 64) = in0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2479:# asm 1: movl   <in0=int64#3d,64(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2480:# asm 2: movl   <in0=%edx,64(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2481-movl   %edx,64(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2483-# qhasm:   *(uint32 *) (out + 68) = in1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2484:# asm 1: movl   <in1=int64#4d,68(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2485:# asm 2: movl   <in1=%ecx,68(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2486-movl   %ecx,68(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2488-# qhasm:   *(uint32 *) (out + 72) = in2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2489:# asm 1: movl   <in2=int64#5d,72(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2490:# asm 2: movl   <in2=%r8d,72(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2491-movl   %r8d,72(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2493-# qhasm:   *(uint32 *) (out + 76) = in3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2494:# asm 1: movl   <in3=int64#6d,76(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2495:# asm 2: movl   <in3=%r9d,76(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2496-movl   %r9d,76(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2498-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2499:# asm 1: movd   <z0=int6464#13,>in0=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2500:# asm 2: movd   <z0=%xmm12,>in0=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2501-movd   %xmm12,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2503-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2504:# asm 1: movd   <z1=int6464#8,>in1=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2505:# asm 2: movd   <z1=%xmm7,>in1=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2506-movd   %xmm7,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2508-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2509:# asm 1: movd   <z2=int6464#11,>in2=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2510:# asm 2: movd   <z2=%xmm10,>in2=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2511-movd   %xmm10,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2513-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2514:# asm 1: movd   <z3=int6464#5,>in3=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2515:# asm 2: movd   <z3=%xmm4,>in3=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2516-movd   %xmm4,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2518-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2519:# asm 1: pshufd $0x39,<z0=int6464#13,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2520:# asm 2: pshufd $0x39,<z0=%xmm12,<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2521-pshufd $0x39,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2523-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2524:# asm 1: pshufd $0x39,<z1=int6464#8,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2525:# asm 2: pshufd $0x39,<z1=%xmm7,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2526-pshufd $0x39,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2528-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2529:# asm 1: pshufd $0x39,<z2=int6464#11,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2530:# asm 2: pshufd $0x39,<z2=%xmm10,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2531-pshufd $0x39,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2533-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2534:# asm 1: pshufd $0x39,<z3=int6464#5,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2535:# asm 2: pshufd $0x39,<z3=%xmm4,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2536-pshufd $0x39,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2538-# qhasm:   (uint32) in0 ^= *(uint32 *) (m + 128)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2539:# asm 1: xorl 128(<m=int64#2),<in0=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2540:# asm 2: xorl 128(<m=%rsi),<in0=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2541-xorl 128(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2543-# qhasm:   (uint32) in1 ^= *(uint32 *) (m + 132)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2544:# asm 1: xorl 132(<m=int64#2),<in1=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2545:# asm 2: xorl 132(<m=%rsi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2546-xorl 132(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2548-# qhasm:   (uint32) in2 ^= *(uint32 *) (m + 136)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2549:# asm 1: xorl 136(<m=int64#2),<in2=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2550:# asm 2: xorl 136(<m=%rsi),<in2=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2551-xorl 136(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2553-# qhasm:   (uint32) in3 ^= *(uint32 *) (m + 140)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2554:# asm 1: xorl 140(<m=int64#2),<in3=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2555:# asm 2: xorl 140(<m=%rsi),<in3=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2556-xorl 140(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2558-# qhasm:   *(uint32 *) (out + 128) = in0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2559:# asm 1: movl   <in0=int64#3d,128(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2560:# asm 2: movl   <in0=%edx,128(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2561-movl   %edx,128(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2563-# qhasm:   *(uint32 *) (out + 132) = in1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2564:# asm 1: movl   <in1=int64#4d,132(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2565:# asm 2: movl   <in1=%ecx,132(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2566-movl   %ecx,132(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2568-# qhasm:   *(uint32 *) (out + 136) = in2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2569:# asm 1: movl   <in2=int64#5d,136(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2570:# asm 2: movl   <in2=%r8d,136(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2571-movl   %r8d,136(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2573-# qhasm:   *(uint32 *) (out + 140) = in3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2574:# asm 1: movl   <in3=int64#6d,140(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2575:# asm 2: movl   <in3=%r9d,140(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2576-movl   %r9d,140(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2578-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2579:# asm 1: movd   <z0=int6464#13,>in0=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2580:# asm 2: movd   <z0=%xmm12,>in0=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2581-movd   %xmm12,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2583-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2584:# asm 1: movd   <z1=int6464#8,>in1=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2585:# asm 2: movd   <z1=%xmm7,>in1=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2586-movd   %xmm7,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2588-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2589:# asm 1: movd   <z2=int6464#11,>in2=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2590:# asm 2: movd   <z2=%xmm10,>in2=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2591-movd   %xmm10,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2593-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2594:# asm 1: movd   <z3=int6464#5,>in3=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2595:# asm 2: movd   <z3=%xmm4,>in3=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2596-movd   %xmm4,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2598-# qhasm:   (uint32) in0 ^= *(uint32 *) (m + 192)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2599:# asm 1: xorl 192(<m=int64#2),<in0=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2600:# asm 2: xorl 192(<m=%rsi),<in0=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2601-xorl 192(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2603-# qhasm:   (uint32) in1 ^= *(uint32 *) (m + 196)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2604:# asm 1: xorl 196(<m=int64#2),<in1=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2605:# asm 2: xorl 196(<m=%rsi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2606-xorl 196(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2608-# qhasm:   (uint32) in2 ^= *(uint32 *) (m + 200)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2609:# asm 1: xorl 200(<m=int64#2),<in2=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2610:# asm 2: xorl 200(<m=%rsi),<in2=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2611-xorl 200(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2613-# qhasm:   (uint32) in3 ^= *(uint32 *) (m + 204)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2614:# asm 1: xorl 204(<m=int64#2),<in3=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2615:# asm 2: xorl 204(<m=%rsi),<in3=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2616-xorl 204(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2618-# qhasm:   *(uint32 *) (out + 192) = in0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2619:# asm 1: movl   <in0=int64#3d,192(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2620:# asm 2: movl   <in0=%edx,192(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2621-movl   %edx,192(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2623-# qhasm:   *(uint32 *) (out + 196) = in1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2624:# asm 1: movl   <in1=int64#4d,196(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2625:# asm 2: movl   <in1=%ecx,196(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2626-movl   %ecx,196(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2628-# qhasm:   *(uint32 *) (out + 200) = in2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2629:# asm 1: movl   <in2=int64#5d,200(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2630:# asm 2: movl   <in2=%r8d,200(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2631-movl   %r8d,200(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2633-# qhasm:   *(uint32 *) (out + 204) = in3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2634:# asm 1: movl   <in3=int64#6d,204(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2635:# asm 2: movl   <in3=%r9d,204(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2636-movl   %r9d,204(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2638-# qhasm:   uint32323232 z4 += orig4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2639:# asm 1: paddd <orig4=stack128#16,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2640:# asm 2: paddd <orig4=240(%rsp),<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2641-paddd 240(%rsp),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2643-# qhasm:   uint32323232 z5 += orig5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2644:# asm 1: paddd <orig5=stack128#5,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2645:# asm 2: paddd <orig5=64(%rsp),<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2646-paddd 64(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2648-# qhasm:   uint32323232 z6 += orig6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2649:# asm 1: paddd <orig6=stack128#9,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2650:# asm 2: paddd <orig6=128(%rsp),<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2651-paddd 128(%rsp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2653-# qhasm:   uint32323232 z7 += orig7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2654:# asm 1: paddd <orig7=stack128#13,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2655:# asm 2: paddd <orig7=192(%rsp),<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2656-paddd 192(%rsp),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2658-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2659:# asm 1: movd   <z4=int6464#15,>in4=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2660:# asm 2: movd   <z4=%xmm14,>in4=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2661-movd   %xmm14,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2663-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2664:# asm 1: movd   <z5=int6464#1,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2665:# asm 2: movd   <z5=%xmm0,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2666-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2668-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2669:# asm 1: movd   <z6=int6464#6,>in6=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2670:# asm 2: movd   <z6=%xmm5,>in6=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2671-movd   %xmm5,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2673-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2674:# asm 1: movd   <z7=int6464#9,>in7=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2675:# asm 2: movd   <z7=%xmm8,>in7=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2676-movd   %xmm8,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2678-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2679:# asm 1: pshufd $0x39,<z4=int6464#15,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2680:# asm 2: pshufd $0x39,<z4=%xmm14,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2681-pshufd $0x39,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2683-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2684:# asm 1: pshufd $0x39,<z5=int6464#1,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2685:# asm 2: pshufd $0x39,<z5=%xmm0,<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2686-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2688-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2689:# asm 1: pshufd $0x39,<z6=int6464#6,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2690:# asm 2: pshufd $0x39,<z6=%xmm5,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2691-pshufd $0x39,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2693-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2694:# asm 1: pshufd $0x39,<z7=int6464#9,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2695:# asm 2: pshufd $0x39,<z7=%xmm8,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2696-pshufd $0x39,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2698-# qhasm:   (uint32) in4 ^= *(uint32 *) (m + 16)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2699:# asm 1: xorl 16(<m=int64#2),<in4=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2700:# asm 2: xorl 16(<m=%rsi),<in4=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2701-xorl 16(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2703-# qhasm:   (uint32) in5 ^= *(uint32 *) (m + 20)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2704:# asm 1: xorl 20(<m=int64#2),<in5=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2705:# asm 2: xorl 20(<m=%rsi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2706-xorl 20(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2708-# qhasm:   (uint32) in6 ^= *(uint32 *) (m + 24)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2709:# asm 1: xorl 24(<m=int64#2),<in6=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2710:# asm 2: xorl 24(<m=%rsi),<in6=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2711-xorl 24(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2713-# qhasm:   (uint32) in7 ^= *(uint32 *) (m + 28)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2714:# asm 1: xorl 28(<m=int64#2),<in7=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2715:# asm 2: xorl 28(<m=%rsi),<in7=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2716-xorl 28(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2718-# qhasm:   *(uint32 *) (out + 16) = in4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2719:# asm 1: movl   <in4=int64#3d,16(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2720:# asm 2: movl   <in4=%edx,16(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2721-movl   %edx,16(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2723-# qhasm:   *(uint32 *) (out + 20) = in5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2724:# asm 1: movl   <in5=int64#4d,20(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2725:# asm 2: movl   <in5=%ecx,20(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2726-movl   %ecx,20(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2728-# qhasm:   *(uint32 *) (out + 24) = in6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2729:# asm 1: movl   <in6=int64#5d,24(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2730:# asm 2: movl   <in6=%r8d,24(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2731-movl   %r8d,24(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2733-# qhasm:   *(uint32 *) (out + 28) = in7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2734:# asm 1: movl   <in7=int64#6d,28(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2735:# asm 2: movl   <in7=%r9d,28(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2736-movl   %r9d,28(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2738-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2739:# asm 1: movd   <z4=int6464#15,>in4=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2740:# asm 2: movd   <z4=%xmm14,>in4=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2741-movd   %xmm14,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2743-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2744:# asm 1: movd   <z5=int6464#1,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2745:# asm 2: movd   <z5=%xmm0,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2746-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2748-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2749:# asm 1: movd   <z6=int6464#6,>in6=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2750:# asm 2: movd   <z6=%xmm5,>in6=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2751-movd   %xmm5,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2753-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2754:# asm 1: movd   <z7=int6464#9,>in7=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2755:# asm 2: movd   <z7=%xmm8,>in7=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2756-movd   %xmm8,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2758-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2759:# asm 1: pshufd $0x39,<z4=int6464#15,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2760:# asm 2: pshufd $0x39,<z4=%xmm14,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2761-pshufd $0x39,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2763-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2764:# asm 1: pshufd $0x39,<z5=int6464#1,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2765:# asm 2: pshufd $0x39,<z5=%xmm0,<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2766-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2768-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2769:# asm 1: pshufd $0x39,<z6=int6464#6,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2770:# asm 2: pshufd $0x39,<z6=%xmm5,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2771-pshufd $0x39,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2773-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2774:# asm 1: pshufd $0x39,<z7=int6464#9,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2775:# asm 2: pshufd $0x39,<z7=%xmm8,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2776-pshufd $0x39,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2778-# qhasm:   (uint32) in4 ^= *(uint32 *) (m + 80)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2779:# asm 1: xorl 80(<m=int64#2),<in4=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2780:# asm 2: xorl 80(<m=%rsi),<in4=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2781-xorl 80(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2783-# qhasm:   (uint32) in5 ^= *(uint32 *) (m + 84)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2784:# asm 1: xorl 84(<m=int64#2),<in5=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2785:# asm 2: xorl 84(<m=%rsi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2786-xorl 84(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2788-# qhasm:   (uint32) in6 ^= *(uint32 *) (m + 88)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2789:# asm 1: xorl 88(<m=int64#2),<in6=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2790:# asm 2: xorl 88(<m=%rsi),<in6=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2791-xorl 88(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2793-# qhasm:   (uint32) in7 ^= *(uint32 *) (m + 92)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2794:# asm 1: xorl 92(<m=int64#2),<in7=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2795:# asm 2: xorl 92(<m=%rsi),<in7=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2796-xorl 92(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2798-# qhasm:   *(uint32 *) (out + 80) = in4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2799:# asm 1: movl   <in4=int64#3d,80(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2800:# asm 2: movl   <in4=%edx,80(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2801-movl   %edx,80(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2803-# qhasm:   *(uint32 *) (out + 84) = in5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2804:# asm 1: movl   <in5=int64#4d,84(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2805:# asm 2: movl   <in5=%ecx,84(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2806-movl   %ecx,84(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2808-# qhasm:   *(uint32 *) (out + 88) = in6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2809:# asm 1: movl   <in6=int64#5d,88(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2810:# asm 2: movl   <in6=%r8d,88(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2811-movl   %r8d,88(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2813-# qhasm:   *(uint32 *) (out + 92) = in7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2814:# asm 1: movl   <in7=int64#6d,92(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2815:# asm 2: movl   <in7=%r9d,92(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2816-movl   %r9d,92(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2818-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2819:# asm 1: movd   <z4=int6464#15,>in4=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2820:# asm 2: movd   <z4=%xmm14,>in4=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2821-movd   %xmm14,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2823-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2824:# asm 1: movd   <z5=int6464#1,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2825:# asm 2: movd   <z5=%xmm0,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2826-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2828-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2829:# asm 1: movd   <z6=int6464#6,>in6=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2830:# asm 2: movd   <z6=%xmm5,>in6=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2831-movd   %xmm5,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2833-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2834:# asm 1: movd   <z7=int6464#9,>in7=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2835:# asm 2: movd   <z7=%xmm8,>in7=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2836-movd   %xmm8,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2838-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2839:# asm 1: pshufd $0x39,<z4=int6464#15,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2840:# asm 2: pshufd $0x39,<z4=%xmm14,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2841-pshufd $0x39,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2843-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2844:# asm 1: pshufd $0x39,<z5=int6464#1,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2845:# asm 2: pshufd $0x39,<z5=%xmm0,<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2846-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2848-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2849:# asm 1: pshufd $0x39,<z6=int6464#6,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2850:# asm 2: pshufd $0x39,<z6=%xmm5,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2851-pshufd $0x39,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2853-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2854:# asm 1: pshufd $0x39,<z7=int6464#9,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2855:# asm 2: pshufd $0x39,<z7=%xmm8,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2856-pshufd $0x39,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2858-# qhasm:   (uint32) in4 ^= *(uint32 *) (m + 144)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2859:# asm 1: xorl 144(<m=int64#2),<in4=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2860:# asm 2: xorl 144(<m=%rsi),<in4=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2861-xorl 144(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2863-# qhasm:   (uint32) in5 ^= *(uint32 *) (m + 148)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2864:# asm 1: xorl 148(<m=int64#2),<in5=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2865:# asm 2: xorl 148(<m=%rsi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2866-xorl 148(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2868-# qhasm:   (uint32) in6 ^= *(uint32 *) (m + 152)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2869:# asm 1: xorl 152(<m=int64#2),<in6=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2870:# asm 2: xorl 152(<m=%rsi),<in6=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2871-xorl 152(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2873-# qhasm:   (uint32) in7 ^= *(uint32 *) (m + 156)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2874:# asm 1: xorl 156(<m=int64#2),<in7=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2875:# asm 2: xorl 156(<m=%rsi),<in7=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2876-xorl 156(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2878-# qhasm:   *(uint32 *) (out + 144) = in4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2879:# asm 1: movl   <in4=int64#3d,144(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2880:# asm 2: movl   <in4=%edx,144(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2881-movl   %edx,144(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2883-# qhasm:   *(uint32 *) (out + 148) = in5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2884:# asm 1: movl   <in5=int64#4d,148(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2885:# asm 2: movl   <in5=%ecx,148(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2886-movl   %ecx,148(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2888-# qhasm:   *(uint32 *) (out + 152) = in6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2889:# asm 1: movl   <in6=int64#5d,152(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2890:# asm 2: movl   <in6=%r8d,152(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2891-movl   %r8d,152(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2893-# qhasm:   *(uint32 *) (out + 156) = in7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2894:# asm 1: movl   <in7=int64#6d,156(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2895:# asm 2: movl   <in7=%r9d,156(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2896-movl   %r9d,156(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2898-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2899:# asm 1: movd   <z4=int6464#15,>in4=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2900:# asm 2: movd   <z4=%xmm14,>in4=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2901-movd   %xmm14,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2903-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2904:# asm 1: movd   <z5=int6464#1,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2905:# asm 2: movd   <z5=%xmm0,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2906-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2908-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2909:# asm 1: movd   <z6=int6464#6,>in6=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2910:# asm 2: movd   <z6=%xmm5,>in6=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2911-movd   %xmm5,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2913-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2914:# asm 1: movd   <z7=int6464#9,>in7=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2915:# asm 2: movd   <z7=%xmm8,>in7=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2916-movd   %xmm8,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2918-# qhasm:   (uint32) in4 ^= *(uint32 *) (m + 208)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2919:# asm 1: xorl 208(<m=int64#2),<in4=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2920:# asm 2: xorl 208(<m=%rsi),<in4=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2921-xorl 208(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2923-# qhasm:   (uint32) in5 ^= *(uint32 *) (m + 212)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2924:# asm 1: xorl 212(<m=int64#2),<in5=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2925:# asm 2: xorl 212(<m=%rsi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2926-xorl 212(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2928-# qhasm:   (uint32) in6 ^= *(uint32 *) (m + 216)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2929:# asm 1: xorl 216(<m=int64#2),<in6=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2930:# asm 2: xorl 216(<m=%rsi),<in6=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2931-xorl 216(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2933-# qhasm:   (uint32) in7 ^= *(uint32 *) (m + 220)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2934:# asm 1: xorl 220(<m=int64#2),<in7=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2935:# asm 2: xorl 220(<m=%rsi),<in7=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2936-xorl 220(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2938-# qhasm:   *(uint32 *) (out + 208) = in4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2939:# asm 1: movl   <in4=int64#3d,208(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2940:# asm 2: movl   <in4=%edx,208(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2941-movl   %edx,208(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2943-# qhasm:   *(uint32 *) (out + 212) = in5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2944:# asm 1: movl   <in5=int64#4d,212(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2945:# asm 2: movl   <in5=%ecx,212(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2946-movl   %ecx,212(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2948-# qhasm:   *(uint32 *) (out + 216) = in6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2949:# asm 1: movl   <in6=int64#5d,216(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2950:# asm 2: movl   <in6=%r8d,216(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2951-movl   %r8d,216(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2953-# qhasm:   *(uint32 *) (out + 220) = in7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2954:# asm 1: movl   <in7=int64#6d,220(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2955:# asm 2: movl   <in7=%r9d,220(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2956-movl   %r9d,220(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2958-# qhasm:   uint32323232 z8 += orig8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2959:# asm 1: paddd <orig8=stack128#19,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2960:# asm 2: paddd <orig8=288(%rsp),<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2961-paddd 288(%rsp),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2963-# qhasm:   uint32323232 z9 += orig9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2964:# asm 1: paddd <orig9=stack128#20,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2965:# asm 2: paddd <orig9=304(%rsp),<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2966-paddd 304(%rsp),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2968-# qhasm:   uint32323232 z10 += orig10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2969:# asm 1: paddd <orig10=stack128#6,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2970:# asm 2: paddd <orig10=80(%rsp),<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2971-paddd 80(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2973-# qhasm:   uint32323232 z11 += orig11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2974:# asm 1: paddd <orig11=stack128#10,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2975:# asm 2: paddd <orig11=144(%rsp),<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2976-paddd 144(%rsp),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2978-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2979:# asm 1: movd   <z8=int6464#16,>in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2980:# asm 2: movd   <z8=%xmm15,>in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2981-movd   %xmm15,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2983-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2984:# asm 1: movd   <z9=int6464#12,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2985:# asm 2: movd   <z9=%xmm11,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2986-movd   %xmm11,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2988-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2989:# asm 1: movd   <z10=int6464#2,>in10=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2990:# asm 2: movd   <z10=%xmm1,>in10=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2991-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2993-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2994:# asm 1: movd   <z11=int6464#7,>in11=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2995:# asm 2: movd   <z11=%xmm6,>in11=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2996-movd   %xmm6,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-2998-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:2999:# asm 1: pshufd $0x39,<z8=int6464#16,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3000:# asm 2: pshufd $0x39,<z8=%xmm15,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3001-pshufd $0x39,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3003-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3004:# asm 1: pshufd $0x39,<z9=int6464#12,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3005:# asm 2: pshufd $0x39,<z9=%xmm11,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3006-pshufd $0x39,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3008-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3009:# asm 1: pshufd $0x39,<z10=int6464#2,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3010:# asm 2: pshufd $0x39,<z10=%xmm1,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3011-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3013-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3014:# asm 1: pshufd $0x39,<z11=int6464#7,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3015:# asm 2: pshufd $0x39,<z11=%xmm6,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3016-pshufd $0x39,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3018-# qhasm:   (uint32) in8 ^= *(uint32 *) (m + 32)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3019:# asm 1: xorl 32(<m=int64#2),<in8=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3020:# asm 2: xorl 32(<m=%rsi),<in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3021-xorl 32(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3023-# qhasm:   (uint32) in9 ^= *(uint32 *) (m + 36)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3024:# asm 1: xorl 36(<m=int64#2),<in9=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3025:# asm 2: xorl 36(<m=%rsi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3026-xorl 36(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3028-# qhasm:   (uint32) in10 ^= *(uint32 *) (m + 40)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3029:# asm 1: xorl 40(<m=int64#2),<in10=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3030:# asm 2: xorl 40(<m=%rsi),<in10=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3031-xorl 40(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3033-# qhasm:   (uint32) in11 ^= *(uint32 *) (m + 44)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3034:# asm 1: xorl 44(<m=int64#2),<in11=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3035:# asm 2: xorl 44(<m=%rsi),<in11=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3036-xorl 44(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3038-# qhasm:   *(uint32 *) (out + 32) = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3039:# asm 1: movl   <in8=int64#3d,32(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3040:# asm 2: movl   <in8=%edx,32(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3041-movl   %edx,32(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3043-# qhasm:   *(uint32 *) (out + 36) = in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3044:# asm 1: movl   <in9=int64#4d,36(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3045:# asm 2: movl   <in9=%ecx,36(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3046-movl   %ecx,36(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3048-# qhasm:   *(uint32 *) (out + 40) = in10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3049:# asm 1: movl   <in10=int64#5d,40(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3050:# asm 2: movl   <in10=%r8d,40(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3051-movl   %r8d,40(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3053-# qhasm:   *(uint32 *) (out + 44) = in11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3054:# asm 1: movl   <in11=int64#6d,44(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3055:# asm 2: movl   <in11=%r9d,44(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3056-movl   %r9d,44(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3058-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3059:# asm 1: movd   <z8=int6464#16,>in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3060:# asm 2: movd   <z8=%xmm15,>in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3061-movd   %xmm15,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3063-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3064:# asm 1: movd   <z9=int6464#12,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3065:# asm 2: movd   <z9=%xmm11,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3066-movd   %xmm11,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3068-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3069:# asm 1: movd   <z10=int6464#2,>in10=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3070:# asm 2: movd   <z10=%xmm1,>in10=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3071-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3073-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3074:# asm 1: movd   <z11=int6464#7,>in11=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3075:# asm 2: movd   <z11=%xmm6,>in11=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3076-movd   %xmm6,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3078-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3079:# asm 1: pshufd $0x39,<z8=int6464#16,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3080:# asm 2: pshufd $0x39,<z8=%xmm15,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3081-pshufd $0x39,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3083-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3084:# asm 1: pshufd $0x39,<z9=int6464#12,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3085:# asm 2: pshufd $0x39,<z9=%xmm11,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3086-pshufd $0x39,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3088-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3089:# asm 1: pshufd $0x39,<z10=int6464#2,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3090:# asm 2: pshufd $0x39,<z10=%xmm1,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3091-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3093-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3094:# asm 1: pshufd $0x39,<z11=int6464#7,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3095:# asm 2: pshufd $0x39,<z11=%xmm6,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3096-pshufd $0x39,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3098-# qhasm:   (uint32) in8 ^= *(uint32 *) (m + 96)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3099:# asm 1: xorl 96(<m=int64#2),<in8=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3100:# asm 2: xorl 96(<m=%rsi),<in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3101-xorl 96(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3103-# qhasm:   (uint32) in9 ^= *(uint32 *) (m + 100)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3104:# asm 1: xorl 100(<m=int64#2),<in9=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3105:# asm 2: xorl 100(<m=%rsi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3106-xorl 100(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3108-# qhasm:   (uint32) in10 ^= *(uint32 *) (m + 104)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3109:# asm 1: xorl 104(<m=int64#2),<in10=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3110:# asm 2: xorl 104(<m=%rsi),<in10=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3111-xorl 104(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3113-# qhasm:   (uint32) in11 ^= *(uint32 *) (m + 108)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3114:# asm 1: xorl 108(<m=int64#2),<in11=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3115:# asm 2: xorl 108(<m=%rsi),<in11=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3116-xorl 108(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3118-# qhasm:   *(uint32 *) (out + 96) = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3119:# asm 1: movl   <in8=int64#3d,96(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3120:# asm 2: movl   <in8=%edx,96(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3121-movl   %edx,96(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3123-# qhasm:   *(uint32 *) (out + 100) = in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3124:# asm 1: movl   <in9=int64#4d,100(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3125:# asm 2: movl   <in9=%ecx,100(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3126-movl   %ecx,100(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3128-# qhasm:   *(uint32 *) (out + 104) = in10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3129:# asm 1: movl   <in10=int64#5d,104(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3130:# asm 2: movl   <in10=%r8d,104(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3131-movl   %r8d,104(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3133-# qhasm:   *(uint32 *) (out + 108) = in11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3134:# asm 1: movl   <in11=int64#6d,108(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3135:# asm 2: movl   <in11=%r9d,108(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3136-movl   %r9d,108(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3138-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3139:# asm 1: movd   <z8=int6464#16,>in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3140:# asm 2: movd   <z8=%xmm15,>in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3141-movd   %xmm15,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3143-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3144:# asm 1: movd   <z9=int6464#12,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3145:# asm 2: movd   <z9=%xmm11,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3146-movd   %xmm11,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3148-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3149:# asm 1: movd   <z10=int6464#2,>in10=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3150:# asm 2: movd   <z10=%xmm1,>in10=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3151-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3153-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3154:# asm 1: movd   <z11=int6464#7,>in11=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3155:# asm 2: movd   <z11=%xmm6,>in11=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3156-movd   %xmm6,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3158-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3159:# asm 1: pshufd $0x39,<z8=int6464#16,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3160:# asm 2: pshufd $0x39,<z8=%xmm15,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3161-pshufd $0x39,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3163-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3164:# asm 1: pshufd $0x39,<z9=int6464#12,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3165:# asm 2: pshufd $0x39,<z9=%xmm11,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3166-pshufd $0x39,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3168-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3169:# asm 1: pshufd $0x39,<z10=int6464#2,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3170:# asm 2: pshufd $0x39,<z10=%xmm1,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3171-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3173-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3174:# asm 1: pshufd $0x39,<z11=int6464#7,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3175:# asm 2: pshufd $0x39,<z11=%xmm6,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3176-pshufd $0x39,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3178-# qhasm:   (uint32) in8 ^= *(uint32 *) (m + 160)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3179:# asm 1: xorl 160(<m=int64#2),<in8=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3180:# asm 2: xorl 160(<m=%rsi),<in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3181-xorl 160(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3183-# qhasm:   (uint32) in9 ^= *(uint32 *) (m + 164)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3184:# asm 1: xorl 164(<m=int64#2),<in9=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3185:# asm 2: xorl 164(<m=%rsi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3186-xorl 164(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3188-# qhasm:   (uint32) in10 ^= *(uint32 *) (m + 168)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3189:# asm 1: xorl 168(<m=int64#2),<in10=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3190:# asm 2: xorl 168(<m=%rsi),<in10=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3191-xorl 168(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3193-# qhasm:   (uint32) in11 ^= *(uint32 *) (m + 172)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3194:# asm 1: xorl 172(<m=int64#2),<in11=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3195:# asm 2: xorl 172(<m=%rsi),<in11=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3196-xorl 172(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3198-# qhasm:   *(uint32 *) (out + 160) = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3199:# asm 1: movl   <in8=int64#3d,160(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3200:# asm 2: movl   <in8=%edx,160(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3201-movl   %edx,160(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3203-# qhasm:   *(uint32 *) (out + 164) = in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3204:# asm 1: movl   <in9=int64#4d,164(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3205:# asm 2: movl   <in9=%ecx,164(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3206-movl   %ecx,164(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3208-# qhasm:   *(uint32 *) (out + 168) = in10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3209:# asm 1: movl   <in10=int64#5d,168(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3210:# asm 2: movl   <in10=%r8d,168(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3211-movl   %r8d,168(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3213-# qhasm:   *(uint32 *) (out + 172) = in11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3214:# asm 1: movl   <in11=int64#6d,172(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3215:# asm 2: movl   <in11=%r9d,172(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3216-movl   %r9d,172(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3218-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3219:# asm 1: movd   <z8=int6464#16,>in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3220:# asm 2: movd   <z8=%xmm15,>in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3221-movd   %xmm15,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3223-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3224:# asm 1: movd   <z9=int6464#12,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3225:# asm 2: movd   <z9=%xmm11,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3226-movd   %xmm11,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3228-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3229:# asm 1: movd   <z10=int6464#2,>in10=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3230:# asm 2: movd   <z10=%xmm1,>in10=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3231-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3233-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3234:# asm 1: movd   <z11=int6464#7,>in11=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3235:# asm 2: movd   <z11=%xmm6,>in11=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3236-movd   %xmm6,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3238-# qhasm:   (uint32) in8 ^= *(uint32 *) (m + 224)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3239:# asm 1: xorl 224(<m=int64#2),<in8=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3240:# asm 2: xorl 224(<m=%rsi),<in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3241-xorl 224(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3243-# qhasm:   (uint32) in9 ^= *(uint32 *) (m + 228)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3244:# asm 1: xorl 228(<m=int64#2),<in9=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3245:# asm 2: xorl 228(<m=%rsi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3246-xorl 228(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3248-# qhasm:   (uint32) in10 ^= *(uint32 *) (m + 232)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3249:# asm 1: xorl 232(<m=int64#2),<in10=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3250:# asm 2: xorl 232(<m=%rsi),<in10=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3251-xorl 232(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3253-# qhasm:   (uint32) in11 ^= *(uint32 *) (m + 236)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3254:# asm 1: xorl 236(<m=int64#2),<in11=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3255:# asm 2: xorl 236(<m=%rsi),<in11=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3256-xorl 236(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3258-# qhasm:   *(uint32 *) (out + 224) = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3259:# asm 1: movl   <in8=int64#3d,224(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3260:# asm 2: movl   <in8=%edx,224(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3261-movl   %edx,224(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3263-# qhasm:   *(uint32 *) (out + 228) = in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3264:# asm 1: movl   <in9=int64#4d,228(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3265:# asm 2: movl   <in9=%ecx,228(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3266-movl   %ecx,228(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3268-# qhasm:   *(uint32 *) (out + 232) = in10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3269:# asm 1: movl   <in10=int64#5d,232(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3270:# asm 2: movl   <in10=%r8d,232(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3271-movl   %r8d,232(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3273-# qhasm:   *(uint32 *) (out + 236) = in11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3274:# asm 1: movl   <in11=int64#6d,236(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3275:# asm 2: movl   <in11=%r9d,236(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3276-movl   %r9d,236(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3278-# qhasm:   uint32323232 z12 += orig12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3279:# asm 1: paddd <orig12=stack128#11,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3280:# asm 2: paddd <orig12=160(%rsp),<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3281-paddd 160(%rsp),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3283-# qhasm:   uint32323232 z13 += orig13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3284:# asm 1: paddd <orig13=stack128#14,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3285:# asm 2: paddd <orig13=208(%rsp),<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3286-paddd 208(%rsp),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3288-# qhasm:   uint32323232 z14 += orig14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3289:# asm 1: paddd <orig14=stack128#17,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3290:# asm 2: paddd <orig14=256(%rsp),<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3291-paddd 256(%rsp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3293-# qhasm:   uint32323232 z15 += orig15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3294:# asm 1: paddd <orig15=stack128#7,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3295:# asm 2: paddd <orig15=96(%rsp),<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3296-paddd 96(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3298-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3299:# asm 1: movd   <z12=int6464#14,>in12=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3300:# asm 2: movd   <z12=%xmm13,>in12=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3301-movd   %xmm13,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3303-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3304:# asm 1: movd   <z13=int6464#10,>in13=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3305:# asm 2: movd   <z13=%xmm9,>in13=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3306-movd   %xmm9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3308-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3309:# asm 1: movd   <z14=int6464#4,>in14=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3310:# asm 2: movd   <z14=%xmm3,>in14=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3311-movd   %xmm3,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3313-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3314:# asm 1: movd   <z15=int6464#3,>in15=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3315:# asm 2: movd   <z15=%xmm2,>in15=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3316-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3318-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3319:# asm 1: pshufd $0x39,<z12=int6464#14,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3320:# asm 2: pshufd $0x39,<z12=%xmm13,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3321-pshufd $0x39,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3323-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3324:# asm 1: pshufd $0x39,<z13=int6464#10,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3325:# asm 2: pshufd $0x39,<z13=%xmm9,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3326-pshufd $0x39,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3328-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3329:# asm 1: pshufd $0x39,<z14=int6464#4,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3330:# asm 2: pshufd $0x39,<z14=%xmm3,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3331-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3333-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3334:# asm 1: pshufd $0x39,<z15=int6464#3,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3335:# asm 2: pshufd $0x39,<z15=%xmm2,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3336-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3338-# qhasm:   (uint32) in12 ^= *(uint32 *) (m + 48)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3339:# asm 1: xorl 48(<m=int64#2),<in12=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3340:# asm 2: xorl 48(<m=%rsi),<in12=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3341-xorl 48(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3343-# qhasm:   (uint32) in13 ^= *(uint32 *) (m + 52)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3344:# asm 1: xorl 52(<m=int64#2),<in13=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3345:# asm 2: xorl 52(<m=%rsi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3346-xorl 52(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3348-# qhasm:   (uint32) in14 ^= *(uint32 *) (m + 56)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3349:# asm 1: xorl 56(<m=int64#2),<in14=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3350:# asm 2: xorl 56(<m=%rsi),<in14=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3351-xorl 56(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3353-# qhasm:   (uint32) in15 ^= *(uint32 *) (m + 60)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3354:# asm 1: xorl 60(<m=int64#2),<in15=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3355:# asm 2: xorl 60(<m=%rsi),<in15=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3356-xorl 60(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3358-# qhasm:   *(uint32 *) (out + 48) = in12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3359:# asm 1: movl   <in12=int64#3d,48(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3360:# asm 2: movl   <in12=%edx,48(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3361-movl   %edx,48(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3363-# qhasm:   *(uint32 *) (out + 52) = in13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3364:# asm 1: movl   <in13=int64#4d,52(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3365:# asm 2: movl   <in13=%ecx,52(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3366-movl   %ecx,52(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3368-# qhasm:   *(uint32 *) (out + 56) = in14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3369:# asm 1: movl   <in14=int64#5d,56(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3370:# asm 2: movl   <in14=%r8d,56(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3371-movl   %r8d,56(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3373-# qhasm:   *(uint32 *) (out + 60) = in15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3374:# asm 1: movl   <in15=int64#6d,60(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3375:# asm 2: movl   <in15=%r9d,60(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3376-movl   %r9d,60(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3378-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3379:# asm 1: movd   <z12=int6464#14,>in12=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3380:# asm 2: movd   <z12=%xmm13,>in12=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3381-movd   %xmm13,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3383-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3384:# asm 1: movd   <z13=int6464#10,>in13=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3385:# asm 2: movd   <z13=%xmm9,>in13=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3386-movd   %xmm9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3388-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3389:# asm 1: movd   <z14=int6464#4,>in14=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3390:# asm 2: movd   <z14=%xmm3,>in14=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3391-movd   %xmm3,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3393-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3394:# asm 1: movd   <z15=int6464#3,>in15=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3395:# asm 2: movd   <z15=%xmm2,>in15=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3396-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3398-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3399:# asm 1: pshufd $0x39,<z12=int6464#14,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3400:# asm 2: pshufd $0x39,<z12=%xmm13,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3401-pshufd $0x39,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3403-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3404:# asm 1: pshufd $0x39,<z13=int6464#10,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3405:# asm 2: pshufd $0x39,<z13=%xmm9,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3406-pshufd $0x39,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3408-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3409:# asm 1: pshufd $0x39,<z14=int6464#4,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3410:# asm 2: pshufd $0x39,<z14=%xmm3,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3411-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3413-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3414:# asm 1: pshufd $0x39,<z15=int6464#3,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3415:# asm 2: pshufd $0x39,<z15=%xmm2,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3416-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3418-# qhasm:   (uint32) in12 ^= *(uint32 *) (m + 112)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3419:# asm 1: xorl 112(<m=int64#2),<in12=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3420:# asm 2: xorl 112(<m=%rsi),<in12=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3421-xorl 112(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3423-# qhasm:   (uint32) in13 ^= *(uint32 *) (m + 116)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3424:# asm 1: xorl 116(<m=int64#2),<in13=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3425:# asm 2: xorl 116(<m=%rsi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3426-xorl 116(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3428-# qhasm:   (uint32) in14 ^= *(uint32 *) (m + 120)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3429:# asm 1: xorl 120(<m=int64#2),<in14=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3430:# asm 2: xorl 120(<m=%rsi),<in14=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3431-xorl 120(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3433-# qhasm:   (uint32) in15 ^= *(uint32 *) (m + 124)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3434:# asm 1: xorl 124(<m=int64#2),<in15=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3435:# asm 2: xorl 124(<m=%rsi),<in15=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3436-xorl 124(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3438-# qhasm:   *(uint32 *) (out + 112) = in12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3439:# asm 1: movl   <in12=int64#3d,112(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3440:# asm 2: movl   <in12=%edx,112(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3441-movl   %edx,112(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3443-# qhasm:   *(uint32 *) (out + 116) = in13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3444:# asm 1: movl   <in13=int64#4d,116(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3445:# asm 2: movl   <in13=%ecx,116(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3446-movl   %ecx,116(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3448-# qhasm:   *(uint32 *) (out + 120) = in14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3449:# asm 1: movl   <in14=int64#5d,120(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3450:# asm 2: movl   <in14=%r8d,120(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3451-movl   %r8d,120(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3453-# qhasm:   *(uint32 *) (out + 124) = in15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3454:# asm 1: movl   <in15=int64#6d,124(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3455:# asm 2: movl   <in15=%r9d,124(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3456-movl   %r9d,124(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3458-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3459:# asm 1: movd   <z12=int6464#14,>in12=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3460:# asm 2: movd   <z12=%xmm13,>in12=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3461-movd   %xmm13,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3463-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3464:# asm 1: movd   <z13=int6464#10,>in13=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3465:# asm 2: movd   <z13=%xmm9,>in13=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3466-movd   %xmm9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3468-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3469:# asm 1: movd   <z14=int6464#4,>in14=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3470:# asm 2: movd   <z14=%xmm3,>in14=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3471-movd   %xmm3,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3473-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3474:# asm 1: movd   <z15=int6464#3,>in15=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3475:# asm 2: movd   <z15=%xmm2,>in15=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3476-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3478-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3479:# asm 1: pshufd $0x39,<z12=int6464#14,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3480:# asm 2: pshufd $0x39,<z12=%xmm13,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3481-pshufd $0x39,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3483-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3484:# asm 1: pshufd $0x39,<z13=int6464#10,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3485:# asm 2: pshufd $0x39,<z13=%xmm9,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3486-pshufd $0x39,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3488-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3489:# asm 1: pshufd $0x39,<z14=int6464#4,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3490:# asm 2: pshufd $0x39,<z14=%xmm3,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3491-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3493-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3494:# asm 1: pshufd $0x39,<z15=int6464#3,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3495:# asm 2: pshufd $0x39,<z15=%xmm2,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3496-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3498-# qhasm:   (uint32) in12 ^= *(uint32 *) (m + 176)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3499:# asm 1: xorl 176(<m=int64#2),<in12=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3500:# asm 2: xorl 176(<m=%rsi),<in12=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3501-xorl 176(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3503-# qhasm:   (uint32) in13 ^= *(uint32 *) (m + 180)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3504:# asm 1: xorl 180(<m=int64#2),<in13=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3505:# asm 2: xorl 180(<m=%rsi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3506-xorl 180(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3508-# qhasm:   (uint32) in14 ^= *(uint32 *) (m + 184)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3509:# asm 1: xorl 184(<m=int64#2),<in14=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3510:# asm 2: xorl 184(<m=%rsi),<in14=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3511-xorl 184(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3513-# qhasm:   (uint32) in15 ^= *(uint32 *) (m + 188)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3514:# asm 1: xorl 188(<m=int64#2),<in15=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3515:# asm 2: xorl 188(<m=%rsi),<in15=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3516-xorl 188(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3518-# qhasm:   *(uint32 *) (out + 176) = in12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3519:# asm 1: movl   <in12=int64#3d,176(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3520:# asm 2: movl   <in12=%edx,176(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3521-movl   %edx,176(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3523-# qhasm:   *(uint32 *) (out + 180) = in13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3524:# asm 1: movl   <in13=int64#4d,180(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3525:# asm 2: movl   <in13=%ecx,180(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3526-movl   %ecx,180(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3528-# qhasm:   *(uint32 *) (out + 184) = in14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3529:# asm 1: movl   <in14=int64#5d,184(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3530:# asm 2: movl   <in14=%r8d,184(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3531-movl   %r8d,184(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3533-# qhasm:   *(uint32 *) (out + 188) = in15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3534:# asm 1: movl   <in15=int64#6d,188(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3535:# asm 2: movl   <in15=%r9d,188(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3536-movl   %r9d,188(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3538-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3539:# asm 1: movd   <z12=int6464#14,>in12=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3540:# asm 2: movd   <z12=%xmm13,>in12=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3541-movd   %xmm13,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3543-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3544:# asm 1: movd   <z13=int6464#10,>in13=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3545:# asm 2: movd   <z13=%xmm9,>in13=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3546-movd   %xmm9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3548-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3549:# asm 1: movd   <z14=int6464#4,>in14=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3550:# asm 2: movd   <z14=%xmm3,>in14=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3551-movd   %xmm3,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3553-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3554:# asm 1: movd   <z15=int6464#3,>in15=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3555:# asm 2: movd   <z15=%xmm2,>in15=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3556-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3558-# qhasm:   (uint32) in12 ^= *(uint32 *) (m + 240)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3559:# asm 1: xorl 240(<m=int64#2),<in12=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3560:# asm 2: xorl 240(<m=%rsi),<in12=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3561-xorl 240(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3563-# qhasm:   (uint32) in13 ^= *(uint32 *) (m + 244)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3564:# asm 1: xorl 244(<m=int64#2),<in13=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3565:# asm 2: xorl 244(<m=%rsi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3566-xorl 244(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3568-# qhasm:   (uint32) in14 ^= *(uint32 *) (m + 248)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3569:# asm 1: xorl 248(<m=int64#2),<in14=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3570:# asm 2: xorl 248(<m=%rsi),<in14=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3571-xorl 248(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3573-# qhasm:   (uint32) in15 ^= *(uint32 *) (m + 252)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3574:# asm 1: xorl 252(<m=int64#2),<in15=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3575:# asm 2: xorl 252(<m=%rsi),<in15=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3576-xorl 252(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3578-# qhasm:   *(uint32 *) (out + 240) = in12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3579:# asm 1: movl   <in12=int64#3d,240(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3580:# asm 2: movl   <in12=%edx,240(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3581-movl   %edx,240(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3583-# qhasm:   *(uint32 *) (out + 244) = in13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3584:# asm 1: movl   <in13=int64#4d,244(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3585:# asm 2: movl   <in13=%ecx,244(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3586-movl   %ecx,244(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3588-# qhasm:   *(uint32 *) (out + 248) = in14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3589:# asm 1: movl   <in14=int64#5d,248(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3590:# asm 2: movl   <in14=%r8d,248(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3591-movl   %r8d,248(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3593-# qhasm:   *(uint32 *) (out + 252) = in15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3594:# asm 1: movl   <in15=int64#6d,252(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3595:# asm 2: movl   <in15=%r9d,252(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3596-movl   %r9d,252(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3598-# qhasm:   bytes = bytes_backup
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3599:# asm 1: movq <bytes_backup=stack64#8,>bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3600:# asm 2: movq <bytes_backup=408(%rsp),>bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3601-movq 408(%rsp),%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3603-# qhasm:   bytes -= 256
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3604:# asm 1: sub  $256,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3605:# asm 2: sub  $256,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3606-sub  $256,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3608-# qhasm:   m += 256
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3609:# asm 1: add  $256,<m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3610:# asm 2: add  $256,<m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3611-add  $256,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3613-# qhasm:   out += 256
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3614:# asm 1: add  $256,<out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3615:# asm 2: add  $256,<out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3616-add  $256,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3618-# qhasm:                            unsigned<? bytes - 256
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3619:# asm 1: cmp  $256,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3620:# asm 2: cmp  $256,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3621-cmp  $256,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3627-# qhasm:                 unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3628:# asm 1: cmp  $0,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3629:# asm 2: cmp  $0,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3630-cmp  $0,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3640-# qhasm:                   unsigned<? bytes - 64
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3641:# asm 1: cmp  $64,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3642:# asm 2: cmp  $64,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3643-cmp  $64,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3649-# qhasm:     ctarget = out
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3650:# asm 1: mov  <out=int64#1,>ctarget=int64#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3651:# asm 2: mov  <out=%rdi,>ctarget=%rdx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3652-mov  %rdi,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3654-# qhasm:     out = &tmp
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3655:# asm 1: leaq <tmp=stack512#1,>out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3656:# asm 2: leaq <tmp=416(%rsp),>out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3657-leaq 416(%rsp),%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3659-# qhasm:     i = bytes
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3660:# asm 1: mov  <bytes=int64#6,>i=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3661:# asm 2: mov  <bytes=%r9,>i=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3662-mov  %r9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3667-# qhasm:     out = &tmp
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3668:# asm 1: leaq <tmp=stack512#1,>out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3669:# asm 2: leaq <tmp=416(%rsp),>out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3670-leaq 416(%rsp),%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3672-# qhasm:     m = &tmp
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3673:# asm 1: leaq <tmp=stack512#1,>m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3674:# asm 2: leaq <tmp=416(%rsp),>m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3675-leaq 416(%rsp),%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3681-# qhasm:   bytes_backup = bytes
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3682:# asm 1: movq <bytes=int64#6,>bytes_backup=stack64#8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3683:# asm 2: movq <bytes=%r9,>bytes_backup=408(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3684-movq %r9,408(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3686-# qhasm: diag0 = x0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3687:# asm 1: movdqa <x0=stack128#4,>diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3688:# asm 2: movdqa <x0=48(%rsp),>diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3689-movdqa 48(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3691-# qhasm: diag1 = x1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3692:# asm 1: movdqa <x1=stack128#1,>diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3693:# asm 2: movdqa <x1=0(%rsp),>diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3694-movdqa 0(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3696-# qhasm: diag2 = x2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3697:# asm 1: movdqa <x2=stack128#2,>diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3698:# asm 2: movdqa <x2=16(%rsp),>diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3699-movdqa 16(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3701-# qhasm: diag3 = x3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3702:# asm 1: movdqa <x3=stack128#3,>diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3703:# asm 2: movdqa <x3=32(%rsp),>diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3704-movdqa 32(%rsp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3706-# qhasm:                     a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3707:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3708:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3709-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3711-# qhasm: i = 20
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3712:# asm 1: mov  $20,>i=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3713:# asm 2: mov  $20,>i=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3714-mov  $20,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3719-# qhasm: uint32323232        a0 += diag0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3720:# asm 1: paddd <diag0=int6464#1,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3721:# asm 2: paddd <diag0=%xmm0,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3722-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3724-# qhasm:                                 a1 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3725:# asm 1: movdqa <diag0=int6464#1,>a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3726:# asm 2: movdqa <diag0=%xmm0,>a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3727-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3729-# qhasm:                     b0 = a0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3730:# asm 1: movdqa <a0=int6464#5,>b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3731:# asm 2: movdqa <a0=%xmm4,>b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3732-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3734-# qhasm: uint32323232        a0 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3735:# asm 1: pslld $7,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3736:# asm 2: pslld $7,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3737-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3739-# qhasm: uint32323232        b0 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3740:# asm 1: psrld $25,<b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3741:# asm 2: psrld $25,<b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3742-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3744-# qhasm:                 diag3 ^= a0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3745:# asm 1: pxor  <a0=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3746:# asm 2: pxor  <a0=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3747-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3749-# qhasm:                 diag3 ^= b0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3750:# asm 1: pxor  <b0=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3751:# asm 2: pxor  <b0=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3752-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3754-# qhasm: uint32323232                        a1 += diag3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3755:# asm 1: paddd <diag3=int6464#4,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3756:# asm 2: paddd <diag3=%xmm3,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3757-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3759-# qhasm:                                                 a2 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3760:# asm 1: movdqa <diag3=int6464#4,>a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3761:# asm 2: movdqa <diag3=%xmm3,>a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3762-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3764-# qhasm:                                     b1 = a1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3765:# asm 1: movdqa <a1=int6464#6,>b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3766:# asm 2: movdqa <a1=%xmm5,>b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3767-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3769-# qhasm: uint32323232                        a1 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3770:# asm 1: pslld $9,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3771:# asm 2: pslld $9,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3772-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3774-# qhasm: uint32323232                        b1 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3775:# asm 1: psrld $23,<b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3776:# asm 2: psrld $23,<b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3777-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3779-# qhasm:                                 diag2 ^= a1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3780:# asm 1: pxor  <a1=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3781:# asm 2: pxor  <a1=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3782-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3784-# qhasm:                 diag3 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3785:# asm 1: pshufd $0x93,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3786:# asm 2: pshufd $0x93,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3787-pshufd $0x93,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3789-# qhasm:                                 diag2 ^= b1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3790:# asm 1: pxor  <b1=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3791:# asm 2: pxor  <b1=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3792-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3794-# qhasm: uint32323232                                        a2 += diag2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3795:# asm 1: paddd <diag2=int6464#3,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3796:# asm 2: paddd <diag2=%xmm2,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3797-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3799-# qhasm:                                                                 a3 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3800:# asm 1: movdqa <diag2=int6464#3,>a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3801:# asm 2: movdqa <diag2=%xmm2,>a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3802-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3804-# qhasm:                                                     b2 = a2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3805:# asm 1: movdqa <a2=int6464#5,>b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3806:# asm 2: movdqa <a2=%xmm4,>b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3807-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3809-# qhasm: uint32323232                                        a2 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3810:# asm 1: pslld $13,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3811:# asm 2: pslld $13,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3812-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3814-# qhasm: uint32323232                                        b2 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3815:# asm 1: psrld $19,<b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3816:# asm 2: psrld $19,<b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3817-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3819-# qhasm:                                                 diag1 ^= a2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3820:# asm 1: pxor  <a2=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3821:# asm 2: pxor  <a2=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3822-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3824-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3825:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3826:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3827-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3829-# qhasm:                                                 diag1 ^= b2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3830:# asm 1: pxor  <b2=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3831:# asm 2: pxor  <b2=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3832-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3834-# qhasm: uint32323232                                                        a3 += diag1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3835:# asm 1: paddd <diag1=int6464#2,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3836:# asm 2: paddd <diag1=%xmm1,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3837-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3839-# qhasm:                 a4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3840:# asm 1: movdqa <diag3=int6464#4,>a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3841:# asm 2: movdqa <diag3=%xmm3,>a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3842-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3844-# qhasm:                                                                     b3 = a3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3845:# asm 1: movdqa <a3=int6464#6,>b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3846:# asm 2: movdqa <a3=%xmm5,>b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3847-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3849-# qhasm: uint32323232                                                        a3 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3850:# asm 1: pslld $18,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3851:# asm 2: pslld $18,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3852-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3854-# qhasm: uint32323232                                                        b3 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3855:# asm 1: psrld $14,<b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3856:# asm 2: psrld $14,<b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3857-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3859-# qhasm:                                                                 diag0 ^= a3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3860:# asm 1: pxor  <a3=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3861:# asm 2: pxor  <a3=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3862-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3864-# qhasm:                                                 diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3865:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3866:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3867-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3869-# qhasm:                                                                 diag0 ^= b3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3870:# asm 1: pxor  <b3=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3871:# asm 2: pxor  <b3=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3872-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3874-# qhasm: uint32323232        a4 += diag0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3875:# asm 1: paddd <diag0=int6464#1,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3876:# asm 2: paddd <diag0=%xmm0,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3877-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3879-# qhasm:                                 a5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3880:# asm 1: movdqa <diag0=int6464#1,>a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3881:# asm 2: movdqa <diag0=%xmm0,>a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3882-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3884-# qhasm:                     b4 = a4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3885:# asm 1: movdqa <a4=int6464#5,>b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3886:# asm 2: movdqa <a4=%xmm4,>b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3887-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3889-# qhasm: uint32323232        a4 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3890:# asm 1: pslld $7,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3891:# asm 2: pslld $7,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3892-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3894-# qhasm: uint32323232        b4 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3895:# asm 1: psrld $25,<b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3896:# asm 2: psrld $25,<b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3897-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3899-# qhasm:                 diag1 ^= a4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3900:# asm 1: pxor  <a4=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3901:# asm 2: pxor  <a4=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3902-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3904-# qhasm:                 diag1 ^= b4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3905:# asm 1: pxor  <b4=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3906:# asm 2: pxor  <b4=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3907-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3909-# qhasm: uint32323232                        a5 += diag1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3910:# asm 1: paddd <diag1=int6464#2,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3911:# asm 2: paddd <diag1=%xmm1,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3912-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3914-# qhasm:                                                 a6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3915:# asm 1: movdqa <diag1=int6464#2,>a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3916:# asm 2: movdqa <diag1=%xmm1,>a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3917-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3919-# qhasm:                                     b5 = a5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3920:# asm 1: movdqa <a5=int6464#6,>b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3921:# asm 2: movdqa <a5=%xmm5,>b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3922-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3924-# qhasm: uint32323232                        a5 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3925:# asm 1: pslld $9,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3926:# asm 2: pslld $9,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3927-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3929-# qhasm: uint32323232                        b5 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3930:# asm 1: psrld $23,<b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3931:# asm 2: psrld $23,<b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3932-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3934-# qhasm:                                 diag2 ^= a5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3935:# asm 1: pxor  <a5=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3936:# asm 2: pxor  <a5=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3937-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3939-# qhasm:                 diag1 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3940:# asm 1: pshufd $0x93,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3941:# asm 2: pshufd $0x93,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3942-pshufd $0x93,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3944-# qhasm:                                 diag2 ^= b5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3945:# asm 1: pxor  <b5=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3946:# asm 2: pxor  <b5=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3947-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3949-# qhasm: uint32323232                                        a6 += diag2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3950:# asm 1: paddd <diag2=int6464#3,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3951:# asm 2: paddd <diag2=%xmm2,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3952-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3954-# qhasm:                                                                 a7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3955:# asm 1: movdqa <diag2=int6464#3,>a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3956:# asm 2: movdqa <diag2=%xmm2,>a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3957-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3959-# qhasm:                                                     b6 = a6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3960:# asm 1: movdqa <a6=int6464#5,>b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3961:# asm 2: movdqa <a6=%xmm4,>b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3962-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3964-# qhasm: uint32323232                                        a6 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3965:# asm 1: pslld $13,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3966:# asm 2: pslld $13,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3967-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3969-# qhasm: uint32323232                                        b6 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3970:# asm 1: psrld $19,<b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3971:# asm 2: psrld $19,<b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3972-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3974-# qhasm:                                                 diag3 ^= a6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3975:# asm 1: pxor  <a6=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3976:# asm 2: pxor  <a6=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3977-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3979-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3980:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3981:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3982-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3984-# qhasm:                                                 diag3 ^= b6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3985:# asm 1: pxor  <b6=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3986:# asm 2: pxor  <b6=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3987-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3989-# qhasm: uint32323232                                                        a7 += diag3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3990:# asm 1: paddd <diag3=int6464#4,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3991:# asm 2: paddd <diag3=%xmm3,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3992-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3994-# qhasm:                 a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3995:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:3996:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3997-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-3999-# qhasm:                                                                     b7 = a7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4000:# asm 1: movdqa <a7=int6464#6,>b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4001:# asm 2: movdqa <a7=%xmm5,>b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4002-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4004-# qhasm: uint32323232                                                        a7 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4005:# asm 1: pslld $18,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4006:# asm 2: pslld $18,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4007-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4009-# qhasm: uint32323232                                                        b7 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4010:# asm 1: psrld $14,<b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4011:# asm 2: psrld $14,<b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4012-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4014-# qhasm:                                                                 diag0 ^= a7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4015:# asm 1: pxor  <a7=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4016:# asm 2: pxor  <a7=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4017-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4019-# qhasm:                                                 diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4020:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4021:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4022-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4024-# qhasm:                                                                 diag0 ^= b7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4025:# asm 1: pxor  <b7=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4026:# asm 2: pxor  <b7=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4027-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4029-# qhasm: uint32323232        a0 += diag0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4030:# asm 1: paddd <diag0=int6464#1,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4031:# asm 2: paddd <diag0=%xmm0,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4032-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4034-# qhasm:                                 a1 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4035:# asm 1: movdqa <diag0=int6464#1,>a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4036:# asm 2: movdqa <diag0=%xmm0,>a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4037-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4039-# qhasm:                     b0 = a0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4040:# asm 1: movdqa <a0=int6464#5,>b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4041:# asm 2: movdqa <a0=%xmm4,>b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4042-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4044-# qhasm: uint32323232        a0 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4045:# asm 1: pslld $7,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4046:# asm 2: pslld $7,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4047-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4049-# qhasm: uint32323232        b0 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4050:# asm 1: psrld $25,<b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4051:# asm 2: psrld $25,<b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4052-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4054-# qhasm:                 diag3 ^= a0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4055:# asm 1: pxor  <a0=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4056:# asm 2: pxor  <a0=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4057-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4059-# qhasm:                 diag3 ^= b0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4060:# asm 1: pxor  <b0=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4061:# asm 2: pxor  <b0=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4062-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4064-# qhasm: uint32323232                        a1 += diag3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4065:# asm 1: paddd <diag3=int6464#4,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4066:# asm 2: paddd <diag3=%xmm3,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4067-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4069-# qhasm:                                                 a2 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4070:# asm 1: movdqa <diag3=int6464#4,>a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4071:# asm 2: movdqa <diag3=%xmm3,>a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4072-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4074-# qhasm:                                     b1 = a1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4075:# asm 1: movdqa <a1=int6464#6,>b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4076:# asm 2: movdqa <a1=%xmm5,>b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4077-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4079-# qhasm: uint32323232                        a1 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4080:# asm 1: pslld $9,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4081:# asm 2: pslld $9,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4082-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4084-# qhasm: uint32323232                        b1 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4085:# asm 1: psrld $23,<b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4086:# asm 2: psrld $23,<b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4087-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4089-# qhasm:                                 diag2 ^= a1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4090:# asm 1: pxor  <a1=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4091:# asm 2: pxor  <a1=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4092-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4094-# qhasm:                 diag3 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4095:# asm 1: pshufd $0x93,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4096:# asm 2: pshufd $0x93,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4097-pshufd $0x93,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4099-# qhasm:                                 diag2 ^= b1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4100:# asm 1: pxor  <b1=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4101:# asm 2: pxor  <b1=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4102-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4104-# qhasm: uint32323232                                        a2 += diag2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4105:# asm 1: paddd <diag2=int6464#3,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4106:# asm 2: paddd <diag2=%xmm2,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4107-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4109-# qhasm:                                                                 a3 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4110:# asm 1: movdqa <diag2=int6464#3,>a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4111:# asm 2: movdqa <diag2=%xmm2,>a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4112-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4114-# qhasm:                                                     b2 = a2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4115:# asm 1: movdqa <a2=int6464#5,>b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4116:# asm 2: movdqa <a2=%xmm4,>b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4117-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4119-# qhasm: uint32323232                                        a2 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4120:# asm 1: pslld $13,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4121:# asm 2: pslld $13,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4122-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4124-# qhasm: uint32323232                                        b2 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4125:# asm 1: psrld $19,<b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4126:# asm 2: psrld $19,<b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4127-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4129-# qhasm:                                                 diag1 ^= a2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4130:# asm 1: pxor  <a2=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4131:# asm 2: pxor  <a2=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4132-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4134-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4135:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4136:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4137-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4139-# qhasm:                                                 diag1 ^= b2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4140:# asm 1: pxor  <b2=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4141:# asm 2: pxor  <b2=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4142-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4144-# qhasm: uint32323232                                                        a3 += diag1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4145:# asm 1: paddd <diag1=int6464#2,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4146:# asm 2: paddd <diag1=%xmm1,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4147-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4149-# qhasm:                 a4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4150:# asm 1: movdqa <diag3=int6464#4,>a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4151:# asm 2: movdqa <diag3=%xmm3,>a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4152-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4154-# qhasm:                                                                     b3 = a3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4155:# asm 1: movdqa <a3=int6464#6,>b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4156:# asm 2: movdqa <a3=%xmm5,>b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4157-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4159-# qhasm: uint32323232                                                        a3 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4160:# asm 1: pslld $18,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4161:# asm 2: pslld $18,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4162-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4164-# qhasm: uint32323232                                                        b3 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4165:# asm 1: psrld $14,<b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4166:# asm 2: psrld $14,<b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4167-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4169-# qhasm:                                                                 diag0 ^= a3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4170:# asm 1: pxor  <a3=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4171:# asm 2: pxor  <a3=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4172-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4174-# qhasm:                                                 diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4175:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4176:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4177-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4179-# qhasm:                                                                 diag0 ^= b3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4180:# asm 1: pxor  <b3=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4181:# asm 2: pxor  <b3=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4182-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4184-# qhasm: uint32323232        a4 += diag0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4185:# asm 1: paddd <diag0=int6464#1,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4186:# asm 2: paddd <diag0=%xmm0,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4187-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4189-# qhasm:                                 a5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4190:# asm 1: movdqa <diag0=int6464#1,>a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4191:# asm 2: movdqa <diag0=%xmm0,>a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4192-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4194-# qhasm:                     b4 = a4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4195:# asm 1: movdqa <a4=int6464#5,>b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4196:# asm 2: movdqa <a4=%xmm4,>b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4197-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4199-# qhasm: uint32323232        a4 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4200:# asm 1: pslld $7,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4201:# asm 2: pslld $7,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4202-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4204-# qhasm: uint32323232        b4 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4205:# asm 1: psrld $25,<b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4206:# asm 2: psrld $25,<b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4207-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4209-# qhasm:                 diag1 ^= a4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4210:# asm 1: pxor  <a4=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4211:# asm 2: pxor  <a4=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4212-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4214-# qhasm:                 diag1 ^= b4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4215:# asm 1: pxor  <b4=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4216:# asm 2: pxor  <b4=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4217-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4219-# qhasm: uint32323232                        a5 += diag1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4220:# asm 1: paddd <diag1=int6464#2,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4221:# asm 2: paddd <diag1=%xmm1,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4222-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4224-# qhasm:                                                 a6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4225:# asm 1: movdqa <diag1=int6464#2,>a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4226:# asm 2: movdqa <diag1=%xmm1,>a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4227-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4229-# qhasm:                                     b5 = a5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4230:# asm 1: movdqa <a5=int6464#6,>b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4231:# asm 2: movdqa <a5=%xmm5,>b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4232-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4234-# qhasm: uint32323232                        a5 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4235:# asm 1: pslld $9,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4236:# asm 2: pslld $9,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4237-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4239-# qhasm: uint32323232                        b5 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4240:# asm 1: psrld $23,<b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4241:# asm 2: psrld $23,<b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4242-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4244-# qhasm:                                 diag2 ^= a5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4245:# asm 1: pxor  <a5=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4246:# asm 2: pxor  <a5=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4247-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4249-# qhasm:                 diag1 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4250:# asm 1: pshufd $0x93,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4251:# asm 2: pshufd $0x93,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4252-pshufd $0x93,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4254-# qhasm:                                 diag2 ^= b5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4255:# asm 1: pxor  <b5=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4256:# asm 2: pxor  <b5=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4257-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4259-# qhasm: uint32323232                                        a6 += diag2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4260:# asm 1: paddd <diag2=int6464#3,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4261:# asm 2: paddd <diag2=%xmm2,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4262-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4264-# qhasm:                                                                 a7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4265:# asm 1: movdqa <diag2=int6464#3,>a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4266:# asm 2: movdqa <diag2=%xmm2,>a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4267-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4269-# qhasm:                                                     b6 = a6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4270:# asm 1: movdqa <a6=int6464#5,>b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4271:# asm 2: movdqa <a6=%xmm4,>b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4272-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4274-# qhasm: uint32323232                                        a6 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4275:# asm 1: pslld $13,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4276:# asm 2: pslld $13,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4277-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4279-# qhasm: uint32323232                                        b6 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4280:# asm 1: psrld $19,<b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4281:# asm 2: psrld $19,<b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4282-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4284-# qhasm:                                                 diag3 ^= a6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4285:# asm 1: pxor  <a6=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4286:# asm 2: pxor  <a6=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4287-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4289-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4290:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4291:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4292-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4294-# qhasm:                                                 diag3 ^= b6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4295:# asm 1: pxor  <b6=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4296:# asm 2: pxor  <b6=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4297-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4299-# qhasm:                  unsigned>? i -= 4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4300:# asm 1: sub  $4,<i=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4301:# asm 2: sub  $4,<i=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4302-sub  $4,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4304-# qhasm: uint32323232                                                        a7 += diag3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4305:# asm 1: paddd <diag3=int6464#4,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4306:# asm 2: paddd <diag3=%xmm3,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4307-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4309-# qhasm:                 a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4310:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4311:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4312-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4314-# qhasm:                                                                     b7 = a7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4315:# asm 1: movdqa <a7=int6464#6,>b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4316:# asm 2: movdqa <a7=%xmm5,>b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4317-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4319-# qhasm: uint32323232                                                        a7 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4320:# asm 1: pslld $18,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4321:# asm 2: pslld $18,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4322-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4324-# qhasm:                 b0 = 0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4325:# asm 1: pxor   >b0=int6464#8,>b0=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4326:# asm 2: pxor   >b0=%xmm7,>b0=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4327-pxor   %xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4329-# qhasm: uint32323232                                                        b7 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4330:# asm 1: psrld $14,<b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4331:# asm 2: psrld $14,<b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4332-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4334-# qhasm:                                                                 diag0 ^= a7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4335:# asm 1: pxor  <a7=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4336:# asm 2: pxor  <a7=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4337-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4339-# qhasm:                                                 diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4340:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4341:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4342-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4344-# qhasm:                                                                 diag0 ^= b7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4345:# asm 1: pxor  <b7=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4346:# asm 2: pxor  <b7=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4347-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4353-# qhasm: uint32323232 diag0 += x0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4354:# asm 1: paddd <x0=stack128#4,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4355:# asm 2: paddd <x0=48(%rsp),<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4356-paddd 48(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4358-# qhasm: uint32323232 diag1 += x1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4359:# asm 1: paddd <x1=stack128#1,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4360:# asm 2: paddd <x1=0(%rsp),<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4361-paddd 0(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4363-# qhasm: uint32323232 diag2 += x2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4364:# asm 1: paddd <x2=stack128#2,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4365:# asm 2: paddd <x2=16(%rsp),<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4366-paddd 16(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4368-# qhasm: uint32323232 diag3 += x3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4369:# asm 1: paddd <x3=stack128#3,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4370:# asm 2: paddd <x3=32(%rsp),<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4371-paddd 32(%rsp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4373-# qhasm: in0 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4374:# asm 1: movd   <diag0=int6464#1,>in0=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4375:# asm 2: movd   <diag0=%xmm0,>in0=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4376-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4378-# qhasm: in12 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4379:# asm 1: movd   <diag1=int6464#2,>in12=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4380:# asm 2: movd   <diag1=%xmm1,>in12=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4381-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4383-# qhasm: in8 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4384:# asm 1: movd   <diag2=int6464#3,>in8=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4385:# asm 2: movd   <diag2=%xmm2,>in8=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4386-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4388-# qhasm: in4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4389:# asm 1: movd   <diag3=int6464#4,>in4=int64#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4390:# asm 2: movd   <diag3=%xmm3,>in4=%rax
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4391-movd   %xmm3,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4393-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4394:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4395:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4396-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4398-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4399:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4400:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4401-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4403-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4404:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4405:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4406-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4408-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4409:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4410:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4411-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4413-# qhasm: (uint32) in0 ^= *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4414:# asm 1: xorl 0(<m=int64#2),<in0=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4415:# asm 2: xorl 0(<m=%rsi),<in0=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4416-xorl 0(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4418-# qhasm: (uint32) in12 ^= *(uint32 *) (m + 48)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4419:# asm 1: xorl 48(<m=int64#2),<in12=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4420:# asm 2: xorl 48(<m=%rsi),<in12=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4421-xorl 48(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4423-# qhasm: (uint32) in8 ^= *(uint32 *) (m + 32)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4424:# asm 1: xorl 32(<m=int64#2),<in8=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4425:# asm 2: xorl 32(<m=%rsi),<in8=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4426-xorl 32(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4428-# qhasm: (uint32) in4 ^= *(uint32 *) (m + 16)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4429:# asm 1: xorl 16(<m=int64#2),<in4=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4430:# asm 2: xorl 16(<m=%rsi),<in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4431-xorl 16(%rsi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4433-# qhasm: *(uint32 *) (out + 0) = in0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4434:# asm 1: movl   <in0=int64#4d,0(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4435:# asm 2: movl   <in0=%ecx,0(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4436-movl   %ecx,0(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4438-# qhasm: *(uint32 *) (out + 48) = in12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4439:# asm 1: movl   <in12=int64#5d,48(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4440:# asm 2: movl   <in12=%r8d,48(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4441-movl   %r8d,48(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4443-# qhasm: *(uint32 *) (out + 32) = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4444:# asm 1: movl   <in8=int64#6d,32(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4445:# asm 2: movl   <in8=%r9d,32(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4446-movl   %r9d,32(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4448-# qhasm: *(uint32 *) (out + 16) = in4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4449:# asm 1: movl   <in4=int64#7d,16(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4450:# asm 2: movl   <in4=%eax,16(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4451-movl   %eax,16(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4453-# qhasm: in5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4454:# asm 1: movd   <diag0=int6464#1,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4455:# asm 2: movd   <diag0=%xmm0,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4456-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4458-# qhasm: in1 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4459:# asm 1: movd   <diag1=int6464#2,>in1=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4460:# asm 2: movd   <diag1=%xmm1,>in1=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4461-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4463-# qhasm: in13 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4464:# asm 1: movd   <diag2=int6464#3,>in13=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4465:# asm 2: movd   <diag2=%xmm2,>in13=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4466-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4468-# qhasm: in9 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4469:# asm 1: movd   <diag3=int6464#4,>in9=int64#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4470:# asm 2: movd   <diag3=%xmm3,>in9=%rax
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4471-movd   %xmm3,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4473-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4474:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4475:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4476-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4478-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4479:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4480:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4481-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4483-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4484:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4485:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4486-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4488-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4489:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4490:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4491-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4493-# qhasm: (uint32) in5 ^= *(uint32 *) (m + 20)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4494:# asm 1: xorl 20(<m=int64#2),<in5=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4495:# asm 2: xorl 20(<m=%rsi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4496-xorl 20(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4498-# qhasm: (uint32) in1 ^= *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4499:# asm 1: xorl 4(<m=int64#2),<in1=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4500:# asm 2: xorl 4(<m=%rsi),<in1=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4501-xorl 4(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4503-# qhasm: (uint32) in13 ^= *(uint32 *) (m + 52)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4504:# asm 1: xorl 52(<m=int64#2),<in13=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4505:# asm 2: xorl 52(<m=%rsi),<in13=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4506-xorl 52(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4508-# qhasm: (uint32) in9 ^= *(uint32 *) (m + 36)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4509:# asm 1: xorl 36(<m=int64#2),<in9=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4510:# asm 2: xorl 36(<m=%rsi),<in9=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4511-xorl 36(%rsi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4513-# qhasm: *(uint32 *) (out + 20) = in5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4514:# asm 1: movl   <in5=int64#4d,20(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4515:# asm 2: movl   <in5=%ecx,20(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4516-movl   %ecx,20(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4518-# qhasm: *(uint32 *) (out + 4) = in1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4519:# asm 1: movl   <in1=int64#5d,4(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4520:# asm 2: movl   <in1=%r8d,4(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4521-movl   %r8d,4(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4523-# qhasm: *(uint32 *) (out + 52) = in13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4524:# asm 1: movl   <in13=int64#6d,52(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4525:# asm 2: movl   <in13=%r9d,52(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4526-movl   %r9d,52(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4528-# qhasm: *(uint32 *) (out + 36) = in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4529:# asm 1: movl   <in9=int64#7d,36(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4530:# asm 2: movl   <in9=%eax,36(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4531-movl   %eax,36(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4533-# qhasm: in10 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4534:# asm 1: movd   <diag0=int6464#1,>in10=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4535:# asm 2: movd   <diag0=%xmm0,>in10=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4536-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4538-# qhasm: in6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4539:# asm 1: movd   <diag1=int6464#2,>in6=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4540:# asm 2: movd   <diag1=%xmm1,>in6=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4541-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4543-# qhasm: in2 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4544:# asm 1: movd   <diag2=int6464#3,>in2=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4545:# asm 2: movd   <diag2=%xmm2,>in2=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4546-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4548-# qhasm: in14 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4549:# asm 1: movd   <diag3=int6464#4,>in14=int64#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4550:# asm 2: movd   <diag3=%xmm3,>in14=%rax
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4551-movd   %xmm3,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4553-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4554:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4555:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4556-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4558-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4559:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4560:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4561-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4563-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4564:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4565:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4566-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4568-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4569:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4570:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4571-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4573-# qhasm: (uint32) in10 ^= *(uint32 *) (m + 40)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4574:# asm 1: xorl 40(<m=int64#2),<in10=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4575:# asm 2: xorl 40(<m=%rsi),<in10=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4576-xorl 40(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4578-# qhasm: (uint32) in6 ^= *(uint32 *) (m + 24)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4579:# asm 1: xorl 24(<m=int64#2),<in6=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4580:# asm 2: xorl 24(<m=%rsi),<in6=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4581-xorl 24(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4583-# qhasm: (uint32) in2 ^= *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4584:# asm 1: xorl 8(<m=int64#2),<in2=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4585:# asm 2: xorl 8(<m=%rsi),<in2=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4586-xorl 8(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4588-# qhasm: (uint32) in14 ^= *(uint32 *) (m + 56)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4589:# asm 1: xorl 56(<m=int64#2),<in14=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4590:# asm 2: xorl 56(<m=%rsi),<in14=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4591-xorl 56(%rsi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4593-# qhasm: *(uint32 *) (out + 40) = in10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4594:# asm 1: movl   <in10=int64#4d,40(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4595:# asm 2: movl   <in10=%ecx,40(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4596-movl   %ecx,40(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4598-# qhasm: *(uint32 *) (out + 24) = in6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4599:# asm 1: movl   <in6=int64#5d,24(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4600:# asm 2: movl   <in6=%r8d,24(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4601-movl   %r8d,24(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4603-# qhasm: *(uint32 *) (out + 8) = in2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4604:# asm 1: movl   <in2=int64#6d,8(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4605:# asm 2: movl   <in2=%r9d,8(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4606-movl   %r9d,8(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4608-# qhasm: *(uint32 *) (out + 56) = in14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4609:# asm 1: movl   <in14=int64#7d,56(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4610:# asm 2: movl   <in14=%eax,56(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4611-movl   %eax,56(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4613-# qhasm: in15 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4614:# asm 1: movd   <diag0=int6464#1,>in15=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4615:# asm 2: movd   <diag0=%xmm0,>in15=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4616-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4618-# qhasm: in11 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4619:# asm 1: movd   <diag1=int6464#2,>in11=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4620:# asm 2: movd   <diag1=%xmm1,>in11=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4621-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4623-# qhasm: in7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4624:# asm 1: movd   <diag2=int6464#3,>in7=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4625:# asm 2: movd   <diag2=%xmm2,>in7=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4626-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4628-# qhasm: in3 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4629:# asm 1: movd   <diag3=int6464#4,>in3=int64#7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4630:# asm 2: movd   <diag3=%xmm3,>in3=%rax
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4631-movd   %xmm3,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4633-# qhasm: (uint32) in15 ^= *(uint32 *) (m + 60)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4634:# asm 1: xorl 60(<m=int64#2),<in15=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4635:# asm 2: xorl 60(<m=%rsi),<in15=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4636-xorl 60(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4638-# qhasm: (uint32) in11 ^= *(uint32 *) (m + 44)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4639:# asm 1: xorl 44(<m=int64#2),<in11=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4640:# asm 2: xorl 44(<m=%rsi),<in11=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4641-xorl 44(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4643-# qhasm: (uint32) in7 ^= *(uint32 *) (m + 28)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4644:# asm 1: xorl 28(<m=int64#2),<in7=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4645:# asm 2: xorl 28(<m=%rsi),<in7=%r9d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4646-xorl 28(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4648-# qhasm: (uint32) in3 ^= *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4649:# asm 1: xorl 12(<m=int64#2),<in3=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4650:# asm 2: xorl 12(<m=%rsi),<in3=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4651-xorl 12(%rsi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4653-# qhasm: *(uint32 *) (out + 60) = in15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4654:# asm 1: movl   <in15=int64#4d,60(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4655:# asm 2: movl   <in15=%ecx,60(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4656-movl   %ecx,60(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4658-# qhasm: *(uint32 *) (out + 44) = in11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4659:# asm 1: movl   <in11=int64#5d,44(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4660:# asm 2: movl   <in11=%r8d,44(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4661-movl   %r8d,44(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4663-# qhasm: *(uint32 *) (out + 28) = in7
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4664:# asm 1: movl   <in7=int64#6d,28(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4665:# asm 2: movl   <in7=%r9d,28(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4666-movl   %r9d,28(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4668-# qhasm: *(uint32 *) (out + 12) = in3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4669:# asm 1: movl   <in3=int64#7d,12(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4670:# asm 2: movl   <in3=%eax,12(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4671-movl   %eax,12(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4673-# qhasm:   bytes = bytes_backup
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4674:# asm 1: movq <bytes_backup=stack64#8,>bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4675:# asm 2: movq <bytes_backup=408(%rsp),>bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4676-movq 408(%rsp),%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4678-# qhasm:   in8 = ((uint32 *)&x2)[0]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4679:# asm 1: movl <x2=stack128#2,>in8=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4680:# asm 2: movl <x2=16(%rsp),>in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4681-movl 16(%rsp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4683-# qhasm:   in9 = ((uint32 *)&x3)[1]
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4684:# asm 1: movl 4+<x3=stack128#3,>in9=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4685:# asm 2: movl 4+<x3=32(%rsp),>in9=%r8d
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4686-movl 4+32(%rsp),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4688-# qhasm:   in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4689:# asm 1: add  $1,<in8=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4690:# asm 2: add  $1,<in8=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4691-add  $1,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4693-# qhasm:   in9 <<= 32
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4694:# asm 1: shl  $32,<in9=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4695:# asm 2: shl  $32,<in9=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4696-shl  $32,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4698-# qhasm:   in8 += in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4699:# asm 1: add  <in9=int64#5,<in8=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4700:# asm 2: add  <in9=%r8,<in8=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4701-add  %r8,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4703-# qhasm:   in9 = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4704:# asm 1: mov  <in8=int64#4,>in9=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4705:# asm 2: mov  <in8=%rcx,>in9=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4706-mov  %rcx,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4708-# qhasm:   (uint64) in9 >>= 32
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4709:# asm 1: shr  $32,<in9=int64#5
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4710:# asm 2: shr  $32,<in9=%r8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4711-shr  $32,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4713-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4714:# asm 1: movl <in8=int64#4d,>x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4715:# asm 2: movl <in8=%ecx,>x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4716-movl %ecx,16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4718-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4719:# asm 1: movl <in9=int64#5d,4+<x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4720:# asm 2: movl <in9=%r8d,4+<x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4721-movl %r8d,4+32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4723-# qhasm:                          unsigned>? unsigned<? bytes - 64
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4724:# asm 1: cmp  $64,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4725:# asm 2: cmp  $64,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4726-cmp  $64,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4736-# qhasm:       m = out
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4737:# asm 1: mov  <out=int64#1,>m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4738:# asm 2: mov  <out=%rdi,>m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4739-mov  %rdi,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4741-# qhasm:       out = ctarget
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4742:# asm 1: mov  <ctarget=int64#3,>out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4743:# asm 2: mov  <ctarget=%rdx,>out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4744-mov  %rdx,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4746-# qhasm:       i = bytes
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4747:# asm 1: mov  <bytes=int64#6,>i=int64#4
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4748:# asm 2: mov  <bytes=%r9,>i=%rcx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4749-mov  %r9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4762-# qhasm:     r11_caller = r11_stack
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4763:# asm 1: movq <r11_stack=stack64#1,>r11_caller=int64#9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4764:# asm 2: movq <r11_stack=352(%rsp),>r11_caller=%r11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4765-movq 352(%rsp),%r11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4767-# qhasm:     r12_caller = r12_stack
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4768:# asm 1: movq <r12_stack=stack64#2,>r12_caller=int64#10
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4769:# asm 2: movq <r12_stack=360(%rsp),>r12_caller=%r12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4770-movq 360(%rsp),%r12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4772-# qhasm:     r13_caller = r13_stack
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4773:# asm 1: movq <r13_stack=stack64#3,>r13_caller=int64#11
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4774:# asm 2: movq <r13_stack=368(%rsp),>r13_caller=%r13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4775-movq 368(%rsp),%r13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4777-# qhasm:     r14_caller = r14_stack
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4778:# asm 1: movq <r14_stack=stack64#4,>r14_caller=int64#12
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4779:# asm 2: movq <r14_stack=376(%rsp),>r14_caller=%r14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4780-movq 376(%rsp),%r14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4782-# qhasm:     r15_caller = r15_stack
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4783:# asm 1: movq <r15_stack=stack64#5,>r15_caller=int64#13
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4784:# asm 2: movq <r15_stack=384(%rsp),>r15_caller=%r15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4785-movq 384(%rsp),%r15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4787-# qhasm:     rbx_caller = rbx_stack
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4788:# asm 1: movq <rbx_stack=stack64#6,>rbx_caller=int64#14
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4789:# asm 2: movq <rbx_stack=392(%rsp),>rbx_caller=%rbx
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4790-movq 392(%rsp),%rbx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4792-# qhasm:     rbp_caller = rbp_stack
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4793:# asm 1: movq <rbp_stack=stack64#7,>rbp_caller=int64#15
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4794:# asm 2: movq <rbp_stack=400(%rsp),>rbp_caller=%rbp
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4795-movq 400(%rsp),%rbp
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4806-# qhasm:   bytes -= 64
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4807:# asm 1: sub  $64,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4808:# asm 2: sub  $64,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4809-sub  $64,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4811-# qhasm:   out += 64
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4812:# asm 1: add  $64,<out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4813:# asm 2: add  $64,<out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4814-add  $64,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4816-# qhasm:   m += 64
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4817:# asm 1: add  $64,<m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s:4818:# asm 2: add  $64,<m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa20/amd64_xmm6/stream.s-4819-add  $64,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-300-# qhasm: eax_stack = eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:301:# asm 1: movl <eax=int32#1,>eax_stack=stack32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:302:# asm 2: movl <eax=%eax,>eax_stack=0(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-303-movl %eax,0(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-305-# qhasm: ebx_stack = ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:306:# asm 1: movl <ebx=int32#4,>ebx_stack=stack32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:307:# asm 2: movl <ebx=%ebx,>ebx_stack=4(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-308-movl %ebx,4(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-310-# qhasm: esi_stack = esi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:311:# asm 1: movl <esi=int32#5,>esi_stack=stack32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:312:# asm 2: movl <esi=%esi,>esi_stack=8(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-313-movl %esi,8(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-315-# qhasm: edi_stack = edi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:316:# asm 1: movl <edi=int32#6,>edi_stack=stack32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:317:# asm 2: movl <edi=%edi,>edi_stack=12(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-318-movl %edi,12(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-320-# qhasm: ebp_stack = ebp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:321:# asm 1: movl <ebp=int32#7,>ebp_stack=stack32#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:322:# asm 2: movl <ebp=%ebp,>ebp_stack=16(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-323-movl %ebp,16(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-325-# qhasm: bytes = arg2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:326:# asm 1: movl <arg2=stack32#-2,>bytes=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:327:# asm 2: movl <arg2=8(%esp,%eax),>bytes=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-328-movl 8(%esp,%eax),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-330-# qhasm: out = arg1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:331:# asm 1: movl <arg1=stack32#-1,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:332:# asm 2: movl <arg1=4(%esp,%eax),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-333-movl 4(%esp,%eax),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-335-# qhasm: m = out
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:336:# asm 1: mov  <out=int32#6,>m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:337:# asm 2: mov  <out=%edi,>m=%esi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-338-mov  %edi,%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-340-# qhasm: iv = arg4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:341:# asm 1: movl <arg4=stack32#-4,>iv=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:342:# asm 2: movl <arg4=16(%esp,%eax),>iv=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-343-movl 16(%esp,%eax),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-345-# qhasm: k = arg5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:346:# asm 1: movl <arg5=stack32#-5,>k=int32#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:347:# asm 2: movl <arg5=20(%esp,%eax),>k=%ebp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-348-movl 20(%esp,%eax),%ebp
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-350-# qhasm:               unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:351:# asm 1: cmp  $0,<bytes=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:352:# asm 2: cmp  $0,<bytes=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-353-cmp  $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-359-# qhasm: a = 0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:360:# asm 1: mov  $0,>a=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:361:# asm 2: mov  $0,>a=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-362-mov  $0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-364-# qhasm: i = bytes
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:365:# asm 1: mov  <bytes=int32#3,>i=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:366:# asm 2: mov  <bytes=%edx,>i=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-367-mov  %edx,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-372-# qhasm: out -= bytes
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:373:# asm 1: subl <bytes=int32#3,<out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:374:# asm 2: subl <bytes=%edx,<out=%edi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-375-subl %edx,%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-393-# qhasm: eax_stack = eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:394:# asm 1: movl <eax=int32#1,>eax_stack=stack32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:395:# asm 2: movl <eax=%eax,>eax_stack=0(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-396-movl %eax,0(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-398-# qhasm: ebx_stack = ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:399:# asm 1: movl <ebx=int32#4,>ebx_stack=stack32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:400:# asm 2: movl <ebx=%ebx,>ebx_stack=4(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-401-movl %ebx,4(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-403-# qhasm: esi_stack = esi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:404:# asm 1: movl <esi=int32#5,>esi_stack=stack32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:405:# asm 2: movl <esi=%esi,>esi_stack=8(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-406-movl %esi,8(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-408-# qhasm: edi_stack = edi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:409:# asm 1: movl <edi=int32#6,>edi_stack=stack32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:410:# asm 2: movl <edi=%edi,>edi_stack=12(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-411-movl %edi,12(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-413-# qhasm: ebp_stack = ebp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:414:# asm 1: movl <ebp=int32#7,>ebp_stack=stack32#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:415:# asm 2: movl <ebp=%ebp,>ebp_stack=16(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-416-movl %ebp,16(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-418-# qhasm: out = arg1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:419:# asm 1: movl <arg1=stack32#-1,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:420:# asm 2: movl <arg1=4(%esp,%eax),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-421-movl 4(%esp,%eax),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-423-# qhasm: m = arg2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:424:# asm 1: movl <arg2=stack32#-2,>m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:425:# asm 2: movl <arg2=8(%esp,%eax),>m=%esi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-426-movl 8(%esp,%eax),%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-428-# qhasm: bytes = arg3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:429:# asm 1: movl <arg3=stack32#-3,>bytes=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:430:# asm 2: movl <arg3=12(%esp,%eax),>bytes=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-431-movl 12(%esp,%eax),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-433-# qhasm: iv = arg5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:434:# asm 1: movl <arg5=stack32#-5,>iv=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:435:# asm 2: movl <arg5=20(%esp,%eax),>iv=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-436-movl 20(%esp,%eax),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-438-# qhasm: k = arg6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:439:# asm 1: movl <arg6=stack32#-6,>k=int32#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:440:# asm 2: movl <arg6=24(%esp,%eax),>k=%ebp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-441-movl 24(%esp,%eax),%ebp
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-443-# qhasm:               unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:444:# asm 1: cmp  $0,<bytes=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:445:# asm 2: cmp  $0,<bytes=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-446-cmp  $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-456-# qhasm:   out_stack = out
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:457:# asm 1: movl <out=int32#6,>out_stack=stack32#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:458:# asm 2: movl <out=%edi,>out_stack=20(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-459-movl %edi,20(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-461-# qhasm:   bytes_stack = bytes
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:462:# asm 1: movl <bytes=int32#3,>bytes_stack=stack32#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:463:# asm 2: movl <bytes=%edx,>bytes_stack=24(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-464-movl %edx,24(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-466-# qhasm:   in4 = *(uint32 *) (k + 12)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:467:# asm 1: movl 12(<k=int32#7),>in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:468:# asm 2: movl 12(<k=%ebp),>in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-469-movl 12(%ebp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-471-# qhasm:   in12 = *(uint32 *) (k + 20)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:472:# asm 1: movl 20(<k=int32#7),>in12=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:473:# asm 2: movl 20(<k=%ebp),>in12=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-474-movl 20(%ebp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-476-# qhasm:   ((uint32 *)&x3)[0] = in4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:477:# asm 1: movl <in4=int32#1,>x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:478:# asm 2: movl <in4=%eax,>x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-479-movl %eax,32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-481-# qhasm:   ((uint32 *)&x1)[0] = in12
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:482:# asm 1: movl <in12=int32#2,>x1=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:483:# asm 2: movl <in12=%ecx,>x1=48(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-484-movl %ecx,48(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-486-# qhasm:   in0 = 1634760805
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:487:# asm 1: mov  $1634760805,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:488:# asm 2: mov  $1634760805,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-489-mov  $1634760805,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-491-# qhasm:   in8 = 0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:492:# asm 1: mov  $0,>in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:493:# asm 2: mov  $0,>in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-494-mov  $0,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-496-# qhasm:   ((uint32 *)&x0)[0] = in0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:497:# asm 1: movl <in0=int32#1,>x0=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:498:# asm 2: movl <in0=%eax,>x0=64(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-499-movl %eax,64(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-501-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:502:# asm 1: movl <in8=int32#2,>x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:503:# asm 2: movl <in8=%ecx,>x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-504-movl %ecx,80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-506-# qhasm:   in6 = *(uint32 *) (iv + 0)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:507:# asm 1: movl 0(<iv=int32#4),>in6=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:508:# asm 2: movl 0(<iv=%ebx),>in6=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-509-movl 0(%ebx),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-511-# qhasm:   in7 = *(uint32 *) (iv + 4)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:512:# asm 1: movl 4(<iv=int32#4),>in7=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:513:# asm 2: movl 4(<iv=%ebx),>in7=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-514-movl 4(%ebx),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-516-# qhasm:   ((uint32 *)&x1)[2] = in6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:517:# asm 1: movl <in6=int32#1,8+<x1=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:518:# asm 2: movl <in6=%eax,8+<x1=48(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-519-movl %eax,8+48(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-521-# qhasm:   ((uint32 *)&x2)[3] = in7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:522:# asm 1: movl <in7=int32#2,12+<x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:523:# asm 2: movl <in7=%ecx,12+<x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-524-movl %ecx,12+80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-526-# qhasm:   in9 = 0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:527:# asm 1: mov  $0,>in9=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:528:# asm 2: mov  $0,>in9=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-529-mov  $0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-531-# qhasm:   in10 = 2036477234
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:532:# asm 1: mov  $2036477234,>in10=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:533:# asm 2: mov  $2036477234,>in10=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-534-mov  $2036477234,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-536-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:537:# asm 1: movl <in9=int32#1,4+<x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:538:# asm 2: movl <in9=%eax,4+<x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-539-movl %eax,4+32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-541-# qhasm:   ((uint32 *)&x0)[2] = in10
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:542:# asm 1: movl <in10=int32#2,8+<x0=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:543:# asm 2: movl <in10=%ecx,8+<x0=64(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-544-movl %ecx,8+64(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-546-# qhasm:   in1 = *(uint32 *) (k + 0)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:547:# asm 1: movl 0(<k=int32#7),>in1=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:548:# asm 2: movl 0(<k=%ebp),>in1=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-549-movl 0(%ebp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-551-# qhasm:   in2 = *(uint32 *) (k + 4)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:552:# asm 1: movl 4(<k=int32#7),>in2=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:553:# asm 2: movl 4(<k=%ebp),>in2=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-554-movl 4(%ebp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-556-# qhasm:   in3 = *(uint32 *) (k + 8)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:557:# asm 1: movl 8(<k=int32#7),>in3=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:558:# asm 2: movl 8(<k=%ebp),>in3=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-559-movl 8(%ebp),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-561-# qhasm:   in5 = 857760878
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:562:# asm 1: mov  $857760878,>in5=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:563:# asm 2: mov  $857760878,>in5=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-564-mov  $857760878,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-566-# qhasm:   ((uint32 *)&x1)[1] = in1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:567:# asm 1: movl <in1=int32#1,4+<x1=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:568:# asm 2: movl <in1=%eax,4+<x1=48(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-569-movl %eax,4+48(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-571-# qhasm:   ((uint32 *)&x2)[2] = in2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:572:# asm 1: movl <in2=int32#2,8+<x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:573:# asm 2: movl <in2=%ecx,8+<x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-574-movl %ecx,8+80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-576-# qhasm:   ((uint32 *)&x3)[3] = in3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:577:# asm 1: movl <in3=int32#3,12+<x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:578:# asm 2: movl <in3=%edx,12+<x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-579-movl %edx,12+32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-581-# qhasm:   ((uint32 *)&x0)[1] = in5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:582:# asm 1: movl <in5=int32#4,4+<x0=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:583:# asm 2: movl <in5=%ebx,4+<x0=64(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-584-movl %ebx,4+64(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-586-# qhasm:   in11 = *(uint32 *) (k + 16)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:587:# asm 1: movl 16(<k=int32#7),>in11=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:588:# asm 2: movl 16(<k=%ebp),>in11=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-589-movl 16(%ebp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-591-# qhasm:   in13 = *(uint32 *) (k + 24)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:592:# asm 1: movl 24(<k=int32#7),>in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:593:# asm 2: movl 24(<k=%ebp),>in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-594-movl 24(%ebp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-596-# qhasm:   in14 = *(uint32 *) (k + 28)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:597:# asm 1: movl 28(<k=int32#7),>in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:598:# asm 2: movl 28(<k=%ebp),>in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-599-movl 28(%ebp),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-601-# qhasm:   in15 = 1797285236
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:602:# asm 1: mov  $1797285236,>in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:603:# asm 2: mov  $1797285236,>in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-604-mov  $1797285236,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-606-# qhasm:   ((uint32 *)&x1)[3] = in11
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:607:# asm 1: movl <in11=int32#1,12+<x1=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:608:# asm 2: movl <in11=%eax,12+<x1=48(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-609-movl %eax,12+48(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-611-# qhasm:   ((uint32 *)&x2)[1] = in13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:612:# asm 1: movl <in13=int32#2,4+<x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:613:# asm 2: movl <in13=%ecx,4+<x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-614-movl %ecx,4+80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-616-# qhasm:   ((uint32 *)&x3)[2] = in14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:617:# asm 1: movl <in14=int32#3,8+<x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:618:# asm 2: movl <in14=%edx,8+<x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-619-movl %edx,8+32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-621-# qhasm:   ((uint32 *)&x0)[3] = in15
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:622:# asm 1: movl <in15=int32#4,12+<x0=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:623:# asm 2: movl <in15=%ebx,12+<x0=64(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-624-movl %ebx,12+64(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-626-# qhasm:   bytes = bytes_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:627:# asm 1: movl <bytes_stack=stack32#7,>bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:628:# asm 2: movl <bytes_stack=24(%esp),>bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-629-movl 24(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-631-# qhasm:                               unsigned<? bytes - 256
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:632:# asm 1: cmp  $256,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:633:# asm 2: cmp  $256,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-634-cmp  $256,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-640-# qhasm:   z0 = x0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:641:# asm 1: movdqa <x0=stack128#3,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:642:# asm 2: movdqa <x0=64(%esp),>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-643-movdqa 64(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-645-# qhasm:   z5 = z0[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:646:# asm 1: pshufd $0x55,<z0=int6464#1,>z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:647:# asm 2: pshufd $0x55,<z0=%xmm0,>z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-648-pshufd $0x55,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-650-# qhasm:   z10 = z0[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:651:# asm 1: pshufd $0xaa,<z0=int6464#1,>z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:652:# asm 2: pshufd $0xaa,<z0=%xmm0,>z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-653-pshufd $0xaa,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-655-# qhasm:   z15 = z0[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:656:# asm 1: pshufd $0xff,<z0=int6464#1,>z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:657:# asm 2: pshufd $0xff,<z0=%xmm0,>z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-658-pshufd $0xff,%xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-660-# qhasm:   z0 = z0[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:661:# asm 1: pshufd $0x00,<z0=int6464#1,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:662:# asm 2: pshufd $0x00,<z0=%xmm0,>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-663-pshufd $0x00,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-665-# qhasm:   orig5 = z5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:666:# asm 1: movdqa <z5=int6464#2,>orig5=stack128#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:667:# asm 2: movdqa <z5=%xmm1,>orig5=96(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-668-movdqa %xmm1,96(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-670-# qhasm:   orig10 = z10
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:671:# asm 1: movdqa <z10=int6464#3,>orig10=stack128#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:672:# asm 2: movdqa <z10=%xmm2,>orig10=112(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-673-movdqa %xmm2,112(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-675-# qhasm:   orig15 = z15
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:676:# asm 1: movdqa <z15=int6464#4,>orig15=stack128#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:677:# asm 2: movdqa <z15=%xmm3,>orig15=128(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-678-movdqa %xmm3,128(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-680-# qhasm:   orig0 = z0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:681:# asm 1: movdqa <z0=int6464#1,>orig0=stack128#8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:682:# asm 2: movdqa <z0=%xmm0,>orig0=144(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-683-movdqa %xmm0,144(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-685-# qhasm:   z1 = x1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:686:# asm 1: movdqa <x1=stack128#2,>z1=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:687:# asm 2: movdqa <x1=48(%esp),>z1=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-688-movdqa 48(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-690-# qhasm:   z6 = z1[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:691:# asm 1: pshufd $0xaa,<z1=int6464#1,>z6=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:692:# asm 2: pshufd $0xaa,<z1=%xmm0,>z6=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-693-pshufd $0xaa,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-695-# qhasm:   z11 = z1[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:696:# asm 1: pshufd $0xff,<z1=int6464#1,>z11=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:697:# asm 2: pshufd $0xff,<z1=%xmm0,>z11=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-698-pshufd $0xff,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-700-# qhasm:   z12 = z1[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:701:# asm 1: pshufd $0x00,<z1=int6464#1,>z12=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:702:# asm 2: pshufd $0x00,<z1=%xmm0,>z12=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-703-pshufd $0x00,%xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-705-# qhasm:   z1 = z1[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:706:# asm 1: pshufd $0x55,<z1=int6464#1,>z1=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:707:# asm 2: pshufd $0x55,<z1=%xmm0,>z1=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-708-pshufd $0x55,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-710-# qhasm:   orig6 = z6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:711:# asm 1: movdqa <z6=int6464#2,>orig6=stack128#9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:712:# asm 2: movdqa <z6=%xmm1,>orig6=160(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-713-movdqa %xmm1,160(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-715-# qhasm:   orig11 = z11
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:716:# asm 1: movdqa <z11=int6464#3,>orig11=stack128#10
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:717:# asm 2: movdqa <z11=%xmm2,>orig11=176(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-718-movdqa %xmm2,176(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-720-# qhasm:   orig12 = z12
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:721:# asm 1: movdqa <z12=int6464#4,>orig12=stack128#11
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:722:# asm 2: movdqa <z12=%xmm3,>orig12=192(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-723-movdqa %xmm3,192(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-725-# qhasm:   orig1 = z1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:726:# asm 1: movdqa <z1=int6464#1,>orig1=stack128#12
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:727:# asm 2: movdqa <z1=%xmm0,>orig1=208(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-728-movdqa %xmm0,208(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-730-# qhasm:   z2 = x2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:731:# asm 1: movdqa <x2=stack128#4,>z2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:732:# asm 2: movdqa <x2=80(%esp),>z2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-733-movdqa 80(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-735-# qhasm:   z7 = z2[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:736:# asm 1: pshufd $0xff,<z2=int6464#1,>z7=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:737:# asm 2: pshufd $0xff,<z2=%xmm0,>z7=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-738-pshufd $0xff,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-740-# qhasm:   z13 = z2[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:741:# asm 1: pshufd $0x55,<z2=int6464#1,>z13=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:742:# asm 2: pshufd $0x55,<z2=%xmm0,>z13=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-743-pshufd $0x55,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-745-# qhasm:   z2 = z2[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:746:# asm 1: pshufd $0xaa,<z2=int6464#1,>z2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:747:# asm 2: pshufd $0xaa,<z2=%xmm0,>z2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-748-pshufd $0xaa,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-750-# qhasm:   orig7 = z7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:751:# asm 1: movdqa <z7=int6464#2,>orig7=stack128#13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:752:# asm 2: movdqa <z7=%xmm1,>orig7=224(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-753-movdqa %xmm1,224(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-755-# qhasm:   orig13 = z13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:756:# asm 1: movdqa <z13=int6464#3,>orig13=stack128#14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:757:# asm 2: movdqa <z13=%xmm2,>orig13=240(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-758-movdqa %xmm2,240(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-760-# qhasm:   orig2 = z2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:761:# asm 1: movdqa <z2=int6464#1,>orig2=stack128#15
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:762:# asm 2: movdqa <z2=%xmm0,>orig2=256(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-763-movdqa %xmm0,256(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-765-# qhasm:   z3 = x3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:766:# asm 1: movdqa <x3=stack128#1,>z3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:767:# asm 2: movdqa <x3=32(%esp),>z3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-768-movdqa 32(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-770-# qhasm:   z4 = z3[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:771:# asm 1: pshufd $0x00,<z3=int6464#1,>z4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:772:# asm 2: pshufd $0x00,<z3=%xmm0,>z4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-773-pshufd $0x00,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-775-# qhasm:   z14 = z3[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:776:# asm 1: pshufd $0xaa,<z3=int6464#1,>z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:777:# asm 2: pshufd $0xaa,<z3=%xmm0,>z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-778-pshufd $0xaa,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-780-# qhasm:   z3 = z3[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:781:# asm 1: pshufd $0xff,<z3=int6464#1,>z3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:782:# asm 2: pshufd $0xff,<z3=%xmm0,>z3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-783-pshufd $0xff,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-785-# qhasm:   orig4 = z4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:786:# asm 1: movdqa <z4=int6464#2,>orig4=stack128#16
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:787:# asm 2: movdqa <z4=%xmm1,>orig4=272(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-788-movdqa %xmm1,272(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-790-# qhasm:   orig14 = z14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:791:# asm 1: movdqa <z14=int6464#3,>orig14=stack128#17
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:792:# asm 2: movdqa <z14=%xmm2,>orig14=288(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-793-movdqa %xmm2,288(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-795-# qhasm:   orig3 = z3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:796:# asm 1: movdqa <z3=int6464#1,>orig3=stack128#18
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:797:# asm 2: movdqa <z3=%xmm0,>orig3=304(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-798-movdqa %xmm0,304(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-803-# qhasm:   in8 = ((uint32 *)&x2)[0]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:804:# asm 1: movl <x2=stack128#4,>in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:805:# asm 2: movl <x2=80(%esp),>in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-806-movl 80(%esp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-808-# qhasm:   in9 = ((uint32 *)&x3)[1]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:809:# asm 1: movl 4+<x3=stack128#1,>in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:810:# asm 2: movl 4+<x3=32(%esp),>in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-811-movl 4+32(%esp),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-813-# qhasm:   ((uint32 *) &orig8)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:814:# asm 1: movl <in8=int32#2,>orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:815:# asm 2: movl <in8=%ecx,>orig8=320(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-816-movl %ecx,320(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-818-# qhasm:   ((uint32 *) &orig9)[0] = in9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:819:# asm 1: movl <in9=int32#3,>orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:820:# asm 2: movl <in9=%edx,>orig9=336(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-821-movl %edx,336(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-823-# qhasm:   carry? in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:824:# asm 1: add  $1,<in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:825:# asm 2: add  $1,<in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-826-add  $1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-828-# qhasm:   in9 += 0 + carry
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:829:# asm 1: adc $0,<in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:830:# asm 2: adc $0,<in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-831-adc $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-833-# qhasm:   ((uint32 *) &orig8)[1] = in8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:834:# asm 1: movl <in8=int32#2,4+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:835:# asm 2: movl <in8=%ecx,4+<orig8=320(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-836-movl %ecx,4+320(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-838-# qhasm:   ((uint32 *) &orig9)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:839:# asm 1: movl <in9=int32#3,4+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:840:# asm 2: movl <in9=%edx,4+<orig9=336(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-841-movl %edx,4+336(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-843-# qhasm:   carry? in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:844:# asm 1: add  $1,<in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:845:# asm 2: add  $1,<in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-846-add  $1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-848-# qhasm:   in9 += 0 + carry
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:849:# asm 1: adc $0,<in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:850:# asm 2: adc $0,<in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-851-adc $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-853-# qhasm:   ((uint32 *) &orig8)[2] = in8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:854:# asm 1: movl <in8=int32#2,8+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:855:# asm 2: movl <in8=%ecx,8+<orig8=320(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-856-movl %ecx,8+320(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-858-# qhasm:   ((uint32 *) &orig9)[2] = in9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:859:# asm 1: movl <in9=int32#3,8+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:860:# asm 2: movl <in9=%edx,8+<orig9=336(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-861-movl %edx,8+336(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-863-# qhasm:   carry? in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:864:# asm 1: add  $1,<in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:865:# asm 2: add  $1,<in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-866-add  $1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-868-# qhasm:   in9 += 0 + carry
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:869:# asm 1: adc $0,<in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:870:# asm 2: adc $0,<in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-871-adc $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-873-# qhasm:   ((uint32 *) &orig8)[3] = in8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:874:# asm 1: movl <in8=int32#2,12+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:875:# asm 2: movl <in8=%ecx,12+<orig8=320(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-876-movl %ecx,12+320(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-878-# qhasm:   ((uint32 *) &orig9)[3] = in9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:879:# asm 1: movl <in9=int32#3,12+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:880:# asm 2: movl <in9=%edx,12+<orig9=336(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-881-movl %edx,12+336(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-883-# qhasm:   carry? in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:884:# asm 1: add  $1,<in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:885:# asm 2: add  $1,<in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-886-add  $1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-888-# qhasm:   in9 += 0 + carry
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:889:# asm 1: adc $0,<in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:890:# asm 2: adc $0,<in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-891-adc $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-893-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:894:# asm 1: movl <in8=int32#2,>x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:895:# asm 2: movl <in8=%ecx,>x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-896-movl %ecx,80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-898-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:899:# asm 1: movl <in9=int32#3,4+<x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:900:# asm 2: movl <in9=%edx,4+<x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-901-movl %edx,4+32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-903-# qhasm:   bytes_stack = bytes
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:904:# asm 1: movl <bytes=int32#1,>bytes_stack=stack32#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:905:# asm 2: movl <bytes=%eax,>bytes_stack=24(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-906-movl %eax,24(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-908-# qhasm: i = 20
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:909:# asm 1: mov  $20,>i=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:910:# asm 2: mov  $20,>i=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-911-mov  $20,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-913-# qhasm:   z5 = orig5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:914:# asm 1: movdqa <orig5=stack128#5,>z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:915:# asm 2: movdqa <orig5=96(%esp),>z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-916-movdqa 96(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-918-# qhasm:   z10 = orig10
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:919:# asm 1: movdqa <orig10=stack128#6,>z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:920:# asm 2: movdqa <orig10=112(%esp),>z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-921-movdqa 112(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-923-# qhasm:   z15 = orig15
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:924:# asm 1: movdqa <orig15=stack128#7,>z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:925:# asm 2: movdqa <orig15=128(%esp),>z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-926-movdqa 128(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-928-# qhasm:   z14 = orig14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:929:# asm 1: movdqa <orig14=stack128#17,>z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:930:# asm 2: movdqa <orig14=288(%esp),>z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-931-movdqa 288(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-933-# qhasm:   z3 = orig3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:934:# asm 1: movdqa <orig3=stack128#18,>z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:935:# asm 2: movdqa <orig3=304(%esp),>z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-936-movdqa 304(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-938-# qhasm:   z6 = orig6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:939:# asm 1: movdqa <orig6=stack128#9,>z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:940:# asm 2: movdqa <orig6=160(%esp),>z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-941-movdqa 160(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-943-# qhasm:   z11 = orig11
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:944:# asm 1: movdqa <orig11=stack128#10,>z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:945:# asm 2: movdqa <orig11=176(%esp),>z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-946-movdqa 176(%esp),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-948-# qhasm:   z1 = orig1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:949:# asm 1: movdqa <orig1=stack128#12,>z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:950:# asm 2: movdqa <orig1=208(%esp),>z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-951-movdqa 208(%esp),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-953-# qhasm:   z5_stack = z5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:954:# asm 1: movdqa <z5=int6464#1,>z5_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:955:# asm 2: movdqa <z5=%xmm0,>z5_stack=352(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-956-movdqa %xmm0,352(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-958-# qhasm:   z10_stack = z10
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:959:# asm 1: movdqa <z10=int6464#2,>z10_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:960:# asm 2: movdqa <z10=%xmm1,>z10_stack=368(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-961-movdqa %xmm1,368(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-963-# qhasm:   z15_stack = z15
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:964:# asm 1: movdqa <z15=int6464#3,>z15_stack=stack128#23
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:965:# asm 2: movdqa <z15=%xmm2,>z15_stack=384(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-966-movdqa %xmm2,384(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-968-# qhasm:   z14_stack = z14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:969:# asm 1: movdqa <z14=int6464#4,>z14_stack=stack128#24
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:970:# asm 2: movdqa <z14=%xmm3,>z14_stack=400(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-971-movdqa %xmm3,400(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-973-# qhasm:   z3_stack = z3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:974:# asm 1: movdqa <z3=int6464#5,>z3_stack=stack128#25
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:975:# asm 2: movdqa <z3=%xmm4,>z3_stack=416(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-976-movdqa %xmm4,416(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-978-# qhasm:   z6_stack = z6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:979:# asm 1: movdqa <z6=int6464#6,>z6_stack=stack128#26
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:980:# asm 2: movdqa <z6=%xmm5,>z6_stack=432(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-981-movdqa %xmm5,432(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-983-# qhasm:   z11_stack = z11
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:984:# asm 1: movdqa <z11=int6464#7,>z11_stack=stack128#27
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:985:# asm 2: movdqa <z11=%xmm6,>z11_stack=448(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-986-movdqa %xmm6,448(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-988-# qhasm:   z1_stack = z1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:989:# asm 1: movdqa <z1=int6464#8,>z1_stack=stack128#28
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:990:# asm 2: movdqa <z1=%xmm7,>z1_stack=464(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-991-movdqa %xmm7,464(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-993-# qhasm:   z7 = orig7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:994:# asm 1: movdqa <orig7=stack128#13,>z7=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:995:# asm 2: movdqa <orig7=224(%esp),>z7=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-996-movdqa 224(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-998-# qhasm:   z13 = orig13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:999:# asm 1: movdqa <orig13=stack128#14,>z13=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1000:# asm 2: movdqa <orig13=240(%esp),>z13=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1001-movdqa 240(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1003-# qhasm:   z2 = orig2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1004:# asm 1: movdqa <orig2=stack128#15,>z2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1005:# asm 2: movdqa <orig2=256(%esp),>z2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1006-movdqa 256(%esp),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1008-# qhasm:   z9 = orig9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1009:# asm 1: movdqa <orig9=stack128#20,>z9=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1010:# asm 2: movdqa <orig9=336(%esp),>z9=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1011-movdqa 336(%esp),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1013-# qhasm:                   p = orig0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1014:# asm 1: movdqa <orig0=stack128#8,>p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1015:# asm 2: movdqa <orig0=144(%esp),>p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1016-movdqa 144(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1018-# qhasm:                   t = orig12
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1019:# asm 1: movdqa <orig12=stack128#11,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1020:# asm 2: movdqa <orig12=192(%esp),>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1021-movdqa 192(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1023-# qhasm:                   q = orig4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1024:# asm 1: movdqa <orig4=stack128#16,>q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1025:# asm 2: movdqa <orig4=272(%esp),>q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1026-movdqa 272(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1028-# qhasm:                   r = orig8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1029:# asm 1: movdqa <orig8=stack128#19,>r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1030:# asm 2: movdqa <orig8=320(%esp),>r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1031-movdqa 320(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1033-# qhasm:   z7_stack = z7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1034:# asm 1: movdqa <z7=int6464#5,>z7_stack=stack128#29
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1035:# asm 2: movdqa <z7=%xmm4,>z7_stack=480(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1036-movdqa %xmm4,480(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1038-# qhasm:   z13_stack = z13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1039:# asm 1: movdqa <z13=int6464#6,>z13_stack=stack128#30
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1040:# asm 2: movdqa <z13=%xmm5,>z13_stack=496(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1041-movdqa %xmm5,496(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1043-# qhasm:   z2_stack = z2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1044:# asm 1: movdqa <z2=int6464#7,>z2_stack=stack128#31
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1045:# asm 2: movdqa <z2=%xmm6,>z2_stack=512(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1046-movdqa %xmm6,512(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1048-# qhasm:   z9_stack = z9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1049:# asm 1: movdqa <z9=int6464#8,>z9_stack=stack128#32
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1050:# asm 2: movdqa <z9=%xmm7,>z9_stack=528(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1051-movdqa %xmm7,528(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1053-# qhasm:   z0_stack = p
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1054:# asm 1: movdqa <p=int6464#1,>z0_stack=stack128#33
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1055:# asm 2: movdqa <p=%xmm0,>z0_stack=544(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1056-movdqa %xmm0,544(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1058-# qhasm:   z12_stack = t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1059:# asm 1: movdqa <t=int6464#3,>z12_stack=stack128#34
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1060:# asm 2: movdqa <t=%xmm2,>z12_stack=560(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1061-movdqa %xmm2,560(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1063-# qhasm:   z4_stack = q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1064:# asm 1: movdqa <q=int6464#4,>z4_stack=stack128#35
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1065:# asm 2: movdqa <q=%xmm3,>z4_stack=576(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1066-movdqa %xmm3,576(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1068-# qhasm:   z8_stack = r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1069:# asm 1: movdqa <r=int6464#2,>z8_stack=stack128#36
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1070:# asm 2: movdqa <r=%xmm1,>z8_stack=592(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1071-movdqa %xmm1,592(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1084-# qhasm:                   s = t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1085:# asm 1: movdqa <t=int6464#3,>s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1086:# asm 2: movdqa <t=%xmm2,>s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1087-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1089-# qhasm: uint32323232      t += p
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1090:# asm 1: paddd <p=int6464#1,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1091:# asm 2: paddd <p=%xmm0,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1092-paddd %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1094-# qhasm:                   u = t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1095:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1096:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1097-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1099-# qhasm: uint32323232      t >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1100:# asm 1: psrld $25,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1101:# asm 2: psrld $25,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1102-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1104-# qhasm:                   q ^= t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1105:# asm 1: pxor  <t=int6464#3,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1106:# asm 2: pxor  <t=%xmm2,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1107-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1109-# qhasm: uint32323232      u <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1110:# asm 1: pslld $7,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1111:# asm 2: pslld $7,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1112-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1114-# qhasm:                   q ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1115:# asm 1: pxor  <u=int6464#5,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1116:# asm 2: pxor  <u=%xmm4,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1117-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1119-# qhasm:                   z4_stack = q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1120:# asm 1: movdqa <q=int6464#4,>z4_stack=stack128#33
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1121:# asm 2: movdqa <q=%xmm3,>z4_stack=544(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1122-movdqa %xmm3,544(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1124-# qhasm:                   t = p
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1125:# asm 1: movdqa <p=int6464#1,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1126:# asm 2: movdqa <p=%xmm0,>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1127-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1129-# qhasm: uint32323232      t += q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1130:# asm 1: paddd <q=int6464#4,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1131:# asm 2: paddd <q=%xmm3,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1132-paddd %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1134-# qhasm:                   u = t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1135:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1136:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1137-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1139-# qhasm: uint32323232      t >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1140:# asm 1: psrld $23,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1141:# asm 2: psrld $23,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1142-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1144-# qhasm:                   r ^= t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1145:# asm 1: pxor  <t=int6464#3,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1146:# asm 2: pxor  <t=%xmm2,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1147-pxor  %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1149-# qhasm: uint32323232      u <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1150:# asm 1: pslld $9,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1151:# asm 2: pslld $9,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1152-pslld $9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1154-# qhasm:                   r ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1155:# asm 1: pxor  <u=int6464#5,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1156:# asm 2: pxor  <u=%xmm4,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1157-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1159-# qhasm:                   z8_stack = r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1160:# asm 1: movdqa <r=int6464#2,>z8_stack=stack128#34
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1161:# asm 2: movdqa <r=%xmm1,>z8_stack=560(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1162-movdqa %xmm1,560(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1164-# qhasm: uint32323232      q += r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1165:# asm 1: paddd <r=int6464#2,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1166:# asm 2: paddd <r=%xmm1,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1167-paddd %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1169-# qhasm:                   u = q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1170:# asm 1: movdqa <q=int6464#4,>u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1171:# asm 2: movdqa <q=%xmm3,>u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1172-movdqa %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1174-# qhasm: uint32323232      q >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1175:# asm 1: psrld $19,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1176:# asm 2: psrld $19,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1177-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1179-# qhasm:                   s ^= q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1180:# asm 1: pxor  <q=int6464#4,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1181:# asm 2: pxor  <q=%xmm3,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1182-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1184-# qhasm: uint32323232      u <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1185:# asm 1: pslld $13,<u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1186:# asm 2: pslld $13,<u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1187-pslld $13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1189-# qhasm:                   s ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1190:# asm 1: pxor  <u=int6464#3,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1191:# asm 2: pxor  <u=%xmm2,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1192-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1194-# qhasm:                                   mt = z1_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1195:# asm 1: movdqa <z1_stack=stack128#28,>mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1196:# asm 2: movdqa <z1_stack=464(%esp),>mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1197-movdqa 464(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1199-# qhasm:                                   mp = z5_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1200:# asm 1: movdqa <z5_stack=stack128#21,>mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1201:# asm 2: movdqa <z5_stack=352(%esp),>mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1202-movdqa 352(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1204-# qhasm:                                   mq = z9_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1205:# asm 1: movdqa <z9_stack=stack128#32,>mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1206:# asm 2: movdqa <z9_stack=528(%esp),>mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1207-movdqa 528(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1209-# qhasm:                                   mr = z13_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1210:# asm 1: movdqa <z13_stack=stack128#30,>mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1211:# asm 2: movdqa <z13_stack=496(%esp),>mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1212-movdqa 496(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1214-# qhasm:                   z12_stack = s
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1215:# asm 1: movdqa <s=int6464#7,>z12_stack=stack128#30
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1216:# asm 2: movdqa <s=%xmm6,>z12_stack=496(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1217-movdqa %xmm6,496(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1219-# qhasm: uint32323232      r += s
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1220:# asm 1: paddd <s=int6464#7,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1221:# asm 2: paddd <s=%xmm6,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1222-paddd %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1224-# qhasm:                   u = r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1225:# asm 1: movdqa <r=int6464#2,>u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1226:# asm 2: movdqa <r=%xmm1,>u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1227-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1229-# qhasm: uint32323232      r >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1230:# asm 1: psrld $14,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1231:# asm 2: psrld $14,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1232-psrld $14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1234-# qhasm:                   p ^= r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1235:# asm 1: pxor  <r=int6464#2,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1236:# asm 2: pxor  <r=%xmm1,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1237-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1239-# qhasm: uint32323232      u <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1240:# asm 1: pslld $18,<u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1241:# asm 2: pslld $18,<u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1242-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1244-# qhasm:                   p ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1245:# asm 1: pxor  <u=int6464#7,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1246:# asm 2: pxor  <u=%xmm6,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1247-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1249-# qhasm:                   z0_stack = p
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1250:# asm 1: movdqa <p=int6464#1,>z0_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1251:# asm 2: movdqa <p=%xmm0,>z0_stack=352(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1252-movdqa %xmm0,352(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1262-# qhasm:                                   ms = mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1263:# asm 1: movdqa <mt=int6464#3,>ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1264:# asm 2: movdqa <mt=%xmm2,>ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1265-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1267-# qhasm: uint32323232                      mt += mp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1268:# asm 1: paddd <mp=int6464#5,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1269:# asm 2: paddd <mp=%xmm4,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1270-paddd %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1272-# qhasm:                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1273:# asm 1: movdqa <mt=int6464#3,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1274:# asm 2: movdqa <mt=%xmm2,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1275-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1277-# qhasm: uint32323232                      mt >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1278:# asm 1: psrld $25,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1279:# asm 2: psrld $25,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1280-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1282-# qhasm:                                   mq ^= mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1283:# asm 1: pxor  <mt=int6464#3,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1284:# asm 2: pxor  <mt=%xmm2,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1285-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1287-# qhasm: uint32323232                      mu <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1288:# asm 1: pslld $7,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1289:# asm 2: pslld $7,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1290-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1292-# qhasm:                                   mq ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1293:# asm 1: pxor  <mu=int6464#1,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1294:# asm 2: pxor  <mu=%xmm0,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1295-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1297-# qhasm:                                   z9_stack = mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1298:# asm 1: movdqa <mq=int6464#4,>z9_stack=stack128#32
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1299:# asm 2: movdqa <mq=%xmm3,>z9_stack=528(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1300-movdqa %xmm3,528(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1302-# qhasm:                                   mt = mp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1303:# asm 1: movdqa <mp=int6464#5,>mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1304:# asm 2: movdqa <mp=%xmm4,>mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1305-movdqa %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1307-# qhasm: uint32323232                      mt += mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1308:# asm 1: paddd <mq=int6464#4,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1309:# asm 2: paddd <mq=%xmm3,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1310-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1312-# qhasm:                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1313:# asm 1: movdqa <mt=int6464#1,>mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1314:# asm 2: movdqa <mt=%xmm0,>mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1315-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1317-# qhasm: uint32323232                      mt >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1318:# asm 1: psrld $23,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1319:# asm 2: psrld $23,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1320-psrld $23,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1322-# qhasm:                                   mr ^= mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1323:# asm 1: pxor  <mt=int6464#1,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1324:# asm 2: pxor  <mt=%xmm0,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1325-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1327-# qhasm: uint32323232                      mu <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1328:# asm 1: pslld $9,<mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1329:# asm 2: pslld $9,<mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1330-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1332-# qhasm:                                   mr ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1333:# asm 1: pxor  <mu=int6464#2,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1334:# asm 2: pxor  <mu=%xmm1,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1335-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1337-# qhasm:                                   z13_stack = mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1338:# asm 1: movdqa <mr=int6464#6,>z13_stack=stack128#35
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1339:# asm 2: movdqa <mr=%xmm5,>z13_stack=576(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1340-movdqa %xmm5,576(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1342-# qhasm: uint32323232                      mq += mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1343:# asm 1: paddd <mr=int6464#6,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1344:# asm 2: paddd <mr=%xmm5,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1345-paddd %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1347-# qhasm:                                   mu = mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1348:# asm 1: movdqa <mq=int6464#4,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1349:# asm 2: movdqa <mq=%xmm3,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1350-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1352-# qhasm: uint32323232                      mq >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1353:# asm 1: psrld $19,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1354:# asm 2: psrld $19,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1355-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1357-# qhasm:                                   ms ^= mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1358:# asm 1: pxor  <mq=int6464#4,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1359:# asm 2: pxor  <mq=%xmm3,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1360-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1362-# qhasm: uint32323232                      mu <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1363:# asm 1: pslld $13,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1364:# asm 2: pslld $13,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1365-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1367-# qhasm:                                   ms ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1368:# asm 1: pxor  <mu=int6464#1,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1369:# asm 2: pxor  <mu=%xmm0,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1370-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1372-# qhasm:                                                   t = z6_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1373:# asm 1: movdqa <z6_stack=stack128#26,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1374:# asm 2: movdqa <z6_stack=432(%esp),>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1375-movdqa 432(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1377-# qhasm:                                                   p = z10_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1378:# asm 1: movdqa <z10_stack=stack128#22,>p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1379:# asm 2: movdqa <z10_stack=368(%esp),>p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1380-movdqa 368(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1382-# qhasm:                                                   q = z14_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1383:# asm 1: movdqa <z14_stack=stack128#24,>q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1384:# asm 2: movdqa <z14_stack=400(%esp),>q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1385-movdqa 400(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1387-# qhasm:                                                   r = z2_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1388:# asm 1: movdqa <z2_stack=stack128#31,>r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1389:# asm 2: movdqa <z2_stack=512(%esp),>r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1390-movdqa 512(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1392-# qhasm:                                   z1_stack = ms
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1393:# asm 1: movdqa <ms=int6464#7,>z1_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1394:# asm 2: movdqa <ms=%xmm6,>z1_stack=368(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1395-movdqa %xmm6,368(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1397-# qhasm: uint32323232                      mr += ms
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1398:# asm 1: paddd <ms=int6464#7,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1399:# asm 2: paddd <ms=%xmm6,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1400-paddd %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1402-# qhasm:                                   mu = mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1403:# asm 1: movdqa <mr=int6464#6,>mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1404:# asm 2: movdqa <mr=%xmm5,>mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1405-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1407-# qhasm: uint32323232                      mr >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1408:# asm 1: psrld $14,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1409:# asm 2: psrld $14,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1410-psrld $14,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1412-# qhasm:                                   mp ^= mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1413:# asm 1: pxor  <mr=int6464#6,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1414:# asm 2: pxor  <mr=%xmm5,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1415-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1417-# qhasm: uint32323232                      mu <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1418:# asm 1: pslld $18,<mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1419:# asm 2: pslld $18,<mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1420-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1422-# qhasm:                                   mp ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1423:# asm 1: pxor  <mu=int6464#7,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1424:# asm 2: pxor  <mu=%xmm6,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1425-pxor  %xmm6,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1427-# qhasm:                                   z5_stack = mp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1428:# asm 1: movdqa <mp=int6464#5,>z5_stack=stack128#24
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1429:# asm 2: movdqa <mp=%xmm4,>z5_stack=400(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1430-movdqa %xmm4,400(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1440-# qhasm:                                                   s = t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1441:# asm 1: movdqa <t=int6464#3,>s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1442:# asm 2: movdqa <t=%xmm2,>s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1443-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1445-# qhasm: uint32323232                                      t += p
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1446:# asm 1: paddd <p=int6464#1,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1447:# asm 2: paddd <p=%xmm0,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1448-paddd %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1450-# qhasm:                                                   u = t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1451:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1452:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1453-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1455-# qhasm: uint32323232                                      t >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1456:# asm 1: psrld $25,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1457:# asm 2: psrld $25,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1458-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1460-# qhasm:                                                   q ^= t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1461:# asm 1: pxor  <t=int6464#3,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1462:# asm 2: pxor  <t=%xmm2,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1463-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1465-# qhasm: uint32323232                                      u <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1466:# asm 1: pslld $7,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1467:# asm 2: pslld $7,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1468-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1470-# qhasm:                                                   q ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1471:# asm 1: pxor  <u=int6464#5,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1472:# asm 2: pxor  <u=%xmm4,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1473-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1475-# qhasm:                                                   z14_stack = q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1476:# asm 1: movdqa <q=int6464#4,>z14_stack=stack128#36
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1477:# asm 2: movdqa <q=%xmm3,>z14_stack=592(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1478-movdqa %xmm3,592(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1480-# qhasm:                                                   t = p
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1481:# asm 1: movdqa <p=int6464#1,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1482:# asm 2: movdqa <p=%xmm0,>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1483-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1485-# qhasm: uint32323232                                      t += q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1486:# asm 1: paddd <q=int6464#4,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1487:# asm 2: paddd <q=%xmm3,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1488-paddd %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1490-# qhasm:                                                   u = t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1491:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1492:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1493-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1495-# qhasm: uint32323232                                      t >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1496:# asm 1: psrld $23,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1497:# asm 2: psrld $23,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1498-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1500-# qhasm:                                                   r ^= t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1501:# asm 1: pxor  <t=int6464#3,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1502:# asm 2: pxor  <t=%xmm2,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1503-pxor  %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1505-# qhasm: uint32323232                                      u <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1506:# asm 1: pslld $9,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1507:# asm 2: pslld $9,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1508-pslld $9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1510-# qhasm:                                                   r ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1511:# asm 1: pxor  <u=int6464#5,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1512:# asm 2: pxor  <u=%xmm4,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1513-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1515-# qhasm:                                                   z2_stack = r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1516:# asm 1: movdqa <r=int6464#2,>z2_stack=stack128#26
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1517:# asm 2: movdqa <r=%xmm1,>z2_stack=432(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1518-movdqa %xmm1,432(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1520-# qhasm: uint32323232                                      q += r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1521:# asm 1: paddd <r=int6464#2,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1522:# asm 2: paddd <r=%xmm1,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1523-paddd %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1525-# qhasm:                                                   u = q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1526:# asm 1: movdqa <q=int6464#4,>u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1527:# asm 2: movdqa <q=%xmm3,>u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1528-movdqa %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1530-# qhasm: uint32323232                                      q >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1531:# asm 1: psrld $19,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1532:# asm 2: psrld $19,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1533-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1535-# qhasm:                                                   s ^= q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1536:# asm 1: pxor  <q=int6464#4,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1537:# asm 2: pxor  <q=%xmm3,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1538-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1540-# qhasm: uint32323232                                      u <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1541:# asm 1: pslld $13,<u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1542:# asm 2: pslld $13,<u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1543-pslld $13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1545-# qhasm:                                                   s ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1546:# asm 1: pxor  <u=int6464#3,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1547:# asm 2: pxor  <u=%xmm2,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1548-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1550-# qhasm:                                                                   mt = z11_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1551:# asm 1: movdqa <z11_stack=stack128#27,>mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1552:# asm 2: movdqa <z11_stack=448(%esp),>mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1553-movdqa 448(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1555-# qhasm:                                                                   mp = z15_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1556:# asm 1: movdqa <z15_stack=stack128#23,>mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1557:# asm 2: movdqa <z15_stack=384(%esp),>mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1558-movdqa 384(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1560-# qhasm:                                                                   mq = z3_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1561:# asm 1: movdqa <z3_stack=stack128#25,>mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1562:# asm 2: movdqa <z3_stack=416(%esp),>mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1563-movdqa 416(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1565-# qhasm:                                                                   mr = z7_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1566:# asm 1: movdqa <z7_stack=stack128#29,>mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1567:# asm 2: movdqa <z7_stack=480(%esp),>mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1568-movdqa 480(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1570-# qhasm:                                                   z6_stack = s
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1571:# asm 1: movdqa <s=int6464#7,>z6_stack=stack128#23
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1572:# asm 2: movdqa <s=%xmm6,>z6_stack=384(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1573-movdqa %xmm6,384(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1575-# qhasm: uint32323232                                      r += s
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1576:# asm 1: paddd <s=int6464#7,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1577:# asm 2: paddd <s=%xmm6,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1578-paddd %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1580-# qhasm:                                                   u = r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1581:# asm 1: movdqa <r=int6464#2,>u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1582:# asm 2: movdqa <r=%xmm1,>u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1583-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1585-# qhasm: uint32323232                                      r >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1586:# asm 1: psrld $14,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1587:# asm 2: psrld $14,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1588-psrld $14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1590-# qhasm:                                                   p ^= r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1591:# asm 1: pxor  <r=int6464#2,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1592:# asm 2: pxor  <r=%xmm1,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1593-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1595-# qhasm: uint32323232                                      u <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1596:# asm 1: pslld $18,<u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1597:# asm 2: pslld $18,<u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1598-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1600-# qhasm:                                                   p ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1601:# asm 1: pxor  <u=int6464#7,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1602:# asm 2: pxor  <u=%xmm6,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1603-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1605-# qhasm:                                                   z10_stack = p
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1606:# asm 1: movdqa <p=int6464#1,>z10_stack=stack128#27
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1607:# asm 2: movdqa <p=%xmm0,>z10_stack=448(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1608-movdqa %xmm0,448(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1618-# qhasm:                                                                   ms = mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1619:# asm 1: movdqa <mt=int6464#3,>ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1620:# asm 2: movdqa <mt=%xmm2,>ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1621-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1623-# qhasm: uint32323232                                                      mt += mp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1624:# asm 1: paddd <mp=int6464#5,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1625:# asm 2: paddd <mp=%xmm4,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1626-paddd %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1628-# qhasm:                                                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1629:# asm 1: movdqa <mt=int6464#3,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1630:# asm 2: movdqa <mt=%xmm2,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1631-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1633-# qhasm: uint32323232                                                      mt >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1634:# asm 1: psrld $25,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1635:# asm 2: psrld $25,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1636-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1638-# qhasm:                                                                   mq ^= mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1639:# asm 1: pxor  <mt=int6464#3,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1640:# asm 2: pxor  <mt=%xmm2,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1641-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1643-# qhasm: uint32323232                                                      mu <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1644:# asm 1: pslld $7,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1645:# asm 2: pslld $7,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1646-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1648-# qhasm:                                                                   mq ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1649:# asm 1: pxor  <mu=int6464#1,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1650:# asm 2: pxor  <mu=%xmm0,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1651-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1653-# qhasm:                                                                   z3_stack = mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1654:# asm 1: movdqa <mq=int6464#4,>z3_stack=stack128#25
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1655:# asm 2: movdqa <mq=%xmm3,>z3_stack=416(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1656-movdqa %xmm3,416(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1658-# qhasm:                                                                   mt = mp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1659:# asm 1: movdqa <mp=int6464#5,>mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1660:# asm 2: movdqa <mp=%xmm4,>mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1661-movdqa %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1663-# qhasm: uint32323232                                                      mt += mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1664:# asm 1: paddd <mq=int6464#4,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1665:# asm 2: paddd <mq=%xmm3,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1666-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1668-# qhasm:                                                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1669:# asm 1: movdqa <mt=int6464#1,>mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1670:# asm 2: movdqa <mt=%xmm0,>mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1671-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1673-# qhasm: uint32323232                                                      mt >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1674:# asm 1: psrld $23,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1675:# asm 2: psrld $23,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1676-psrld $23,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1678-# qhasm:                                                                   mr ^= mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1679:# asm 1: pxor  <mt=int6464#1,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1680:# asm 2: pxor  <mt=%xmm0,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1681-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1683-# qhasm: uint32323232                                                      mu <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1684:# asm 1: pslld $9,<mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1685:# asm 2: pslld $9,<mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1686-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1688-# qhasm:                                                                   mr ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1689:# asm 1: pxor  <mu=int6464#2,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1690:# asm 2: pxor  <mu=%xmm1,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1691-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1693-# qhasm:                                                                   z7_stack = mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1694:# asm 1: movdqa <mr=int6464#6,>z7_stack=stack128#29
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1695:# asm 2: movdqa <mr=%xmm5,>z7_stack=480(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1696-movdqa %xmm5,480(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1698-# qhasm: uint32323232                                                      mq += mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1699:# asm 1: paddd <mr=int6464#6,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1700:# asm 2: paddd <mr=%xmm5,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1701-paddd %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1703-# qhasm:                                                                   mu = mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1704:# asm 1: movdqa <mq=int6464#4,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1705:# asm 2: movdqa <mq=%xmm3,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1706-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1708-# qhasm: uint32323232                                                      mq >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1709:# asm 1: psrld $19,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1710:# asm 2: psrld $19,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1711-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1713-# qhasm:                                                                   ms ^= mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1714:# asm 1: pxor  <mq=int6464#4,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1715:# asm 2: pxor  <mq=%xmm3,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1716-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1718-# qhasm: uint32323232                                                      mu <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1719:# asm 1: pslld $13,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1720:# asm 2: pslld $13,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1721-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1723-# qhasm:                                                                   ms ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1724:# asm 1: pxor  <mu=int6464#1,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1725:# asm 2: pxor  <mu=%xmm0,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1726-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1728-# qhasm:                   t = z3_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1729:# asm 1: movdqa <z3_stack=stack128#25,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1730:# asm 2: movdqa <z3_stack=416(%esp),>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1731-movdqa 416(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1733-# qhasm:                   p = z0_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1734:# asm 1: movdqa <z0_stack=stack128#21,>p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1735:# asm 2: movdqa <z0_stack=352(%esp),>p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1736-movdqa 352(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1738-# qhasm:                   q = z1_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1739:# asm 1: movdqa <z1_stack=stack128#22,>q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1740:# asm 2: movdqa <z1_stack=368(%esp),>q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1741-movdqa 368(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1743-# qhasm:                   r = z2_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1744:# asm 1: movdqa <z2_stack=stack128#26,>r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1745:# asm 2: movdqa <z2_stack=432(%esp),>r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1746-movdqa 432(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1748-# qhasm:                                                                   z11_stack = ms
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1749:# asm 1: movdqa <ms=int6464#7,>z11_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1750:# asm 2: movdqa <ms=%xmm6,>z11_stack=352(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1751-movdqa %xmm6,352(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1753-# qhasm: uint32323232                                                      mr += ms
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1754:# asm 1: paddd <ms=int6464#7,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1755:# asm 2: paddd <ms=%xmm6,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1756-paddd %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1758-# qhasm:                                                                   mu = mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1759:# asm 1: movdqa <mr=int6464#6,>mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1760:# asm 2: movdqa <mr=%xmm5,>mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1761-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1763-# qhasm: uint32323232                                                      mr >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1764:# asm 1: psrld $14,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1765:# asm 2: psrld $14,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1766-psrld $14,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1768-# qhasm:                                                                   mp ^= mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1769:# asm 1: pxor  <mr=int6464#6,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1770:# asm 2: pxor  <mr=%xmm5,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1771-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1773-# qhasm: uint32323232                                                      mu <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1774:# asm 1: pslld $18,<mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1775:# asm 2: pslld $18,<mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1776-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1778-# qhasm:                                                                   mp ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1779:# asm 1: pxor  <mu=int6464#7,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1780:# asm 2: pxor  <mu=%xmm6,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1781-pxor  %xmm6,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1783-# qhasm:                                                                   z15_stack = mp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1784:# asm 1: movdqa <mp=int6464#5,>z15_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1785:# asm 2: movdqa <mp=%xmm4,>z15_stack=368(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1786-movdqa %xmm4,368(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1796-# qhasm:                   s = t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1797:# asm 1: movdqa <t=int6464#3,>s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1798:# asm 2: movdqa <t=%xmm2,>s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1799-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1801-# qhasm: uint32323232      t += p
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1802:# asm 1: paddd <p=int6464#1,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1803:# asm 2: paddd <p=%xmm0,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1804-paddd %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1806-# qhasm:                   u = t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1807:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1808:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1809-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1811-# qhasm: uint32323232      t >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1812:# asm 1: psrld $25,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1813:# asm 2: psrld $25,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1814-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1816-# qhasm:                   q ^= t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1817:# asm 1: pxor  <t=int6464#3,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1818:# asm 2: pxor  <t=%xmm2,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1819-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1821-# qhasm: uint32323232      u <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1822:# asm 1: pslld $7,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1823:# asm 2: pslld $7,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1824-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1826-# qhasm:                   q ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1827:# asm 1: pxor  <u=int6464#5,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1828:# asm 2: pxor  <u=%xmm4,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1829-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1831-# qhasm:                   z1_stack = q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1832:# asm 1: movdqa <q=int6464#4,>z1_stack=stack128#28
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1833:# asm 2: movdqa <q=%xmm3,>z1_stack=464(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1834-movdqa %xmm3,464(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1836-# qhasm:                   t = p
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1837:# asm 1: movdqa <p=int6464#1,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1838:# asm 2: movdqa <p=%xmm0,>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1839-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1841-# qhasm: uint32323232      t += q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1842:# asm 1: paddd <q=int6464#4,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1843:# asm 2: paddd <q=%xmm3,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1844-paddd %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1846-# qhasm:                   u = t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1847:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1848:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1849-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1851-# qhasm: uint32323232      t >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1852:# asm 1: psrld $23,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1853:# asm 2: psrld $23,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1854-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1856-# qhasm:                   r ^= t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1857:# asm 1: pxor  <t=int6464#3,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1858:# asm 2: pxor  <t=%xmm2,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1859-pxor  %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1861-# qhasm: uint32323232      u <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1862:# asm 1: pslld $9,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1863:# asm 2: pslld $9,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1864-pslld $9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1866-# qhasm:                   r ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1867:# asm 1: pxor  <u=int6464#5,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1868:# asm 2: pxor  <u=%xmm4,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1869-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1871-# qhasm:                   z2_stack = r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1872:# asm 1: movdqa <r=int6464#2,>z2_stack=stack128#31
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1873:# asm 2: movdqa <r=%xmm1,>z2_stack=512(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1874-movdqa %xmm1,512(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1876-# qhasm: uint32323232      q += r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1877:# asm 1: paddd <r=int6464#2,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1878:# asm 2: paddd <r=%xmm1,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1879-paddd %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1881-# qhasm:                   u = q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1882:# asm 1: movdqa <q=int6464#4,>u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1883:# asm 2: movdqa <q=%xmm3,>u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1884-movdqa %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1886-# qhasm: uint32323232      q >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1887:# asm 1: psrld $19,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1888:# asm 2: psrld $19,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1889-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1891-# qhasm:                   s ^= q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1892:# asm 1: pxor  <q=int6464#4,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1893:# asm 2: pxor  <q=%xmm3,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1894-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1896-# qhasm: uint32323232      u <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1897:# asm 1: pslld $13,<u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1898:# asm 2: pslld $13,<u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1899-pslld $13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1901-# qhasm:                   s ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1902:# asm 1: pxor  <u=int6464#3,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1903:# asm 2: pxor  <u=%xmm2,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1904-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1906-# qhasm:                                   mt = z4_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1907:# asm 1: movdqa <z4_stack=stack128#33,>mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1908:# asm 2: movdqa <z4_stack=544(%esp),>mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1909-movdqa 544(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1911-# qhasm:                                   mp = z5_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1912:# asm 1: movdqa <z5_stack=stack128#24,>mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1913:# asm 2: movdqa <z5_stack=400(%esp),>mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1914-movdqa 400(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1916-# qhasm:                                   mq = z6_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1917:# asm 1: movdqa <z6_stack=stack128#23,>mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1918:# asm 2: movdqa <z6_stack=384(%esp),>mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1919-movdqa 384(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1921-# qhasm:                                   mr = z7_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1922:# asm 1: movdqa <z7_stack=stack128#29,>mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1923:# asm 2: movdqa <z7_stack=480(%esp),>mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1924-movdqa 480(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1926-# qhasm:                   z3_stack = s
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1927:# asm 1: movdqa <s=int6464#7,>z3_stack=stack128#25
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1928:# asm 2: movdqa <s=%xmm6,>z3_stack=416(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1929-movdqa %xmm6,416(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1931-# qhasm: uint32323232      r += s
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1932:# asm 1: paddd <s=int6464#7,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1933:# asm 2: paddd <s=%xmm6,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1934-paddd %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1936-# qhasm:                   u = r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1937:# asm 1: movdqa <r=int6464#2,>u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1938:# asm 2: movdqa <r=%xmm1,>u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1939-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1941-# qhasm: uint32323232      r >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1942:# asm 1: psrld $14,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1943:# asm 2: psrld $14,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1944-psrld $14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1946-# qhasm:                   p ^= r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1947:# asm 1: pxor  <r=int6464#2,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1948:# asm 2: pxor  <r=%xmm1,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1949-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1951-# qhasm: uint32323232      u <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1952:# asm 1: pslld $18,<u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1953:# asm 2: pslld $18,<u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1954-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1956-# qhasm:                   p ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1957:# asm 1: pxor  <u=int6464#7,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1958:# asm 2: pxor  <u=%xmm6,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1959-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1961-# qhasm:                   z0_stack = p
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1962:# asm 1: movdqa <p=int6464#1,>z0_stack=stack128#33
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1963:# asm 2: movdqa <p=%xmm0,>z0_stack=544(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1964-movdqa %xmm0,544(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1974-# qhasm:                                   ms = mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1975:# asm 1: movdqa <mt=int6464#3,>ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1976:# asm 2: movdqa <mt=%xmm2,>ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1977-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1979-# qhasm: uint32323232                      mt += mp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1980:# asm 1: paddd <mp=int6464#5,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1981:# asm 2: paddd <mp=%xmm4,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1982-paddd %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1984-# qhasm:                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1985:# asm 1: movdqa <mt=int6464#3,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1986:# asm 2: movdqa <mt=%xmm2,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1987-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1989-# qhasm: uint32323232                      mt >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1990:# asm 1: psrld $25,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1991:# asm 2: psrld $25,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1992-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1994-# qhasm:                                   mq ^= mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1995:# asm 1: pxor  <mt=int6464#3,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:1996:# asm 2: pxor  <mt=%xmm2,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1997-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-1999-# qhasm: uint32323232                      mu <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2000:# asm 1: pslld $7,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2001:# asm 2: pslld $7,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2002-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2004-# qhasm:                                   mq ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2005:# asm 1: pxor  <mu=int6464#1,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2006:# asm 2: pxor  <mu=%xmm0,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2007-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2009-# qhasm:                                   z6_stack = mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2010:# asm 1: movdqa <mq=int6464#4,>z6_stack=stack128#26
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2011:# asm 2: movdqa <mq=%xmm3,>z6_stack=432(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2012-movdqa %xmm3,432(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2014-# qhasm:                                   mt = mp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2015:# asm 1: movdqa <mp=int6464#5,>mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2016:# asm 2: movdqa <mp=%xmm4,>mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2017-movdqa %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2019-# qhasm: uint32323232                      mt += mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2020:# asm 1: paddd <mq=int6464#4,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2021:# asm 2: paddd <mq=%xmm3,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2022-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2024-# qhasm:                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2025:# asm 1: movdqa <mt=int6464#1,>mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2026:# asm 2: movdqa <mt=%xmm0,>mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2027-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2029-# qhasm: uint32323232                      mt >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2030:# asm 1: psrld $23,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2031:# asm 2: psrld $23,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2032-psrld $23,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2034-# qhasm:                                   mr ^= mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2035:# asm 1: pxor  <mt=int6464#1,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2036:# asm 2: pxor  <mt=%xmm0,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2037-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2039-# qhasm: uint32323232                      mu <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2040:# asm 1: pslld $9,<mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2041:# asm 2: pslld $9,<mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2042-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2044-# qhasm:                                   mr ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2045:# asm 1: pxor  <mu=int6464#2,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2046:# asm 2: pxor  <mu=%xmm1,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2047-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2049-# qhasm:                                   z7_stack = mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2050:# asm 1: movdqa <mr=int6464#6,>z7_stack=stack128#29
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2051:# asm 2: movdqa <mr=%xmm5,>z7_stack=480(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2052-movdqa %xmm5,480(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2054-# qhasm: uint32323232                      mq += mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2055:# asm 1: paddd <mr=int6464#6,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2056:# asm 2: paddd <mr=%xmm5,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2057-paddd %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2059-# qhasm:                                   mu = mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2060:# asm 1: movdqa <mq=int6464#4,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2061:# asm 2: movdqa <mq=%xmm3,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2062-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2064-# qhasm: uint32323232                      mq >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2065:# asm 1: psrld $19,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2066:# asm 2: psrld $19,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2067-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2069-# qhasm:                                   ms ^= mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2070:# asm 1: pxor  <mq=int6464#4,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2071:# asm 2: pxor  <mq=%xmm3,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2072-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2074-# qhasm: uint32323232                      mu <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2075:# asm 1: pslld $13,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2076:# asm 2: pslld $13,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2077-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2079-# qhasm:                                   ms ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2080:# asm 1: pxor  <mu=int6464#1,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2081:# asm 2: pxor  <mu=%xmm0,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2082-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2084-# qhasm:                                                   t = z9_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2085:# asm 1: movdqa <z9_stack=stack128#32,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2086:# asm 2: movdqa <z9_stack=528(%esp),>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2087-movdqa 528(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2089-# qhasm:                                                   p = z10_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2090:# asm 1: movdqa <z10_stack=stack128#27,>p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2091:# asm 2: movdqa <z10_stack=448(%esp),>p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2092-movdqa 448(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2094-# qhasm:                                                   q = z11_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2095:# asm 1: movdqa <z11_stack=stack128#21,>q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2096:# asm 2: movdqa <z11_stack=352(%esp),>q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2097-movdqa 352(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2099-# qhasm:                                                   r = z8_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2100:# asm 1: movdqa <z8_stack=stack128#34,>r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2101:# asm 2: movdqa <z8_stack=560(%esp),>r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2102-movdqa 560(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2104-# qhasm:                                   z4_stack = ms
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2105:# asm 1: movdqa <ms=int6464#7,>z4_stack=stack128#34
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2106:# asm 2: movdqa <ms=%xmm6,>z4_stack=560(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2107-movdqa %xmm6,560(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2109-# qhasm: uint32323232                      mr += ms
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2110:# asm 1: paddd <ms=int6464#7,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2111:# asm 2: paddd <ms=%xmm6,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2112-paddd %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2114-# qhasm:                                   mu = mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2115:# asm 1: movdqa <mr=int6464#6,>mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2116:# asm 2: movdqa <mr=%xmm5,>mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2117-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2119-# qhasm: uint32323232                      mr >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2120:# asm 1: psrld $14,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2121:# asm 2: psrld $14,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2122-psrld $14,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2124-# qhasm:                                   mp ^= mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2125:# asm 1: pxor  <mr=int6464#6,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2126:# asm 2: pxor  <mr=%xmm5,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2127-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2129-# qhasm: uint32323232                      mu <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2130:# asm 1: pslld $18,<mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2131:# asm 2: pslld $18,<mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2132-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2134-# qhasm:                                   mp ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2135:# asm 1: pxor  <mu=int6464#7,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2136:# asm 2: pxor  <mu=%xmm6,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2137-pxor  %xmm6,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2139-# qhasm:                                   z5_stack = mp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2140:# asm 1: movdqa <mp=int6464#5,>z5_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2141:# asm 2: movdqa <mp=%xmm4,>z5_stack=352(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2142-movdqa %xmm4,352(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2152-# qhasm:                                                   s = t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2153:# asm 1: movdqa <t=int6464#3,>s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2154:# asm 2: movdqa <t=%xmm2,>s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2155-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2157-# qhasm: uint32323232                                      t += p
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2158:# asm 1: paddd <p=int6464#1,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2159:# asm 2: paddd <p=%xmm0,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2160-paddd %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2162-# qhasm:                                                   u = t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2163:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2164:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2165-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2167-# qhasm: uint32323232                                      t >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2168:# asm 1: psrld $25,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2169:# asm 2: psrld $25,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2170-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2172-# qhasm:                                                   q ^= t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2173:# asm 1: pxor  <t=int6464#3,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2174:# asm 2: pxor  <t=%xmm2,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2175-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2177-# qhasm: uint32323232                                      u <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2178:# asm 1: pslld $7,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2179:# asm 2: pslld $7,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2180-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2182-# qhasm:                                                   q ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2183:# asm 1: pxor  <u=int6464#5,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2184:# asm 2: pxor  <u=%xmm4,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2185-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2187-# qhasm:                                                   z11_stack = q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2188:# asm 1: movdqa <q=int6464#4,>z11_stack=stack128#27
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2189:# asm 2: movdqa <q=%xmm3,>z11_stack=448(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2190-movdqa %xmm3,448(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2192-# qhasm:                                                   t = p
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2193:# asm 1: movdqa <p=int6464#1,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2194:# asm 2: movdqa <p=%xmm0,>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2195-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2197-# qhasm: uint32323232                                      t += q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2198:# asm 1: paddd <q=int6464#4,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2199:# asm 2: paddd <q=%xmm3,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2200-paddd %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2202-# qhasm:                                                   u = t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2203:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2204:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2205-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2207-# qhasm: uint32323232                                      t >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2208:# asm 1: psrld $23,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2209:# asm 2: psrld $23,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2210-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2212-# qhasm:                                                   r ^= t
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2213:# asm 1: pxor  <t=int6464#3,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2214:# asm 2: pxor  <t=%xmm2,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2215-pxor  %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2217-# qhasm: uint32323232                                      u <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2218:# asm 1: pslld $9,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2219:# asm 2: pslld $9,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2220-pslld $9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2222-# qhasm:                                                   r ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2223:# asm 1: pxor  <u=int6464#5,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2224:# asm 2: pxor  <u=%xmm4,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2225-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2227-# qhasm:                                                   z8_stack = r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2228:# asm 1: movdqa <r=int6464#2,>z8_stack=stack128#37
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2229:# asm 2: movdqa <r=%xmm1,>z8_stack=608(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2230-movdqa %xmm1,608(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2232-# qhasm: uint32323232                                      q += r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2233:# asm 1: paddd <r=int6464#2,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2234:# asm 2: paddd <r=%xmm1,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2235-paddd %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2237-# qhasm:                                                   u = q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2238:# asm 1: movdqa <q=int6464#4,>u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2239:# asm 2: movdqa <q=%xmm3,>u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2240-movdqa %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2242-# qhasm: uint32323232                                      q >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2243:# asm 1: psrld $19,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2244:# asm 2: psrld $19,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2245-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2247-# qhasm:                                                   s ^= q
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2248:# asm 1: pxor  <q=int6464#4,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2249:# asm 2: pxor  <q=%xmm3,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2250-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2252-# qhasm: uint32323232                                      u <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2253:# asm 1: pslld $13,<u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2254:# asm 2: pslld $13,<u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2255-pslld $13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2257-# qhasm:                                                   s ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2258:# asm 1: pxor  <u=int6464#3,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2259:# asm 2: pxor  <u=%xmm2,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2260-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2262-# qhasm:                                                                   mt = z14_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2263:# asm 1: movdqa <z14_stack=stack128#36,>mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2264:# asm 2: movdqa <z14_stack=592(%esp),>mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2265-movdqa 592(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2267-# qhasm:                                                                   mp = z15_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2268:# asm 1: movdqa <z15_stack=stack128#22,>mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2269:# asm 2: movdqa <z15_stack=368(%esp),>mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2270-movdqa 368(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2272-# qhasm:                                                                   mq = z12_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2273:# asm 1: movdqa <z12_stack=stack128#30,>mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2274:# asm 2: movdqa <z12_stack=496(%esp),>mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2275-movdqa 496(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2277-# qhasm:                                                                   mr = z13_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2278:# asm 1: movdqa <z13_stack=stack128#35,>mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2279:# asm 2: movdqa <z13_stack=576(%esp),>mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2280-movdqa 576(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2282-# qhasm:                                                   z9_stack = s
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2283:# asm 1: movdqa <s=int6464#7,>z9_stack=stack128#32
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2284:# asm 2: movdqa <s=%xmm6,>z9_stack=528(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2285-movdqa %xmm6,528(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2287-# qhasm: uint32323232                                      r += s
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2288:# asm 1: paddd <s=int6464#7,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2289:# asm 2: paddd <s=%xmm6,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2290-paddd %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2292-# qhasm:                                                   u = r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2293:# asm 1: movdqa <r=int6464#2,>u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2294:# asm 2: movdqa <r=%xmm1,>u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2295-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2297-# qhasm: uint32323232                                      r >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2298:# asm 1: psrld $14,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2299:# asm 2: psrld $14,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2300-psrld $14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2302-# qhasm:                                                   p ^= r
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2303:# asm 1: pxor  <r=int6464#2,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2304:# asm 2: pxor  <r=%xmm1,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2305-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2307-# qhasm: uint32323232                                      u <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2308:# asm 1: pslld $18,<u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2309:# asm 2: pslld $18,<u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2310-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2312-# qhasm:                                                   p ^= u
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2313:# asm 1: pxor  <u=int6464#7,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2314:# asm 2: pxor  <u=%xmm6,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2315-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2317-# qhasm:                                                   z10_stack = p
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2318:# asm 1: movdqa <p=int6464#1,>z10_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2319:# asm 2: movdqa <p=%xmm0,>z10_stack=368(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2320-movdqa %xmm0,368(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2330-# qhasm:                                                                   ms = mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2331:# asm 1: movdqa <mt=int6464#3,>ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2332:# asm 2: movdqa <mt=%xmm2,>ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2333-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2335-# qhasm: uint32323232                                                      mt += mp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2336:# asm 1: paddd <mp=int6464#5,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2337:# asm 2: paddd <mp=%xmm4,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2338-paddd %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2340-# qhasm:                                                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2341:# asm 1: movdqa <mt=int6464#3,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2342:# asm 2: movdqa <mt=%xmm2,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2343-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2345-# qhasm: uint32323232                                                      mt >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2346:# asm 1: psrld $25,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2347:# asm 2: psrld $25,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2348-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2350-# qhasm:                                                                   mq ^= mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2351:# asm 1: pxor  <mt=int6464#3,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2352:# asm 2: pxor  <mt=%xmm2,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2353-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2355-# qhasm: uint32323232                                                      mu <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2356:# asm 1: pslld $7,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2357:# asm 2: pslld $7,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2358-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2360-# qhasm:                                                                   mq ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2361:# asm 1: pxor  <mu=int6464#1,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2362:# asm 2: pxor  <mu=%xmm0,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2363-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2365-# qhasm:                                                                   z12_stack = mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2366:# asm 1: movdqa <mq=int6464#4,>z12_stack=stack128#35
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2367:# asm 2: movdqa <mq=%xmm3,>z12_stack=576(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2368-movdqa %xmm3,576(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2370-# qhasm:                                                                   mt = mp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2371:# asm 1: movdqa <mp=int6464#5,>mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2372:# asm 2: movdqa <mp=%xmm4,>mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2373-movdqa %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2375-# qhasm: uint32323232                                                      mt += mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2376:# asm 1: paddd <mq=int6464#4,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2377:# asm 2: paddd <mq=%xmm3,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2378-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2380-# qhasm:                                                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2381:# asm 1: movdqa <mt=int6464#1,>mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2382:# asm 2: movdqa <mt=%xmm0,>mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2383-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2385-# qhasm: uint32323232                                                      mt >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2386:# asm 1: psrld $23,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2387:# asm 2: psrld $23,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2388-psrld $23,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2390-# qhasm:                                                                   mr ^= mt
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2391:# asm 1: pxor  <mt=int6464#1,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2392:# asm 2: pxor  <mt=%xmm0,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2393-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2395-# qhasm: uint32323232                                                      mu <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2396:# asm 1: pslld $9,<mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2397:# asm 2: pslld $9,<mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2398-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2400-# qhasm:                                                                   mr ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2401:# asm 1: pxor  <mu=int6464#2,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2402:# asm 2: pxor  <mu=%xmm1,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2403-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2405-# qhasm:                                                                   z13_stack = mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2406:# asm 1: movdqa <mr=int6464#6,>z13_stack=stack128#30
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2407:# asm 2: movdqa <mr=%xmm5,>z13_stack=496(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2408-movdqa %xmm5,496(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2410-# qhasm: uint32323232                                                      mq += mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2411:# asm 1: paddd <mr=int6464#6,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2412:# asm 2: paddd <mr=%xmm5,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2413-paddd %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2415-# qhasm:                                                                   mu = mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2416:# asm 1: movdqa <mq=int6464#4,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2417:# asm 2: movdqa <mq=%xmm3,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2418-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2420-# qhasm: uint32323232                                                      mq >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2421:# asm 1: psrld $19,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2422:# asm 2: psrld $19,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2423-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2425-# qhasm:                                                                   ms ^= mq
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2426:# asm 1: pxor  <mq=int6464#4,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2427:# asm 2: pxor  <mq=%xmm3,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2428-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2430-# qhasm: uint32323232                                                      mu <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2431:# asm 1: pslld $13,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2432:# asm 2: pslld $13,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2433-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2435-# qhasm:                                                                   ms ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2436:# asm 1: pxor  <mu=int6464#1,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2437:# asm 2: pxor  <mu=%xmm0,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2438-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2440-# qhasm:                   t = z12_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2441:# asm 1: movdqa <z12_stack=stack128#35,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2442:# asm 2: movdqa <z12_stack=576(%esp),>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2443-movdqa 576(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2445-# qhasm:                   p = z0_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2446:# asm 1: movdqa <z0_stack=stack128#33,>p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2447:# asm 2: movdqa <z0_stack=544(%esp),>p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2448-movdqa 544(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2450-# qhasm:                   q = z4_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2451:# asm 1: movdqa <z4_stack=stack128#34,>q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2452:# asm 2: movdqa <z4_stack=560(%esp),>q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2453-movdqa 560(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2455-# qhasm:                   r = z8_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2456:# asm 1: movdqa <z8_stack=stack128#37,>r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2457:# asm 2: movdqa <z8_stack=608(%esp),>r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2458-movdqa 608(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2460-# qhasm:                                                                   z14_stack = ms
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2461:# asm 1: movdqa <ms=int6464#7,>z14_stack=stack128#24
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2462:# asm 2: movdqa <ms=%xmm6,>z14_stack=400(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2463-movdqa %xmm6,400(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2465-# qhasm: uint32323232                                                      mr += ms
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2466:# asm 1: paddd <ms=int6464#7,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2467:# asm 2: paddd <ms=%xmm6,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2468-paddd %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2470-# qhasm:                                                                   mu = mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2471:# asm 1: movdqa <mr=int6464#6,>mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2472:# asm 2: movdqa <mr=%xmm5,>mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2473-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2475-# qhasm: uint32323232                                                      mr >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2476:# asm 1: psrld $14,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2477:# asm 2: psrld $14,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2478-psrld $14,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2480-# qhasm:                                                                   mp ^= mr
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2481:# asm 1: pxor  <mr=int6464#6,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2482:# asm 2: pxor  <mr=%xmm5,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2483-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2485-# qhasm: uint32323232                                                      mu <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2486:# asm 1: pslld $18,<mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2487:# asm 2: pslld $18,<mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2488-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2490-# qhasm:                                                                   mp ^= mu
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2491:# asm 1: pxor  <mu=int6464#7,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2492:# asm 2: pxor  <mu=%xmm6,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2493-pxor  %xmm6,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2495-# qhasm:                                                                   z15_stack = mp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2496:# asm 1: movdqa <mp=int6464#5,>z15_stack=stack128#23
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2497:# asm 2: movdqa <mp=%xmm4,>z15_stack=384(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2498-movdqa %xmm4,384(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2500-# qhasm:                   unsigned>? i -= 2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2501:# asm 1: sub  $2,<i=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2502:# asm 2: sub  $2,<i=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2503-sub  $2,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2509-# qhasm:   out = out_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2510:# asm 1: movl <out_stack=stack32#6,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2511:# asm 2: movl <out_stack=20(%esp),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2512-movl 20(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2514-# qhasm:   z0 = z0_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2515:# asm 1: movdqa <z0_stack=stack128#33,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2516:# asm 2: movdqa <z0_stack=544(%esp),>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2517-movdqa 544(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2519-# qhasm:   z1 = z1_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2520:# asm 1: movdqa <z1_stack=stack128#28,>z1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2521:# asm 2: movdqa <z1_stack=464(%esp),>z1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2522-movdqa 464(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2524-# qhasm:   z2 = z2_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2525:# asm 1: movdqa <z2_stack=stack128#31,>z2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2526:# asm 2: movdqa <z2_stack=512(%esp),>z2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2527-movdqa 512(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2529-# qhasm:   z3 = z3_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2530:# asm 1: movdqa <z3_stack=stack128#25,>z3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2531:# asm 2: movdqa <z3_stack=416(%esp),>z3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2532-movdqa 416(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2534-# qhasm:   uint32323232 z0 += orig0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2535:# asm 1: paddd <orig0=stack128#8,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2536:# asm 2: paddd <orig0=144(%esp),<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2537-paddd 144(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2539-# qhasm:   uint32323232 z1 += orig1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2540:# asm 1: paddd <orig1=stack128#12,<z1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2541:# asm 2: paddd <orig1=208(%esp),<z1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2542-paddd 208(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2544-# qhasm:   uint32323232 z2 += orig2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2545:# asm 1: paddd <orig2=stack128#15,<z2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2546:# asm 2: paddd <orig2=256(%esp),<z2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2547-paddd 256(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2549-# qhasm:   uint32323232 z3 += orig3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2550:# asm 1: paddd <orig3=stack128#18,<z3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2551:# asm 2: paddd <orig3=304(%esp),<z3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2552-paddd 304(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2554-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2555:# asm 1: movd   <z0=int6464#1,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2556:# asm 2: movd   <z0=%xmm0,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2557-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2559-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2560:# asm 1: movd   <z1=int6464#2,>in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2561:# asm 2: movd   <z1=%xmm1,>in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2562-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2564-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2565:# asm 1: movd   <z2=int6464#3,>in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2566:# asm 2: movd   <z2=%xmm2,>in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2567-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2569-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2570:# asm 1: movd   <z3=int6464#4,>in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2571:# asm 2: movd   <z3=%xmm3,>in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2572-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2574-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2575:# asm 1: pshufd $0x39,<z0=int6464#1,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2576:# asm 2: pshufd $0x39,<z0=%xmm0,<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2577-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2579-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2580:# asm 1: pshufd $0x39,<z1=int6464#2,<z1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2581:# asm 2: pshufd $0x39,<z1=%xmm1,<z1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2582-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2584-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2585:# asm 1: pshufd $0x39,<z2=int6464#3,<z2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2586:# asm 2: pshufd $0x39,<z2=%xmm2,<z2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2587-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2589-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2590:# asm 1: pshufd $0x39,<z3=int6464#4,<z3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2591:# asm 2: pshufd $0x39,<z3=%xmm3,<z3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2592-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2594-# qhasm:   in0 ^= *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2595:# asm 1: xorl 0(<m=int32#5),<in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2596:# asm 2: xorl 0(<m=%esi),<in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2597-xorl 0(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2599-# qhasm:   in1 ^= *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2600:# asm 1: xorl 4(<m=int32#5),<in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2601:# asm 2: xorl 4(<m=%esi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2602-xorl 4(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2604-# qhasm:   in2 ^= *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2605:# asm 1: xorl 8(<m=int32#5),<in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2606:# asm 2: xorl 8(<m=%esi),<in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2607-xorl 8(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2609-# qhasm:   in3 ^= *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2610:# asm 1: xorl 12(<m=int32#5),<in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2611:# asm 2: xorl 12(<m=%esi),<in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2612-xorl 12(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2614-# qhasm:   *(uint32 *) (out + 0) = in0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2615:# asm 1: movl <in0=int32#1,0(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2616:# asm 2: movl <in0=%eax,0(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2617-movl %eax,0(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2619-# qhasm:   *(uint32 *) (out + 4) = in1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2620:# asm 1: movl <in1=int32#2,4(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2621:# asm 2: movl <in1=%ecx,4(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2622-movl %ecx,4(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2624-# qhasm:   *(uint32 *) (out + 8) = in2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2625:# asm 1: movl <in2=int32#3,8(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2626:# asm 2: movl <in2=%edx,8(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2627-movl %edx,8(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2629-# qhasm:   *(uint32 *) (out + 12) = in3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2630:# asm 1: movl <in3=int32#4,12(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2631:# asm 2: movl <in3=%ebx,12(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2632-movl %ebx,12(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2634-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2635:# asm 1: movd   <z0=int6464#1,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2636:# asm 2: movd   <z0=%xmm0,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2637-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2639-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2640:# asm 1: movd   <z1=int6464#2,>in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2641:# asm 2: movd   <z1=%xmm1,>in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2642-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2644-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2645:# asm 1: movd   <z2=int6464#3,>in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2646:# asm 2: movd   <z2=%xmm2,>in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2647-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2649-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2650:# asm 1: movd   <z3=int6464#4,>in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2651:# asm 2: movd   <z3=%xmm3,>in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2652-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2654-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2655:# asm 1: pshufd $0x39,<z0=int6464#1,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2656:# asm 2: pshufd $0x39,<z0=%xmm0,<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2657-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2659-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2660:# asm 1: pshufd $0x39,<z1=int6464#2,<z1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2661:# asm 2: pshufd $0x39,<z1=%xmm1,<z1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2662-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2664-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2665:# asm 1: pshufd $0x39,<z2=int6464#3,<z2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2666:# asm 2: pshufd $0x39,<z2=%xmm2,<z2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2667-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2669-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2670:# asm 1: pshufd $0x39,<z3=int6464#4,<z3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2671:# asm 2: pshufd $0x39,<z3=%xmm3,<z3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2672-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2674-# qhasm:   in0 ^= *(uint32 *) (m + 64)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2675:# asm 1: xorl 64(<m=int32#5),<in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2676:# asm 2: xorl 64(<m=%esi),<in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2677-xorl 64(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2679-# qhasm:   in1 ^= *(uint32 *) (m + 68)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2680:# asm 1: xorl 68(<m=int32#5),<in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2681:# asm 2: xorl 68(<m=%esi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2682-xorl 68(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2684-# qhasm:   in2 ^= *(uint32 *) (m + 72)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2685:# asm 1: xorl 72(<m=int32#5),<in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2686:# asm 2: xorl 72(<m=%esi),<in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2687-xorl 72(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2689-# qhasm:   in3 ^= *(uint32 *) (m + 76)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2690:# asm 1: xorl 76(<m=int32#5),<in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2691:# asm 2: xorl 76(<m=%esi),<in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2692-xorl 76(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2694-# qhasm:   *(uint32 *) (out + 64) = in0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2695:# asm 1: movl <in0=int32#1,64(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2696:# asm 2: movl <in0=%eax,64(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2697-movl %eax,64(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2699-# qhasm:   *(uint32 *) (out + 68) = in1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2700:# asm 1: movl <in1=int32#2,68(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2701:# asm 2: movl <in1=%ecx,68(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2702-movl %ecx,68(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2704-# qhasm:   *(uint32 *) (out + 72) = in2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2705:# asm 1: movl <in2=int32#3,72(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2706:# asm 2: movl <in2=%edx,72(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2707-movl %edx,72(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2709-# qhasm:   *(uint32 *) (out + 76) = in3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2710:# asm 1: movl <in3=int32#4,76(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2711:# asm 2: movl <in3=%ebx,76(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2712-movl %ebx,76(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2714-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2715:# asm 1: movd   <z0=int6464#1,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2716:# asm 2: movd   <z0=%xmm0,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2717-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2719-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2720:# asm 1: movd   <z1=int6464#2,>in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2721:# asm 2: movd   <z1=%xmm1,>in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2722-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2724-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2725:# asm 1: movd   <z2=int6464#3,>in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2726:# asm 2: movd   <z2=%xmm2,>in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2727-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2729-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2730:# asm 1: movd   <z3=int6464#4,>in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2731:# asm 2: movd   <z3=%xmm3,>in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2732-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2734-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2735:# asm 1: pshufd $0x39,<z0=int6464#1,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2736:# asm 2: pshufd $0x39,<z0=%xmm0,<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2737-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2739-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2740:# asm 1: pshufd $0x39,<z1=int6464#2,<z1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2741:# asm 2: pshufd $0x39,<z1=%xmm1,<z1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2742-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2744-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2745:# asm 1: pshufd $0x39,<z2=int6464#3,<z2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2746:# asm 2: pshufd $0x39,<z2=%xmm2,<z2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2747-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2749-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2750:# asm 1: pshufd $0x39,<z3=int6464#4,<z3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2751:# asm 2: pshufd $0x39,<z3=%xmm3,<z3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2752-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2754-# qhasm:   in0 ^= *(uint32 *) (m + 128)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2755:# asm 1: xorl 128(<m=int32#5),<in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2756:# asm 2: xorl 128(<m=%esi),<in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2757-xorl 128(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2759-# qhasm:   in1 ^= *(uint32 *) (m + 132)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2760:# asm 1: xorl 132(<m=int32#5),<in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2761:# asm 2: xorl 132(<m=%esi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2762-xorl 132(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2764-# qhasm:   in2 ^= *(uint32 *) (m + 136)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2765:# asm 1: xorl 136(<m=int32#5),<in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2766:# asm 2: xorl 136(<m=%esi),<in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2767-xorl 136(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2769-# qhasm:   in3 ^= *(uint32 *) (m + 140)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2770:# asm 1: xorl 140(<m=int32#5),<in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2771:# asm 2: xorl 140(<m=%esi),<in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2772-xorl 140(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2774-# qhasm:   *(uint32 *) (out + 128) = in0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2775:# asm 1: movl <in0=int32#1,128(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2776:# asm 2: movl <in0=%eax,128(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2777-movl %eax,128(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2779-# qhasm:   *(uint32 *) (out + 132) = in1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2780:# asm 1: movl <in1=int32#2,132(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2781:# asm 2: movl <in1=%ecx,132(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2782-movl %ecx,132(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2784-# qhasm:   *(uint32 *) (out + 136) = in2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2785:# asm 1: movl <in2=int32#3,136(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2786:# asm 2: movl <in2=%edx,136(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2787-movl %edx,136(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2789-# qhasm:   *(uint32 *) (out + 140) = in3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2790:# asm 1: movl <in3=int32#4,140(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2791:# asm 2: movl <in3=%ebx,140(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2792-movl %ebx,140(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2794-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2795:# asm 1: movd   <z0=int6464#1,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2796:# asm 2: movd   <z0=%xmm0,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2797-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2799-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2800:# asm 1: movd   <z1=int6464#2,>in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2801:# asm 2: movd   <z1=%xmm1,>in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2802-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2804-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2805:# asm 1: movd   <z2=int6464#3,>in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2806:# asm 2: movd   <z2=%xmm2,>in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2807-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2809-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2810:# asm 1: movd   <z3=int6464#4,>in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2811:# asm 2: movd   <z3=%xmm3,>in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2812-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2814-# qhasm:   in0 ^= *(uint32 *) (m + 192)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2815:# asm 1: xorl 192(<m=int32#5),<in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2816:# asm 2: xorl 192(<m=%esi),<in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2817-xorl 192(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2819-# qhasm:   in1 ^= *(uint32 *) (m + 196)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2820:# asm 1: xorl 196(<m=int32#5),<in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2821:# asm 2: xorl 196(<m=%esi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2822-xorl 196(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2824-# qhasm:   in2 ^= *(uint32 *) (m + 200)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2825:# asm 1: xorl 200(<m=int32#5),<in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2826:# asm 2: xorl 200(<m=%esi),<in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2827-xorl 200(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2829-# qhasm:   in3 ^= *(uint32 *) (m + 204)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2830:# asm 1: xorl 204(<m=int32#5),<in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2831:# asm 2: xorl 204(<m=%esi),<in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2832-xorl 204(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2834-# qhasm:   *(uint32 *) (out + 192) = in0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2835:# asm 1: movl <in0=int32#1,192(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2836:# asm 2: movl <in0=%eax,192(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2837-movl %eax,192(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2839-# qhasm:   *(uint32 *) (out + 196) = in1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2840:# asm 1: movl <in1=int32#2,196(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2841:# asm 2: movl <in1=%ecx,196(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2842-movl %ecx,196(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2844-# qhasm:   *(uint32 *) (out + 200) = in2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2845:# asm 1: movl <in2=int32#3,200(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2846:# asm 2: movl <in2=%edx,200(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2847-movl %edx,200(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2849-# qhasm:   *(uint32 *) (out + 204) = in3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2850:# asm 1: movl <in3=int32#4,204(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2851:# asm 2: movl <in3=%ebx,204(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2852-movl %ebx,204(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2854-# qhasm:   z4 = z4_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2855:# asm 1: movdqa <z4_stack=stack128#34,>z4=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2856:# asm 2: movdqa <z4_stack=560(%esp),>z4=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2857-movdqa 560(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2859-# qhasm:   z5 = z5_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2860:# asm 1: movdqa <z5_stack=stack128#21,>z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2861:# asm 2: movdqa <z5_stack=352(%esp),>z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2862-movdqa 352(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2864-# qhasm:   z6 = z6_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2865:# asm 1: movdqa <z6_stack=stack128#26,>z6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2866:# asm 2: movdqa <z6_stack=432(%esp),>z6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2867-movdqa 432(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2869-# qhasm:   z7 = z7_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2870:# asm 1: movdqa <z7_stack=stack128#29,>z7=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2871:# asm 2: movdqa <z7_stack=480(%esp),>z7=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2872-movdqa 480(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2874-# qhasm:   uint32323232 z4 += orig4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2875:# asm 1: paddd <orig4=stack128#16,<z4=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2876:# asm 2: paddd <orig4=272(%esp),<z4=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2877-paddd 272(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2879-# qhasm:   uint32323232 z5 += orig5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2880:# asm 1: paddd <orig5=stack128#5,<z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2881:# asm 2: paddd <orig5=96(%esp),<z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2882-paddd 96(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2884-# qhasm:   uint32323232 z6 += orig6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2885:# asm 1: paddd <orig6=stack128#9,<z6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2886:# asm 2: paddd <orig6=160(%esp),<z6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2887-paddd 160(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2889-# qhasm:   uint32323232 z7 += orig7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2890:# asm 1: paddd <orig7=stack128#13,<z7=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2891:# asm 2: paddd <orig7=224(%esp),<z7=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2892-paddd 224(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2894-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2895:# asm 1: movd   <z4=int6464#1,>in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2896:# asm 2: movd   <z4=%xmm0,>in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2897-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2899-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2900:# asm 1: movd   <z5=int6464#2,>in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2901:# asm 2: movd   <z5=%xmm1,>in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2902-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2904-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2905:# asm 1: movd   <z6=int6464#3,>in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2906:# asm 2: movd   <z6=%xmm2,>in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2907-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2909-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2910:# asm 1: movd   <z7=int6464#4,>in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2911:# asm 2: movd   <z7=%xmm3,>in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2912-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2914-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2915:# asm 1: pshufd $0x39,<z4=int6464#1,<z4=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2916:# asm 2: pshufd $0x39,<z4=%xmm0,<z4=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2917-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2919-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2920:# asm 1: pshufd $0x39,<z5=int6464#2,<z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2921:# asm 2: pshufd $0x39,<z5=%xmm1,<z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2922-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2924-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2925:# asm 1: pshufd $0x39,<z6=int6464#3,<z6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2926:# asm 2: pshufd $0x39,<z6=%xmm2,<z6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2927-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2929-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2930:# asm 1: pshufd $0x39,<z7=int6464#4,<z7=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2931:# asm 2: pshufd $0x39,<z7=%xmm3,<z7=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2932-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2934-# qhasm:   in4 ^= *(uint32 *) (m + 16)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2935:# asm 1: xorl 16(<m=int32#5),<in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2936:# asm 2: xorl 16(<m=%esi),<in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2937-xorl 16(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2939-# qhasm:   in5 ^= *(uint32 *) (m + 20)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2940:# asm 1: xorl 20(<m=int32#5),<in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2941:# asm 2: xorl 20(<m=%esi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2942-xorl 20(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2944-# qhasm:   in6 ^= *(uint32 *) (m + 24)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2945:# asm 1: xorl 24(<m=int32#5),<in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2946:# asm 2: xorl 24(<m=%esi),<in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2947-xorl 24(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2949-# qhasm:   in7 ^= *(uint32 *) (m + 28)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2950:# asm 1: xorl 28(<m=int32#5),<in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2951:# asm 2: xorl 28(<m=%esi),<in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2952-xorl 28(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2954-# qhasm:   *(uint32 *) (out + 16) = in4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2955:# asm 1: movl <in4=int32#1,16(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2956:# asm 2: movl <in4=%eax,16(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2957-movl %eax,16(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2959-# qhasm:   *(uint32 *) (out + 20) = in5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2960:# asm 1: movl <in5=int32#2,20(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2961:# asm 2: movl <in5=%ecx,20(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2962-movl %ecx,20(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2964-# qhasm:   *(uint32 *) (out + 24) = in6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2965:# asm 1: movl <in6=int32#3,24(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2966:# asm 2: movl <in6=%edx,24(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2967-movl %edx,24(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2969-# qhasm:   *(uint32 *) (out + 28) = in7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2970:# asm 1: movl <in7=int32#4,28(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2971:# asm 2: movl <in7=%ebx,28(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2972-movl %ebx,28(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2974-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2975:# asm 1: movd   <z4=int6464#1,>in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2976:# asm 2: movd   <z4=%xmm0,>in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2977-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2979-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2980:# asm 1: movd   <z5=int6464#2,>in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2981:# asm 2: movd   <z5=%xmm1,>in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2982-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2984-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2985:# asm 1: movd   <z6=int6464#3,>in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2986:# asm 2: movd   <z6=%xmm2,>in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2987-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2989-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2990:# asm 1: movd   <z7=int6464#4,>in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2991:# asm 2: movd   <z7=%xmm3,>in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2992-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2994-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2995:# asm 1: pshufd $0x39,<z4=int6464#1,<z4=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:2996:# asm 2: pshufd $0x39,<z4=%xmm0,<z4=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2997-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-2999-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3000:# asm 1: pshufd $0x39,<z5=int6464#2,<z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3001:# asm 2: pshufd $0x39,<z5=%xmm1,<z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3002-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3004-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3005:# asm 1: pshufd $0x39,<z6=int6464#3,<z6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3006:# asm 2: pshufd $0x39,<z6=%xmm2,<z6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3007-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3009-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3010:# asm 1: pshufd $0x39,<z7=int6464#4,<z7=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3011:# asm 2: pshufd $0x39,<z7=%xmm3,<z7=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3012-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3014-# qhasm:   in4 ^= *(uint32 *) (m + 80)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3015:# asm 1: xorl 80(<m=int32#5),<in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3016:# asm 2: xorl 80(<m=%esi),<in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3017-xorl 80(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3019-# qhasm:   in5 ^= *(uint32 *) (m + 84)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3020:# asm 1: xorl 84(<m=int32#5),<in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3021:# asm 2: xorl 84(<m=%esi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3022-xorl 84(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3024-# qhasm:   in6 ^= *(uint32 *) (m + 88)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3025:# asm 1: xorl 88(<m=int32#5),<in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3026:# asm 2: xorl 88(<m=%esi),<in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3027-xorl 88(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3029-# qhasm:   in7 ^= *(uint32 *) (m + 92)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3030:# asm 1: xorl 92(<m=int32#5),<in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3031:# asm 2: xorl 92(<m=%esi),<in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3032-xorl 92(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3034-# qhasm:   *(uint32 *) (out + 80) = in4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3035:# asm 1: movl <in4=int32#1,80(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3036:# asm 2: movl <in4=%eax,80(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3037-movl %eax,80(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3039-# qhasm:   *(uint32 *) (out + 84) = in5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3040:# asm 1: movl <in5=int32#2,84(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3041:# asm 2: movl <in5=%ecx,84(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3042-movl %ecx,84(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3044-# qhasm:   *(uint32 *) (out + 88) = in6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3045:# asm 1: movl <in6=int32#3,88(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3046:# asm 2: movl <in6=%edx,88(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3047-movl %edx,88(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3049-# qhasm:   *(uint32 *) (out + 92) = in7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3050:# asm 1: movl <in7=int32#4,92(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3051:# asm 2: movl <in7=%ebx,92(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3052-movl %ebx,92(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3054-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3055:# asm 1: movd   <z4=int6464#1,>in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3056:# asm 2: movd   <z4=%xmm0,>in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3057-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3059-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3060:# asm 1: movd   <z5=int6464#2,>in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3061:# asm 2: movd   <z5=%xmm1,>in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3062-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3064-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3065:# asm 1: movd   <z6=int6464#3,>in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3066:# asm 2: movd   <z6=%xmm2,>in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3067-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3069-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3070:# asm 1: movd   <z7=int6464#4,>in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3071:# asm 2: movd   <z7=%xmm3,>in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3072-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3074-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3075:# asm 1: pshufd $0x39,<z4=int6464#1,<z4=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3076:# asm 2: pshufd $0x39,<z4=%xmm0,<z4=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3077-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3079-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3080:# asm 1: pshufd $0x39,<z5=int6464#2,<z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3081:# asm 2: pshufd $0x39,<z5=%xmm1,<z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3082-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3084-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3085:# asm 1: pshufd $0x39,<z6=int6464#3,<z6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3086:# asm 2: pshufd $0x39,<z6=%xmm2,<z6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3087-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3089-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3090:# asm 1: pshufd $0x39,<z7=int6464#4,<z7=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3091:# asm 2: pshufd $0x39,<z7=%xmm3,<z7=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3092-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3094-# qhasm:   in4 ^= *(uint32 *) (m + 144)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3095:# asm 1: xorl 144(<m=int32#5),<in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3096:# asm 2: xorl 144(<m=%esi),<in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3097-xorl 144(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3099-# qhasm:   in5 ^= *(uint32 *) (m + 148)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3100:# asm 1: xorl 148(<m=int32#5),<in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3101:# asm 2: xorl 148(<m=%esi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3102-xorl 148(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3104-# qhasm:   in6 ^= *(uint32 *) (m + 152)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3105:# asm 1: xorl 152(<m=int32#5),<in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3106:# asm 2: xorl 152(<m=%esi),<in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3107-xorl 152(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3109-# qhasm:   in7 ^= *(uint32 *) (m + 156)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3110:# asm 1: xorl 156(<m=int32#5),<in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3111:# asm 2: xorl 156(<m=%esi),<in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3112-xorl 156(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3114-# qhasm:   *(uint32 *) (out + 144) = in4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3115:# asm 1: movl <in4=int32#1,144(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3116:# asm 2: movl <in4=%eax,144(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3117-movl %eax,144(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3119-# qhasm:   *(uint32 *) (out + 148) = in5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3120:# asm 1: movl <in5=int32#2,148(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3121:# asm 2: movl <in5=%ecx,148(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3122-movl %ecx,148(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3124-# qhasm:   *(uint32 *) (out + 152) = in6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3125:# asm 1: movl <in6=int32#3,152(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3126:# asm 2: movl <in6=%edx,152(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3127-movl %edx,152(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3129-# qhasm:   *(uint32 *) (out + 156) = in7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3130:# asm 1: movl <in7=int32#4,156(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3131:# asm 2: movl <in7=%ebx,156(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3132-movl %ebx,156(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3134-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3135:# asm 1: movd   <z4=int6464#1,>in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3136:# asm 2: movd   <z4=%xmm0,>in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3137-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3139-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3140:# asm 1: movd   <z5=int6464#2,>in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3141:# asm 2: movd   <z5=%xmm1,>in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3142-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3144-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3145:# asm 1: movd   <z6=int6464#3,>in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3146:# asm 2: movd   <z6=%xmm2,>in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3147-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3149-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3150:# asm 1: movd   <z7=int6464#4,>in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3151:# asm 2: movd   <z7=%xmm3,>in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3152-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3154-# qhasm:   in4 ^= *(uint32 *) (m + 208)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3155:# asm 1: xorl 208(<m=int32#5),<in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3156:# asm 2: xorl 208(<m=%esi),<in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3157-xorl 208(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3159-# qhasm:   in5 ^= *(uint32 *) (m + 212)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3160:# asm 1: xorl 212(<m=int32#5),<in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3161:# asm 2: xorl 212(<m=%esi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3162-xorl 212(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3164-# qhasm:   in6 ^= *(uint32 *) (m + 216)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3165:# asm 1: xorl 216(<m=int32#5),<in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3166:# asm 2: xorl 216(<m=%esi),<in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3167-xorl 216(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3169-# qhasm:   in7 ^= *(uint32 *) (m + 220)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3170:# asm 1: xorl 220(<m=int32#5),<in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3171:# asm 2: xorl 220(<m=%esi),<in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3172-xorl 220(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3174-# qhasm:   *(uint32 *) (out + 208) = in4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3175:# asm 1: movl <in4=int32#1,208(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3176:# asm 2: movl <in4=%eax,208(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3177-movl %eax,208(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3179-# qhasm:   *(uint32 *) (out + 212) = in5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3180:# asm 1: movl <in5=int32#2,212(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3181:# asm 2: movl <in5=%ecx,212(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3182-movl %ecx,212(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3184-# qhasm:   *(uint32 *) (out + 216) = in6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3185:# asm 1: movl <in6=int32#3,216(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3186:# asm 2: movl <in6=%edx,216(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3187-movl %edx,216(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3189-# qhasm:   *(uint32 *) (out + 220) = in7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3190:# asm 1: movl <in7=int32#4,220(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3191:# asm 2: movl <in7=%ebx,220(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3192-movl %ebx,220(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3194-# qhasm:   z8 = z8_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3195:# asm 1: movdqa <z8_stack=stack128#37,>z8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3196:# asm 2: movdqa <z8_stack=608(%esp),>z8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3197-movdqa 608(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3199-# qhasm:   z9 = z9_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3200:# asm 1: movdqa <z9_stack=stack128#32,>z9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3201:# asm 2: movdqa <z9_stack=528(%esp),>z9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3202-movdqa 528(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3204-# qhasm:   z10 = z10_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3205:# asm 1: movdqa <z10_stack=stack128#22,>z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3206:# asm 2: movdqa <z10_stack=368(%esp),>z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3207-movdqa 368(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3209-# qhasm:   z11 = z11_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3210:# asm 1: movdqa <z11_stack=stack128#27,>z11=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3211:# asm 2: movdqa <z11_stack=448(%esp),>z11=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3212-movdqa 448(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3214-# qhasm:   uint32323232 z8 += orig8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3215:# asm 1: paddd <orig8=stack128#19,<z8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3216:# asm 2: paddd <orig8=320(%esp),<z8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3217-paddd 320(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3219-# qhasm:   uint32323232 z9 += orig9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3220:# asm 1: paddd <orig9=stack128#20,<z9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3221:# asm 2: paddd <orig9=336(%esp),<z9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3222-paddd 336(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3224-# qhasm:   uint32323232 z10 += orig10
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3225:# asm 1: paddd <orig10=stack128#6,<z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3226:# asm 2: paddd <orig10=112(%esp),<z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3227-paddd 112(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3229-# qhasm:   uint32323232 z11 += orig11
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3230:# asm 1: paddd <orig11=stack128#10,<z11=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3231:# asm 2: paddd <orig11=176(%esp),<z11=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3232-paddd 176(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3234-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3235:# asm 1: movd   <z8=int6464#1,>in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3236:# asm 2: movd   <z8=%xmm0,>in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3237-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3239-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3240:# asm 1: movd   <z9=int6464#2,>in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3241:# asm 2: movd   <z9=%xmm1,>in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3242-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3244-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3245:# asm 1: movd   <z10=int6464#3,>in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3246:# asm 2: movd   <z10=%xmm2,>in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3247-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3249-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3250:# asm 1: movd   <z11=int6464#4,>in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3251:# asm 2: movd   <z11=%xmm3,>in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3252-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3254-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3255:# asm 1: pshufd $0x39,<z8=int6464#1,<z8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3256:# asm 2: pshufd $0x39,<z8=%xmm0,<z8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3257-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3259-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3260:# asm 1: pshufd $0x39,<z9=int6464#2,<z9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3261:# asm 2: pshufd $0x39,<z9=%xmm1,<z9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3262-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3264-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3265:# asm 1: pshufd $0x39,<z10=int6464#3,<z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3266:# asm 2: pshufd $0x39,<z10=%xmm2,<z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3267-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3269-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3270:# asm 1: pshufd $0x39,<z11=int6464#4,<z11=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3271:# asm 2: pshufd $0x39,<z11=%xmm3,<z11=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3272-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3274-# qhasm:   in8 ^= *(uint32 *) (m + 32)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3275:# asm 1: xorl 32(<m=int32#5),<in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3276:# asm 2: xorl 32(<m=%esi),<in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3277-xorl 32(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3279-# qhasm:   in9 ^= *(uint32 *) (m + 36)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3280:# asm 1: xorl 36(<m=int32#5),<in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3281:# asm 2: xorl 36(<m=%esi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3282-xorl 36(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3284-# qhasm:   in10 ^= *(uint32 *) (m + 40)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3285:# asm 1: xorl 40(<m=int32#5),<in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3286:# asm 2: xorl 40(<m=%esi),<in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3287-xorl 40(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3289-# qhasm:   in11 ^= *(uint32 *) (m + 44)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3290:# asm 1: xorl 44(<m=int32#5),<in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3291:# asm 2: xorl 44(<m=%esi),<in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3292-xorl 44(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3294-# qhasm:   *(uint32 *) (out + 32) = in8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3295:# asm 1: movl <in8=int32#1,32(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3296:# asm 2: movl <in8=%eax,32(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3297-movl %eax,32(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3299-# qhasm:   *(uint32 *) (out + 36) = in9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3300:# asm 1: movl <in9=int32#2,36(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3301:# asm 2: movl <in9=%ecx,36(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3302-movl %ecx,36(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3304-# qhasm:   *(uint32 *) (out + 40) = in10
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3305:# asm 1: movl <in10=int32#3,40(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3306:# asm 2: movl <in10=%edx,40(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3307-movl %edx,40(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3309-# qhasm:   *(uint32 *) (out + 44) = in11
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3310:# asm 1: movl <in11=int32#4,44(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3311:# asm 2: movl <in11=%ebx,44(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3312-movl %ebx,44(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3314-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3315:# asm 1: movd   <z8=int6464#1,>in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3316:# asm 2: movd   <z8=%xmm0,>in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3317-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3319-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3320:# asm 1: movd   <z9=int6464#2,>in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3321:# asm 2: movd   <z9=%xmm1,>in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3322-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3324-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3325:# asm 1: movd   <z10=int6464#3,>in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3326:# asm 2: movd   <z10=%xmm2,>in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3327-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3329-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3330:# asm 1: movd   <z11=int6464#4,>in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3331:# asm 2: movd   <z11=%xmm3,>in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3332-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3334-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3335:# asm 1: pshufd $0x39,<z8=int6464#1,<z8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3336:# asm 2: pshufd $0x39,<z8=%xmm0,<z8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3337-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3339-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3340:# asm 1: pshufd $0x39,<z9=int6464#2,<z9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3341:# asm 2: pshufd $0x39,<z9=%xmm1,<z9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3342-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3344-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3345:# asm 1: pshufd $0x39,<z10=int6464#3,<z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3346:# asm 2: pshufd $0x39,<z10=%xmm2,<z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3347-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3349-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3350:# asm 1: pshufd $0x39,<z11=int6464#4,<z11=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3351:# asm 2: pshufd $0x39,<z11=%xmm3,<z11=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3352-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3354-# qhasm:   in8 ^= *(uint32 *) (m + 96)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3355:# asm 1: xorl 96(<m=int32#5),<in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3356:# asm 2: xorl 96(<m=%esi),<in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3357-xorl 96(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3359-# qhasm:   in9 ^= *(uint32 *) (m + 100)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3360:# asm 1: xorl 100(<m=int32#5),<in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3361:# asm 2: xorl 100(<m=%esi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3362-xorl 100(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3364-# qhasm:   in10 ^= *(uint32 *) (m + 104)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3365:# asm 1: xorl 104(<m=int32#5),<in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3366:# asm 2: xorl 104(<m=%esi),<in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3367-xorl 104(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3369-# qhasm:   in11 ^= *(uint32 *) (m + 108)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3370:# asm 1: xorl 108(<m=int32#5),<in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3371:# asm 2: xorl 108(<m=%esi),<in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3372-xorl 108(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3374-# qhasm:   *(uint32 *) (out + 96) = in8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3375:# asm 1: movl <in8=int32#1,96(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3376:# asm 2: movl <in8=%eax,96(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3377-movl %eax,96(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3379-# qhasm:   *(uint32 *) (out + 100) = in9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3380:# asm 1: movl <in9=int32#2,100(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3381:# asm 2: movl <in9=%ecx,100(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3382-movl %ecx,100(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3384-# qhasm:   *(uint32 *) (out + 104) = in10
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3385:# asm 1: movl <in10=int32#3,104(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3386:# asm 2: movl <in10=%edx,104(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3387-movl %edx,104(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3389-# qhasm:   *(uint32 *) (out + 108) = in11
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3390:# asm 1: movl <in11=int32#4,108(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3391:# asm 2: movl <in11=%ebx,108(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3392-movl %ebx,108(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3394-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3395:# asm 1: movd   <z8=int6464#1,>in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3396:# asm 2: movd   <z8=%xmm0,>in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3397-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3399-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3400:# asm 1: movd   <z9=int6464#2,>in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3401:# asm 2: movd   <z9=%xmm1,>in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3402-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3404-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3405:# asm 1: movd   <z10=int6464#3,>in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3406:# asm 2: movd   <z10=%xmm2,>in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3407-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3409-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3410:# asm 1: movd   <z11=int6464#4,>in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3411:# asm 2: movd   <z11=%xmm3,>in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3412-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3414-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3415:# asm 1: pshufd $0x39,<z8=int6464#1,<z8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3416:# asm 2: pshufd $0x39,<z8=%xmm0,<z8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3417-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3419-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3420:# asm 1: pshufd $0x39,<z9=int6464#2,<z9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3421:# asm 2: pshufd $0x39,<z9=%xmm1,<z9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3422-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3424-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3425:# asm 1: pshufd $0x39,<z10=int6464#3,<z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3426:# asm 2: pshufd $0x39,<z10=%xmm2,<z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3427-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3429-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3430:# asm 1: pshufd $0x39,<z11=int6464#4,<z11=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3431:# asm 2: pshufd $0x39,<z11=%xmm3,<z11=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3432-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3434-# qhasm:   in8 ^= *(uint32 *) (m + 160)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3435:# asm 1: xorl 160(<m=int32#5),<in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3436:# asm 2: xorl 160(<m=%esi),<in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3437-xorl 160(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3439-# qhasm:   in9 ^= *(uint32 *) (m + 164)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3440:# asm 1: xorl 164(<m=int32#5),<in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3441:# asm 2: xorl 164(<m=%esi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3442-xorl 164(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3444-# qhasm:   in10 ^= *(uint32 *) (m + 168)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3445:# asm 1: xorl 168(<m=int32#5),<in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3446:# asm 2: xorl 168(<m=%esi),<in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3447-xorl 168(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3449-# qhasm:   in11 ^= *(uint32 *) (m + 172)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3450:# asm 1: xorl 172(<m=int32#5),<in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3451:# asm 2: xorl 172(<m=%esi),<in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3452-xorl 172(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3454-# qhasm:   *(uint32 *) (out + 160) = in8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3455:# asm 1: movl <in8=int32#1,160(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3456:# asm 2: movl <in8=%eax,160(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3457-movl %eax,160(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3459-# qhasm:   *(uint32 *) (out + 164) = in9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3460:# asm 1: movl <in9=int32#2,164(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3461:# asm 2: movl <in9=%ecx,164(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3462-movl %ecx,164(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3464-# qhasm:   *(uint32 *) (out + 168) = in10
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3465:# asm 1: movl <in10=int32#3,168(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3466:# asm 2: movl <in10=%edx,168(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3467-movl %edx,168(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3469-# qhasm:   *(uint32 *) (out + 172) = in11
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3470:# asm 1: movl <in11=int32#4,172(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3471:# asm 2: movl <in11=%ebx,172(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3472-movl %ebx,172(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3474-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3475:# asm 1: movd   <z8=int6464#1,>in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3476:# asm 2: movd   <z8=%xmm0,>in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3477-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3479-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3480:# asm 1: movd   <z9=int6464#2,>in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3481:# asm 2: movd   <z9=%xmm1,>in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3482-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3484-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3485:# asm 1: movd   <z10=int6464#3,>in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3486:# asm 2: movd   <z10=%xmm2,>in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3487-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3489-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3490:# asm 1: movd   <z11=int6464#4,>in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3491:# asm 2: movd   <z11=%xmm3,>in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3492-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3494-# qhasm:   in8 ^= *(uint32 *) (m + 224)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3495:# asm 1: xorl 224(<m=int32#5),<in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3496:# asm 2: xorl 224(<m=%esi),<in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3497-xorl 224(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3499-# qhasm:   in9 ^= *(uint32 *) (m + 228)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3500:# asm 1: xorl 228(<m=int32#5),<in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3501:# asm 2: xorl 228(<m=%esi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3502-xorl 228(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3504-# qhasm:   in10 ^= *(uint32 *) (m + 232)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3505:# asm 1: xorl 232(<m=int32#5),<in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3506:# asm 2: xorl 232(<m=%esi),<in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3507-xorl 232(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3509-# qhasm:   in11 ^= *(uint32 *) (m + 236)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3510:# asm 1: xorl 236(<m=int32#5),<in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3511:# asm 2: xorl 236(<m=%esi),<in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3512-xorl 236(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3514-# qhasm:   *(uint32 *) (out + 224) = in8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3515:# asm 1: movl <in8=int32#1,224(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3516:# asm 2: movl <in8=%eax,224(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3517-movl %eax,224(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3519-# qhasm:   *(uint32 *) (out + 228) = in9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3520:# asm 1: movl <in9=int32#2,228(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3521:# asm 2: movl <in9=%ecx,228(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3522-movl %ecx,228(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3524-# qhasm:   *(uint32 *) (out + 232) = in10
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3525:# asm 1: movl <in10=int32#3,232(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3526:# asm 2: movl <in10=%edx,232(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3527-movl %edx,232(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3529-# qhasm:   *(uint32 *) (out + 236) = in11
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3530:# asm 1: movl <in11=int32#4,236(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3531:# asm 2: movl <in11=%ebx,236(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3532-movl %ebx,236(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3534-# qhasm:   z12 = z12_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3535:# asm 1: movdqa <z12_stack=stack128#35,>z12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3536:# asm 2: movdqa <z12_stack=576(%esp),>z12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3537-movdqa 576(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3539-# qhasm:   z13 = z13_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3540:# asm 1: movdqa <z13_stack=stack128#30,>z13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3541:# asm 2: movdqa <z13_stack=496(%esp),>z13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3542-movdqa 496(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3544-# qhasm:   z14 = z14_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3545:# asm 1: movdqa <z14_stack=stack128#24,>z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3546:# asm 2: movdqa <z14_stack=400(%esp),>z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3547-movdqa 400(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3549-# qhasm:   z15 = z15_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3550:# asm 1: movdqa <z15_stack=stack128#23,>z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3551:# asm 2: movdqa <z15_stack=384(%esp),>z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3552-movdqa 384(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3554-# qhasm:   uint32323232 z12 += orig12
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3555:# asm 1: paddd <orig12=stack128#11,<z12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3556:# asm 2: paddd <orig12=192(%esp),<z12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3557-paddd 192(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3559-# qhasm:   uint32323232 z13 += orig13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3560:# asm 1: paddd <orig13=stack128#14,<z13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3561:# asm 2: paddd <orig13=240(%esp),<z13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3562-paddd 240(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3564-# qhasm:   uint32323232 z14 += orig14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3565:# asm 1: paddd <orig14=stack128#17,<z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3566:# asm 2: paddd <orig14=288(%esp),<z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3567-paddd 288(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3569-# qhasm:   uint32323232 z15 += orig15
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3570:# asm 1: paddd <orig15=stack128#7,<z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3571:# asm 2: paddd <orig15=128(%esp),<z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3572-paddd 128(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3574-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3575:# asm 1: movd   <z12=int6464#1,>in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3576:# asm 2: movd   <z12=%xmm0,>in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3577-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3579-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3580:# asm 1: movd   <z13=int6464#2,>in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3581:# asm 2: movd   <z13=%xmm1,>in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3582-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3584-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3585:# asm 1: movd   <z14=int6464#3,>in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3586:# asm 2: movd   <z14=%xmm2,>in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3587-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3589-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3590:# asm 1: movd   <z15=int6464#4,>in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3591:# asm 2: movd   <z15=%xmm3,>in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3592-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3594-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3595:# asm 1: pshufd $0x39,<z12=int6464#1,<z12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3596:# asm 2: pshufd $0x39,<z12=%xmm0,<z12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3597-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3599-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3600:# asm 1: pshufd $0x39,<z13=int6464#2,<z13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3601:# asm 2: pshufd $0x39,<z13=%xmm1,<z13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3602-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3604-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3605:# asm 1: pshufd $0x39,<z14=int6464#3,<z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3606:# asm 2: pshufd $0x39,<z14=%xmm2,<z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3607-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3609-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3610:# asm 1: pshufd $0x39,<z15=int6464#4,<z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3611:# asm 2: pshufd $0x39,<z15=%xmm3,<z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3612-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3614-# qhasm:   in12 ^= *(uint32 *) (m + 48)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3615:# asm 1: xorl 48(<m=int32#5),<in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3616:# asm 2: xorl 48(<m=%esi),<in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3617-xorl 48(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3619-# qhasm:   in13 ^= *(uint32 *) (m + 52)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3620:# asm 1: xorl 52(<m=int32#5),<in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3621:# asm 2: xorl 52(<m=%esi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3622-xorl 52(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3624-# qhasm:   in14 ^= *(uint32 *) (m + 56)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3625:# asm 1: xorl 56(<m=int32#5),<in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3626:# asm 2: xorl 56(<m=%esi),<in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3627-xorl 56(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3629-# qhasm:   in15 ^= *(uint32 *) (m + 60)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3630:# asm 1: xorl 60(<m=int32#5),<in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3631:# asm 2: xorl 60(<m=%esi),<in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3632-xorl 60(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3634-# qhasm:   *(uint32 *) (out + 48) = in12
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3635:# asm 1: movl <in12=int32#1,48(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3636:# asm 2: movl <in12=%eax,48(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3637-movl %eax,48(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3639-# qhasm:   *(uint32 *) (out + 52) = in13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3640:# asm 1: movl <in13=int32#2,52(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3641:# asm 2: movl <in13=%ecx,52(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3642-movl %ecx,52(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3644-# qhasm:   *(uint32 *) (out + 56) = in14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3645:# asm 1: movl <in14=int32#3,56(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3646:# asm 2: movl <in14=%edx,56(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3647-movl %edx,56(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3649-# qhasm:   *(uint32 *) (out + 60) = in15
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3650:# asm 1: movl <in15=int32#4,60(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3651:# asm 2: movl <in15=%ebx,60(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3652-movl %ebx,60(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3654-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3655:# asm 1: movd   <z12=int6464#1,>in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3656:# asm 2: movd   <z12=%xmm0,>in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3657-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3659-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3660:# asm 1: movd   <z13=int6464#2,>in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3661:# asm 2: movd   <z13=%xmm1,>in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3662-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3664-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3665:# asm 1: movd   <z14=int6464#3,>in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3666:# asm 2: movd   <z14=%xmm2,>in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3667-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3669-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3670:# asm 1: movd   <z15=int6464#4,>in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3671:# asm 2: movd   <z15=%xmm3,>in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3672-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3674-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3675:# asm 1: pshufd $0x39,<z12=int6464#1,<z12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3676:# asm 2: pshufd $0x39,<z12=%xmm0,<z12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3677-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3679-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3680:# asm 1: pshufd $0x39,<z13=int6464#2,<z13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3681:# asm 2: pshufd $0x39,<z13=%xmm1,<z13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3682-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3684-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3685:# asm 1: pshufd $0x39,<z14=int6464#3,<z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3686:# asm 2: pshufd $0x39,<z14=%xmm2,<z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3687-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3689-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3690:# asm 1: pshufd $0x39,<z15=int6464#4,<z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3691:# asm 2: pshufd $0x39,<z15=%xmm3,<z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3692-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3694-# qhasm:   in12 ^= *(uint32 *) (m + 112)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3695:# asm 1: xorl 112(<m=int32#5),<in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3696:# asm 2: xorl 112(<m=%esi),<in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3697-xorl 112(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3699-# qhasm:   in13 ^= *(uint32 *) (m + 116)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3700:# asm 1: xorl 116(<m=int32#5),<in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3701:# asm 2: xorl 116(<m=%esi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3702-xorl 116(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3704-# qhasm:   in14 ^= *(uint32 *) (m + 120)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3705:# asm 1: xorl 120(<m=int32#5),<in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3706:# asm 2: xorl 120(<m=%esi),<in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3707-xorl 120(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3709-# qhasm:   in15 ^= *(uint32 *) (m + 124)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3710:# asm 1: xorl 124(<m=int32#5),<in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3711:# asm 2: xorl 124(<m=%esi),<in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3712-xorl 124(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3714-# qhasm:   *(uint32 *) (out + 112) = in12
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3715:# asm 1: movl <in12=int32#1,112(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3716:# asm 2: movl <in12=%eax,112(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3717-movl %eax,112(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3719-# qhasm:   *(uint32 *) (out + 116) = in13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3720:# asm 1: movl <in13=int32#2,116(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3721:# asm 2: movl <in13=%ecx,116(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3722-movl %ecx,116(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3724-# qhasm:   *(uint32 *) (out + 120) = in14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3725:# asm 1: movl <in14=int32#3,120(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3726:# asm 2: movl <in14=%edx,120(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3727-movl %edx,120(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3729-# qhasm:   *(uint32 *) (out + 124) = in15
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3730:# asm 1: movl <in15=int32#4,124(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3731:# asm 2: movl <in15=%ebx,124(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3732-movl %ebx,124(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3734-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3735:# asm 1: movd   <z12=int6464#1,>in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3736:# asm 2: movd   <z12=%xmm0,>in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3737-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3739-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3740:# asm 1: movd   <z13=int6464#2,>in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3741:# asm 2: movd   <z13=%xmm1,>in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3742-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3744-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3745:# asm 1: movd   <z14=int6464#3,>in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3746:# asm 2: movd   <z14=%xmm2,>in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3747-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3749-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3750:# asm 1: movd   <z15=int6464#4,>in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3751:# asm 2: movd   <z15=%xmm3,>in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3752-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3754-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3755:# asm 1: pshufd $0x39,<z12=int6464#1,<z12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3756:# asm 2: pshufd $0x39,<z12=%xmm0,<z12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3757-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3759-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3760:# asm 1: pshufd $0x39,<z13=int6464#2,<z13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3761:# asm 2: pshufd $0x39,<z13=%xmm1,<z13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3762-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3764-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3765:# asm 1: pshufd $0x39,<z14=int6464#3,<z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3766:# asm 2: pshufd $0x39,<z14=%xmm2,<z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3767-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3769-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3770:# asm 1: pshufd $0x39,<z15=int6464#4,<z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3771:# asm 2: pshufd $0x39,<z15=%xmm3,<z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3772-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3774-# qhasm:   in12 ^= *(uint32 *) (m + 176)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3775:# asm 1: xorl 176(<m=int32#5),<in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3776:# asm 2: xorl 176(<m=%esi),<in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3777-xorl 176(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3779-# qhasm:   in13 ^= *(uint32 *) (m + 180)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3780:# asm 1: xorl 180(<m=int32#5),<in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3781:# asm 2: xorl 180(<m=%esi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3782-xorl 180(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3784-# qhasm:   in14 ^= *(uint32 *) (m + 184)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3785:# asm 1: xorl 184(<m=int32#5),<in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3786:# asm 2: xorl 184(<m=%esi),<in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3787-xorl 184(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3789-# qhasm:   in15 ^= *(uint32 *) (m + 188)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3790:# asm 1: xorl 188(<m=int32#5),<in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3791:# asm 2: xorl 188(<m=%esi),<in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3792-xorl 188(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3794-# qhasm:   *(uint32 *) (out + 176) = in12
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3795:# asm 1: movl <in12=int32#1,176(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3796:# asm 2: movl <in12=%eax,176(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3797-movl %eax,176(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3799-# qhasm:   *(uint32 *) (out + 180) = in13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3800:# asm 1: movl <in13=int32#2,180(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3801:# asm 2: movl <in13=%ecx,180(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3802-movl %ecx,180(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3804-# qhasm:   *(uint32 *) (out + 184) = in14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3805:# asm 1: movl <in14=int32#3,184(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3806:# asm 2: movl <in14=%edx,184(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3807-movl %edx,184(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3809-# qhasm:   *(uint32 *) (out + 188) = in15
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3810:# asm 1: movl <in15=int32#4,188(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3811:# asm 2: movl <in15=%ebx,188(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3812-movl %ebx,188(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3814-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3815:# asm 1: movd   <z12=int6464#1,>in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3816:# asm 2: movd   <z12=%xmm0,>in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3817-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3819-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3820:# asm 1: movd   <z13=int6464#2,>in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3821:# asm 2: movd   <z13=%xmm1,>in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3822-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3824-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3825:# asm 1: movd   <z14=int6464#3,>in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3826:# asm 2: movd   <z14=%xmm2,>in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3827-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3829-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3830:# asm 1: movd   <z15=int6464#4,>in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3831:# asm 2: movd   <z15=%xmm3,>in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3832-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3834-# qhasm:   in12 ^= *(uint32 *) (m + 240)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3835:# asm 1: xorl 240(<m=int32#5),<in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3836:# asm 2: xorl 240(<m=%esi),<in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3837-xorl 240(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3839-# qhasm:   in13 ^= *(uint32 *) (m + 244)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3840:# asm 1: xorl 244(<m=int32#5),<in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3841:# asm 2: xorl 244(<m=%esi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3842-xorl 244(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3844-# qhasm:   in14 ^= *(uint32 *) (m + 248)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3845:# asm 1: xorl 248(<m=int32#5),<in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3846:# asm 2: xorl 248(<m=%esi),<in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3847-xorl 248(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3849-# qhasm:   in15 ^= *(uint32 *) (m + 252)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3850:# asm 1: xorl 252(<m=int32#5),<in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3851:# asm 2: xorl 252(<m=%esi),<in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3852-xorl 252(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3854-# qhasm:   *(uint32 *) (out + 240) = in12
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3855:# asm 1: movl <in12=int32#1,240(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3856:# asm 2: movl <in12=%eax,240(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3857-movl %eax,240(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3859-# qhasm:   *(uint32 *) (out + 244) = in13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3860:# asm 1: movl <in13=int32#2,244(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3861:# asm 2: movl <in13=%ecx,244(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3862-movl %ecx,244(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3864-# qhasm:   *(uint32 *) (out + 248) = in14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3865:# asm 1: movl <in14=int32#3,248(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3866:# asm 2: movl <in14=%edx,248(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3867-movl %edx,248(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3869-# qhasm:   *(uint32 *) (out + 252) = in15
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3870:# asm 1: movl <in15=int32#4,252(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3871:# asm 2: movl <in15=%ebx,252(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3872-movl %ebx,252(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3874-# qhasm:   bytes = bytes_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3875:# asm 1: movl <bytes_stack=stack32#7,>bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3876:# asm 2: movl <bytes_stack=24(%esp),>bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3877-movl 24(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3879-# qhasm:   bytes -= 256
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3880:# asm 1: sub  $256,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3881:# asm 2: sub  $256,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3882-sub  $256,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3884-# qhasm:   m += 256
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3885:# asm 1: add  $256,<m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3886:# asm 2: add  $256,<m=%esi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3887-add  $256,%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3889-# qhasm:   out += 256
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3890:# asm 1: add  $256,<out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3891:# asm 2: add  $256,<out=%edi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3892-add  $256,%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3894-# qhasm:   out_stack = out
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3895:# asm 1: movl <out=int32#6,>out_stack=stack32#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3896:# asm 2: movl <out=%edi,>out_stack=20(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3897-movl %edi,20(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3899-# qhasm:                            unsigned<? bytes - 256
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3900:# asm 1: cmp  $256,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3901:# asm 2: cmp  $256,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3902-cmp  $256,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3908-# qhasm:                 unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3909:# asm 1: cmp  $0,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3910:# asm 2: cmp  $0,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3911-cmp  $0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3921-# qhasm:                   unsigned<? bytes - 64
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3922:# asm 1: cmp  $64,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3923:# asm 2: cmp  $64,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3924-cmp  $64,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3930-# qhasm:     ctarget = out
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3931:# asm 1: movl <out=int32#6,>ctarget=stack32#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3932:# asm 2: movl <out=%edi,>ctarget=20(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3933-movl %edi,20(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3935-# qhasm:     out = &tmp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3936:# asm 1: leal <tmp=stack512#1,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3937:# asm 2: leal <tmp=640(%esp),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3938-leal 640(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3940-# qhasm:     i = bytes
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3941:# asm 1: mov  <bytes=int32#1,>i=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3942:# asm 2: mov  <bytes=%eax,>i=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3943-mov  %eax,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3948-# qhasm:     out = &tmp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3949:# asm 1: leal <tmp=stack512#1,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3950:# asm 2: leal <tmp=640(%esp),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3951-leal 640(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3953-# qhasm:     m = &tmp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3954:# asm 1: leal <tmp=stack512#1,>m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3955:# asm 2: leal <tmp=640(%esp),>m=%esi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3956-leal 640(%esp),%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3962-# qhasm:   bytes_stack = bytes
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3963:# asm 1: movl <bytes=int32#1,>bytes_stack=stack32#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3964:# asm 2: movl <bytes=%eax,>bytes_stack=24(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3965-movl %eax,24(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3967-# qhasm: diag0 = x0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3968:# asm 1: movdqa <x0=stack128#3,>diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3969:# asm 2: movdqa <x0=64(%esp),>diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3970-movdqa 64(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3972-# qhasm: diag1 = x1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3973:# asm 1: movdqa <x1=stack128#2,>diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3974:# asm 2: movdqa <x1=48(%esp),>diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3975-movdqa 48(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3977-# qhasm: diag2 = x2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3978:# asm 1: movdqa <x2=stack128#4,>diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3979:# asm 2: movdqa <x2=80(%esp),>diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3980-movdqa 80(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3982-# qhasm: diag3 = x3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3983:# asm 1: movdqa <x3=stack128#1,>diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3984:# asm 2: movdqa <x3=32(%esp),>diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3985-movdqa 32(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3987-# qhasm:                     a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3988:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3989:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3990-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3992-# qhasm: i = 20
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3993:# asm 1: mov  $20,>i=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:3994:# asm 2: mov  $20,>i=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-3995-mov  $20,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4000-# qhasm: uint32323232        a0 += diag0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4001:# asm 1: paddd <diag0=int6464#1,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4002:# asm 2: paddd <diag0=%xmm0,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4003-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4005-# qhasm:                                 a1 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4006:# asm 1: movdqa <diag0=int6464#1,>a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4007:# asm 2: movdqa <diag0=%xmm0,>a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4008-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4010-# qhasm:                     b0 = a0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4011:# asm 1: movdqa <a0=int6464#5,>b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4012:# asm 2: movdqa <a0=%xmm4,>b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4013-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4015-# qhasm: uint32323232        a0 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4016:# asm 1: pslld $7,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4017:# asm 2: pslld $7,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4018-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4020-# qhasm: uint32323232        b0 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4021:# asm 1: psrld $25,<b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4022:# asm 2: psrld $25,<b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4023-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4025-# qhasm:                 diag3 ^= a0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4026:# asm 1: pxor  <a0=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4027:# asm 2: pxor  <a0=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4028-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4030-# qhasm:                 diag3 ^= b0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4031:# asm 1: pxor  <b0=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4032:# asm 2: pxor  <b0=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4033-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4035-# qhasm: uint32323232                        a1 += diag3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4036:# asm 1: paddd <diag3=int6464#4,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4037:# asm 2: paddd <diag3=%xmm3,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4038-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4040-# qhasm:                                                 a2 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4041:# asm 1: movdqa <diag3=int6464#4,>a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4042:# asm 2: movdqa <diag3=%xmm3,>a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4043-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4045-# qhasm:                                     b1 = a1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4046:# asm 1: movdqa <a1=int6464#6,>b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4047:# asm 2: movdqa <a1=%xmm5,>b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4048-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4050-# qhasm: uint32323232                        a1 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4051:# asm 1: pslld $9,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4052:# asm 2: pslld $9,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4053-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4055-# qhasm: uint32323232                        b1 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4056:# asm 1: psrld $23,<b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4057:# asm 2: psrld $23,<b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4058-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4060-# qhasm:                                 diag2 ^= a1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4061:# asm 1: pxor  <a1=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4062:# asm 2: pxor  <a1=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4063-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4065-# qhasm:                 diag3 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4066:# asm 1: pshufd $0x93,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4067:# asm 2: pshufd $0x93,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4068-pshufd $0x93,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4070-# qhasm:                                 diag2 ^= b1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4071:# asm 1: pxor  <b1=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4072:# asm 2: pxor  <b1=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4073-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4075-# qhasm: uint32323232                                        a2 += diag2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4076:# asm 1: paddd <diag2=int6464#3,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4077:# asm 2: paddd <diag2=%xmm2,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4078-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4080-# qhasm:                                                                 a3 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4081:# asm 1: movdqa <diag2=int6464#3,>a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4082:# asm 2: movdqa <diag2=%xmm2,>a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4083-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4085-# qhasm:                                                     b2 = a2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4086:# asm 1: movdqa <a2=int6464#5,>b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4087:# asm 2: movdqa <a2=%xmm4,>b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4088-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4090-# qhasm: uint32323232                                        a2 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4091:# asm 1: pslld $13,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4092:# asm 2: pslld $13,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4093-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4095-# qhasm: uint32323232                                        b2 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4096:# asm 1: psrld $19,<b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4097:# asm 2: psrld $19,<b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4098-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4100-# qhasm:                                                 diag1 ^= a2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4101:# asm 1: pxor  <a2=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4102:# asm 2: pxor  <a2=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4103-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4105-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4106:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4107:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4108-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4110-# qhasm:                                                 diag1 ^= b2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4111:# asm 1: pxor  <b2=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4112:# asm 2: pxor  <b2=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4113-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4115-# qhasm: uint32323232                                                        a3 += diag1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4116:# asm 1: paddd <diag1=int6464#2,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4117:# asm 2: paddd <diag1=%xmm1,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4118-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4120-# qhasm:                 a4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4121:# asm 1: movdqa <diag3=int6464#4,>a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4122:# asm 2: movdqa <diag3=%xmm3,>a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4123-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4125-# qhasm:                                                                     b3 = a3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4126:# asm 1: movdqa <a3=int6464#6,>b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4127:# asm 2: movdqa <a3=%xmm5,>b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4128-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4130-# qhasm: uint32323232                                                        a3 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4131:# asm 1: pslld $18,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4132:# asm 2: pslld $18,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4133-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4135-# qhasm: uint32323232                                                        b3 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4136:# asm 1: psrld $14,<b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4137:# asm 2: psrld $14,<b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4138-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4140-# qhasm:                                                                 diag0 ^= a3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4141:# asm 1: pxor  <a3=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4142:# asm 2: pxor  <a3=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4143-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4145-# qhasm:                                                 diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4146:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4147:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4148-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4150-# qhasm:                                                                 diag0 ^= b3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4151:# asm 1: pxor  <b3=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4152:# asm 2: pxor  <b3=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4153-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4155-# qhasm: uint32323232        a4 += diag0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4156:# asm 1: paddd <diag0=int6464#1,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4157:# asm 2: paddd <diag0=%xmm0,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4158-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4160-# qhasm:                                 a5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4161:# asm 1: movdqa <diag0=int6464#1,>a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4162:# asm 2: movdqa <diag0=%xmm0,>a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4163-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4165-# qhasm:                     b4 = a4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4166:# asm 1: movdqa <a4=int6464#5,>b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4167:# asm 2: movdqa <a4=%xmm4,>b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4168-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4170-# qhasm: uint32323232        a4 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4171:# asm 1: pslld $7,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4172:# asm 2: pslld $7,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4173-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4175-# qhasm: uint32323232        b4 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4176:# asm 1: psrld $25,<b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4177:# asm 2: psrld $25,<b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4178-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4180-# qhasm:                 diag1 ^= a4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4181:# asm 1: pxor  <a4=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4182:# asm 2: pxor  <a4=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4183-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4185-# qhasm:                 diag1 ^= b4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4186:# asm 1: pxor  <b4=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4187:# asm 2: pxor  <b4=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4188-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4190-# qhasm: uint32323232                        a5 += diag1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4191:# asm 1: paddd <diag1=int6464#2,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4192:# asm 2: paddd <diag1=%xmm1,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4193-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4195-# qhasm:                                                 a6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4196:# asm 1: movdqa <diag1=int6464#2,>a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4197:# asm 2: movdqa <diag1=%xmm1,>a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4198-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4200-# qhasm:                                     b5 = a5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4201:# asm 1: movdqa <a5=int6464#6,>b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4202:# asm 2: movdqa <a5=%xmm5,>b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4203-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4205-# qhasm: uint32323232                        a5 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4206:# asm 1: pslld $9,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4207:# asm 2: pslld $9,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4208-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4210-# qhasm: uint32323232                        b5 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4211:# asm 1: psrld $23,<b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4212:# asm 2: psrld $23,<b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4213-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4215-# qhasm:                                 diag2 ^= a5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4216:# asm 1: pxor  <a5=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4217:# asm 2: pxor  <a5=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4218-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4220-# qhasm:                 diag1 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4221:# asm 1: pshufd $0x93,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4222:# asm 2: pshufd $0x93,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4223-pshufd $0x93,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4225-# qhasm:                                 diag2 ^= b5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4226:# asm 1: pxor  <b5=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4227:# asm 2: pxor  <b5=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4228-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4230-# qhasm: uint32323232                                        a6 += diag2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4231:# asm 1: paddd <diag2=int6464#3,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4232:# asm 2: paddd <diag2=%xmm2,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4233-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4235-# qhasm:                                                                 a7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4236:# asm 1: movdqa <diag2=int6464#3,>a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4237:# asm 2: movdqa <diag2=%xmm2,>a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4238-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4240-# qhasm:                                                     b6 = a6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4241:# asm 1: movdqa <a6=int6464#5,>b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4242:# asm 2: movdqa <a6=%xmm4,>b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4243-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4245-# qhasm: uint32323232                                        a6 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4246:# asm 1: pslld $13,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4247:# asm 2: pslld $13,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4248-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4250-# qhasm: uint32323232                                        b6 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4251:# asm 1: psrld $19,<b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4252:# asm 2: psrld $19,<b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4253-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4255-# qhasm:                                                 diag3 ^= a6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4256:# asm 1: pxor  <a6=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4257:# asm 2: pxor  <a6=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4258-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4260-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4261:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4262:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4263-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4265-# qhasm:                                                 diag3 ^= b6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4266:# asm 1: pxor  <b6=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4267:# asm 2: pxor  <b6=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4268-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4270-# qhasm: uint32323232                                                        a7 += diag3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4271:# asm 1: paddd <diag3=int6464#4,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4272:# asm 2: paddd <diag3=%xmm3,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4273-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4275-# qhasm:                 a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4276:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4277:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4278-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4280-# qhasm:                                                                     b7 = a7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4281:# asm 1: movdqa <a7=int6464#6,>b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4282:# asm 2: movdqa <a7=%xmm5,>b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4283-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4285-# qhasm: uint32323232                                                        a7 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4286:# asm 1: pslld $18,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4287:# asm 2: pslld $18,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4288-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4290-# qhasm: uint32323232                                                        b7 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4291:# asm 1: psrld $14,<b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4292:# asm 2: psrld $14,<b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4293-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4295-# qhasm:                                                                 diag0 ^= a7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4296:# asm 1: pxor  <a7=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4297:# asm 2: pxor  <a7=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4298-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4300-# qhasm:                                                 diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4301:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4302:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4303-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4305-# qhasm:                                                                 diag0 ^= b7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4306:# asm 1: pxor  <b7=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4307:# asm 2: pxor  <b7=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4308-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4310-# qhasm: uint32323232        a0 += diag0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4311:# asm 1: paddd <diag0=int6464#1,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4312:# asm 2: paddd <diag0=%xmm0,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4313-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4315-# qhasm:                                 a1 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4316:# asm 1: movdqa <diag0=int6464#1,>a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4317:# asm 2: movdqa <diag0=%xmm0,>a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4318-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4320-# qhasm:                     b0 = a0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4321:# asm 1: movdqa <a0=int6464#5,>b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4322:# asm 2: movdqa <a0=%xmm4,>b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4323-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4325-# qhasm: uint32323232        a0 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4326:# asm 1: pslld $7,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4327:# asm 2: pslld $7,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4328-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4330-# qhasm: uint32323232        b0 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4331:# asm 1: psrld $25,<b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4332:# asm 2: psrld $25,<b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4333-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4335-# qhasm:                 diag3 ^= a0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4336:# asm 1: pxor  <a0=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4337:# asm 2: pxor  <a0=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4338-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4340-# qhasm:                 diag3 ^= b0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4341:# asm 1: pxor  <b0=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4342:# asm 2: pxor  <b0=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4343-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4345-# qhasm: uint32323232                        a1 += diag3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4346:# asm 1: paddd <diag3=int6464#4,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4347:# asm 2: paddd <diag3=%xmm3,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4348-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4350-# qhasm:                                                 a2 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4351:# asm 1: movdqa <diag3=int6464#4,>a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4352:# asm 2: movdqa <diag3=%xmm3,>a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4353-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4355-# qhasm:                                     b1 = a1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4356:# asm 1: movdqa <a1=int6464#6,>b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4357:# asm 2: movdqa <a1=%xmm5,>b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4358-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4360-# qhasm: uint32323232                        a1 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4361:# asm 1: pslld $9,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4362:# asm 2: pslld $9,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4363-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4365-# qhasm: uint32323232                        b1 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4366:# asm 1: psrld $23,<b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4367:# asm 2: psrld $23,<b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4368-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4370-# qhasm:                                 diag2 ^= a1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4371:# asm 1: pxor  <a1=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4372:# asm 2: pxor  <a1=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4373-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4375-# qhasm:                 diag3 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4376:# asm 1: pshufd $0x93,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4377:# asm 2: pshufd $0x93,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4378-pshufd $0x93,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4380-# qhasm:                                 diag2 ^= b1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4381:# asm 1: pxor  <b1=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4382:# asm 2: pxor  <b1=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4383-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4385-# qhasm: uint32323232                                        a2 += diag2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4386:# asm 1: paddd <diag2=int6464#3,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4387:# asm 2: paddd <diag2=%xmm2,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4388-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4390-# qhasm:                                                                 a3 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4391:# asm 1: movdqa <diag2=int6464#3,>a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4392:# asm 2: movdqa <diag2=%xmm2,>a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4393-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4395-# qhasm:                                                     b2 = a2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4396:# asm 1: movdqa <a2=int6464#5,>b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4397:# asm 2: movdqa <a2=%xmm4,>b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4398-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4400-# qhasm: uint32323232                                        a2 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4401:# asm 1: pslld $13,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4402:# asm 2: pslld $13,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4403-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4405-# qhasm: uint32323232                                        b2 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4406:# asm 1: psrld $19,<b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4407:# asm 2: psrld $19,<b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4408-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4410-# qhasm:                                                 diag1 ^= a2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4411:# asm 1: pxor  <a2=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4412:# asm 2: pxor  <a2=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4413-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4415-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4416:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4417:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4418-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4420-# qhasm:                                                 diag1 ^= b2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4421:# asm 1: pxor  <b2=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4422:# asm 2: pxor  <b2=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4423-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4425-# qhasm: uint32323232                                                        a3 += diag1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4426:# asm 1: paddd <diag1=int6464#2,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4427:# asm 2: paddd <diag1=%xmm1,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4428-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4430-# qhasm:                 a4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4431:# asm 1: movdqa <diag3=int6464#4,>a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4432:# asm 2: movdqa <diag3=%xmm3,>a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4433-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4435-# qhasm:                                                                     b3 = a3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4436:# asm 1: movdqa <a3=int6464#6,>b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4437:# asm 2: movdqa <a3=%xmm5,>b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4438-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4440-# qhasm: uint32323232                                                        a3 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4441:# asm 1: pslld $18,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4442:# asm 2: pslld $18,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4443-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4445-# qhasm: uint32323232                                                        b3 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4446:# asm 1: psrld $14,<b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4447:# asm 2: psrld $14,<b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4448-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4450-# qhasm:                                                                 diag0 ^= a3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4451:# asm 1: pxor  <a3=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4452:# asm 2: pxor  <a3=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4453-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4455-# qhasm:                                                 diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4456:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4457:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4458-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4460-# qhasm:                                                                 diag0 ^= b3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4461:# asm 1: pxor  <b3=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4462:# asm 2: pxor  <b3=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4463-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4465-# qhasm: uint32323232        a4 += diag0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4466:# asm 1: paddd <diag0=int6464#1,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4467:# asm 2: paddd <diag0=%xmm0,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4468-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4470-# qhasm:                                 a5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4471:# asm 1: movdqa <diag0=int6464#1,>a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4472:# asm 2: movdqa <diag0=%xmm0,>a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4473-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4475-# qhasm:                     b4 = a4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4476:# asm 1: movdqa <a4=int6464#5,>b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4477:# asm 2: movdqa <a4=%xmm4,>b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4478-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4480-# qhasm: uint32323232        a4 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4481:# asm 1: pslld $7,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4482:# asm 2: pslld $7,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4483-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4485-# qhasm: uint32323232        b4 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4486:# asm 1: psrld $25,<b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4487:# asm 2: psrld $25,<b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4488-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4490-# qhasm:                 diag1 ^= a4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4491:# asm 1: pxor  <a4=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4492:# asm 2: pxor  <a4=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4493-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4495-# qhasm:                 diag1 ^= b4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4496:# asm 1: pxor  <b4=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4497:# asm 2: pxor  <b4=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4498-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4500-# qhasm: uint32323232                        a5 += diag1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4501:# asm 1: paddd <diag1=int6464#2,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4502:# asm 2: paddd <diag1=%xmm1,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4503-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4505-# qhasm:                                                 a6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4506:# asm 1: movdqa <diag1=int6464#2,>a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4507:# asm 2: movdqa <diag1=%xmm1,>a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4508-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4510-# qhasm:                                     b5 = a5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4511:# asm 1: movdqa <a5=int6464#6,>b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4512:# asm 2: movdqa <a5=%xmm5,>b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4513-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4515-# qhasm: uint32323232                        a5 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4516:# asm 1: pslld $9,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4517:# asm 2: pslld $9,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4518-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4520-# qhasm: uint32323232                        b5 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4521:# asm 1: psrld $23,<b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4522:# asm 2: psrld $23,<b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4523-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4525-# qhasm:                                 diag2 ^= a5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4526:# asm 1: pxor  <a5=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4527:# asm 2: pxor  <a5=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4528-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4530-# qhasm:                 diag1 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4531:# asm 1: pshufd $0x93,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4532:# asm 2: pshufd $0x93,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4533-pshufd $0x93,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4535-# qhasm:                                 diag2 ^= b5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4536:# asm 1: pxor  <b5=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4537:# asm 2: pxor  <b5=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4538-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4540-# qhasm: uint32323232                                        a6 += diag2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4541:# asm 1: paddd <diag2=int6464#3,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4542:# asm 2: paddd <diag2=%xmm2,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4543-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4545-# qhasm:                                                                 a7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4546:# asm 1: movdqa <diag2=int6464#3,>a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4547:# asm 2: movdqa <diag2=%xmm2,>a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4548-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4550-# qhasm:                                                     b6 = a6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4551:# asm 1: movdqa <a6=int6464#5,>b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4552:# asm 2: movdqa <a6=%xmm4,>b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4553-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4555-# qhasm: uint32323232                                        a6 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4556:# asm 1: pslld $13,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4557:# asm 2: pslld $13,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4558-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4560-# qhasm: uint32323232                                        b6 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4561:# asm 1: psrld $19,<b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4562:# asm 2: psrld $19,<b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4563-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4565-# qhasm:                                                 diag3 ^= a6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4566:# asm 1: pxor  <a6=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4567:# asm 2: pxor  <a6=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4568-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4570-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4571:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4572:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4573-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4575-# qhasm:                                                 diag3 ^= b6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4576:# asm 1: pxor  <b6=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4577:# asm 2: pxor  <b6=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4578-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4580-# qhasm:                  unsigned>? i -= 4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4581:# asm 1: sub  $4,<i=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4582:# asm 2: sub  $4,<i=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4583-sub  $4,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4585-# qhasm: uint32323232                                                        a7 += diag3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4586:# asm 1: paddd <diag3=int6464#4,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4587:# asm 2: paddd <diag3=%xmm3,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4588-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4590-# qhasm:                 a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4591:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4592:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4593-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4595-# qhasm:                                                                     b7 = a7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4596:# asm 1: movdqa <a7=int6464#6,>b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4597:# asm 2: movdqa <a7=%xmm5,>b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4598-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4600-# qhasm: uint32323232                                                        a7 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4601:# asm 1: pslld $18,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4602:# asm 2: pslld $18,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4603-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4605-# qhasm:                 b0 = 0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4606:# asm 1: pxor   >b0=int6464#8,>b0=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4607:# asm 2: pxor   >b0=%xmm7,>b0=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4608-pxor   %xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4610-# qhasm: uint32323232                                                        b7 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4611:# asm 1: psrld $14,<b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4612:# asm 2: psrld $14,<b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4613-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4615-# qhasm:                                                                 diag0 ^= a7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4616:# asm 1: pxor  <a7=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4617:# asm 2: pxor  <a7=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4618-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4620-# qhasm:                                                 diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4621:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4622:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4623-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4625-# qhasm:                                                                 diag0 ^= b7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4626:# asm 1: pxor  <b7=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4627:# asm 2: pxor  <b7=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4628-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4634-# qhasm: uint32323232 diag0 += x0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4635:# asm 1: paddd <x0=stack128#3,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4636:# asm 2: paddd <x0=64(%esp),<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4637-paddd 64(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4639-# qhasm: uint32323232 diag1 += x1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4640:# asm 1: paddd <x1=stack128#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4641:# asm 2: paddd <x1=48(%esp),<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4642-paddd 48(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4644-# qhasm: uint32323232 diag2 += x2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4645:# asm 1: paddd <x2=stack128#4,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4646:# asm 2: paddd <x2=80(%esp),<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4647-paddd 80(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4649-# qhasm: uint32323232 diag3 += x3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4650:# asm 1: paddd <x3=stack128#1,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4651:# asm 2: paddd <x3=32(%esp),<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4652-paddd 32(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4654-# qhasm: in0 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4655:# asm 1: movd   <diag0=int6464#1,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4656:# asm 2: movd   <diag0=%xmm0,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4657-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4659-# qhasm: in12 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4660:# asm 1: movd   <diag1=int6464#2,>in12=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4661:# asm 2: movd   <diag1=%xmm1,>in12=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4662-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4664-# qhasm: in8 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4665:# asm 1: movd   <diag2=int6464#3,>in8=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4666:# asm 2: movd   <diag2=%xmm2,>in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4667-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4669-# qhasm: in4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4670:# asm 1: movd   <diag3=int6464#4,>in4=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4671:# asm 2: movd   <diag3=%xmm3,>in4=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4672-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4674-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4675:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4676:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4677-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4679-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4680:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4681:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4682-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4684-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4685:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4686:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4687-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4689-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4690:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4691:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4692-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4694-# qhasm: in0 ^= *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4695:# asm 1: xorl 0(<m=int32#5),<in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4696:# asm 2: xorl 0(<m=%esi),<in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4697-xorl 0(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4699-# qhasm: in12 ^= *(uint32 *) (m + 48)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4700:# asm 1: xorl 48(<m=int32#5),<in12=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4701:# asm 2: xorl 48(<m=%esi),<in12=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4702-xorl 48(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4704-# qhasm: in8 ^= *(uint32 *) (m + 32)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4705:# asm 1: xorl 32(<m=int32#5),<in8=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4706:# asm 2: xorl 32(<m=%esi),<in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4707-xorl 32(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4709-# qhasm: in4 ^= *(uint32 *) (m + 16)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4710:# asm 1: xorl 16(<m=int32#5),<in4=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4711:# asm 2: xorl 16(<m=%esi),<in4=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4712-xorl 16(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4714-# qhasm: *(uint32 *) (out + 0) = in0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4715:# asm 1: movl <in0=int32#1,0(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4716:# asm 2: movl <in0=%eax,0(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4717-movl %eax,0(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4719-# qhasm: *(uint32 *) (out + 48) = in12
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4720:# asm 1: movl <in12=int32#2,48(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4721:# asm 2: movl <in12=%ecx,48(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4722-movl %ecx,48(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4724-# qhasm: *(uint32 *) (out + 32) = in8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4725:# asm 1: movl <in8=int32#3,32(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4726:# asm 2: movl <in8=%edx,32(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4727-movl %edx,32(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4729-# qhasm: *(uint32 *) (out + 16) = in4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4730:# asm 1: movl <in4=int32#4,16(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4731:# asm 2: movl <in4=%ebx,16(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4732-movl %ebx,16(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4734-# qhasm: in5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4735:# asm 1: movd   <diag0=int6464#1,>in5=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4736:# asm 2: movd   <diag0=%xmm0,>in5=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4737-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4739-# qhasm: in1 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4740:# asm 1: movd   <diag1=int6464#2,>in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4741:# asm 2: movd   <diag1=%xmm1,>in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4742-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4744-# qhasm: in13 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4745:# asm 1: movd   <diag2=int6464#3,>in13=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4746:# asm 2: movd   <diag2=%xmm2,>in13=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4747-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4749-# qhasm: in9 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4750:# asm 1: movd   <diag3=int6464#4,>in9=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4751:# asm 2: movd   <diag3=%xmm3,>in9=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4752-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4754-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4755:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4756:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4757-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4759-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4760:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4761:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4762-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4764-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4765:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4766:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4767-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4769-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4770:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4771:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4772-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4774-# qhasm: in5 ^= *(uint32 *) (m + 20)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4775:# asm 1: xorl 20(<m=int32#5),<in5=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4776:# asm 2: xorl 20(<m=%esi),<in5=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4777-xorl 20(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4779-# qhasm: in1 ^= *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4780:# asm 1: xorl 4(<m=int32#5),<in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4781:# asm 2: xorl 4(<m=%esi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4782-xorl 4(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4784-# qhasm: in13 ^= *(uint32 *) (m + 52)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4785:# asm 1: xorl 52(<m=int32#5),<in13=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4786:# asm 2: xorl 52(<m=%esi),<in13=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4787-xorl 52(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4789-# qhasm: in9 ^= *(uint32 *) (m + 36)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4790:# asm 1: xorl 36(<m=int32#5),<in9=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4791:# asm 2: xorl 36(<m=%esi),<in9=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4792-xorl 36(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4794-# qhasm: *(uint32 *) (out + 20) = in5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4795:# asm 1: movl <in5=int32#1,20(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4796:# asm 2: movl <in5=%eax,20(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4797-movl %eax,20(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4799-# qhasm: *(uint32 *) (out + 4) = in1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4800:# asm 1: movl <in1=int32#2,4(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4801:# asm 2: movl <in1=%ecx,4(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4802-movl %ecx,4(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4804-# qhasm: *(uint32 *) (out + 52) = in13
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4805:# asm 1: movl <in13=int32#3,52(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4806:# asm 2: movl <in13=%edx,52(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4807-movl %edx,52(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4809-# qhasm: *(uint32 *) (out + 36) = in9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4810:# asm 1: movl <in9=int32#4,36(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4811:# asm 2: movl <in9=%ebx,36(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4812-movl %ebx,36(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4814-# qhasm: in10 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4815:# asm 1: movd   <diag0=int6464#1,>in10=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4816:# asm 2: movd   <diag0=%xmm0,>in10=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4817-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4819-# qhasm: in6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4820:# asm 1: movd   <diag1=int6464#2,>in6=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4821:# asm 2: movd   <diag1=%xmm1,>in6=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4822-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4824-# qhasm: in2 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4825:# asm 1: movd   <diag2=int6464#3,>in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4826:# asm 2: movd   <diag2=%xmm2,>in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4827-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4829-# qhasm: in14 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4830:# asm 1: movd   <diag3=int6464#4,>in14=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4831:# asm 2: movd   <diag3=%xmm3,>in14=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4832-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4834-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4835:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4836:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4837-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4839-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4840:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4841:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4842-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4844-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4845:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4846:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4847-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4849-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4850:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4851:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4852-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4854-# qhasm: in10 ^= *(uint32 *) (m + 40)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4855:# asm 1: xorl 40(<m=int32#5),<in10=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4856:# asm 2: xorl 40(<m=%esi),<in10=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4857-xorl 40(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4859-# qhasm: in6 ^= *(uint32 *) (m + 24)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4860:# asm 1: xorl 24(<m=int32#5),<in6=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4861:# asm 2: xorl 24(<m=%esi),<in6=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4862-xorl 24(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4864-# qhasm: in2 ^= *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4865:# asm 1: xorl 8(<m=int32#5),<in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4866:# asm 2: xorl 8(<m=%esi),<in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4867-xorl 8(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4869-# qhasm: in14 ^= *(uint32 *) (m + 56)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4870:# asm 1: xorl 56(<m=int32#5),<in14=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4871:# asm 2: xorl 56(<m=%esi),<in14=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4872-xorl 56(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4874-# qhasm: *(uint32 *) (out + 40) = in10
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4875:# asm 1: movl <in10=int32#1,40(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4876:# asm 2: movl <in10=%eax,40(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4877-movl %eax,40(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4879-# qhasm: *(uint32 *) (out + 24) = in6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4880:# asm 1: movl <in6=int32#2,24(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4881:# asm 2: movl <in6=%ecx,24(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4882-movl %ecx,24(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4884-# qhasm: *(uint32 *) (out + 8) = in2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4885:# asm 1: movl <in2=int32#3,8(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4886:# asm 2: movl <in2=%edx,8(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4887-movl %edx,8(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4889-# qhasm: *(uint32 *) (out + 56) = in14
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4890:# asm 1: movl <in14=int32#4,56(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4891:# asm 2: movl <in14=%ebx,56(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4892-movl %ebx,56(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4894-# qhasm: in15 = diag0
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4895:# asm 1: movd   <diag0=int6464#1,>in15=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4896:# asm 2: movd   <diag0=%xmm0,>in15=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4897-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4899-# qhasm: in11 = diag1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4900:# asm 1: movd   <diag1=int6464#2,>in11=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4901:# asm 2: movd   <diag1=%xmm1,>in11=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4902-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4904-# qhasm: in7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4905:# asm 1: movd   <diag2=int6464#3,>in7=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4906:# asm 2: movd   <diag2=%xmm2,>in7=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4907-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4909-# qhasm: in3 = diag3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4910:# asm 1: movd   <diag3=int6464#4,>in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4911:# asm 2: movd   <diag3=%xmm3,>in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4912-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4914-# qhasm: in15 ^= *(uint32 *) (m + 60)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4915:# asm 1: xorl 60(<m=int32#5),<in15=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4916:# asm 2: xorl 60(<m=%esi),<in15=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4917-xorl 60(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4919-# qhasm: in11 ^= *(uint32 *) (m + 44)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4920:# asm 1: xorl 44(<m=int32#5),<in11=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4921:# asm 2: xorl 44(<m=%esi),<in11=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4922-xorl 44(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4924-# qhasm: in7 ^= *(uint32 *) (m + 28)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4925:# asm 1: xorl 28(<m=int32#5),<in7=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4926:# asm 2: xorl 28(<m=%esi),<in7=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4927-xorl 28(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4929-# qhasm: in3 ^= *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4930:# asm 1: xorl 12(<m=int32#5),<in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4931:# asm 2: xorl 12(<m=%esi),<in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4932-xorl 12(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4934-# qhasm: *(uint32 *) (out + 60) = in15
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4935:# asm 1: movl <in15=int32#1,60(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4936:# asm 2: movl <in15=%eax,60(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4937-movl %eax,60(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4939-# qhasm: *(uint32 *) (out + 44) = in11
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4940:# asm 1: movl <in11=int32#2,44(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4941:# asm 2: movl <in11=%ecx,44(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4942-movl %ecx,44(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4944-# qhasm: *(uint32 *) (out + 28) = in7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4945:# asm 1: movl <in7=int32#3,28(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4946:# asm 2: movl <in7=%edx,28(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4947-movl %edx,28(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4949-# qhasm: *(uint32 *) (out + 12) = in3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4950:# asm 1: movl <in3=int32#4,12(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4951:# asm 2: movl <in3=%ebx,12(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4952-movl %ebx,12(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4954-# qhasm:   bytes = bytes_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4955:# asm 1: movl <bytes_stack=stack32#7,>bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4956:# asm 2: movl <bytes_stack=24(%esp),>bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4957-movl 24(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4959-# qhasm:   in8 = ((uint32 *)&x2)[0]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4960:# asm 1: movl <x2=stack128#4,>in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4961:# asm 2: movl <x2=80(%esp),>in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4962-movl 80(%esp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4964-# qhasm:   in9 = ((uint32 *)&x3)[1]
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4965:# asm 1: movl 4+<x3=stack128#1,>in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4966:# asm 2: movl 4+<x3=32(%esp),>in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4967-movl 4+32(%esp),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4969-# qhasm:   carry? in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4970:# asm 1: add  $1,<in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4971:# asm 2: add  $1,<in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4972-add  $1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4974-# qhasm:   in9 += 0 + carry
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4975:# asm 1: adc $0,<in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4976:# asm 2: adc $0,<in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4977-adc $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4979-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4980:# asm 1: movl <in8=int32#2,>x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4981:# asm 2: movl <in8=%ecx,>x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4982-movl %ecx,80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4984-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4985:# asm 1: movl <in9=int32#3,4+<x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4986:# asm 2: movl <in9=%edx,4+<x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4987-movl %edx,4+32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4989-# qhasm:                          unsigned>? unsigned<? bytes - 64
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4990:# asm 1: cmp  $64,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:4991:# asm 2: cmp  $64,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-4992-cmp  $64,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5002-# qhasm:       m = out
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5003:# asm 1: mov  <out=int32#6,>m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5004:# asm 2: mov  <out=%edi,>m=%esi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5005-mov  %edi,%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5007-# qhasm:       out = ctarget
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5008:# asm 1: movl <ctarget=stack32#6,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5009:# asm 2: movl <ctarget=20(%esp),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5010-movl 20(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5012-# qhasm:       i = bytes
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5013:# asm 1: mov  <bytes=int32#1,>i=int32#2
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5014:# asm 2: mov  <bytes=%eax,>i=%ecx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5015-mov  %eax,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5028-# qhasm:     eax = eax_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5029:# asm 1: movl <eax_stack=stack32#1,>eax=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5030:# asm 2: movl <eax_stack=0(%esp),>eax=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5031-movl 0(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5033-# qhasm:     ebx = ebx_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5034:# asm 1: movl <ebx_stack=stack32#2,>ebx=int32#4
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5035:# asm 2: movl <ebx_stack=4(%esp),>ebx=%ebx
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5036-movl 4(%esp),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5038-# qhasm:     esi = esi_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5039:# asm 1: movl <esi_stack=stack32#3,>esi=int32#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5040:# asm 2: movl <esi_stack=8(%esp),>esi=%esi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5041-movl 8(%esp),%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5043-# qhasm:     edi = edi_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5044:# asm 1: movl <edi_stack=stack32#4,>edi=int32#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5045:# asm 2: movl <edi_stack=12(%esp),>edi=%edi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5046-movl 12(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5048-# qhasm:     ebp = ebp_stack
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5049:# asm 1: movl <ebp_stack=stack32#5,>ebp=int32#7
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5050:# asm 2: movl <ebp_stack=16(%esp),>ebp=%ebp
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5051-movl 16(%esp),%ebp
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5061-# qhasm:   bytes -= 64
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5062:# asm 1: sub  $64,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5063:# asm 2: sub  $64,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5064-sub  $64,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5066-# qhasm:   out += 64
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5067:# asm 1: add  $64,<out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5068:# asm 2: add  $64,<out=%edi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5069-add  $64,%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5071-# qhasm:   m += 64
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5072:# asm 1: add  $64,<m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s:5073:# asm 2: add  $64,<m=%esi
curvedns-0.87/nacl/crypto_stream/salsa20/x86_xmm5/stream.s-5074-add  $64,%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-348-# qhasm: r11_stack = r11_caller
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:349:# asm 1: movq <r11_caller=int64#9,>r11_stack=stack64#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:350:# asm 2: movq <r11_caller=%r11,>r11_stack=352(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-351-movq %r11,352(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-353-# qhasm: r12_stack = r12_caller
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:354:# asm 1: movq <r12_caller=int64#10,>r12_stack=stack64#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:355:# asm 2: movq <r12_caller=%r12,>r12_stack=360(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-356-movq %r12,360(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-358-# qhasm: r13_stack = r13_caller
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:359:# asm 1: movq <r13_caller=int64#11,>r13_stack=stack64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:360:# asm 2: movq <r13_caller=%r13,>r13_stack=368(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-361-movq %r13,368(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-363-# qhasm: r14_stack = r14_caller
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:364:# asm 1: movq <r14_caller=int64#12,>r14_stack=stack64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:365:# asm 2: movq <r14_caller=%r14,>r14_stack=376(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-366-movq %r14,376(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-368-# qhasm: r15_stack = r15_caller
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:369:# asm 1: movq <r15_caller=int64#13,>r15_stack=stack64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:370:# asm 2: movq <r15_caller=%r15,>r15_stack=384(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-371-movq %r15,384(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-373-# qhasm: rbx_stack = rbx_caller
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:374:# asm 1: movq <rbx_caller=int64#14,>rbx_stack=stack64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:375:# asm 2: movq <rbx_caller=%rbx,>rbx_stack=392(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-376-movq %rbx,392(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-378-# qhasm: rbp_stack = rbp_caller
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:379:# asm 1: movq <rbp_caller=int64#15,>rbp_stack=stack64#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:380:# asm 2: movq <rbp_caller=%rbp,>rbp_stack=400(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-381-movq %rbp,400(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-383-# qhasm: bytes = arg2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:384:# asm 1: mov  <arg2=int64#2,>bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:385:# asm 2: mov  <arg2=%rsi,>bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-386-mov  %rsi,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-388-# qhasm: out = arg1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:389:# asm 1: mov  <arg1=int64#1,>out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:390:# asm 2: mov  <arg1=%rdi,>out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-391-mov  %rdi,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-393-# qhasm: m = out
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:394:# asm 1: mov  <out=int64#1,>m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:395:# asm 2: mov  <out=%rdi,>m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-396-mov  %rdi,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-398-# qhasm: iv = arg3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:399:# asm 1: mov  <arg3=int64#3,>iv=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:400:# asm 2: mov  <arg3=%rdx,>iv=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-401-mov  %rdx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-403-# qhasm: k = arg4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:404:# asm 1: mov  <arg4=int64#4,>k=int64#8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:405:# asm 2: mov  <arg4=%rcx,>k=%r10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-406-mov  %rcx,%r10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-408-# qhasm:               unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:409:# asm 1: cmp  $0,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:410:# asm 2: cmp  $0,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-411-cmp  $0,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-417-# qhasm: a = 0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:418:# asm 1: mov  $0,>a=int64#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:419:# asm 2: mov  $0,>a=%rax
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-420-mov  $0,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-422-# qhasm: i = bytes
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:423:# asm 1: mov  <bytes=int64#6,>i=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:424:# asm 2: mov  <bytes=%r9,>i=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-425-mov  %r9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-430-# qhasm: out -= bytes
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:431:# asm 1: sub  <bytes=int64#6,<out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:432:# asm 2: sub  <bytes=%r9,<out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-433-sub  %r9,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-451-# qhasm: r11_stack = r11_caller
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:452:# asm 1: movq <r11_caller=int64#9,>r11_stack=stack64#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:453:# asm 2: movq <r11_caller=%r11,>r11_stack=352(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-454-movq %r11,352(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-456-# qhasm: r12_stack = r12_caller
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:457:# asm 1: movq <r12_caller=int64#10,>r12_stack=stack64#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:458:# asm 2: movq <r12_caller=%r12,>r12_stack=360(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-459-movq %r12,360(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-461-# qhasm: r13_stack = r13_caller
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:462:# asm 1: movq <r13_caller=int64#11,>r13_stack=stack64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:463:# asm 2: movq <r13_caller=%r13,>r13_stack=368(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-464-movq %r13,368(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-466-# qhasm: r14_stack = r14_caller
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:467:# asm 1: movq <r14_caller=int64#12,>r14_stack=stack64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:468:# asm 2: movq <r14_caller=%r14,>r14_stack=376(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-469-movq %r14,376(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-471-# qhasm: r15_stack = r15_caller
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:472:# asm 1: movq <r15_caller=int64#13,>r15_stack=stack64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:473:# asm 2: movq <r15_caller=%r15,>r15_stack=384(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-474-movq %r15,384(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-476-# qhasm: rbx_stack = rbx_caller
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:477:# asm 1: movq <rbx_caller=int64#14,>rbx_stack=stack64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:478:# asm 2: movq <rbx_caller=%rbx,>rbx_stack=392(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-479-movq %rbx,392(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-481-# qhasm: rbp_stack = rbp_caller
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:482:# asm 1: movq <rbp_caller=int64#15,>rbp_stack=stack64#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:483:# asm 2: movq <rbp_caller=%rbp,>rbp_stack=400(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-484-movq %rbp,400(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-486-# qhasm: out = arg1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:487:# asm 1: mov  <arg1=int64#1,>out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:488:# asm 2: mov  <arg1=%rdi,>out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-489-mov  %rdi,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-491-# qhasm: m = arg2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:492:# asm 1: mov  <arg2=int64#2,>m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:493:# asm 2: mov  <arg2=%rsi,>m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-494-mov  %rsi,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-496-# qhasm: bytes = arg3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:497:# asm 1: mov  <arg3=int64#3,>bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:498:# asm 2: mov  <arg3=%rdx,>bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-499-mov  %rdx,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-501-# qhasm: iv = arg4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:502:# asm 1: mov  <arg4=int64#4,>iv=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:503:# asm 2: mov  <arg4=%rcx,>iv=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-504-mov  %rcx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-506-# qhasm: k = arg5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:507:# asm 1: mov  <arg5=int64#5,>k=int64#8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:508:# asm 2: mov  <arg5=%r8,>k=%r10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-509-mov  %r8,%r10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-511-# qhasm:               unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:512:# asm 1: cmp  $0,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:513:# asm 2: cmp  $0,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-514-cmp  $0,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-524-# qhasm:   in12 = *(uint32 *) (k + 20)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:525:# asm 1: movl   20(<k=int64#8),>in12=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:526:# asm 2: movl   20(<k=%r10),>in12=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-527-movl   20(%r10),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-529-# qhasm:   in1 = *(uint32 *) (k + 0)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:530:# asm 1: movl   0(<k=int64#8),>in1=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:531:# asm 2: movl   0(<k=%r10),>in1=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-532-movl   0(%r10),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-534-# qhasm:   in6 = *(uint32 *) (iv + 0)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:535:# asm 1: movl   0(<iv=int64#3),>in6=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:536:# asm 2: movl   0(<iv=%rdx),>in6=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-537-movl   0(%rdx),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-539-# qhasm:   in11 = *(uint32 *) (k + 16)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:540:# asm 1: movl   16(<k=int64#8),>in11=int64#9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:541:# asm 2: movl   16(<k=%r10),>in11=%r11d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-542-movl   16(%r10),%r11d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-544-# qhasm:   ((uint32 *)&x1)[0] = in12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:545:# asm 1: movl <in12=int64#4d,>x1=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:546:# asm 2: movl <in12=%ecx,>x1=0(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-547-movl %ecx,0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-549-# qhasm:   ((uint32 *)&x1)[1] = in1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:550:# asm 1: movl <in1=int64#5d,4+<x1=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:551:# asm 2: movl <in1=%r8d,4+<x1=0(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-552-movl %r8d,4+0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-554-# qhasm:   ((uint32 *)&x1)[2] = in6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:555:# asm 1: movl <in6=int64#7d,8+<x1=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:556:# asm 2: movl <in6=%eax,8+<x1=0(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-557-movl %eax,8+0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-559-# qhasm:   ((uint32 *)&x1)[3] = in11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:560:# asm 1: movl <in11=int64#9d,12+<x1=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:561:# asm 2: movl <in11=%r11d,12+<x1=0(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-562-movl %r11d,12+0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-564-# qhasm:   in8 = 0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:565:# asm 1: mov  $0,>in8=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:566:# asm 2: mov  $0,>in8=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-567-mov  $0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-569-# qhasm:   in13 = *(uint32 *) (k + 24)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:570:# asm 1: movl   24(<k=int64#8),>in13=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:571:# asm 2: movl   24(<k=%r10),>in13=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-572-movl   24(%r10),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-574-# qhasm:   in2 = *(uint32 *) (k + 4)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:575:# asm 1: movl   4(<k=int64#8),>in2=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:576:# asm 2: movl   4(<k=%r10),>in2=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-577-movl   4(%r10),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-579-# qhasm:   in7 = *(uint32 *) (iv + 4)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:580:# asm 1: movl   4(<iv=int64#3),>in7=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:581:# asm 2: movl   4(<iv=%rdx),>in7=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-582-movl   4(%rdx),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-584-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:585:# asm 1: movl <in8=int64#4d,>x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:586:# asm 2: movl <in8=%ecx,>x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-587-movl %ecx,16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-589-# qhasm:   ((uint32 *)&x2)[1] = in13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:590:# asm 1: movl <in13=int64#5d,4+<x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:591:# asm 2: movl <in13=%r8d,4+<x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-592-movl %r8d,4+16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-594-# qhasm:   ((uint32 *)&x2)[2] = in2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:595:# asm 1: movl <in2=int64#7d,8+<x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:596:# asm 2: movl <in2=%eax,8+<x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-597-movl %eax,8+16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-599-# qhasm:   ((uint32 *)&x2)[3] = in7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:600:# asm 1: movl <in7=int64#3d,12+<x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:601:# asm 2: movl <in7=%edx,12+<x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-602-movl %edx,12+16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-604-# qhasm:   in4 = *(uint32 *) (k + 12)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:605:# asm 1: movl   12(<k=int64#8),>in4=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:606:# asm 2: movl   12(<k=%r10),>in4=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-607-movl   12(%r10),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-609-# qhasm:   in9 = 0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:610:# asm 1: mov  $0,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:611:# asm 2: mov  $0,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-612-mov  $0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-614-# qhasm:   in14 = *(uint32 *) (k + 28)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:615:# asm 1: movl   28(<k=int64#8),>in14=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:616:# asm 2: movl   28(<k=%r10),>in14=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-617-movl   28(%r10),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-619-# qhasm:   in3 = *(uint32 *) (k + 8)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:620:# asm 1: movl   8(<k=int64#8),>in3=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:621:# asm 2: movl   8(<k=%r10),>in3=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-622-movl   8(%r10),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-624-# qhasm:   ((uint32 *)&x3)[0] = in4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:625:# asm 1: movl <in4=int64#3d,>x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:626:# asm 2: movl <in4=%edx,>x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-627-movl %edx,32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-629-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:630:# asm 1: movl <in9=int64#4d,4+<x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:631:# asm 2: movl <in9=%ecx,4+<x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-632-movl %ecx,4+32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-634-# qhasm:   ((uint32 *)&x3)[2] = in14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:635:# asm 1: movl <in14=int64#5d,8+<x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:636:# asm 2: movl <in14=%r8d,8+<x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-637-movl %r8d,8+32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-639-# qhasm:   ((uint32 *)&x3)[3] = in3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:640:# asm 1: movl <in3=int64#7d,12+<x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:641:# asm 2: movl <in3=%eax,12+<x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-642-movl %eax,12+32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-644-# qhasm:   in0 = 1634760805
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:645:# asm 1: mov  $1634760805,>in0=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:646:# asm 2: mov  $1634760805,>in0=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-647-mov  $1634760805,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-649-# qhasm:   in5 = 857760878
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:650:# asm 1: mov  $857760878,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:651:# asm 2: mov  $857760878,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-652-mov  $857760878,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-654-# qhasm:   in10 = 2036477234
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:655:# asm 1: mov  $2036477234,>in10=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:656:# asm 2: mov  $2036477234,>in10=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-657-mov  $2036477234,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-659-# qhasm:   in15 = 1797285236
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:660:# asm 1: mov  $1797285236,>in15=int64#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:661:# asm 2: mov  $1797285236,>in15=%rax
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-662-mov  $1797285236,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-664-# qhasm:   ((uint32 *)&x0)[0] = in0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:665:# asm 1: movl <in0=int64#3d,>x0=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:666:# asm 2: movl <in0=%edx,>x0=48(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-667-movl %edx,48(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-669-# qhasm:   ((uint32 *)&x0)[1] = in5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:670:# asm 1: movl <in5=int64#4d,4+<x0=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:671:# asm 2: movl <in5=%ecx,4+<x0=48(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-672-movl %ecx,4+48(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-674-# qhasm:   ((uint32 *)&x0)[2] = in10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:675:# asm 1: movl <in10=int64#5d,8+<x0=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:676:# asm 2: movl <in10=%r8d,8+<x0=48(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-677-movl %r8d,8+48(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-679-# qhasm:   ((uint32 *)&x0)[3] = in15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:680:# asm 1: movl <in15=int64#7d,12+<x0=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:681:# asm 2: movl <in15=%eax,12+<x0=48(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-682-movl %eax,12+48(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-684-# qhasm:                               unsigned<? bytes - 256
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:685:# asm 1: cmp  $256,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:686:# asm 2: cmp  $256,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-687-cmp  $256,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-693-# qhasm:   z0 = x0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:694:# asm 1: movdqa <x0=stack128#4,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:695:# asm 2: movdqa <x0=48(%rsp),>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-696-movdqa 48(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-698-# qhasm:   z5 = z0[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:699:# asm 1: pshufd $0x55,<z0=int6464#1,>z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:700:# asm 2: pshufd $0x55,<z0=%xmm0,>z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-701-pshufd $0x55,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-703-# qhasm:   z10 = z0[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:704:# asm 1: pshufd $0xaa,<z0=int6464#1,>z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:705:# asm 2: pshufd $0xaa,<z0=%xmm0,>z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-706-pshufd $0xaa,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-708-# qhasm:   z15 = z0[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:709:# asm 1: pshufd $0xff,<z0=int6464#1,>z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:710:# asm 2: pshufd $0xff,<z0=%xmm0,>z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-711-pshufd $0xff,%xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-713-# qhasm:   z0 = z0[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:714:# asm 1: pshufd $0x00,<z0=int6464#1,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:715:# asm 2: pshufd $0x00,<z0=%xmm0,>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-716-pshufd $0x00,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-718-# qhasm:   orig5 = z5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:719:# asm 1: movdqa <z5=int6464#2,>orig5=stack128#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:720:# asm 2: movdqa <z5=%xmm1,>orig5=64(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-721-movdqa %xmm1,64(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-723-# qhasm:   orig10 = z10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:724:# asm 1: movdqa <z10=int6464#3,>orig10=stack128#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:725:# asm 2: movdqa <z10=%xmm2,>orig10=80(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-726-movdqa %xmm2,80(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-728-# qhasm:   orig15 = z15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:729:# asm 1: movdqa <z15=int6464#4,>orig15=stack128#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:730:# asm 2: movdqa <z15=%xmm3,>orig15=96(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-731-movdqa %xmm3,96(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-733-# qhasm:   orig0 = z0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:734:# asm 1: movdqa <z0=int6464#1,>orig0=stack128#8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:735:# asm 2: movdqa <z0=%xmm0,>orig0=112(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-736-movdqa %xmm0,112(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-738-# qhasm:   z1 = x1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:739:# asm 1: movdqa <x1=stack128#1,>z1=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:740:# asm 2: movdqa <x1=0(%rsp),>z1=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-741-movdqa 0(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-743-# qhasm:   z6 = z1[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:744:# asm 1: pshufd $0xaa,<z1=int6464#1,>z6=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:745:# asm 2: pshufd $0xaa,<z1=%xmm0,>z6=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-746-pshufd $0xaa,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-748-# qhasm:   z11 = z1[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:749:# asm 1: pshufd $0xff,<z1=int6464#1,>z11=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:750:# asm 2: pshufd $0xff,<z1=%xmm0,>z11=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-751-pshufd $0xff,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-753-# qhasm:   z12 = z1[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:754:# asm 1: pshufd $0x00,<z1=int6464#1,>z12=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:755:# asm 2: pshufd $0x00,<z1=%xmm0,>z12=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-756-pshufd $0x00,%xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-758-# qhasm:   z1 = z1[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:759:# asm 1: pshufd $0x55,<z1=int6464#1,>z1=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:760:# asm 2: pshufd $0x55,<z1=%xmm0,>z1=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-761-pshufd $0x55,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-763-# qhasm:   orig6 = z6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:764:# asm 1: movdqa <z6=int6464#2,>orig6=stack128#9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:765:# asm 2: movdqa <z6=%xmm1,>orig6=128(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-766-movdqa %xmm1,128(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-768-# qhasm:   orig11 = z11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:769:# asm 1: movdqa <z11=int6464#3,>orig11=stack128#10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:770:# asm 2: movdqa <z11=%xmm2,>orig11=144(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-771-movdqa %xmm2,144(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-773-# qhasm:   orig12 = z12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:774:# asm 1: movdqa <z12=int6464#4,>orig12=stack128#11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:775:# asm 2: movdqa <z12=%xmm3,>orig12=160(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-776-movdqa %xmm3,160(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-778-# qhasm:   orig1 = z1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:779:# asm 1: movdqa <z1=int6464#1,>orig1=stack128#12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:780:# asm 2: movdqa <z1=%xmm0,>orig1=176(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-781-movdqa %xmm0,176(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-783-# qhasm:   z2 = x2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:784:# asm 1: movdqa <x2=stack128#2,>z2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:785:# asm 2: movdqa <x2=16(%rsp),>z2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-786-movdqa 16(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-788-# qhasm:   z7 = z2[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:789:# asm 1: pshufd $0xff,<z2=int6464#1,>z7=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:790:# asm 2: pshufd $0xff,<z2=%xmm0,>z7=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-791-pshufd $0xff,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-793-# qhasm:   z13 = z2[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:794:# asm 1: pshufd $0x55,<z2=int6464#1,>z13=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:795:# asm 2: pshufd $0x55,<z2=%xmm0,>z13=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-796-pshufd $0x55,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-798-# qhasm:   z2 = z2[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:799:# asm 1: pshufd $0xaa,<z2=int6464#1,>z2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:800:# asm 2: pshufd $0xaa,<z2=%xmm0,>z2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-801-pshufd $0xaa,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-803-# qhasm:   orig7 = z7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:804:# asm 1: movdqa <z7=int6464#2,>orig7=stack128#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:805:# asm 2: movdqa <z7=%xmm1,>orig7=192(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-806-movdqa %xmm1,192(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-808-# qhasm:   orig13 = z13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:809:# asm 1: movdqa <z13=int6464#3,>orig13=stack128#14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:810:# asm 2: movdqa <z13=%xmm2,>orig13=208(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-811-movdqa %xmm2,208(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-813-# qhasm:   orig2 = z2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:814:# asm 1: movdqa <z2=int6464#1,>orig2=stack128#15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:815:# asm 2: movdqa <z2=%xmm0,>orig2=224(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-816-movdqa %xmm0,224(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-818-# qhasm:   z3 = x3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:819:# asm 1: movdqa <x3=stack128#3,>z3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:820:# asm 2: movdqa <x3=32(%rsp),>z3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-821-movdqa 32(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-823-# qhasm:   z4 = z3[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:824:# asm 1: pshufd $0x00,<z3=int6464#1,>z4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:825:# asm 2: pshufd $0x00,<z3=%xmm0,>z4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-826-pshufd $0x00,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-828-# qhasm:   z14 = z3[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:829:# asm 1: pshufd $0xaa,<z3=int6464#1,>z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:830:# asm 2: pshufd $0xaa,<z3=%xmm0,>z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-831-pshufd $0xaa,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-833-# qhasm:   z3 = z3[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:834:# asm 1: pshufd $0xff,<z3=int6464#1,>z3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:835:# asm 2: pshufd $0xff,<z3=%xmm0,>z3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-836-pshufd $0xff,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-838-# qhasm:   orig4 = z4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:839:# asm 1: movdqa <z4=int6464#2,>orig4=stack128#16
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:840:# asm 2: movdqa <z4=%xmm1,>orig4=240(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-841-movdqa %xmm1,240(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-843-# qhasm:   orig14 = z14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:844:# asm 1: movdqa <z14=int6464#3,>orig14=stack128#17
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:845:# asm 2: movdqa <z14=%xmm2,>orig14=256(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-846-movdqa %xmm2,256(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-848-# qhasm:   orig3 = z3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:849:# asm 1: movdqa <z3=int6464#1,>orig3=stack128#18
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:850:# asm 2: movdqa <z3=%xmm0,>orig3=272(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-851-movdqa %xmm0,272(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-856-# qhasm:   in8 = ((uint32 *)&x2)[0]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:857:# asm 1: movl <x2=stack128#2,>in8=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:858:# asm 2: movl <x2=16(%rsp),>in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-859-movl 16(%rsp),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-861-# qhasm:   in9 = ((uint32 *)&x3)[1]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:862:# asm 1: movl 4+<x3=stack128#3,>in9=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:863:# asm 2: movl 4+<x3=32(%rsp),>in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-864-movl 4+32(%rsp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-866-# qhasm:   ((uint32 *) &orig8)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:867:# asm 1: movl <in8=int64#3d,>orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:868:# asm 2: movl <in8=%edx,>orig8=288(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-869-movl %edx,288(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-871-# qhasm:   ((uint32 *) &orig9)[0] = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:872:# asm 1: movl <in9=int64#4d,>orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:873:# asm 2: movl <in9=%ecx,>orig9=304(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-874-movl %ecx,304(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-876-# qhasm:   in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:877:# asm 1: add  $1,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:878:# asm 2: add  $1,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-879-add  $1,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-881-# qhasm:   in9 <<= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:882:# asm 1: shl  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:883:# asm 2: shl  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-884-shl  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-886-# qhasm:   in8 += in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:887:# asm 1: add  <in9=int64#4,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:888:# asm 2: add  <in9=%rcx,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-889-add  %rcx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-891-# qhasm:   in9 = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:892:# asm 1: mov  <in8=int64#3,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:893:# asm 2: mov  <in8=%rdx,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-894-mov  %rdx,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-896-# qhasm:   (uint64) in9 >>= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:897:# asm 1: shr  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:898:# asm 2: shr  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-899-shr  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-901-# qhasm:   ((uint32 *) &orig8)[1] = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:902:# asm 1: movl <in8=int64#3d,4+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:903:# asm 2: movl <in8=%edx,4+<orig8=288(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-904-movl %edx,4+288(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-906-# qhasm:   ((uint32 *) &orig9)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:907:# asm 1: movl <in9=int64#4d,4+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:908:# asm 2: movl <in9=%ecx,4+<orig9=304(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-909-movl %ecx,4+304(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-911-# qhasm:   in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:912:# asm 1: add  $1,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:913:# asm 2: add  $1,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-914-add  $1,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-916-# qhasm:   in9 <<= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:917:# asm 1: shl  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:918:# asm 2: shl  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-919-shl  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-921-# qhasm:   in8 += in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:922:# asm 1: add  <in9=int64#4,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:923:# asm 2: add  <in9=%rcx,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-924-add  %rcx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-926-# qhasm:   in9 = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:927:# asm 1: mov  <in8=int64#3,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:928:# asm 2: mov  <in8=%rdx,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-929-mov  %rdx,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-931-# qhasm:   (uint64) in9 >>= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:932:# asm 1: shr  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:933:# asm 2: shr  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-934-shr  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-936-# qhasm:   ((uint32 *) &orig8)[2] = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:937:# asm 1: movl <in8=int64#3d,8+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:938:# asm 2: movl <in8=%edx,8+<orig8=288(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-939-movl %edx,8+288(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-941-# qhasm:   ((uint32 *) &orig9)[2] = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:942:# asm 1: movl <in9=int64#4d,8+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:943:# asm 2: movl <in9=%ecx,8+<orig9=304(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-944-movl %ecx,8+304(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-946-# qhasm:   in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:947:# asm 1: add  $1,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:948:# asm 2: add  $1,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-949-add  $1,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-951-# qhasm:   in9 <<= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:952:# asm 1: shl  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:953:# asm 2: shl  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-954-shl  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-956-# qhasm:   in8 += in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:957:# asm 1: add  <in9=int64#4,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:958:# asm 2: add  <in9=%rcx,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-959-add  %rcx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-961-# qhasm:   in9 = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:962:# asm 1: mov  <in8=int64#3,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:963:# asm 2: mov  <in8=%rdx,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-964-mov  %rdx,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-966-# qhasm:   (uint64) in9 >>= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:967:# asm 1: shr  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:968:# asm 2: shr  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-969-shr  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-971-# qhasm:   ((uint32 *) &orig8)[3] = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:972:# asm 1: movl <in8=int64#3d,12+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:973:# asm 2: movl <in8=%edx,12+<orig8=288(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-974-movl %edx,12+288(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-976-# qhasm:   ((uint32 *) &orig9)[3] = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:977:# asm 1: movl <in9=int64#4d,12+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:978:# asm 2: movl <in9=%ecx,12+<orig9=304(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-979-movl %ecx,12+304(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-981-# qhasm:   in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:982:# asm 1: add  $1,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:983:# asm 2: add  $1,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-984-add  $1,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-986-# qhasm:   in9 <<= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:987:# asm 1: shl  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:988:# asm 2: shl  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-989-shl  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-991-# qhasm:   in8 += in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:992:# asm 1: add  <in9=int64#4,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:993:# asm 2: add  <in9=%rcx,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-994-add  %rcx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-996-# qhasm:   in9 = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:997:# asm 1: mov  <in8=int64#3,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:998:# asm 2: mov  <in8=%rdx,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-999-mov  %rdx,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1001-# qhasm:   (uint64) in9 >>= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1002:# asm 1: shr  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1003:# asm 2: shr  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1004-shr  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1006-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1007:# asm 1: movl <in8=int64#3d,>x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1008:# asm 2: movl <in8=%edx,>x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1009-movl %edx,16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1011-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1012:# asm 1: movl <in9=int64#4d,4+<x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1013:# asm 2: movl <in9=%ecx,4+<x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1014-movl %ecx,4+32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1016-# qhasm:   bytes_backup = bytes
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1017:# asm 1: movq <bytes=int64#6,>bytes_backup=stack64#8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1018:# asm 2: movq <bytes=%r9,>bytes_backup=408(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1019-movq %r9,408(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1021-# qhasm: i = 12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1022:# asm 1: mov  $12,>i=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1023:# asm 2: mov  $12,>i=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1024-mov  $12,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1026-# qhasm:   z5 = orig5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1027:# asm 1: movdqa <orig5=stack128#5,>z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1028:# asm 2: movdqa <orig5=64(%rsp),>z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1029-movdqa 64(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1031-# qhasm:   z10 = orig10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1032:# asm 1: movdqa <orig10=stack128#6,>z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1033:# asm 2: movdqa <orig10=80(%rsp),>z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1034-movdqa 80(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1036-# qhasm:   z15 = orig15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1037:# asm 1: movdqa <orig15=stack128#7,>z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1038:# asm 2: movdqa <orig15=96(%rsp),>z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1039-movdqa 96(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1041-# qhasm:   z14 = orig14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1042:# asm 1: movdqa <orig14=stack128#17,>z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1043:# asm 2: movdqa <orig14=256(%rsp),>z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1044-movdqa 256(%rsp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1046-# qhasm:   z3 = orig3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1047:# asm 1: movdqa <orig3=stack128#18,>z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1048:# asm 2: movdqa <orig3=272(%rsp),>z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1049-movdqa 272(%rsp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1051-# qhasm:   z6 = orig6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1052:# asm 1: movdqa <orig6=stack128#9,>z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1053:# asm 2: movdqa <orig6=128(%rsp),>z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1054-movdqa 128(%rsp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1056-# qhasm:   z11 = orig11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1057:# asm 1: movdqa <orig11=stack128#10,>z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1058:# asm 2: movdqa <orig11=144(%rsp),>z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1059-movdqa 144(%rsp),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1061-# qhasm:   z1 = orig1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1062:# asm 1: movdqa <orig1=stack128#12,>z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1063:# asm 2: movdqa <orig1=176(%rsp),>z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1064-movdqa 176(%rsp),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1066-# qhasm:   z7 = orig7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1067:# asm 1: movdqa <orig7=stack128#13,>z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1068:# asm 2: movdqa <orig7=192(%rsp),>z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1069-movdqa 192(%rsp),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1071-# qhasm:   z13 = orig13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1072:# asm 1: movdqa <orig13=stack128#14,>z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1073:# asm 2: movdqa <orig13=208(%rsp),>z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1074-movdqa 208(%rsp),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1076-# qhasm:   z2 = orig2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1077:# asm 1: movdqa <orig2=stack128#15,>z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1078:# asm 2: movdqa <orig2=224(%rsp),>z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1079-movdqa 224(%rsp),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1081-# qhasm:   z9 = orig9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1082:# asm 1: movdqa <orig9=stack128#20,>z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1083:# asm 2: movdqa <orig9=304(%rsp),>z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1084-movdqa 304(%rsp),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1086-# qhasm:   z0 = orig0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1087:# asm 1: movdqa <orig0=stack128#8,>z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1088:# asm 2: movdqa <orig0=112(%rsp),>z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1089-movdqa 112(%rsp),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1091-# qhasm:   z12 = orig12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1092:# asm 1: movdqa <orig12=stack128#11,>z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1093:# asm 2: movdqa <orig12=160(%rsp),>z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1094-movdqa 160(%rsp),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1096-# qhasm:   z4 = orig4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1097:# asm 1: movdqa <orig4=stack128#16,>z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1098:# asm 2: movdqa <orig4=240(%rsp),>z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1099-movdqa 240(%rsp),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1101-# qhasm:   z8 = orig8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1102:# asm 1: movdqa <orig8=stack128#19,>z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1103:# asm 2: movdqa <orig8=288(%rsp),>z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1104-movdqa 288(%rsp),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1109-# qhasm: 						z10_stack = z10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1110:# asm 1: movdqa <z10=int6464#2,>z10_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1111:# asm 2: movdqa <z10=%xmm1,>z10_stack=320(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1112-movdqa %xmm1,320(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1114-# qhasm: 								z15_stack = z15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1115:# asm 1: movdqa <z15=int6464#3,>z15_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1116:# asm 2: movdqa <z15=%xmm2,>z15_stack=336(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1117-movdqa %xmm2,336(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1119-# qhasm: 		y4 = z12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1120:# asm 1: movdqa <z12=int6464#14,>y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1121:# asm 2: movdqa <z12=%xmm13,>y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1122-movdqa %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1124-# qhasm: uint32323232	y4 += z0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1125:# asm 1: paddd <z0=int6464#13,<y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1126:# asm 2: paddd <z0=%xmm12,<y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1127-paddd %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1129-# qhasm: 		r4 = y4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1130:# asm 1: movdqa <y4=int6464#2,>r4=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1131:# asm 2: movdqa <y4=%xmm1,>r4=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1132-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1134-# qhasm: uint32323232	y4 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1135:# asm 1: pslld $7,<y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1136:# asm 2: pslld $7,<y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1137-pslld $7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1139-# qhasm: 		z4 ^= y4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1140:# asm 1: pxor  <y4=int6464#2,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1141:# asm 2: pxor  <y4=%xmm1,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1142-pxor  %xmm1,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1144-# qhasm: uint32323232	r4 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1145:# asm 1: psrld $25,<r4=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1146:# asm 2: psrld $25,<r4=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1147-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1149-# qhasm: 		z4 ^= r4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1150:# asm 1: pxor  <r4=int6464#3,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1151:# asm 2: pxor  <r4=%xmm2,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1152-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1154-# qhasm: 				y9 = z1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1155:# asm 1: movdqa <z1=int6464#8,>y9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1156:# asm 2: movdqa <z1=%xmm7,>y9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1157-movdqa %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1159-# qhasm: uint32323232			y9 += z5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1160:# asm 1: paddd <z5=int6464#1,<y9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1161:# asm 2: paddd <z5=%xmm0,<y9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1162-paddd %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1164-# qhasm: 				r9 = y9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1165:# asm 1: movdqa <y9=int6464#2,>r9=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1166:# asm 2: movdqa <y9=%xmm1,>r9=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1167-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1169-# qhasm: uint32323232			y9 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1170:# asm 1: pslld $7,<y9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1171:# asm 2: pslld $7,<y9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1172-pslld $7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1174-# qhasm: 				z9 ^= y9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1175:# asm 1: pxor  <y9=int6464#2,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1176:# asm 2: pxor  <y9=%xmm1,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1177-pxor  %xmm1,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1179-# qhasm: uint32323232			r9 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1180:# asm 1: psrld $25,<r9=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1181:# asm 2: psrld $25,<r9=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1182-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1184-# qhasm: 				z9 ^= r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1185:# asm 1: pxor  <r9=int6464#3,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1186:# asm 2: pxor  <r9=%xmm2,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1187-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1189-# qhasm: 		y8 = z0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1190:# asm 1: movdqa <z0=int6464#13,>y8=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1191:# asm 2: movdqa <z0=%xmm12,>y8=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1192-movdqa %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1194-# qhasm: uint32323232	y8 += z4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1195:# asm 1: paddd <z4=int6464#15,<y8=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1196:# asm 2: paddd <z4=%xmm14,<y8=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1197-paddd %xmm14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1199-# qhasm: 		r8 = y8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1200:# asm 1: movdqa <y8=int6464#2,>r8=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1201:# asm 2: movdqa <y8=%xmm1,>r8=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1202-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1204-# qhasm: uint32323232	y8 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1205:# asm 1: pslld $9,<y8=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1206:# asm 2: pslld $9,<y8=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1207-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1209-# qhasm: 		z8 ^= y8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1210:# asm 1: pxor  <y8=int6464#2,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1211:# asm 2: pxor  <y8=%xmm1,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1212-pxor  %xmm1,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1214-# qhasm: uint32323232	r8 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1215:# asm 1: psrld $23,<r8=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1216:# asm 2: psrld $23,<r8=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1217-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1219-# qhasm: 		z8 ^= r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1220:# asm 1: pxor  <r8=int6464#3,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1221:# asm 2: pxor  <r8=%xmm2,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1222-pxor  %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1224-# qhasm: 				y13 = z5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1225:# asm 1: movdqa <z5=int6464#1,>y13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1226:# asm 2: movdqa <z5=%xmm0,>y13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1227-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1229-# qhasm: uint32323232			y13 += z9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1230:# asm 1: paddd <z9=int6464#12,<y13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1231:# asm 2: paddd <z9=%xmm11,<y13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1232-paddd %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1234-# qhasm: 				r13 = y13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1235:# asm 1: movdqa <y13=int6464#2,>r13=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1236:# asm 2: movdqa <y13=%xmm1,>r13=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1237-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1239-# qhasm: uint32323232			y13 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1240:# asm 1: pslld $9,<y13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1241:# asm 2: pslld $9,<y13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1242-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1244-# qhasm: 				z13 ^= y13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1245:# asm 1: pxor  <y13=int6464#2,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1246:# asm 2: pxor  <y13=%xmm1,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1247-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1249-# qhasm: uint32323232			r13 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1250:# asm 1: psrld $23,<r13=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1251:# asm 2: psrld $23,<r13=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1252-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1254-# qhasm: 				z13 ^= r13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1255:# asm 1: pxor  <r13=int6464#3,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1256:# asm 2: pxor  <r13=%xmm2,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1257-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1259-# qhasm: 		y12 = z4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1260:# asm 1: movdqa <z4=int6464#15,>y12=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1261:# asm 2: movdqa <z4=%xmm14,>y12=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1262-movdqa %xmm14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1264-# qhasm: uint32323232	y12 += z8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1265:# asm 1: paddd <z8=int6464#16,<y12=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1266:# asm 2: paddd <z8=%xmm15,<y12=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1267-paddd %xmm15,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1269-# qhasm: 		r12 = y12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1270:# asm 1: movdqa <y12=int6464#2,>r12=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1271:# asm 2: movdqa <y12=%xmm1,>r12=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1272-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1274-# qhasm: uint32323232	y12 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1275:# asm 1: pslld $13,<y12=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1276:# asm 2: pslld $13,<y12=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1277-pslld $13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1279-# qhasm: 		z12 ^= y12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1280:# asm 1: pxor  <y12=int6464#2,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1281:# asm 2: pxor  <y12=%xmm1,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1282-pxor  %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1284-# qhasm: uint32323232	r12 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1285:# asm 1: psrld $19,<r12=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1286:# asm 2: psrld $19,<r12=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1287-psrld $19,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1289-# qhasm: 		z12 ^= r12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1290:# asm 1: pxor  <r12=int6464#3,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1291:# asm 2: pxor  <r12=%xmm2,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1292-pxor  %xmm2,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1294-# qhasm: 				y1 = z9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1295:# asm 1: movdqa <z9=int6464#12,>y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1296:# asm 2: movdqa <z9=%xmm11,>y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1297-movdqa %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1299-# qhasm: uint32323232			y1 += z13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1300:# asm 1: paddd <z13=int6464#10,<y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1301:# asm 2: paddd <z13=%xmm9,<y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1302-paddd %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1304-# qhasm: 				r1 = y1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1305:# asm 1: movdqa <y1=int6464#2,>r1=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1306:# asm 2: movdqa <y1=%xmm1,>r1=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1307-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1309-# qhasm: uint32323232			y1 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1310:# asm 1: pslld $13,<y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1311:# asm 2: pslld $13,<y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1312-pslld $13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1314-# qhasm: 				z1 ^= y1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1315:# asm 1: pxor  <y1=int6464#2,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1316:# asm 2: pxor  <y1=%xmm1,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1317-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1319-# qhasm: uint32323232			r1 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1320:# asm 1: psrld $19,<r1=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1321:# asm 2: psrld $19,<r1=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1322-psrld $19,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1324-# qhasm: 				z1 ^= r1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1325:# asm 1: pxor  <r1=int6464#3,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1326:# asm 2: pxor  <r1=%xmm2,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1327-pxor  %xmm2,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1329-# qhasm: 		y0 = z8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1330:# asm 1: movdqa <z8=int6464#16,>y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1331:# asm 2: movdqa <z8=%xmm15,>y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1332-movdqa %xmm15,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1334-# qhasm: uint32323232	y0 += z12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1335:# asm 1: paddd <z12=int6464#14,<y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1336:# asm 2: paddd <z12=%xmm13,<y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1337-paddd %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1339-# qhasm: 		r0 = y0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1340:# asm 1: movdqa <y0=int6464#2,>r0=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1341:# asm 2: movdqa <y0=%xmm1,>r0=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1342-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1344-# qhasm: uint32323232	y0 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1345:# asm 1: pslld $18,<y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1346:# asm 2: pslld $18,<y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1347-pslld $18,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1349-# qhasm: 		z0 ^= y0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1350:# asm 1: pxor  <y0=int6464#2,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1351:# asm 2: pxor  <y0=%xmm1,<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1352-pxor  %xmm1,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1354-# qhasm: uint32323232	r0 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1355:# asm 1: psrld $14,<r0=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1356:# asm 2: psrld $14,<r0=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1357-psrld $14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1359-# qhasm: 		z0 ^= r0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1360:# asm 1: pxor  <r0=int6464#3,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1361:# asm 2: pxor  <r0=%xmm2,<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1362-pxor  %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1364-# qhasm: 						z10 = z10_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1365:# asm 1: movdqa <z10_stack=stack128#21,>z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1366:# asm 2: movdqa <z10_stack=320(%rsp),>z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1367-movdqa 320(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1369-# qhasm: 		z0_stack = z0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1370:# asm 1: movdqa <z0=int6464#13,>z0_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1371:# asm 2: movdqa <z0=%xmm12,>z0_stack=320(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1372-movdqa %xmm12,320(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1374-# qhasm: 				y5 = z13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1375:# asm 1: movdqa <z13=int6464#10,>y5=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1376:# asm 2: movdqa <z13=%xmm9,>y5=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1377-movdqa %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1379-# qhasm: uint32323232			y5 += z1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1380:# asm 1: paddd <z1=int6464#8,<y5=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1381:# asm 2: paddd <z1=%xmm7,<y5=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1382-paddd %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1384-# qhasm: 				r5 = y5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1385:# asm 1: movdqa <y5=int6464#3,>r5=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1386:# asm 2: movdqa <y5=%xmm2,>r5=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1387-movdqa %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1389-# qhasm: uint32323232			y5 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1390:# asm 1: pslld $18,<y5=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1391:# asm 2: pslld $18,<y5=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1392-pslld $18,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1394-# qhasm: 				z5 ^= y5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1395:# asm 1: pxor  <y5=int6464#3,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1396:# asm 2: pxor  <y5=%xmm2,<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1397-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1399-# qhasm: uint32323232			r5 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1400:# asm 1: psrld $14,<r5=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1401:# asm 2: psrld $14,<r5=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1402-psrld $14,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1404-# qhasm: 				z5 ^= r5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1405:# asm 1: pxor  <r5=int6464#13,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1406:# asm 2: pxor  <r5=%xmm12,<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1407-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1409-# qhasm: 						y14 = z6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1410:# asm 1: movdqa <z6=int6464#6,>y14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1411:# asm 2: movdqa <z6=%xmm5,>y14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1412-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1414-# qhasm: uint32323232					y14 += z10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1415:# asm 1: paddd <z10=int6464#2,<y14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1416:# asm 2: paddd <z10=%xmm1,<y14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1417-paddd %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1419-# qhasm: 						r14 = y14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1420:# asm 1: movdqa <y14=int6464#3,>r14=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1421:# asm 2: movdqa <y14=%xmm2,>r14=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1422-movdqa %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1424-# qhasm: uint32323232					y14 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1425:# asm 1: pslld $7,<y14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1426:# asm 2: pslld $7,<y14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1427-pslld $7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1429-# qhasm: 						z14 ^= y14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1430:# asm 1: pxor  <y14=int6464#3,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1431:# asm 2: pxor  <y14=%xmm2,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1432-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1434-# qhasm: uint32323232					r14 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1435:# asm 1: psrld $25,<r14=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1436:# asm 2: psrld $25,<r14=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1437-psrld $25,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1439-# qhasm: 						z14 ^= r14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1440:# asm 1: pxor  <r14=int6464#13,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1441:# asm 2: pxor  <r14=%xmm12,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1442-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1444-# qhasm: 								z15 = z15_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1445:# asm 1: movdqa <z15_stack=stack128#22,>z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1446:# asm 2: movdqa <z15_stack=336(%rsp),>z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1447-movdqa 336(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1449-# qhasm: 				z5_stack = z5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1450:# asm 1: movdqa <z5=int6464#1,>z5_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1451:# asm 2: movdqa <z5=%xmm0,>z5_stack=336(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1452-movdqa %xmm0,336(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1454-# qhasm: 								y3 = z11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1455:# asm 1: movdqa <z11=int6464#7,>y3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1456:# asm 2: movdqa <z11=%xmm6,>y3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1457-movdqa %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1459-# qhasm: uint32323232							y3 += z15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1460:# asm 1: paddd <z15=int6464#3,<y3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1461:# asm 2: paddd <z15=%xmm2,<y3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1462-paddd %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1464-# qhasm: 								r3 = y3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1465:# asm 1: movdqa <y3=int6464#1,>r3=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1466:# asm 2: movdqa <y3=%xmm0,>r3=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1467-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1469-# qhasm: uint32323232							y3 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1470:# asm 1: pslld $7,<y3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1471:# asm 2: pslld $7,<y3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1472-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1474-# qhasm: 								z3 ^= y3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1475:# asm 1: pxor  <y3=int6464#1,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1476:# asm 2: pxor  <y3=%xmm0,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1477-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1479-# qhasm: uint32323232							r3 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1480:# asm 1: psrld $25,<r3=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1481:# asm 2: psrld $25,<r3=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1482-psrld $25,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1484-# qhasm: 								z3 ^= r3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1485:# asm 1: pxor  <r3=int6464#13,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1486:# asm 2: pxor  <r3=%xmm12,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1487-pxor  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1489-# qhasm: 						y2 = z10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1490:# asm 1: movdqa <z10=int6464#2,>y2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1491:# asm 2: movdqa <z10=%xmm1,>y2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1492-movdqa %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1494-# qhasm: uint32323232					y2 += z14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1495:# asm 1: paddd <z14=int6464#4,<y2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1496:# asm 2: paddd <z14=%xmm3,<y2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1497-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1499-# qhasm: 						r2 = y2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1500:# asm 1: movdqa <y2=int6464#1,>r2=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1501:# asm 2: movdqa <y2=%xmm0,>r2=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1502-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1504-# qhasm: uint32323232					y2 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1505:# asm 1: pslld $9,<y2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1506:# asm 2: pslld $9,<y2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1507-pslld $9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1509-# qhasm: 						z2 ^= y2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1510:# asm 1: pxor  <y2=int6464#1,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1511:# asm 2: pxor  <y2=%xmm0,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1512-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1514-# qhasm: uint32323232					r2 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1515:# asm 1: psrld $23,<r2=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1516:# asm 2: psrld $23,<r2=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1517-psrld $23,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1519-# qhasm: 						z2 ^= r2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1520:# asm 1: pxor  <r2=int6464#13,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1521:# asm 2: pxor  <r2=%xmm12,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1522-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1524-# qhasm: 								y7 = z15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1525:# asm 1: movdqa <z15=int6464#3,>y7=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1526:# asm 2: movdqa <z15=%xmm2,>y7=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1527-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1529-# qhasm: uint32323232							y7 += z3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1530:# asm 1: paddd <z3=int6464#5,<y7=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1531:# asm 2: paddd <z3=%xmm4,<y7=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1532-paddd %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1534-# qhasm: 								r7 = y7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1535:# asm 1: movdqa <y7=int6464#1,>r7=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1536:# asm 2: movdqa <y7=%xmm0,>r7=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1537-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1539-# qhasm: uint32323232							y7 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1540:# asm 1: pslld $9,<y7=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1541:# asm 2: pslld $9,<y7=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1542-pslld $9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1544-# qhasm: 								z7 ^= y7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1545:# asm 1: pxor  <y7=int6464#1,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1546:# asm 2: pxor  <y7=%xmm0,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1547-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1549-# qhasm: uint32323232							r7 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1550:# asm 1: psrld $23,<r7=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1551:# asm 2: psrld $23,<r7=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1552-psrld $23,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1554-# qhasm: 								z7 ^= r7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1555:# asm 1: pxor  <r7=int6464#13,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1556:# asm 2: pxor  <r7=%xmm12,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1557-pxor  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1559-# qhasm: 						y6 = z14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1560:# asm 1: movdqa <z14=int6464#4,>y6=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1561:# asm 2: movdqa <z14=%xmm3,>y6=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1562-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1564-# qhasm: uint32323232					y6 += z2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1565:# asm 1: paddd <z2=int6464#11,<y6=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1566:# asm 2: paddd <z2=%xmm10,<y6=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1567-paddd %xmm10,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1569-# qhasm: 						r6 = y6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1570:# asm 1: movdqa <y6=int6464#1,>r6=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1571:# asm 2: movdqa <y6=%xmm0,>r6=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1572-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1574-# qhasm: uint32323232					y6 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1575:# asm 1: pslld $13,<y6=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1576:# asm 2: pslld $13,<y6=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1577-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1579-# qhasm: 						z6 ^= y6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1580:# asm 1: pxor  <y6=int6464#1,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1581:# asm 2: pxor  <y6=%xmm0,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1582-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1584-# qhasm: uint32323232					r6 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1585:# asm 1: psrld $19,<r6=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1586:# asm 2: psrld $19,<r6=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1587-psrld $19,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1589-# qhasm: 						z6 ^= r6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1590:# asm 1: pxor  <r6=int6464#13,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1591:# asm 2: pxor  <r6=%xmm12,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1592-pxor  %xmm12,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1594-# qhasm: 								y11 = z3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1595:# asm 1: movdqa <z3=int6464#5,>y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1596:# asm 2: movdqa <z3=%xmm4,>y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1597-movdqa %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1599-# qhasm: uint32323232							y11 += z7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1600:# asm 1: paddd <z7=int6464#9,<y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1601:# asm 2: paddd <z7=%xmm8,<y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1602-paddd %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1604-# qhasm: 								r11 = y11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1605:# asm 1: movdqa <y11=int6464#1,>r11=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1606:# asm 2: movdqa <y11=%xmm0,>r11=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1607-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1609-# qhasm: uint32323232							y11 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1610:# asm 1: pslld $13,<y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1611:# asm 2: pslld $13,<y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1612-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1614-# qhasm: 								z11 ^= y11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1615:# asm 1: pxor  <y11=int6464#1,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1616:# asm 2: pxor  <y11=%xmm0,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1617-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1619-# qhasm: uint32323232							r11 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1620:# asm 1: psrld $19,<r11=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1621:# asm 2: psrld $19,<r11=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1622-psrld $19,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1624-# qhasm: 								z11 ^= r11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1625:# asm 1: pxor  <r11=int6464#13,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1626:# asm 2: pxor  <r11=%xmm12,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1627-pxor  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1629-# qhasm: 						y10 = z2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1630:# asm 1: movdqa <z2=int6464#11,>y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1631:# asm 2: movdqa <z2=%xmm10,>y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1632-movdqa %xmm10,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1634-# qhasm: uint32323232					y10 += z6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1635:# asm 1: paddd <z6=int6464#6,<y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1636:# asm 2: paddd <z6=%xmm5,<y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1637-paddd %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1639-# qhasm: 						r10 = y10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1640:# asm 1: movdqa <y10=int6464#1,>r10=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1641:# asm 2: movdqa <y10=%xmm0,>r10=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1642-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1644-# qhasm: uint32323232					y10 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1645:# asm 1: pslld $18,<y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1646:# asm 2: pslld $18,<y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1647-pslld $18,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1649-# qhasm: 						z10 ^= y10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1650:# asm 1: pxor  <y10=int6464#1,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1651:# asm 2: pxor  <y10=%xmm0,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1652-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1654-# qhasm: uint32323232					r10 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1655:# asm 1: psrld $14,<r10=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1656:# asm 2: psrld $14,<r10=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1657-psrld $14,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1659-# qhasm: 						z10 ^= r10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1660:# asm 1: pxor  <r10=int6464#13,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1661:# asm 2: pxor  <r10=%xmm12,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1662-pxor  %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1664-# qhasm: 		z0 = z0_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1665:# asm 1: movdqa <z0_stack=stack128#21,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1666:# asm 2: movdqa <z0_stack=320(%rsp),>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1667-movdqa 320(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1669-# qhasm: 						z10_stack = z10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1670:# asm 1: movdqa <z10=int6464#2,>z10_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1671:# asm 2: movdqa <z10=%xmm1,>z10_stack=320(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1672-movdqa %xmm1,320(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1674-# qhasm: 		y1 = z3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1675:# asm 1: movdqa <z3=int6464#5,>y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1676:# asm 2: movdqa <z3=%xmm4,>y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1677-movdqa %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1679-# qhasm: uint32323232	y1 += z0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1680:# asm 1: paddd <z0=int6464#1,<y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1681:# asm 2: paddd <z0=%xmm0,<y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1682-paddd %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1684-# qhasm: 		r1 = y1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1685:# asm 1: movdqa <y1=int6464#2,>r1=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1686:# asm 2: movdqa <y1=%xmm1,>r1=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1687-movdqa %xmm1,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1689-# qhasm: uint32323232	y1 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1690:# asm 1: pslld $7,<y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1691:# asm 2: pslld $7,<y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1692-pslld $7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1694-# qhasm: 		z1 ^= y1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1695:# asm 1: pxor  <y1=int6464#2,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1696:# asm 2: pxor  <y1=%xmm1,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1697-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1699-# qhasm: uint32323232	r1 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1700:# asm 1: psrld $25,<r1=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1701:# asm 2: psrld $25,<r1=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1702-psrld $25,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1704-# qhasm: 		z1 ^= r1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1705:# asm 1: pxor  <r1=int6464#13,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1706:# asm 2: pxor  <r1=%xmm12,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1707-pxor  %xmm12,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1709-# qhasm: 								y15 = z7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1710:# asm 1: movdqa <z7=int6464#9,>y15=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1711:# asm 2: movdqa <z7=%xmm8,>y15=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1712-movdqa %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1714-# qhasm: uint32323232							y15 += z11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1715:# asm 1: paddd <z11=int6464#7,<y15=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1716:# asm 2: paddd <z11=%xmm6,<y15=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1717-paddd %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1719-# qhasm: 								r15 = y15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1720:# asm 1: movdqa <y15=int6464#2,>r15=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1721:# asm 2: movdqa <y15=%xmm1,>r15=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1722-movdqa %xmm1,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1724-# qhasm: uint32323232							y15 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1725:# asm 1: pslld $18,<y15=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1726:# asm 2: pslld $18,<y15=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1727-pslld $18,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1729-# qhasm: 								z15 ^= y15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1730:# asm 1: pxor  <y15=int6464#2,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1731:# asm 2: pxor  <y15=%xmm1,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1732-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1734-# qhasm: uint32323232							r15 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1735:# asm 1: psrld $14,<r15=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1736:# asm 2: psrld $14,<r15=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1737-psrld $14,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1739-# qhasm: 								z15 ^= r15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1740:# asm 1: pxor  <r15=int6464#13,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1741:# asm 2: pxor  <r15=%xmm12,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1742-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1744-# qhasm: 				z5 = z5_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1745:# asm 1: movdqa <z5_stack=stack128#22,>z5=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1746:# asm 2: movdqa <z5_stack=336(%rsp),>z5=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1747-movdqa 336(%rsp),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1749-# qhasm: 								z15_stack = z15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1750:# asm 1: movdqa <z15=int6464#3,>z15_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1751:# asm 2: movdqa <z15=%xmm2,>z15_stack=336(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1752-movdqa %xmm2,336(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1754-# qhasm: 				y6 = z4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1755:# asm 1: movdqa <z4=int6464#15,>y6=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1756:# asm 2: movdqa <z4=%xmm14,>y6=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1757-movdqa %xmm14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1759-# qhasm: uint32323232			y6 += z5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1760:# asm 1: paddd <z5=int6464#13,<y6=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1761:# asm 2: paddd <z5=%xmm12,<y6=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1762-paddd %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1764-# qhasm: 				r6 = y6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1765:# asm 1: movdqa <y6=int6464#2,>r6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1766:# asm 2: movdqa <y6=%xmm1,>r6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1767-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1769-# qhasm: uint32323232			y6 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1770:# asm 1: pslld $7,<y6=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1771:# asm 2: pslld $7,<y6=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1772-pslld $7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1774-# qhasm: 				z6 ^= y6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1775:# asm 1: pxor  <y6=int6464#2,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1776:# asm 2: pxor  <y6=%xmm1,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1777-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1779-# qhasm: uint32323232			r6 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1780:# asm 1: psrld $25,<r6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1781:# asm 2: psrld $25,<r6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1782-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1784-# qhasm: 				z6 ^= r6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1785:# asm 1: pxor  <r6=int6464#3,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1786:# asm 2: pxor  <r6=%xmm2,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1787-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1789-# qhasm: 		y2 = z0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1790:# asm 1: movdqa <z0=int6464#1,>y2=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1791:# asm 2: movdqa <z0=%xmm0,>y2=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1792-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1794-# qhasm: uint32323232	y2 += z1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1795:# asm 1: paddd <z1=int6464#8,<y2=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1796:# asm 2: paddd <z1=%xmm7,<y2=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1797-paddd %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1799-# qhasm: 		r2 = y2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1800:# asm 1: movdqa <y2=int6464#2,>r2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1801:# asm 2: movdqa <y2=%xmm1,>r2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1802-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1804-# qhasm: uint32323232	y2 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1805:# asm 1: pslld $9,<y2=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1806:# asm 2: pslld $9,<y2=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1807-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1809-# qhasm: 		z2 ^= y2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1810:# asm 1: pxor  <y2=int6464#2,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1811:# asm 2: pxor  <y2=%xmm1,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1812-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1814-# qhasm: uint32323232	r2 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1815:# asm 1: psrld $23,<r2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1816:# asm 2: psrld $23,<r2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1817-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1819-# qhasm: 		z2 ^= r2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1820:# asm 1: pxor  <r2=int6464#3,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1821:# asm 2: pxor  <r2=%xmm2,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1822-pxor  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1824-# qhasm: 				y7 = z5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1825:# asm 1: movdqa <z5=int6464#13,>y7=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1826:# asm 2: movdqa <z5=%xmm12,>y7=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1827-movdqa %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1829-# qhasm: uint32323232			y7 += z6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1830:# asm 1: paddd <z6=int6464#6,<y7=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1831:# asm 2: paddd <z6=%xmm5,<y7=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1832-paddd %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1834-# qhasm: 				r7 = y7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1835:# asm 1: movdqa <y7=int6464#2,>r7=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1836:# asm 2: movdqa <y7=%xmm1,>r7=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1837-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1839-# qhasm: uint32323232			y7 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1840:# asm 1: pslld $9,<y7=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1841:# asm 2: pslld $9,<y7=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1842-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1844-# qhasm: 				z7 ^= y7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1845:# asm 1: pxor  <y7=int6464#2,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1846:# asm 2: pxor  <y7=%xmm1,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1847-pxor  %xmm1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1849-# qhasm: uint32323232			r7 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1850:# asm 1: psrld $23,<r7=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1851:# asm 2: psrld $23,<r7=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1852-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1854-# qhasm: 				z7 ^= r7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1855:# asm 1: pxor  <r7=int6464#3,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1856:# asm 2: pxor  <r7=%xmm2,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1857-pxor  %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1859-# qhasm: 		y3 = z1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1860:# asm 1: movdqa <z1=int6464#8,>y3=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1861:# asm 2: movdqa <z1=%xmm7,>y3=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1862-movdqa %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1864-# qhasm: uint32323232	y3 += z2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1865:# asm 1: paddd <z2=int6464#11,<y3=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1866:# asm 2: paddd <z2=%xmm10,<y3=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1867-paddd %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1869-# qhasm: 		r3 = y3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1870:# asm 1: movdqa <y3=int6464#2,>r3=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1871:# asm 2: movdqa <y3=%xmm1,>r3=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1872-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1874-# qhasm: uint32323232	y3 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1875:# asm 1: pslld $13,<y3=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1876:# asm 2: pslld $13,<y3=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1877-pslld $13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1879-# qhasm: 		z3 ^= y3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1880:# asm 1: pxor  <y3=int6464#2,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1881:# asm 2: pxor  <y3=%xmm1,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1882-pxor  %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1884-# qhasm: uint32323232	r3 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1885:# asm 1: psrld $19,<r3=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1886:# asm 2: psrld $19,<r3=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1887-psrld $19,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1889-# qhasm: 		z3 ^= r3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1890:# asm 1: pxor  <r3=int6464#3,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1891:# asm 2: pxor  <r3=%xmm2,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1892-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1894-# qhasm: 				y4 = z6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1895:# asm 1: movdqa <z6=int6464#6,>y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1896:# asm 2: movdqa <z6=%xmm5,>y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1897-movdqa %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1899-# qhasm: uint32323232			y4 += z7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1900:# asm 1: paddd <z7=int6464#9,<y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1901:# asm 2: paddd <z7=%xmm8,<y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1902-paddd %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1904-# qhasm: 				r4 = y4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1905:# asm 1: movdqa <y4=int6464#2,>r4=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1906:# asm 2: movdqa <y4=%xmm1,>r4=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1907-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1909-# qhasm: uint32323232			y4 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1910:# asm 1: pslld $13,<y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1911:# asm 2: pslld $13,<y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1912-pslld $13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1914-# qhasm: 				z4 ^= y4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1915:# asm 1: pxor  <y4=int6464#2,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1916:# asm 2: pxor  <y4=%xmm1,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1917-pxor  %xmm1,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1919-# qhasm: uint32323232			r4 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1920:# asm 1: psrld $19,<r4=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1921:# asm 2: psrld $19,<r4=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1922-psrld $19,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1924-# qhasm: 				z4 ^= r4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1925:# asm 1: pxor  <r4=int6464#3,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1926:# asm 2: pxor  <r4=%xmm2,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1927-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1929-# qhasm: 		y0 = z2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1930:# asm 1: movdqa <z2=int6464#11,>y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1931:# asm 2: movdqa <z2=%xmm10,>y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1932-movdqa %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1934-# qhasm: uint32323232	y0 += z3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1935:# asm 1: paddd <z3=int6464#5,<y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1936:# asm 2: paddd <z3=%xmm4,<y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1937-paddd %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1939-# qhasm: 		r0 = y0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1940:# asm 1: movdqa <y0=int6464#2,>r0=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1941:# asm 2: movdqa <y0=%xmm1,>r0=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1942-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1944-# qhasm: uint32323232	y0 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1945:# asm 1: pslld $18,<y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1946:# asm 2: pslld $18,<y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1947-pslld $18,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1949-# qhasm: 		z0 ^= y0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1950:# asm 1: pxor  <y0=int6464#2,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1951:# asm 2: pxor  <y0=%xmm1,<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1952-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1954-# qhasm: uint32323232	r0 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1955:# asm 1: psrld $14,<r0=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1956:# asm 2: psrld $14,<r0=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1957-psrld $14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1959-# qhasm: 		z0 ^= r0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1960:# asm 1: pxor  <r0=int6464#3,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1961:# asm 2: pxor  <r0=%xmm2,<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1962-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1964-# qhasm: 						z10 = z10_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1965:# asm 1: movdqa <z10_stack=stack128#21,>z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1966:# asm 2: movdqa <z10_stack=320(%rsp),>z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1967-movdqa 320(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1969-# qhasm: 		z0_stack = z0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1970:# asm 1: movdqa <z0=int6464#1,>z0_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1971:# asm 2: movdqa <z0=%xmm0,>z0_stack=320(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1972-movdqa %xmm0,320(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1974-# qhasm: 				y5 = z7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1975:# asm 1: movdqa <z7=int6464#9,>y5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1976:# asm 2: movdqa <z7=%xmm8,>y5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1977-movdqa %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1979-# qhasm: uint32323232			y5 += z4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1980:# asm 1: paddd <z4=int6464#15,<y5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1981:# asm 2: paddd <z4=%xmm14,<y5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1982-paddd %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1984-# qhasm: 				r5 = y5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1985:# asm 1: movdqa <y5=int6464#1,>r5=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1986:# asm 2: movdqa <y5=%xmm0,>r5=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1987-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1989-# qhasm: uint32323232			y5 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1990:# asm 1: pslld $18,<y5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1991:# asm 2: pslld $18,<y5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1992-pslld $18,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1994-# qhasm: 				z5 ^= y5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1995:# asm 1: pxor  <y5=int6464#1,<z5=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:1996:# asm 2: pxor  <y5=%xmm0,<z5=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1997-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-1999-# qhasm: uint32323232			r5 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2000:# asm 1: psrld $14,<r5=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2001:# asm 2: psrld $14,<r5=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2002-psrld $14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2004-# qhasm: 				z5 ^= r5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2005:# asm 1: pxor  <r5=int6464#3,<z5=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2006:# asm 2: pxor  <r5=%xmm2,<z5=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2007-pxor  %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2009-# qhasm: 						y11 = z9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2010:# asm 1: movdqa <z9=int6464#12,>y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2011:# asm 2: movdqa <z9=%xmm11,>y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2012-movdqa %xmm11,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2014-# qhasm: uint32323232					y11 += z10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2015:# asm 1: paddd <z10=int6464#2,<y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2016:# asm 2: paddd <z10=%xmm1,<y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2017-paddd %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2019-# qhasm: 						r11 = y11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2020:# asm 1: movdqa <y11=int6464#1,>r11=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2021:# asm 2: movdqa <y11=%xmm0,>r11=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2022-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2024-# qhasm: uint32323232					y11 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2025:# asm 1: pslld $7,<y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2026:# asm 2: pslld $7,<y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2027-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2029-# qhasm: 						z11 ^= y11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2030:# asm 1: pxor  <y11=int6464#1,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2031:# asm 2: pxor  <y11=%xmm0,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2032-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2034-# qhasm: uint32323232					r11 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2035:# asm 1: psrld $25,<r11=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2036:# asm 2: psrld $25,<r11=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2037-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2039-# qhasm: 						z11 ^= r11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2040:# asm 1: pxor  <r11=int6464#3,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2041:# asm 2: pxor  <r11=%xmm2,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2042-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2044-# qhasm: 								z15 = z15_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2045:# asm 1: movdqa <z15_stack=stack128#22,>z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2046:# asm 2: movdqa <z15_stack=336(%rsp),>z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2047-movdqa 336(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2049-# qhasm: 				z5_stack = z5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2050:# asm 1: movdqa <z5=int6464#13,>z5_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2051:# asm 2: movdqa <z5=%xmm12,>z5_stack=336(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2052-movdqa %xmm12,336(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2054-# qhasm: 								y12 = z14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2055:# asm 1: movdqa <z14=int6464#4,>y12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2056:# asm 2: movdqa <z14=%xmm3,>y12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2057-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2059-# qhasm: uint32323232							y12 += z15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2060:# asm 1: paddd <z15=int6464#3,<y12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2061:# asm 2: paddd <z15=%xmm2,<y12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2062-paddd %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2064-# qhasm: 								r12 = y12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2065:# asm 1: movdqa <y12=int6464#1,>r12=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2066:# asm 2: movdqa <y12=%xmm0,>r12=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2067-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2069-# qhasm: uint32323232							y12 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2070:# asm 1: pslld $7,<y12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2071:# asm 2: pslld $7,<y12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2072-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2074-# qhasm: 								z12 ^= y12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2075:# asm 1: pxor  <y12=int6464#1,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2076:# asm 2: pxor  <y12=%xmm0,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2077-pxor  %xmm0,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2079-# qhasm: uint32323232							r12 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2080:# asm 1: psrld $25,<r12=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2081:# asm 2: psrld $25,<r12=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2082-psrld $25,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2084-# qhasm: 								z12 ^= r12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2085:# asm 1: pxor  <r12=int6464#13,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2086:# asm 2: pxor  <r12=%xmm12,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2087-pxor  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2089-# qhasm: 						y8 = z10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2090:# asm 1: movdqa <z10=int6464#2,>y8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2091:# asm 2: movdqa <z10=%xmm1,>y8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2092-movdqa %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2094-# qhasm: uint32323232					y8 += z11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2095:# asm 1: paddd <z11=int6464#7,<y8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2096:# asm 2: paddd <z11=%xmm6,<y8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2097-paddd %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2099-# qhasm: 						r8 = y8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2100:# asm 1: movdqa <y8=int6464#1,>r8=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2101:# asm 2: movdqa <y8=%xmm0,>r8=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2102-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2104-# qhasm: uint32323232					y8 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2105:# asm 1: pslld $9,<y8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2106:# asm 2: pslld $9,<y8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2107-pslld $9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2109-# qhasm: 						z8 ^= y8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2110:# asm 1: pxor  <y8=int6464#1,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2111:# asm 2: pxor  <y8=%xmm0,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2112-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2114-# qhasm: uint32323232					r8 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2115:# asm 1: psrld $23,<r8=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2116:# asm 2: psrld $23,<r8=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2117-psrld $23,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2119-# qhasm: 						z8 ^= r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2120:# asm 1: pxor  <r8=int6464#13,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2121:# asm 2: pxor  <r8=%xmm12,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2122-pxor  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2124-# qhasm: 								y13 = z15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2125:# asm 1: movdqa <z15=int6464#3,>y13=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2126:# asm 2: movdqa <z15=%xmm2,>y13=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2127-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2129-# qhasm: uint32323232							y13 += z12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2130:# asm 1: paddd <z12=int6464#14,<y13=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2131:# asm 2: paddd <z12=%xmm13,<y13=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2132-paddd %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2134-# qhasm: 								r13 = y13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2135:# asm 1: movdqa <y13=int6464#1,>r13=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2136:# asm 2: movdqa <y13=%xmm0,>r13=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2137-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2139-# qhasm: uint32323232							y13 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2140:# asm 1: pslld $9,<y13=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2141:# asm 2: pslld $9,<y13=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2142-pslld $9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2144-# qhasm: 								z13 ^= y13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2145:# asm 1: pxor  <y13=int6464#1,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2146:# asm 2: pxor  <y13=%xmm0,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2147-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2149-# qhasm: uint32323232							r13 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2150:# asm 1: psrld $23,<r13=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2151:# asm 2: psrld $23,<r13=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2152-psrld $23,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2154-# qhasm: 								z13 ^= r13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2155:# asm 1: pxor  <r13=int6464#13,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2156:# asm 2: pxor  <r13=%xmm12,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2157-pxor  %xmm12,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2159-# qhasm: 						y9 = z11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2160:# asm 1: movdqa <z11=int6464#7,>y9=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2161:# asm 2: movdqa <z11=%xmm6,>y9=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2162-movdqa %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2164-# qhasm: uint32323232					y9 += z8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2165:# asm 1: paddd <z8=int6464#16,<y9=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2166:# asm 2: paddd <z8=%xmm15,<y9=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2167-paddd %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2169-# qhasm: 						r9 = y9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2170:# asm 1: movdqa <y9=int6464#1,>r9=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2171:# asm 2: movdqa <y9=%xmm0,>r9=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2172-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2174-# qhasm: uint32323232					y9 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2175:# asm 1: pslld $13,<y9=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2176:# asm 2: pslld $13,<y9=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2177-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2179-# qhasm: 						z9 ^= y9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2180:# asm 1: pxor  <y9=int6464#1,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2181:# asm 2: pxor  <y9=%xmm0,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2182-pxor  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2184-# qhasm: uint32323232					r9 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2185:# asm 1: psrld $19,<r9=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2186:# asm 2: psrld $19,<r9=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2187-psrld $19,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2189-# qhasm: 						z9 ^= r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2190:# asm 1: pxor  <r9=int6464#13,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2191:# asm 2: pxor  <r9=%xmm12,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2192-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2194-# qhasm: 								y14 = z12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2195:# asm 1: movdqa <z12=int6464#14,>y14=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2196:# asm 2: movdqa <z12=%xmm13,>y14=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2197-movdqa %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2199-# qhasm: uint32323232							y14 += z13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2200:# asm 1: paddd <z13=int6464#10,<y14=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2201:# asm 2: paddd <z13=%xmm9,<y14=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2202-paddd %xmm9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2204-# qhasm: 								r14 = y14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2205:# asm 1: movdqa <y14=int6464#1,>r14=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2206:# asm 2: movdqa <y14=%xmm0,>r14=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2207-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2209-# qhasm: uint32323232							y14 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2210:# asm 1: pslld $13,<y14=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2211:# asm 2: pslld $13,<y14=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2212-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2214-# qhasm: 								z14 ^= y14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2215:# asm 1: pxor  <y14=int6464#1,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2216:# asm 2: pxor  <y14=%xmm0,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2217-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2219-# qhasm: uint32323232							r14 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2220:# asm 1: psrld $19,<r14=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2221:# asm 2: psrld $19,<r14=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2222-psrld $19,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2224-# qhasm: 								z14 ^= r14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2225:# asm 1: pxor  <r14=int6464#13,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2226:# asm 2: pxor  <r14=%xmm12,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2227-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2229-# qhasm: 						y10 = z8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2230:# asm 1: movdqa <z8=int6464#16,>y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2231:# asm 2: movdqa <z8=%xmm15,>y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2232-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2234-# qhasm: uint32323232					y10 += z9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2235:# asm 1: paddd <z9=int6464#12,<y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2236:# asm 2: paddd <z9=%xmm11,<y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2237-paddd %xmm11,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2239-# qhasm: 						r10 = y10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2240:# asm 1: movdqa <y10=int6464#1,>r10=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2241:# asm 2: movdqa <y10=%xmm0,>r10=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2242-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2244-# qhasm: uint32323232					y10 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2245:# asm 1: pslld $18,<y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2246:# asm 2: pslld $18,<y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2247-pslld $18,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2249-# qhasm: 						z10 ^= y10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2250:# asm 1: pxor  <y10=int6464#1,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2251:# asm 2: pxor  <y10=%xmm0,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2252-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2254-# qhasm: uint32323232					r10 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2255:# asm 1: psrld $14,<r10=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2256:# asm 2: psrld $14,<r10=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2257-psrld $14,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2259-# qhasm: 						z10 ^= r10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2260:# asm 1: pxor  <r10=int6464#13,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2261:# asm 2: pxor  <r10=%xmm12,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2262-pxor  %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2264-# qhasm: 								y15 = z13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2265:# asm 1: movdqa <z13=int6464#10,>y15=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2266:# asm 2: movdqa <z13=%xmm9,>y15=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2267-movdqa %xmm9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2269-# qhasm: uint32323232							y15 += z14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2270:# asm 1: paddd <z14=int6464#4,<y15=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2271:# asm 2: paddd <z14=%xmm3,<y15=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2272-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2274-# qhasm: 								r15 = y15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2275:# asm 1: movdqa <y15=int6464#1,>r15=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2276:# asm 2: movdqa <y15=%xmm0,>r15=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2277-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2279-# qhasm: uint32323232							y15 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2280:# asm 1: pslld $18,<y15=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2281:# asm 2: pslld $18,<y15=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2282-pslld $18,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2284-# qhasm: 								z15 ^= y15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2285:# asm 1: pxor  <y15=int6464#1,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2286:# asm 2: pxor  <y15=%xmm0,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2287-pxor  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2289-# qhasm: uint32323232							r15 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2290:# asm 1: psrld $14,<r15=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2291:# asm 2: psrld $14,<r15=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2292-psrld $14,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2294-# qhasm: 								z15 ^= r15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2295:# asm 1: pxor  <r15=int6464#13,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2296:# asm 2: pxor  <r15=%xmm12,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2297-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2299-# qhasm: 		z0 = z0_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2300:# asm 1: movdqa <z0_stack=stack128#21,>z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2301:# asm 2: movdqa <z0_stack=320(%rsp),>z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2302-movdqa 320(%rsp),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2304-# qhasm: 				z5 = z5_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2305:# asm 1: movdqa <z5_stack=stack128#22,>z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2306:# asm 2: movdqa <z5_stack=336(%rsp),>z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2307-movdqa 336(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2309-# qhasm:                   unsigned>? i -= 2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2310:# asm 1: sub  $2,<i=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2311:# asm 2: sub  $2,<i=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2312-sub  $2,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2318-# qhasm:   uint32323232 z0 += orig0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2319:# asm 1: paddd <orig0=stack128#8,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2320:# asm 2: paddd <orig0=112(%rsp),<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2321-paddd 112(%rsp),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2323-# qhasm:   uint32323232 z1 += orig1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2324:# asm 1: paddd <orig1=stack128#12,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2325:# asm 2: paddd <orig1=176(%rsp),<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2326-paddd 176(%rsp),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2328-# qhasm:   uint32323232 z2 += orig2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2329:# asm 1: paddd <orig2=stack128#15,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2330:# asm 2: paddd <orig2=224(%rsp),<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2331-paddd 224(%rsp),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2333-# qhasm:   uint32323232 z3 += orig3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2334:# asm 1: paddd <orig3=stack128#18,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2335:# asm 2: paddd <orig3=272(%rsp),<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2336-paddd 272(%rsp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2338-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2339:# asm 1: movd   <z0=int6464#13,>in0=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2340:# asm 2: movd   <z0=%xmm12,>in0=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2341-movd   %xmm12,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2343-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2344:# asm 1: movd   <z1=int6464#8,>in1=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2345:# asm 2: movd   <z1=%xmm7,>in1=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2346-movd   %xmm7,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2348-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2349:# asm 1: movd   <z2=int6464#11,>in2=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2350:# asm 2: movd   <z2=%xmm10,>in2=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2351-movd   %xmm10,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2353-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2354:# asm 1: movd   <z3=int6464#5,>in3=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2355:# asm 2: movd   <z3=%xmm4,>in3=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2356-movd   %xmm4,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2358-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2359:# asm 1: pshufd $0x39,<z0=int6464#13,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2360:# asm 2: pshufd $0x39,<z0=%xmm12,<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2361-pshufd $0x39,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2363-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2364:# asm 1: pshufd $0x39,<z1=int6464#8,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2365:# asm 2: pshufd $0x39,<z1=%xmm7,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2366-pshufd $0x39,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2368-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2369:# asm 1: pshufd $0x39,<z2=int6464#11,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2370:# asm 2: pshufd $0x39,<z2=%xmm10,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2371-pshufd $0x39,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2373-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2374:# asm 1: pshufd $0x39,<z3=int6464#5,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2375:# asm 2: pshufd $0x39,<z3=%xmm4,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2376-pshufd $0x39,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2378-# qhasm:   (uint32) in0 ^= *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2379:# asm 1: xorl 0(<m=int64#2),<in0=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2380:# asm 2: xorl 0(<m=%rsi),<in0=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2381-xorl 0(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2383-# qhasm:   (uint32) in1 ^= *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2384:# asm 1: xorl 4(<m=int64#2),<in1=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2385:# asm 2: xorl 4(<m=%rsi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2386-xorl 4(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2388-# qhasm:   (uint32) in2 ^= *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2389:# asm 1: xorl 8(<m=int64#2),<in2=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2390:# asm 2: xorl 8(<m=%rsi),<in2=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2391-xorl 8(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2393-# qhasm:   (uint32) in3 ^= *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2394:# asm 1: xorl 12(<m=int64#2),<in3=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2395:# asm 2: xorl 12(<m=%rsi),<in3=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2396-xorl 12(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2398-# qhasm:   *(uint32 *) (out + 0) = in0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2399:# asm 1: movl   <in0=int64#3d,0(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2400:# asm 2: movl   <in0=%edx,0(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2401-movl   %edx,0(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2403-# qhasm:   *(uint32 *) (out + 4) = in1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2404:# asm 1: movl   <in1=int64#4d,4(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2405:# asm 2: movl   <in1=%ecx,4(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2406-movl   %ecx,4(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2408-# qhasm:   *(uint32 *) (out + 8) = in2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2409:# asm 1: movl   <in2=int64#5d,8(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2410:# asm 2: movl   <in2=%r8d,8(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2411-movl   %r8d,8(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2413-# qhasm:   *(uint32 *) (out + 12) = in3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2414:# asm 1: movl   <in3=int64#6d,12(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2415:# asm 2: movl   <in3=%r9d,12(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2416-movl   %r9d,12(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2418-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2419:# asm 1: movd   <z0=int6464#13,>in0=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2420:# asm 2: movd   <z0=%xmm12,>in0=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2421-movd   %xmm12,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2423-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2424:# asm 1: movd   <z1=int6464#8,>in1=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2425:# asm 2: movd   <z1=%xmm7,>in1=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2426-movd   %xmm7,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2428-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2429:# asm 1: movd   <z2=int6464#11,>in2=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2430:# asm 2: movd   <z2=%xmm10,>in2=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2431-movd   %xmm10,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2433-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2434:# asm 1: movd   <z3=int6464#5,>in3=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2435:# asm 2: movd   <z3=%xmm4,>in3=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2436-movd   %xmm4,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2438-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2439:# asm 1: pshufd $0x39,<z0=int6464#13,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2440:# asm 2: pshufd $0x39,<z0=%xmm12,<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2441-pshufd $0x39,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2443-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2444:# asm 1: pshufd $0x39,<z1=int6464#8,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2445:# asm 2: pshufd $0x39,<z1=%xmm7,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2446-pshufd $0x39,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2448-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2449:# asm 1: pshufd $0x39,<z2=int6464#11,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2450:# asm 2: pshufd $0x39,<z2=%xmm10,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2451-pshufd $0x39,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2453-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2454:# asm 1: pshufd $0x39,<z3=int6464#5,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2455:# asm 2: pshufd $0x39,<z3=%xmm4,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2456-pshufd $0x39,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2458-# qhasm:   (uint32) in0 ^= *(uint32 *) (m + 64)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2459:# asm 1: xorl 64(<m=int64#2),<in0=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2460:# asm 2: xorl 64(<m=%rsi),<in0=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2461-xorl 64(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2463-# qhasm:   (uint32) in1 ^= *(uint32 *) (m + 68)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2464:# asm 1: xorl 68(<m=int64#2),<in1=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2465:# asm 2: xorl 68(<m=%rsi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2466-xorl 68(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2468-# qhasm:   (uint32) in2 ^= *(uint32 *) (m + 72)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2469:# asm 1: xorl 72(<m=int64#2),<in2=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2470:# asm 2: xorl 72(<m=%rsi),<in2=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2471-xorl 72(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2473-# qhasm:   (uint32) in3 ^= *(uint32 *) (m + 76)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2474:# asm 1: xorl 76(<m=int64#2),<in3=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2475:# asm 2: xorl 76(<m=%rsi),<in3=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2476-xorl 76(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2478-# qhasm:   *(uint32 *) (out + 64) = in0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2479:# asm 1: movl   <in0=int64#3d,64(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2480:# asm 2: movl   <in0=%edx,64(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2481-movl   %edx,64(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2483-# qhasm:   *(uint32 *) (out + 68) = in1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2484:# asm 1: movl   <in1=int64#4d,68(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2485:# asm 2: movl   <in1=%ecx,68(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2486-movl   %ecx,68(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2488-# qhasm:   *(uint32 *) (out + 72) = in2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2489:# asm 1: movl   <in2=int64#5d,72(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2490:# asm 2: movl   <in2=%r8d,72(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2491-movl   %r8d,72(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2493-# qhasm:   *(uint32 *) (out + 76) = in3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2494:# asm 1: movl   <in3=int64#6d,76(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2495:# asm 2: movl   <in3=%r9d,76(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2496-movl   %r9d,76(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2498-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2499:# asm 1: movd   <z0=int6464#13,>in0=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2500:# asm 2: movd   <z0=%xmm12,>in0=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2501-movd   %xmm12,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2503-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2504:# asm 1: movd   <z1=int6464#8,>in1=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2505:# asm 2: movd   <z1=%xmm7,>in1=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2506-movd   %xmm7,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2508-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2509:# asm 1: movd   <z2=int6464#11,>in2=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2510:# asm 2: movd   <z2=%xmm10,>in2=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2511-movd   %xmm10,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2513-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2514:# asm 1: movd   <z3=int6464#5,>in3=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2515:# asm 2: movd   <z3=%xmm4,>in3=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2516-movd   %xmm4,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2518-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2519:# asm 1: pshufd $0x39,<z0=int6464#13,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2520:# asm 2: pshufd $0x39,<z0=%xmm12,<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2521-pshufd $0x39,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2523-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2524:# asm 1: pshufd $0x39,<z1=int6464#8,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2525:# asm 2: pshufd $0x39,<z1=%xmm7,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2526-pshufd $0x39,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2528-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2529:# asm 1: pshufd $0x39,<z2=int6464#11,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2530:# asm 2: pshufd $0x39,<z2=%xmm10,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2531-pshufd $0x39,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2533-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2534:# asm 1: pshufd $0x39,<z3=int6464#5,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2535:# asm 2: pshufd $0x39,<z3=%xmm4,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2536-pshufd $0x39,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2538-# qhasm:   (uint32) in0 ^= *(uint32 *) (m + 128)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2539:# asm 1: xorl 128(<m=int64#2),<in0=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2540:# asm 2: xorl 128(<m=%rsi),<in0=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2541-xorl 128(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2543-# qhasm:   (uint32) in1 ^= *(uint32 *) (m + 132)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2544:# asm 1: xorl 132(<m=int64#2),<in1=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2545:# asm 2: xorl 132(<m=%rsi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2546-xorl 132(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2548-# qhasm:   (uint32) in2 ^= *(uint32 *) (m + 136)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2549:# asm 1: xorl 136(<m=int64#2),<in2=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2550:# asm 2: xorl 136(<m=%rsi),<in2=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2551-xorl 136(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2553-# qhasm:   (uint32) in3 ^= *(uint32 *) (m + 140)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2554:# asm 1: xorl 140(<m=int64#2),<in3=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2555:# asm 2: xorl 140(<m=%rsi),<in3=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2556-xorl 140(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2558-# qhasm:   *(uint32 *) (out + 128) = in0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2559:# asm 1: movl   <in0=int64#3d,128(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2560:# asm 2: movl   <in0=%edx,128(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2561-movl   %edx,128(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2563-# qhasm:   *(uint32 *) (out + 132) = in1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2564:# asm 1: movl   <in1=int64#4d,132(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2565:# asm 2: movl   <in1=%ecx,132(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2566-movl   %ecx,132(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2568-# qhasm:   *(uint32 *) (out + 136) = in2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2569:# asm 1: movl   <in2=int64#5d,136(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2570:# asm 2: movl   <in2=%r8d,136(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2571-movl   %r8d,136(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2573-# qhasm:   *(uint32 *) (out + 140) = in3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2574:# asm 1: movl   <in3=int64#6d,140(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2575:# asm 2: movl   <in3=%r9d,140(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2576-movl   %r9d,140(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2578-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2579:# asm 1: movd   <z0=int6464#13,>in0=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2580:# asm 2: movd   <z0=%xmm12,>in0=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2581-movd   %xmm12,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2583-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2584:# asm 1: movd   <z1=int6464#8,>in1=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2585:# asm 2: movd   <z1=%xmm7,>in1=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2586-movd   %xmm7,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2588-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2589:# asm 1: movd   <z2=int6464#11,>in2=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2590:# asm 2: movd   <z2=%xmm10,>in2=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2591-movd   %xmm10,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2593-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2594:# asm 1: movd   <z3=int6464#5,>in3=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2595:# asm 2: movd   <z3=%xmm4,>in3=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2596-movd   %xmm4,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2598-# qhasm:   (uint32) in0 ^= *(uint32 *) (m + 192)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2599:# asm 1: xorl 192(<m=int64#2),<in0=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2600:# asm 2: xorl 192(<m=%rsi),<in0=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2601-xorl 192(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2603-# qhasm:   (uint32) in1 ^= *(uint32 *) (m + 196)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2604:# asm 1: xorl 196(<m=int64#2),<in1=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2605:# asm 2: xorl 196(<m=%rsi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2606-xorl 196(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2608-# qhasm:   (uint32) in2 ^= *(uint32 *) (m + 200)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2609:# asm 1: xorl 200(<m=int64#2),<in2=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2610:# asm 2: xorl 200(<m=%rsi),<in2=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2611-xorl 200(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2613-# qhasm:   (uint32) in3 ^= *(uint32 *) (m + 204)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2614:# asm 1: xorl 204(<m=int64#2),<in3=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2615:# asm 2: xorl 204(<m=%rsi),<in3=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2616-xorl 204(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2618-# qhasm:   *(uint32 *) (out + 192) = in0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2619:# asm 1: movl   <in0=int64#3d,192(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2620:# asm 2: movl   <in0=%edx,192(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2621-movl   %edx,192(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2623-# qhasm:   *(uint32 *) (out + 196) = in1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2624:# asm 1: movl   <in1=int64#4d,196(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2625:# asm 2: movl   <in1=%ecx,196(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2626-movl   %ecx,196(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2628-# qhasm:   *(uint32 *) (out + 200) = in2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2629:# asm 1: movl   <in2=int64#5d,200(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2630:# asm 2: movl   <in2=%r8d,200(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2631-movl   %r8d,200(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2633-# qhasm:   *(uint32 *) (out + 204) = in3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2634:# asm 1: movl   <in3=int64#6d,204(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2635:# asm 2: movl   <in3=%r9d,204(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2636-movl   %r9d,204(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2638-# qhasm:   uint32323232 z4 += orig4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2639:# asm 1: paddd <orig4=stack128#16,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2640:# asm 2: paddd <orig4=240(%rsp),<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2641-paddd 240(%rsp),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2643-# qhasm:   uint32323232 z5 += orig5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2644:# asm 1: paddd <orig5=stack128#5,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2645:# asm 2: paddd <orig5=64(%rsp),<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2646-paddd 64(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2648-# qhasm:   uint32323232 z6 += orig6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2649:# asm 1: paddd <orig6=stack128#9,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2650:# asm 2: paddd <orig6=128(%rsp),<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2651-paddd 128(%rsp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2653-# qhasm:   uint32323232 z7 += orig7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2654:# asm 1: paddd <orig7=stack128#13,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2655:# asm 2: paddd <orig7=192(%rsp),<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2656-paddd 192(%rsp),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2658-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2659:# asm 1: movd   <z4=int6464#15,>in4=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2660:# asm 2: movd   <z4=%xmm14,>in4=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2661-movd   %xmm14,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2663-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2664:# asm 1: movd   <z5=int6464#1,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2665:# asm 2: movd   <z5=%xmm0,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2666-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2668-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2669:# asm 1: movd   <z6=int6464#6,>in6=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2670:# asm 2: movd   <z6=%xmm5,>in6=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2671-movd   %xmm5,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2673-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2674:# asm 1: movd   <z7=int6464#9,>in7=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2675:# asm 2: movd   <z7=%xmm8,>in7=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2676-movd   %xmm8,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2678-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2679:# asm 1: pshufd $0x39,<z4=int6464#15,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2680:# asm 2: pshufd $0x39,<z4=%xmm14,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2681-pshufd $0x39,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2683-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2684:# asm 1: pshufd $0x39,<z5=int6464#1,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2685:# asm 2: pshufd $0x39,<z5=%xmm0,<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2686-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2688-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2689:# asm 1: pshufd $0x39,<z6=int6464#6,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2690:# asm 2: pshufd $0x39,<z6=%xmm5,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2691-pshufd $0x39,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2693-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2694:# asm 1: pshufd $0x39,<z7=int6464#9,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2695:# asm 2: pshufd $0x39,<z7=%xmm8,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2696-pshufd $0x39,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2698-# qhasm:   (uint32) in4 ^= *(uint32 *) (m + 16)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2699:# asm 1: xorl 16(<m=int64#2),<in4=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2700:# asm 2: xorl 16(<m=%rsi),<in4=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2701-xorl 16(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2703-# qhasm:   (uint32) in5 ^= *(uint32 *) (m + 20)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2704:# asm 1: xorl 20(<m=int64#2),<in5=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2705:# asm 2: xorl 20(<m=%rsi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2706-xorl 20(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2708-# qhasm:   (uint32) in6 ^= *(uint32 *) (m + 24)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2709:# asm 1: xorl 24(<m=int64#2),<in6=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2710:# asm 2: xorl 24(<m=%rsi),<in6=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2711-xorl 24(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2713-# qhasm:   (uint32) in7 ^= *(uint32 *) (m + 28)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2714:# asm 1: xorl 28(<m=int64#2),<in7=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2715:# asm 2: xorl 28(<m=%rsi),<in7=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2716-xorl 28(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2718-# qhasm:   *(uint32 *) (out + 16) = in4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2719:# asm 1: movl   <in4=int64#3d,16(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2720:# asm 2: movl   <in4=%edx,16(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2721-movl   %edx,16(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2723-# qhasm:   *(uint32 *) (out + 20) = in5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2724:# asm 1: movl   <in5=int64#4d,20(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2725:# asm 2: movl   <in5=%ecx,20(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2726-movl   %ecx,20(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2728-# qhasm:   *(uint32 *) (out + 24) = in6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2729:# asm 1: movl   <in6=int64#5d,24(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2730:# asm 2: movl   <in6=%r8d,24(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2731-movl   %r8d,24(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2733-# qhasm:   *(uint32 *) (out + 28) = in7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2734:# asm 1: movl   <in7=int64#6d,28(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2735:# asm 2: movl   <in7=%r9d,28(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2736-movl   %r9d,28(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2738-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2739:# asm 1: movd   <z4=int6464#15,>in4=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2740:# asm 2: movd   <z4=%xmm14,>in4=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2741-movd   %xmm14,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2743-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2744:# asm 1: movd   <z5=int6464#1,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2745:# asm 2: movd   <z5=%xmm0,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2746-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2748-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2749:# asm 1: movd   <z6=int6464#6,>in6=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2750:# asm 2: movd   <z6=%xmm5,>in6=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2751-movd   %xmm5,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2753-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2754:# asm 1: movd   <z7=int6464#9,>in7=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2755:# asm 2: movd   <z7=%xmm8,>in7=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2756-movd   %xmm8,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2758-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2759:# asm 1: pshufd $0x39,<z4=int6464#15,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2760:# asm 2: pshufd $0x39,<z4=%xmm14,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2761-pshufd $0x39,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2763-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2764:# asm 1: pshufd $0x39,<z5=int6464#1,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2765:# asm 2: pshufd $0x39,<z5=%xmm0,<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2766-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2768-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2769:# asm 1: pshufd $0x39,<z6=int6464#6,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2770:# asm 2: pshufd $0x39,<z6=%xmm5,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2771-pshufd $0x39,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2773-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2774:# asm 1: pshufd $0x39,<z7=int6464#9,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2775:# asm 2: pshufd $0x39,<z7=%xmm8,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2776-pshufd $0x39,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2778-# qhasm:   (uint32) in4 ^= *(uint32 *) (m + 80)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2779:# asm 1: xorl 80(<m=int64#2),<in4=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2780:# asm 2: xorl 80(<m=%rsi),<in4=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2781-xorl 80(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2783-# qhasm:   (uint32) in5 ^= *(uint32 *) (m + 84)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2784:# asm 1: xorl 84(<m=int64#2),<in5=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2785:# asm 2: xorl 84(<m=%rsi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2786-xorl 84(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2788-# qhasm:   (uint32) in6 ^= *(uint32 *) (m + 88)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2789:# asm 1: xorl 88(<m=int64#2),<in6=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2790:# asm 2: xorl 88(<m=%rsi),<in6=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2791-xorl 88(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2793-# qhasm:   (uint32) in7 ^= *(uint32 *) (m + 92)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2794:# asm 1: xorl 92(<m=int64#2),<in7=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2795:# asm 2: xorl 92(<m=%rsi),<in7=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2796-xorl 92(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2798-# qhasm:   *(uint32 *) (out + 80) = in4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2799:# asm 1: movl   <in4=int64#3d,80(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2800:# asm 2: movl   <in4=%edx,80(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2801-movl   %edx,80(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2803-# qhasm:   *(uint32 *) (out + 84) = in5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2804:# asm 1: movl   <in5=int64#4d,84(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2805:# asm 2: movl   <in5=%ecx,84(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2806-movl   %ecx,84(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2808-# qhasm:   *(uint32 *) (out + 88) = in6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2809:# asm 1: movl   <in6=int64#5d,88(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2810:# asm 2: movl   <in6=%r8d,88(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2811-movl   %r8d,88(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2813-# qhasm:   *(uint32 *) (out + 92) = in7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2814:# asm 1: movl   <in7=int64#6d,92(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2815:# asm 2: movl   <in7=%r9d,92(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2816-movl   %r9d,92(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2818-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2819:# asm 1: movd   <z4=int6464#15,>in4=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2820:# asm 2: movd   <z4=%xmm14,>in4=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2821-movd   %xmm14,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2823-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2824:# asm 1: movd   <z5=int6464#1,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2825:# asm 2: movd   <z5=%xmm0,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2826-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2828-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2829:# asm 1: movd   <z6=int6464#6,>in6=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2830:# asm 2: movd   <z6=%xmm5,>in6=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2831-movd   %xmm5,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2833-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2834:# asm 1: movd   <z7=int6464#9,>in7=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2835:# asm 2: movd   <z7=%xmm8,>in7=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2836-movd   %xmm8,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2838-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2839:# asm 1: pshufd $0x39,<z4=int6464#15,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2840:# asm 2: pshufd $0x39,<z4=%xmm14,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2841-pshufd $0x39,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2843-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2844:# asm 1: pshufd $0x39,<z5=int6464#1,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2845:# asm 2: pshufd $0x39,<z5=%xmm0,<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2846-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2848-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2849:# asm 1: pshufd $0x39,<z6=int6464#6,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2850:# asm 2: pshufd $0x39,<z6=%xmm5,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2851-pshufd $0x39,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2853-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2854:# asm 1: pshufd $0x39,<z7=int6464#9,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2855:# asm 2: pshufd $0x39,<z7=%xmm8,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2856-pshufd $0x39,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2858-# qhasm:   (uint32) in4 ^= *(uint32 *) (m + 144)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2859:# asm 1: xorl 144(<m=int64#2),<in4=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2860:# asm 2: xorl 144(<m=%rsi),<in4=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2861-xorl 144(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2863-# qhasm:   (uint32) in5 ^= *(uint32 *) (m + 148)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2864:# asm 1: xorl 148(<m=int64#2),<in5=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2865:# asm 2: xorl 148(<m=%rsi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2866-xorl 148(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2868-# qhasm:   (uint32) in6 ^= *(uint32 *) (m + 152)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2869:# asm 1: xorl 152(<m=int64#2),<in6=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2870:# asm 2: xorl 152(<m=%rsi),<in6=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2871-xorl 152(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2873-# qhasm:   (uint32) in7 ^= *(uint32 *) (m + 156)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2874:# asm 1: xorl 156(<m=int64#2),<in7=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2875:# asm 2: xorl 156(<m=%rsi),<in7=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2876-xorl 156(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2878-# qhasm:   *(uint32 *) (out + 144) = in4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2879:# asm 1: movl   <in4=int64#3d,144(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2880:# asm 2: movl   <in4=%edx,144(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2881-movl   %edx,144(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2883-# qhasm:   *(uint32 *) (out + 148) = in5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2884:# asm 1: movl   <in5=int64#4d,148(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2885:# asm 2: movl   <in5=%ecx,148(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2886-movl   %ecx,148(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2888-# qhasm:   *(uint32 *) (out + 152) = in6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2889:# asm 1: movl   <in6=int64#5d,152(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2890:# asm 2: movl   <in6=%r8d,152(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2891-movl   %r8d,152(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2893-# qhasm:   *(uint32 *) (out + 156) = in7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2894:# asm 1: movl   <in7=int64#6d,156(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2895:# asm 2: movl   <in7=%r9d,156(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2896-movl   %r9d,156(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2898-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2899:# asm 1: movd   <z4=int6464#15,>in4=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2900:# asm 2: movd   <z4=%xmm14,>in4=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2901-movd   %xmm14,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2903-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2904:# asm 1: movd   <z5=int6464#1,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2905:# asm 2: movd   <z5=%xmm0,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2906-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2908-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2909:# asm 1: movd   <z6=int6464#6,>in6=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2910:# asm 2: movd   <z6=%xmm5,>in6=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2911-movd   %xmm5,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2913-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2914:# asm 1: movd   <z7=int6464#9,>in7=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2915:# asm 2: movd   <z7=%xmm8,>in7=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2916-movd   %xmm8,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2918-# qhasm:   (uint32) in4 ^= *(uint32 *) (m + 208)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2919:# asm 1: xorl 208(<m=int64#2),<in4=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2920:# asm 2: xorl 208(<m=%rsi),<in4=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2921-xorl 208(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2923-# qhasm:   (uint32) in5 ^= *(uint32 *) (m + 212)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2924:# asm 1: xorl 212(<m=int64#2),<in5=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2925:# asm 2: xorl 212(<m=%rsi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2926-xorl 212(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2928-# qhasm:   (uint32) in6 ^= *(uint32 *) (m + 216)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2929:# asm 1: xorl 216(<m=int64#2),<in6=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2930:# asm 2: xorl 216(<m=%rsi),<in6=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2931-xorl 216(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2933-# qhasm:   (uint32) in7 ^= *(uint32 *) (m + 220)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2934:# asm 1: xorl 220(<m=int64#2),<in7=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2935:# asm 2: xorl 220(<m=%rsi),<in7=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2936-xorl 220(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2938-# qhasm:   *(uint32 *) (out + 208) = in4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2939:# asm 1: movl   <in4=int64#3d,208(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2940:# asm 2: movl   <in4=%edx,208(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2941-movl   %edx,208(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2943-# qhasm:   *(uint32 *) (out + 212) = in5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2944:# asm 1: movl   <in5=int64#4d,212(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2945:# asm 2: movl   <in5=%ecx,212(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2946-movl   %ecx,212(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2948-# qhasm:   *(uint32 *) (out + 216) = in6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2949:# asm 1: movl   <in6=int64#5d,216(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2950:# asm 2: movl   <in6=%r8d,216(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2951-movl   %r8d,216(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2953-# qhasm:   *(uint32 *) (out + 220) = in7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2954:# asm 1: movl   <in7=int64#6d,220(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2955:# asm 2: movl   <in7=%r9d,220(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2956-movl   %r9d,220(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2958-# qhasm:   uint32323232 z8 += orig8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2959:# asm 1: paddd <orig8=stack128#19,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2960:# asm 2: paddd <orig8=288(%rsp),<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2961-paddd 288(%rsp),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2963-# qhasm:   uint32323232 z9 += orig9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2964:# asm 1: paddd <orig9=stack128#20,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2965:# asm 2: paddd <orig9=304(%rsp),<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2966-paddd 304(%rsp),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2968-# qhasm:   uint32323232 z10 += orig10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2969:# asm 1: paddd <orig10=stack128#6,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2970:# asm 2: paddd <orig10=80(%rsp),<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2971-paddd 80(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2973-# qhasm:   uint32323232 z11 += orig11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2974:# asm 1: paddd <orig11=stack128#10,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2975:# asm 2: paddd <orig11=144(%rsp),<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2976-paddd 144(%rsp),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2978-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2979:# asm 1: movd   <z8=int6464#16,>in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2980:# asm 2: movd   <z8=%xmm15,>in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2981-movd   %xmm15,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2983-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2984:# asm 1: movd   <z9=int6464#12,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2985:# asm 2: movd   <z9=%xmm11,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2986-movd   %xmm11,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2988-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2989:# asm 1: movd   <z10=int6464#2,>in10=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2990:# asm 2: movd   <z10=%xmm1,>in10=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2991-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2993-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2994:# asm 1: movd   <z11=int6464#7,>in11=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2995:# asm 2: movd   <z11=%xmm6,>in11=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2996-movd   %xmm6,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-2998-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:2999:# asm 1: pshufd $0x39,<z8=int6464#16,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3000:# asm 2: pshufd $0x39,<z8=%xmm15,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3001-pshufd $0x39,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3003-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3004:# asm 1: pshufd $0x39,<z9=int6464#12,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3005:# asm 2: pshufd $0x39,<z9=%xmm11,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3006-pshufd $0x39,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3008-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3009:# asm 1: pshufd $0x39,<z10=int6464#2,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3010:# asm 2: pshufd $0x39,<z10=%xmm1,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3011-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3013-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3014:# asm 1: pshufd $0x39,<z11=int6464#7,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3015:# asm 2: pshufd $0x39,<z11=%xmm6,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3016-pshufd $0x39,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3018-# qhasm:   (uint32) in8 ^= *(uint32 *) (m + 32)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3019:# asm 1: xorl 32(<m=int64#2),<in8=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3020:# asm 2: xorl 32(<m=%rsi),<in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3021-xorl 32(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3023-# qhasm:   (uint32) in9 ^= *(uint32 *) (m + 36)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3024:# asm 1: xorl 36(<m=int64#2),<in9=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3025:# asm 2: xorl 36(<m=%rsi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3026-xorl 36(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3028-# qhasm:   (uint32) in10 ^= *(uint32 *) (m + 40)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3029:# asm 1: xorl 40(<m=int64#2),<in10=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3030:# asm 2: xorl 40(<m=%rsi),<in10=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3031-xorl 40(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3033-# qhasm:   (uint32) in11 ^= *(uint32 *) (m + 44)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3034:# asm 1: xorl 44(<m=int64#2),<in11=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3035:# asm 2: xorl 44(<m=%rsi),<in11=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3036-xorl 44(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3038-# qhasm:   *(uint32 *) (out + 32) = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3039:# asm 1: movl   <in8=int64#3d,32(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3040:# asm 2: movl   <in8=%edx,32(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3041-movl   %edx,32(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3043-# qhasm:   *(uint32 *) (out + 36) = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3044:# asm 1: movl   <in9=int64#4d,36(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3045:# asm 2: movl   <in9=%ecx,36(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3046-movl   %ecx,36(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3048-# qhasm:   *(uint32 *) (out + 40) = in10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3049:# asm 1: movl   <in10=int64#5d,40(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3050:# asm 2: movl   <in10=%r8d,40(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3051-movl   %r8d,40(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3053-# qhasm:   *(uint32 *) (out + 44) = in11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3054:# asm 1: movl   <in11=int64#6d,44(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3055:# asm 2: movl   <in11=%r9d,44(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3056-movl   %r9d,44(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3058-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3059:# asm 1: movd   <z8=int6464#16,>in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3060:# asm 2: movd   <z8=%xmm15,>in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3061-movd   %xmm15,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3063-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3064:# asm 1: movd   <z9=int6464#12,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3065:# asm 2: movd   <z9=%xmm11,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3066-movd   %xmm11,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3068-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3069:# asm 1: movd   <z10=int6464#2,>in10=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3070:# asm 2: movd   <z10=%xmm1,>in10=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3071-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3073-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3074:# asm 1: movd   <z11=int6464#7,>in11=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3075:# asm 2: movd   <z11=%xmm6,>in11=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3076-movd   %xmm6,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3078-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3079:# asm 1: pshufd $0x39,<z8=int6464#16,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3080:# asm 2: pshufd $0x39,<z8=%xmm15,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3081-pshufd $0x39,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3083-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3084:# asm 1: pshufd $0x39,<z9=int6464#12,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3085:# asm 2: pshufd $0x39,<z9=%xmm11,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3086-pshufd $0x39,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3088-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3089:# asm 1: pshufd $0x39,<z10=int6464#2,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3090:# asm 2: pshufd $0x39,<z10=%xmm1,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3091-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3093-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3094:# asm 1: pshufd $0x39,<z11=int6464#7,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3095:# asm 2: pshufd $0x39,<z11=%xmm6,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3096-pshufd $0x39,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3098-# qhasm:   (uint32) in8 ^= *(uint32 *) (m + 96)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3099:# asm 1: xorl 96(<m=int64#2),<in8=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3100:# asm 2: xorl 96(<m=%rsi),<in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3101-xorl 96(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3103-# qhasm:   (uint32) in9 ^= *(uint32 *) (m + 100)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3104:# asm 1: xorl 100(<m=int64#2),<in9=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3105:# asm 2: xorl 100(<m=%rsi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3106-xorl 100(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3108-# qhasm:   (uint32) in10 ^= *(uint32 *) (m + 104)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3109:# asm 1: xorl 104(<m=int64#2),<in10=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3110:# asm 2: xorl 104(<m=%rsi),<in10=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3111-xorl 104(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3113-# qhasm:   (uint32) in11 ^= *(uint32 *) (m + 108)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3114:# asm 1: xorl 108(<m=int64#2),<in11=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3115:# asm 2: xorl 108(<m=%rsi),<in11=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3116-xorl 108(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3118-# qhasm:   *(uint32 *) (out + 96) = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3119:# asm 1: movl   <in8=int64#3d,96(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3120:# asm 2: movl   <in8=%edx,96(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3121-movl   %edx,96(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3123-# qhasm:   *(uint32 *) (out + 100) = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3124:# asm 1: movl   <in9=int64#4d,100(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3125:# asm 2: movl   <in9=%ecx,100(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3126-movl   %ecx,100(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3128-# qhasm:   *(uint32 *) (out + 104) = in10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3129:# asm 1: movl   <in10=int64#5d,104(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3130:# asm 2: movl   <in10=%r8d,104(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3131-movl   %r8d,104(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3133-# qhasm:   *(uint32 *) (out + 108) = in11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3134:# asm 1: movl   <in11=int64#6d,108(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3135:# asm 2: movl   <in11=%r9d,108(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3136-movl   %r9d,108(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3138-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3139:# asm 1: movd   <z8=int6464#16,>in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3140:# asm 2: movd   <z8=%xmm15,>in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3141-movd   %xmm15,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3143-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3144:# asm 1: movd   <z9=int6464#12,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3145:# asm 2: movd   <z9=%xmm11,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3146-movd   %xmm11,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3148-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3149:# asm 1: movd   <z10=int6464#2,>in10=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3150:# asm 2: movd   <z10=%xmm1,>in10=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3151-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3153-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3154:# asm 1: movd   <z11=int6464#7,>in11=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3155:# asm 2: movd   <z11=%xmm6,>in11=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3156-movd   %xmm6,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3158-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3159:# asm 1: pshufd $0x39,<z8=int6464#16,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3160:# asm 2: pshufd $0x39,<z8=%xmm15,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3161-pshufd $0x39,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3163-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3164:# asm 1: pshufd $0x39,<z9=int6464#12,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3165:# asm 2: pshufd $0x39,<z9=%xmm11,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3166-pshufd $0x39,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3168-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3169:# asm 1: pshufd $0x39,<z10=int6464#2,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3170:# asm 2: pshufd $0x39,<z10=%xmm1,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3171-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3173-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3174:# asm 1: pshufd $0x39,<z11=int6464#7,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3175:# asm 2: pshufd $0x39,<z11=%xmm6,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3176-pshufd $0x39,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3178-# qhasm:   (uint32) in8 ^= *(uint32 *) (m + 160)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3179:# asm 1: xorl 160(<m=int64#2),<in8=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3180:# asm 2: xorl 160(<m=%rsi),<in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3181-xorl 160(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3183-# qhasm:   (uint32) in9 ^= *(uint32 *) (m + 164)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3184:# asm 1: xorl 164(<m=int64#2),<in9=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3185:# asm 2: xorl 164(<m=%rsi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3186-xorl 164(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3188-# qhasm:   (uint32) in10 ^= *(uint32 *) (m + 168)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3189:# asm 1: xorl 168(<m=int64#2),<in10=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3190:# asm 2: xorl 168(<m=%rsi),<in10=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3191-xorl 168(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3193-# qhasm:   (uint32) in11 ^= *(uint32 *) (m + 172)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3194:# asm 1: xorl 172(<m=int64#2),<in11=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3195:# asm 2: xorl 172(<m=%rsi),<in11=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3196-xorl 172(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3198-# qhasm:   *(uint32 *) (out + 160) = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3199:# asm 1: movl   <in8=int64#3d,160(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3200:# asm 2: movl   <in8=%edx,160(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3201-movl   %edx,160(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3203-# qhasm:   *(uint32 *) (out + 164) = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3204:# asm 1: movl   <in9=int64#4d,164(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3205:# asm 2: movl   <in9=%ecx,164(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3206-movl   %ecx,164(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3208-# qhasm:   *(uint32 *) (out + 168) = in10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3209:# asm 1: movl   <in10=int64#5d,168(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3210:# asm 2: movl   <in10=%r8d,168(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3211-movl   %r8d,168(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3213-# qhasm:   *(uint32 *) (out + 172) = in11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3214:# asm 1: movl   <in11=int64#6d,172(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3215:# asm 2: movl   <in11=%r9d,172(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3216-movl   %r9d,172(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3218-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3219:# asm 1: movd   <z8=int6464#16,>in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3220:# asm 2: movd   <z8=%xmm15,>in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3221-movd   %xmm15,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3223-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3224:# asm 1: movd   <z9=int6464#12,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3225:# asm 2: movd   <z9=%xmm11,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3226-movd   %xmm11,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3228-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3229:# asm 1: movd   <z10=int6464#2,>in10=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3230:# asm 2: movd   <z10=%xmm1,>in10=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3231-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3233-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3234:# asm 1: movd   <z11=int6464#7,>in11=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3235:# asm 2: movd   <z11=%xmm6,>in11=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3236-movd   %xmm6,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3238-# qhasm:   (uint32) in8 ^= *(uint32 *) (m + 224)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3239:# asm 1: xorl 224(<m=int64#2),<in8=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3240:# asm 2: xorl 224(<m=%rsi),<in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3241-xorl 224(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3243-# qhasm:   (uint32) in9 ^= *(uint32 *) (m + 228)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3244:# asm 1: xorl 228(<m=int64#2),<in9=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3245:# asm 2: xorl 228(<m=%rsi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3246-xorl 228(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3248-# qhasm:   (uint32) in10 ^= *(uint32 *) (m + 232)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3249:# asm 1: xorl 232(<m=int64#2),<in10=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3250:# asm 2: xorl 232(<m=%rsi),<in10=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3251-xorl 232(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3253-# qhasm:   (uint32) in11 ^= *(uint32 *) (m + 236)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3254:# asm 1: xorl 236(<m=int64#2),<in11=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3255:# asm 2: xorl 236(<m=%rsi),<in11=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3256-xorl 236(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3258-# qhasm:   *(uint32 *) (out + 224) = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3259:# asm 1: movl   <in8=int64#3d,224(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3260:# asm 2: movl   <in8=%edx,224(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3261-movl   %edx,224(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3263-# qhasm:   *(uint32 *) (out + 228) = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3264:# asm 1: movl   <in9=int64#4d,228(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3265:# asm 2: movl   <in9=%ecx,228(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3266-movl   %ecx,228(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3268-# qhasm:   *(uint32 *) (out + 232) = in10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3269:# asm 1: movl   <in10=int64#5d,232(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3270:# asm 2: movl   <in10=%r8d,232(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3271-movl   %r8d,232(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3273-# qhasm:   *(uint32 *) (out + 236) = in11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3274:# asm 1: movl   <in11=int64#6d,236(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3275:# asm 2: movl   <in11=%r9d,236(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3276-movl   %r9d,236(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3278-# qhasm:   uint32323232 z12 += orig12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3279:# asm 1: paddd <orig12=stack128#11,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3280:# asm 2: paddd <orig12=160(%rsp),<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3281-paddd 160(%rsp),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3283-# qhasm:   uint32323232 z13 += orig13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3284:# asm 1: paddd <orig13=stack128#14,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3285:# asm 2: paddd <orig13=208(%rsp),<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3286-paddd 208(%rsp),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3288-# qhasm:   uint32323232 z14 += orig14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3289:# asm 1: paddd <orig14=stack128#17,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3290:# asm 2: paddd <orig14=256(%rsp),<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3291-paddd 256(%rsp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3293-# qhasm:   uint32323232 z15 += orig15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3294:# asm 1: paddd <orig15=stack128#7,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3295:# asm 2: paddd <orig15=96(%rsp),<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3296-paddd 96(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3298-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3299:# asm 1: movd   <z12=int6464#14,>in12=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3300:# asm 2: movd   <z12=%xmm13,>in12=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3301-movd   %xmm13,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3303-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3304:# asm 1: movd   <z13=int6464#10,>in13=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3305:# asm 2: movd   <z13=%xmm9,>in13=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3306-movd   %xmm9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3308-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3309:# asm 1: movd   <z14=int6464#4,>in14=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3310:# asm 2: movd   <z14=%xmm3,>in14=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3311-movd   %xmm3,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3313-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3314:# asm 1: movd   <z15=int6464#3,>in15=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3315:# asm 2: movd   <z15=%xmm2,>in15=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3316-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3318-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3319:# asm 1: pshufd $0x39,<z12=int6464#14,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3320:# asm 2: pshufd $0x39,<z12=%xmm13,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3321-pshufd $0x39,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3323-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3324:# asm 1: pshufd $0x39,<z13=int6464#10,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3325:# asm 2: pshufd $0x39,<z13=%xmm9,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3326-pshufd $0x39,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3328-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3329:# asm 1: pshufd $0x39,<z14=int6464#4,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3330:# asm 2: pshufd $0x39,<z14=%xmm3,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3331-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3333-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3334:# asm 1: pshufd $0x39,<z15=int6464#3,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3335:# asm 2: pshufd $0x39,<z15=%xmm2,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3336-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3338-# qhasm:   (uint32) in12 ^= *(uint32 *) (m + 48)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3339:# asm 1: xorl 48(<m=int64#2),<in12=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3340:# asm 2: xorl 48(<m=%rsi),<in12=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3341-xorl 48(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3343-# qhasm:   (uint32) in13 ^= *(uint32 *) (m + 52)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3344:# asm 1: xorl 52(<m=int64#2),<in13=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3345:# asm 2: xorl 52(<m=%rsi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3346-xorl 52(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3348-# qhasm:   (uint32) in14 ^= *(uint32 *) (m + 56)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3349:# asm 1: xorl 56(<m=int64#2),<in14=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3350:# asm 2: xorl 56(<m=%rsi),<in14=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3351-xorl 56(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3353-# qhasm:   (uint32) in15 ^= *(uint32 *) (m + 60)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3354:# asm 1: xorl 60(<m=int64#2),<in15=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3355:# asm 2: xorl 60(<m=%rsi),<in15=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3356-xorl 60(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3358-# qhasm:   *(uint32 *) (out + 48) = in12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3359:# asm 1: movl   <in12=int64#3d,48(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3360:# asm 2: movl   <in12=%edx,48(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3361-movl   %edx,48(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3363-# qhasm:   *(uint32 *) (out + 52) = in13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3364:# asm 1: movl   <in13=int64#4d,52(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3365:# asm 2: movl   <in13=%ecx,52(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3366-movl   %ecx,52(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3368-# qhasm:   *(uint32 *) (out + 56) = in14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3369:# asm 1: movl   <in14=int64#5d,56(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3370:# asm 2: movl   <in14=%r8d,56(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3371-movl   %r8d,56(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3373-# qhasm:   *(uint32 *) (out + 60) = in15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3374:# asm 1: movl   <in15=int64#6d,60(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3375:# asm 2: movl   <in15=%r9d,60(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3376-movl   %r9d,60(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3378-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3379:# asm 1: movd   <z12=int6464#14,>in12=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3380:# asm 2: movd   <z12=%xmm13,>in12=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3381-movd   %xmm13,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3383-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3384:# asm 1: movd   <z13=int6464#10,>in13=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3385:# asm 2: movd   <z13=%xmm9,>in13=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3386-movd   %xmm9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3388-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3389:# asm 1: movd   <z14=int6464#4,>in14=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3390:# asm 2: movd   <z14=%xmm3,>in14=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3391-movd   %xmm3,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3393-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3394:# asm 1: movd   <z15=int6464#3,>in15=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3395:# asm 2: movd   <z15=%xmm2,>in15=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3396-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3398-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3399:# asm 1: pshufd $0x39,<z12=int6464#14,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3400:# asm 2: pshufd $0x39,<z12=%xmm13,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3401-pshufd $0x39,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3403-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3404:# asm 1: pshufd $0x39,<z13=int6464#10,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3405:# asm 2: pshufd $0x39,<z13=%xmm9,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3406-pshufd $0x39,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3408-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3409:# asm 1: pshufd $0x39,<z14=int6464#4,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3410:# asm 2: pshufd $0x39,<z14=%xmm3,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3411-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3413-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3414:# asm 1: pshufd $0x39,<z15=int6464#3,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3415:# asm 2: pshufd $0x39,<z15=%xmm2,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3416-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3418-# qhasm:   (uint32) in12 ^= *(uint32 *) (m + 112)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3419:# asm 1: xorl 112(<m=int64#2),<in12=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3420:# asm 2: xorl 112(<m=%rsi),<in12=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3421-xorl 112(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3423-# qhasm:   (uint32) in13 ^= *(uint32 *) (m + 116)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3424:# asm 1: xorl 116(<m=int64#2),<in13=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3425:# asm 2: xorl 116(<m=%rsi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3426-xorl 116(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3428-# qhasm:   (uint32) in14 ^= *(uint32 *) (m + 120)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3429:# asm 1: xorl 120(<m=int64#2),<in14=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3430:# asm 2: xorl 120(<m=%rsi),<in14=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3431-xorl 120(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3433-# qhasm:   (uint32) in15 ^= *(uint32 *) (m + 124)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3434:# asm 1: xorl 124(<m=int64#2),<in15=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3435:# asm 2: xorl 124(<m=%rsi),<in15=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3436-xorl 124(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3438-# qhasm:   *(uint32 *) (out + 112) = in12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3439:# asm 1: movl   <in12=int64#3d,112(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3440:# asm 2: movl   <in12=%edx,112(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3441-movl   %edx,112(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3443-# qhasm:   *(uint32 *) (out + 116) = in13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3444:# asm 1: movl   <in13=int64#4d,116(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3445:# asm 2: movl   <in13=%ecx,116(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3446-movl   %ecx,116(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3448-# qhasm:   *(uint32 *) (out + 120) = in14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3449:# asm 1: movl   <in14=int64#5d,120(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3450:# asm 2: movl   <in14=%r8d,120(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3451-movl   %r8d,120(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3453-# qhasm:   *(uint32 *) (out + 124) = in15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3454:# asm 1: movl   <in15=int64#6d,124(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3455:# asm 2: movl   <in15=%r9d,124(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3456-movl   %r9d,124(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3458-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3459:# asm 1: movd   <z12=int6464#14,>in12=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3460:# asm 2: movd   <z12=%xmm13,>in12=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3461-movd   %xmm13,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3463-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3464:# asm 1: movd   <z13=int6464#10,>in13=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3465:# asm 2: movd   <z13=%xmm9,>in13=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3466-movd   %xmm9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3468-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3469:# asm 1: movd   <z14=int6464#4,>in14=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3470:# asm 2: movd   <z14=%xmm3,>in14=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3471-movd   %xmm3,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3473-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3474:# asm 1: movd   <z15=int6464#3,>in15=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3475:# asm 2: movd   <z15=%xmm2,>in15=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3476-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3478-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3479:# asm 1: pshufd $0x39,<z12=int6464#14,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3480:# asm 2: pshufd $0x39,<z12=%xmm13,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3481-pshufd $0x39,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3483-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3484:# asm 1: pshufd $0x39,<z13=int6464#10,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3485:# asm 2: pshufd $0x39,<z13=%xmm9,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3486-pshufd $0x39,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3488-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3489:# asm 1: pshufd $0x39,<z14=int6464#4,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3490:# asm 2: pshufd $0x39,<z14=%xmm3,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3491-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3493-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3494:# asm 1: pshufd $0x39,<z15=int6464#3,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3495:# asm 2: pshufd $0x39,<z15=%xmm2,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3496-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3498-# qhasm:   (uint32) in12 ^= *(uint32 *) (m + 176)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3499:# asm 1: xorl 176(<m=int64#2),<in12=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3500:# asm 2: xorl 176(<m=%rsi),<in12=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3501-xorl 176(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3503-# qhasm:   (uint32) in13 ^= *(uint32 *) (m + 180)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3504:# asm 1: xorl 180(<m=int64#2),<in13=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3505:# asm 2: xorl 180(<m=%rsi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3506-xorl 180(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3508-# qhasm:   (uint32) in14 ^= *(uint32 *) (m + 184)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3509:# asm 1: xorl 184(<m=int64#2),<in14=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3510:# asm 2: xorl 184(<m=%rsi),<in14=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3511-xorl 184(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3513-# qhasm:   (uint32) in15 ^= *(uint32 *) (m + 188)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3514:# asm 1: xorl 188(<m=int64#2),<in15=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3515:# asm 2: xorl 188(<m=%rsi),<in15=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3516-xorl 188(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3518-# qhasm:   *(uint32 *) (out + 176) = in12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3519:# asm 1: movl   <in12=int64#3d,176(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3520:# asm 2: movl   <in12=%edx,176(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3521-movl   %edx,176(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3523-# qhasm:   *(uint32 *) (out + 180) = in13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3524:# asm 1: movl   <in13=int64#4d,180(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3525:# asm 2: movl   <in13=%ecx,180(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3526-movl   %ecx,180(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3528-# qhasm:   *(uint32 *) (out + 184) = in14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3529:# asm 1: movl   <in14=int64#5d,184(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3530:# asm 2: movl   <in14=%r8d,184(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3531-movl   %r8d,184(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3533-# qhasm:   *(uint32 *) (out + 188) = in15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3534:# asm 1: movl   <in15=int64#6d,188(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3535:# asm 2: movl   <in15=%r9d,188(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3536-movl   %r9d,188(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3538-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3539:# asm 1: movd   <z12=int6464#14,>in12=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3540:# asm 2: movd   <z12=%xmm13,>in12=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3541-movd   %xmm13,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3543-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3544:# asm 1: movd   <z13=int6464#10,>in13=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3545:# asm 2: movd   <z13=%xmm9,>in13=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3546-movd   %xmm9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3548-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3549:# asm 1: movd   <z14=int6464#4,>in14=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3550:# asm 2: movd   <z14=%xmm3,>in14=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3551-movd   %xmm3,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3553-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3554:# asm 1: movd   <z15=int6464#3,>in15=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3555:# asm 2: movd   <z15=%xmm2,>in15=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3556-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3558-# qhasm:   (uint32) in12 ^= *(uint32 *) (m + 240)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3559:# asm 1: xorl 240(<m=int64#2),<in12=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3560:# asm 2: xorl 240(<m=%rsi),<in12=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3561-xorl 240(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3563-# qhasm:   (uint32) in13 ^= *(uint32 *) (m + 244)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3564:# asm 1: xorl 244(<m=int64#2),<in13=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3565:# asm 2: xorl 244(<m=%rsi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3566-xorl 244(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3568-# qhasm:   (uint32) in14 ^= *(uint32 *) (m + 248)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3569:# asm 1: xorl 248(<m=int64#2),<in14=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3570:# asm 2: xorl 248(<m=%rsi),<in14=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3571-xorl 248(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3573-# qhasm:   (uint32) in15 ^= *(uint32 *) (m + 252)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3574:# asm 1: xorl 252(<m=int64#2),<in15=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3575:# asm 2: xorl 252(<m=%rsi),<in15=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3576-xorl 252(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3578-# qhasm:   *(uint32 *) (out + 240) = in12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3579:# asm 1: movl   <in12=int64#3d,240(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3580:# asm 2: movl   <in12=%edx,240(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3581-movl   %edx,240(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3583-# qhasm:   *(uint32 *) (out + 244) = in13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3584:# asm 1: movl   <in13=int64#4d,244(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3585:# asm 2: movl   <in13=%ecx,244(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3586-movl   %ecx,244(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3588-# qhasm:   *(uint32 *) (out + 248) = in14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3589:# asm 1: movl   <in14=int64#5d,248(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3590:# asm 2: movl   <in14=%r8d,248(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3591-movl   %r8d,248(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3593-# qhasm:   *(uint32 *) (out + 252) = in15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3594:# asm 1: movl   <in15=int64#6d,252(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3595:# asm 2: movl   <in15=%r9d,252(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3596-movl   %r9d,252(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3598-# qhasm:   bytes = bytes_backup
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3599:# asm 1: movq <bytes_backup=stack64#8,>bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3600:# asm 2: movq <bytes_backup=408(%rsp),>bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3601-movq 408(%rsp),%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3603-# qhasm:   bytes -= 256
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3604:# asm 1: sub  $256,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3605:# asm 2: sub  $256,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3606-sub  $256,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3608-# qhasm:   m += 256
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3609:# asm 1: add  $256,<m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3610:# asm 2: add  $256,<m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3611-add  $256,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3613-# qhasm:   out += 256
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3614:# asm 1: add  $256,<out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3615:# asm 2: add  $256,<out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3616-add  $256,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3618-# qhasm:                            unsigned<? bytes - 256
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3619:# asm 1: cmp  $256,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3620:# asm 2: cmp  $256,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3621-cmp  $256,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3627-# qhasm:                 unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3628:# asm 1: cmp  $0,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3629:# asm 2: cmp  $0,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3630-cmp  $0,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3640-# qhasm:                   unsigned<? bytes - 64
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3641:# asm 1: cmp  $64,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3642:# asm 2: cmp  $64,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3643-cmp  $64,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3649-# qhasm:     ctarget = out
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3650:# asm 1: mov  <out=int64#1,>ctarget=int64#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3651:# asm 2: mov  <out=%rdi,>ctarget=%rdx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3652-mov  %rdi,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3654-# qhasm:     out = &tmp
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3655:# asm 1: leaq <tmp=stack512#1,>out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3656:# asm 2: leaq <tmp=416(%rsp),>out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3657-leaq 416(%rsp),%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3659-# qhasm:     i = bytes
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3660:# asm 1: mov  <bytes=int64#6,>i=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3661:# asm 2: mov  <bytes=%r9,>i=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3662-mov  %r9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3667-# qhasm:     out = &tmp
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3668:# asm 1: leaq <tmp=stack512#1,>out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3669:# asm 2: leaq <tmp=416(%rsp),>out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3670-leaq 416(%rsp),%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3672-# qhasm:     m = &tmp
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3673:# asm 1: leaq <tmp=stack512#1,>m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3674:# asm 2: leaq <tmp=416(%rsp),>m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3675-leaq 416(%rsp),%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3681-# qhasm:   bytes_backup = bytes
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3682:# asm 1: movq <bytes=int64#6,>bytes_backup=stack64#8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3683:# asm 2: movq <bytes=%r9,>bytes_backup=408(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3684-movq %r9,408(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3686-# qhasm: diag0 = x0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3687:# asm 1: movdqa <x0=stack128#4,>diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3688:# asm 2: movdqa <x0=48(%rsp),>diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3689-movdqa 48(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3691-# qhasm: diag1 = x1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3692:# asm 1: movdqa <x1=stack128#1,>diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3693:# asm 2: movdqa <x1=0(%rsp),>diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3694-movdqa 0(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3696-# qhasm: diag2 = x2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3697:# asm 1: movdqa <x2=stack128#2,>diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3698:# asm 2: movdqa <x2=16(%rsp),>diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3699-movdqa 16(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3701-# qhasm: diag3 = x3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3702:# asm 1: movdqa <x3=stack128#3,>diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3703:# asm 2: movdqa <x3=32(%rsp),>diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3704-movdqa 32(%rsp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3706-# qhasm:                     a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3707:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3708:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3709-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3711-# qhasm: i = 12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3712:# asm 1: mov  $12,>i=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3713:# asm 2: mov  $12,>i=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3714-mov  $12,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3719-# qhasm: uint32323232        a0 += diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3720:# asm 1: paddd <diag0=int6464#1,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3721:# asm 2: paddd <diag0=%xmm0,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3722-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3724-# qhasm:                                 a1 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3725:# asm 1: movdqa <diag0=int6464#1,>a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3726:# asm 2: movdqa <diag0=%xmm0,>a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3727-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3729-# qhasm:                     b0 = a0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3730:# asm 1: movdqa <a0=int6464#5,>b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3731:# asm 2: movdqa <a0=%xmm4,>b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3732-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3734-# qhasm: uint32323232        a0 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3735:# asm 1: pslld $7,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3736:# asm 2: pslld $7,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3737-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3739-# qhasm: uint32323232        b0 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3740:# asm 1: psrld $25,<b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3741:# asm 2: psrld $25,<b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3742-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3744-# qhasm:                 diag3 ^= a0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3745:# asm 1: pxor  <a0=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3746:# asm 2: pxor  <a0=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3747-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3749-# qhasm:                 diag3 ^= b0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3750:# asm 1: pxor  <b0=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3751:# asm 2: pxor  <b0=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3752-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3754-# qhasm: uint32323232                        a1 += diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3755:# asm 1: paddd <diag3=int6464#4,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3756:# asm 2: paddd <diag3=%xmm3,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3757-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3759-# qhasm:                                                 a2 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3760:# asm 1: movdqa <diag3=int6464#4,>a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3761:# asm 2: movdqa <diag3=%xmm3,>a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3762-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3764-# qhasm:                                     b1 = a1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3765:# asm 1: movdqa <a1=int6464#6,>b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3766:# asm 2: movdqa <a1=%xmm5,>b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3767-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3769-# qhasm: uint32323232                        a1 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3770:# asm 1: pslld $9,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3771:# asm 2: pslld $9,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3772-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3774-# qhasm: uint32323232                        b1 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3775:# asm 1: psrld $23,<b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3776:# asm 2: psrld $23,<b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3777-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3779-# qhasm:                                 diag2 ^= a1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3780:# asm 1: pxor  <a1=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3781:# asm 2: pxor  <a1=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3782-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3784-# qhasm:                 diag3 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3785:# asm 1: pshufd $0x93,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3786:# asm 2: pshufd $0x93,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3787-pshufd $0x93,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3789-# qhasm:                                 diag2 ^= b1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3790:# asm 1: pxor  <b1=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3791:# asm 2: pxor  <b1=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3792-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3794-# qhasm: uint32323232                                        a2 += diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3795:# asm 1: paddd <diag2=int6464#3,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3796:# asm 2: paddd <diag2=%xmm2,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3797-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3799-# qhasm:                                                                 a3 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3800:# asm 1: movdqa <diag2=int6464#3,>a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3801:# asm 2: movdqa <diag2=%xmm2,>a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3802-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3804-# qhasm:                                                     b2 = a2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3805:# asm 1: movdqa <a2=int6464#5,>b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3806:# asm 2: movdqa <a2=%xmm4,>b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3807-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3809-# qhasm: uint32323232                                        a2 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3810:# asm 1: pslld $13,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3811:# asm 2: pslld $13,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3812-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3814-# qhasm: uint32323232                                        b2 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3815:# asm 1: psrld $19,<b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3816:# asm 2: psrld $19,<b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3817-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3819-# qhasm:                                                 diag1 ^= a2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3820:# asm 1: pxor  <a2=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3821:# asm 2: pxor  <a2=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3822-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3824-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3825:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3826:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3827-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3829-# qhasm:                                                 diag1 ^= b2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3830:# asm 1: pxor  <b2=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3831:# asm 2: pxor  <b2=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3832-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3834-# qhasm: uint32323232                                                        a3 += diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3835:# asm 1: paddd <diag1=int6464#2,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3836:# asm 2: paddd <diag1=%xmm1,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3837-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3839-# qhasm:                 a4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3840:# asm 1: movdqa <diag3=int6464#4,>a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3841:# asm 2: movdqa <diag3=%xmm3,>a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3842-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3844-# qhasm:                                                                     b3 = a3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3845:# asm 1: movdqa <a3=int6464#6,>b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3846:# asm 2: movdqa <a3=%xmm5,>b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3847-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3849-# qhasm: uint32323232                                                        a3 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3850:# asm 1: pslld $18,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3851:# asm 2: pslld $18,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3852-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3854-# qhasm: uint32323232                                                        b3 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3855:# asm 1: psrld $14,<b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3856:# asm 2: psrld $14,<b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3857-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3859-# qhasm:                                                                 diag0 ^= a3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3860:# asm 1: pxor  <a3=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3861:# asm 2: pxor  <a3=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3862-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3864-# qhasm:                                                 diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3865:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3866:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3867-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3869-# qhasm:                                                                 diag0 ^= b3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3870:# asm 1: pxor  <b3=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3871:# asm 2: pxor  <b3=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3872-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3874-# qhasm: uint32323232        a4 += diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3875:# asm 1: paddd <diag0=int6464#1,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3876:# asm 2: paddd <diag0=%xmm0,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3877-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3879-# qhasm:                                 a5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3880:# asm 1: movdqa <diag0=int6464#1,>a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3881:# asm 2: movdqa <diag0=%xmm0,>a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3882-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3884-# qhasm:                     b4 = a4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3885:# asm 1: movdqa <a4=int6464#5,>b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3886:# asm 2: movdqa <a4=%xmm4,>b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3887-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3889-# qhasm: uint32323232        a4 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3890:# asm 1: pslld $7,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3891:# asm 2: pslld $7,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3892-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3894-# qhasm: uint32323232        b4 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3895:# asm 1: psrld $25,<b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3896:# asm 2: psrld $25,<b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3897-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3899-# qhasm:                 diag1 ^= a4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3900:# asm 1: pxor  <a4=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3901:# asm 2: pxor  <a4=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3902-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3904-# qhasm:                 diag1 ^= b4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3905:# asm 1: pxor  <b4=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3906:# asm 2: pxor  <b4=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3907-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3909-# qhasm: uint32323232                        a5 += diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3910:# asm 1: paddd <diag1=int6464#2,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3911:# asm 2: paddd <diag1=%xmm1,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3912-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3914-# qhasm:                                                 a6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3915:# asm 1: movdqa <diag1=int6464#2,>a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3916:# asm 2: movdqa <diag1=%xmm1,>a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3917-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3919-# qhasm:                                     b5 = a5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3920:# asm 1: movdqa <a5=int6464#6,>b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3921:# asm 2: movdqa <a5=%xmm5,>b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3922-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3924-# qhasm: uint32323232                        a5 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3925:# asm 1: pslld $9,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3926:# asm 2: pslld $9,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3927-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3929-# qhasm: uint32323232                        b5 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3930:# asm 1: psrld $23,<b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3931:# asm 2: psrld $23,<b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3932-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3934-# qhasm:                                 diag2 ^= a5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3935:# asm 1: pxor  <a5=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3936:# asm 2: pxor  <a5=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3937-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3939-# qhasm:                 diag1 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3940:# asm 1: pshufd $0x93,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3941:# asm 2: pshufd $0x93,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3942-pshufd $0x93,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3944-# qhasm:                                 diag2 ^= b5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3945:# asm 1: pxor  <b5=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3946:# asm 2: pxor  <b5=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3947-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3949-# qhasm: uint32323232                                        a6 += diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3950:# asm 1: paddd <diag2=int6464#3,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3951:# asm 2: paddd <diag2=%xmm2,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3952-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3954-# qhasm:                                                                 a7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3955:# asm 1: movdqa <diag2=int6464#3,>a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3956:# asm 2: movdqa <diag2=%xmm2,>a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3957-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3959-# qhasm:                                                     b6 = a6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3960:# asm 1: movdqa <a6=int6464#5,>b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3961:# asm 2: movdqa <a6=%xmm4,>b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3962-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3964-# qhasm: uint32323232                                        a6 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3965:# asm 1: pslld $13,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3966:# asm 2: pslld $13,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3967-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3969-# qhasm: uint32323232                                        b6 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3970:# asm 1: psrld $19,<b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3971:# asm 2: psrld $19,<b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3972-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3974-# qhasm:                                                 diag3 ^= a6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3975:# asm 1: pxor  <a6=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3976:# asm 2: pxor  <a6=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3977-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3979-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3980:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3981:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3982-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3984-# qhasm:                                                 diag3 ^= b6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3985:# asm 1: pxor  <b6=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3986:# asm 2: pxor  <b6=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3987-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3989-# qhasm: uint32323232                                                        a7 += diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3990:# asm 1: paddd <diag3=int6464#4,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3991:# asm 2: paddd <diag3=%xmm3,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3992-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3994-# qhasm:                 a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3995:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:3996:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3997-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-3999-# qhasm:                                                                     b7 = a7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4000:# asm 1: movdqa <a7=int6464#6,>b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4001:# asm 2: movdqa <a7=%xmm5,>b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4002-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4004-# qhasm: uint32323232                                                        a7 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4005:# asm 1: pslld $18,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4006:# asm 2: pslld $18,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4007-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4009-# qhasm: uint32323232                                                        b7 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4010:# asm 1: psrld $14,<b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4011:# asm 2: psrld $14,<b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4012-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4014-# qhasm:                                                                 diag0 ^= a7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4015:# asm 1: pxor  <a7=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4016:# asm 2: pxor  <a7=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4017-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4019-# qhasm:                                                 diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4020:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4021:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4022-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4024-# qhasm:                                                                 diag0 ^= b7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4025:# asm 1: pxor  <b7=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4026:# asm 2: pxor  <b7=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4027-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4029-# qhasm: uint32323232        a0 += diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4030:# asm 1: paddd <diag0=int6464#1,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4031:# asm 2: paddd <diag0=%xmm0,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4032-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4034-# qhasm:                                 a1 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4035:# asm 1: movdqa <diag0=int6464#1,>a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4036:# asm 2: movdqa <diag0=%xmm0,>a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4037-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4039-# qhasm:                     b0 = a0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4040:# asm 1: movdqa <a0=int6464#5,>b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4041:# asm 2: movdqa <a0=%xmm4,>b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4042-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4044-# qhasm: uint32323232        a0 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4045:# asm 1: pslld $7,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4046:# asm 2: pslld $7,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4047-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4049-# qhasm: uint32323232        b0 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4050:# asm 1: psrld $25,<b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4051:# asm 2: psrld $25,<b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4052-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4054-# qhasm:                 diag3 ^= a0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4055:# asm 1: pxor  <a0=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4056:# asm 2: pxor  <a0=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4057-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4059-# qhasm:                 diag3 ^= b0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4060:# asm 1: pxor  <b0=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4061:# asm 2: pxor  <b0=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4062-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4064-# qhasm: uint32323232                        a1 += diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4065:# asm 1: paddd <diag3=int6464#4,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4066:# asm 2: paddd <diag3=%xmm3,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4067-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4069-# qhasm:                                                 a2 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4070:# asm 1: movdqa <diag3=int6464#4,>a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4071:# asm 2: movdqa <diag3=%xmm3,>a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4072-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4074-# qhasm:                                     b1 = a1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4075:# asm 1: movdqa <a1=int6464#6,>b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4076:# asm 2: movdqa <a1=%xmm5,>b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4077-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4079-# qhasm: uint32323232                        a1 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4080:# asm 1: pslld $9,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4081:# asm 2: pslld $9,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4082-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4084-# qhasm: uint32323232                        b1 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4085:# asm 1: psrld $23,<b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4086:# asm 2: psrld $23,<b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4087-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4089-# qhasm:                                 diag2 ^= a1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4090:# asm 1: pxor  <a1=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4091:# asm 2: pxor  <a1=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4092-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4094-# qhasm:                 diag3 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4095:# asm 1: pshufd $0x93,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4096:# asm 2: pshufd $0x93,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4097-pshufd $0x93,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4099-# qhasm:                                 diag2 ^= b1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4100:# asm 1: pxor  <b1=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4101:# asm 2: pxor  <b1=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4102-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4104-# qhasm: uint32323232                                        a2 += diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4105:# asm 1: paddd <diag2=int6464#3,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4106:# asm 2: paddd <diag2=%xmm2,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4107-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4109-# qhasm:                                                                 a3 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4110:# asm 1: movdqa <diag2=int6464#3,>a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4111:# asm 2: movdqa <diag2=%xmm2,>a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4112-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4114-# qhasm:                                                     b2 = a2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4115:# asm 1: movdqa <a2=int6464#5,>b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4116:# asm 2: movdqa <a2=%xmm4,>b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4117-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4119-# qhasm: uint32323232                                        a2 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4120:# asm 1: pslld $13,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4121:# asm 2: pslld $13,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4122-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4124-# qhasm: uint32323232                                        b2 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4125:# asm 1: psrld $19,<b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4126:# asm 2: psrld $19,<b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4127-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4129-# qhasm:                                                 diag1 ^= a2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4130:# asm 1: pxor  <a2=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4131:# asm 2: pxor  <a2=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4132-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4134-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4135:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4136:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4137-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4139-# qhasm:                                                 diag1 ^= b2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4140:# asm 1: pxor  <b2=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4141:# asm 2: pxor  <b2=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4142-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4144-# qhasm: uint32323232                                                        a3 += diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4145:# asm 1: paddd <diag1=int6464#2,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4146:# asm 2: paddd <diag1=%xmm1,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4147-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4149-# qhasm:                 a4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4150:# asm 1: movdqa <diag3=int6464#4,>a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4151:# asm 2: movdqa <diag3=%xmm3,>a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4152-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4154-# qhasm:                                                                     b3 = a3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4155:# asm 1: movdqa <a3=int6464#6,>b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4156:# asm 2: movdqa <a3=%xmm5,>b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4157-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4159-# qhasm: uint32323232                                                        a3 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4160:# asm 1: pslld $18,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4161:# asm 2: pslld $18,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4162-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4164-# qhasm: uint32323232                                                        b3 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4165:# asm 1: psrld $14,<b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4166:# asm 2: psrld $14,<b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4167-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4169-# qhasm:                                                                 diag0 ^= a3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4170:# asm 1: pxor  <a3=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4171:# asm 2: pxor  <a3=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4172-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4174-# qhasm:                                                 diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4175:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4176:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4177-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4179-# qhasm:                                                                 diag0 ^= b3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4180:# asm 1: pxor  <b3=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4181:# asm 2: pxor  <b3=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4182-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4184-# qhasm: uint32323232        a4 += diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4185:# asm 1: paddd <diag0=int6464#1,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4186:# asm 2: paddd <diag0=%xmm0,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4187-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4189-# qhasm:                                 a5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4190:# asm 1: movdqa <diag0=int6464#1,>a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4191:# asm 2: movdqa <diag0=%xmm0,>a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4192-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4194-# qhasm:                     b4 = a4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4195:# asm 1: movdqa <a4=int6464#5,>b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4196:# asm 2: movdqa <a4=%xmm4,>b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4197-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4199-# qhasm: uint32323232        a4 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4200:# asm 1: pslld $7,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4201:# asm 2: pslld $7,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4202-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4204-# qhasm: uint32323232        b4 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4205:# asm 1: psrld $25,<b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4206:# asm 2: psrld $25,<b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4207-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4209-# qhasm:                 diag1 ^= a4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4210:# asm 1: pxor  <a4=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4211:# asm 2: pxor  <a4=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4212-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4214-# qhasm:                 diag1 ^= b4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4215:# asm 1: pxor  <b4=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4216:# asm 2: pxor  <b4=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4217-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4219-# qhasm: uint32323232                        a5 += diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4220:# asm 1: paddd <diag1=int6464#2,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4221:# asm 2: paddd <diag1=%xmm1,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4222-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4224-# qhasm:                                                 a6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4225:# asm 1: movdqa <diag1=int6464#2,>a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4226:# asm 2: movdqa <diag1=%xmm1,>a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4227-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4229-# qhasm:                                     b5 = a5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4230:# asm 1: movdqa <a5=int6464#6,>b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4231:# asm 2: movdqa <a5=%xmm5,>b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4232-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4234-# qhasm: uint32323232                        a5 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4235:# asm 1: pslld $9,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4236:# asm 2: pslld $9,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4237-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4239-# qhasm: uint32323232                        b5 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4240:# asm 1: psrld $23,<b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4241:# asm 2: psrld $23,<b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4242-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4244-# qhasm:                                 diag2 ^= a5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4245:# asm 1: pxor  <a5=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4246:# asm 2: pxor  <a5=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4247-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4249-# qhasm:                 diag1 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4250:# asm 1: pshufd $0x93,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4251:# asm 2: pshufd $0x93,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4252-pshufd $0x93,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4254-# qhasm:                                 diag2 ^= b5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4255:# asm 1: pxor  <b5=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4256:# asm 2: pxor  <b5=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4257-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4259-# qhasm: uint32323232                                        a6 += diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4260:# asm 1: paddd <diag2=int6464#3,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4261:# asm 2: paddd <diag2=%xmm2,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4262-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4264-# qhasm:                                                                 a7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4265:# asm 1: movdqa <diag2=int6464#3,>a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4266:# asm 2: movdqa <diag2=%xmm2,>a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4267-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4269-# qhasm:                                                     b6 = a6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4270:# asm 1: movdqa <a6=int6464#5,>b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4271:# asm 2: movdqa <a6=%xmm4,>b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4272-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4274-# qhasm: uint32323232                                        a6 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4275:# asm 1: pslld $13,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4276:# asm 2: pslld $13,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4277-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4279-# qhasm: uint32323232                                        b6 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4280:# asm 1: psrld $19,<b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4281:# asm 2: psrld $19,<b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4282-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4284-# qhasm:                                                 diag3 ^= a6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4285:# asm 1: pxor  <a6=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4286:# asm 2: pxor  <a6=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4287-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4289-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4290:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4291:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4292-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4294-# qhasm:                                                 diag3 ^= b6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4295:# asm 1: pxor  <b6=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4296:# asm 2: pxor  <b6=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4297-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4299-# qhasm:                  unsigned>? i -= 4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4300:# asm 1: sub  $4,<i=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4301:# asm 2: sub  $4,<i=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4302-sub  $4,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4304-# qhasm: uint32323232                                                        a7 += diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4305:# asm 1: paddd <diag3=int6464#4,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4306:# asm 2: paddd <diag3=%xmm3,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4307-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4309-# qhasm:                 a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4310:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4311:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4312-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4314-# qhasm:                                                                     b7 = a7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4315:# asm 1: movdqa <a7=int6464#6,>b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4316:# asm 2: movdqa <a7=%xmm5,>b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4317-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4319-# qhasm: uint32323232                                                        a7 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4320:# asm 1: pslld $18,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4321:# asm 2: pslld $18,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4322-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4324-# qhasm:                 b0 = 0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4325:# asm 1: pxor   >b0=int6464#8,>b0=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4326:# asm 2: pxor   >b0=%xmm7,>b0=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4327-pxor   %xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4329-# qhasm: uint32323232                                                        b7 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4330:# asm 1: psrld $14,<b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4331:# asm 2: psrld $14,<b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4332-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4334-# qhasm:                                                                 diag0 ^= a7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4335:# asm 1: pxor  <a7=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4336:# asm 2: pxor  <a7=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4337-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4339-# qhasm:                                                 diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4340:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4341:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4342-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4344-# qhasm:                                                                 diag0 ^= b7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4345:# asm 1: pxor  <b7=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4346:# asm 2: pxor  <b7=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4347-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4353-# qhasm: uint32323232 diag0 += x0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4354:# asm 1: paddd <x0=stack128#4,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4355:# asm 2: paddd <x0=48(%rsp),<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4356-paddd 48(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4358-# qhasm: uint32323232 diag1 += x1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4359:# asm 1: paddd <x1=stack128#1,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4360:# asm 2: paddd <x1=0(%rsp),<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4361-paddd 0(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4363-# qhasm: uint32323232 diag2 += x2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4364:# asm 1: paddd <x2=stack128#2,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4365:# asm 2: paddd <x2=16(%rsp),<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4366-paddd 16(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4368-# qhasm: uint32323232 diag3 += x3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4369:# asm 1: paddd <x3=stack128#3,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4370:# asm 2: paddd <x3=32(%rsp),<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4371-paddd 32(%rsp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4373-# qhasm: in0 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4374:# asm 1: movd   <diag0=int6464#1,>in0=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4375:# asm 2: movd   <diag0=%xmm0,>in0=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4376-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4378-# qhasm: in12 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4379:# asm 1: movd   <diag1=int6464#2,>in12=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4380:# asm 2: movd   <diag1=%xmm1,>in12=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4381-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4383-# qhasm: in8 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4384:# asm 1: movd   <diag2=int6464#3,>in8=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4385:# asm 2: movd   <diag2=%xmm2,>in8=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4386-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4388-# qhasm: in4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4389:# asm 1: movd   <diag3=int6464#4,>in4=int64#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4390:# asm 2: movd   <diag3=%xmm3,>in4=%rax
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4391-movd   %xmm3,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4393-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4394:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4395:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4396-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4398-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4399:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4400:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4401-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4403-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4404:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4405:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4406-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4408-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4409:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4410:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4411-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4413-# qhasm: (uint32) in0 ^= *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4414:# asm 1: xorl 0(<m=int64#2),<in0=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4415:# asm 2: xorl 0(<m=%rsi),<in0=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4416-xorl 0(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4418-# qhasm: (uint32) in12 ^= *(uint32 *) (m + 48)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4419:# asm 1: xorl 48(<m=int64#2),<in12=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4420:# asm 2: xorl 48(<m=%rsi),<in12=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4421-xorl 48(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4423-# qhasm: (uint32) in8 ^= *(uint32 *) (m + 32)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4424:# asm 1: xorl 32(<m=int64#2),<in8=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4425:# asm 2: xorl 32(<m=%rsi),<in8=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4426-xorl 32(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4428-# qhasm: (uint32) in4 ^= *(uint32 *) (m + 16)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4429:# asm 1: xorl 16(<m=int64#2),<in4=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4430:# asm 2: xorl 16(<m=%rsi),<in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4431-xorl 16(%rsi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4433-# qhasm: *(uint32 *) (out + 0) = in0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4434:# asm 1: movl   <in0=int64#4d,0(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4435:# asm 2: movl   <in0=%ecx,0(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4436-movl   %ecx,0(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4438-# qhasm: *(uint32 *) (out + 48) = in12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4439:# asm 1: movl   <in12=int64#5d,48(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4440:# asm 2: movl   <in12=%r8d,48(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4441-movl   %r8d,48(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4443-# qhasm: *(uint32 *) (out + 32) = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4444:# asm 1: movl   <in8=int64#6d,32(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4445:# asm 2: movl   <in8=%r9d,32(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4446-movl   %r9d,32(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4448-# qhasm: *(uint32 *) (out + 16) = in4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4449:# asm 1: movl   <in4=int64#7d,16(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4450:# asm 2: movl   <in4=%eax,16(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4451-movl   %eax,16(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4453-# qhasm: in5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4454:# asm 1: movd   <diag0=int6464#1,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4455:# asm 2: movd   <diag0=%xmm0,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4456-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4458-# qhasm: in1 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4459:# asm 1: movd   <diag1=int6464#2,>in1=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4460:# asm 2: movd   <diag1=%xmm1,>in1=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4461-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4463-# qhasm: in13 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4464:# asm 1: movd   <diag2=int6464#3,>in13=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4465:# asm 2: movd   <diag2=%xmm2,>in13=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4466-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4468-# qhasm: in9 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4469:# asm 1: movd   <diag3=int6464#4,>in9=int64#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4470:# asm 2: movd   <diag3=%xmm3,>in9=%rax
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4471-movd   %xmm3,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4473-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4474:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4475:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4476-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4478-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4479:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4480:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4481-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4483-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4484:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4485:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4486-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4488-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4489:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4490:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4491-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4493-# qhasm: (uint32) in5 ^= *(uint32 *) (m + 20)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4494:# asm 1: xorl 20(<m=int64#2),<in5=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4495:# asm 2: xorl 20(<m=%rsi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4496-xorl 20(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4498-# qhasm: (uint32) in1 ^= *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4499:# asm 1: xorl 4(<m=int64#2),<in1=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4500:# asm 2: xorl 4(<m=%rsi),<in1=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4501-xorl 4(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4503-# qhasm: (uint32) in13 ^= *(uint32 *) (m + 52)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4504:# asm 1: xorl 52(<m=int64#2),<in13=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4505:# asm 2: xorl 52(<m=%rsi),<in13=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4506-xorl 52(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4508-# qhasm: (uint32) in9 ^= *(uint32 *) (m + 36)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4509:# asm 1: xorl 36(<m=int64#2),<in9=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4510:# asm 2: xorl 36(<m=%rsi),<in9=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4511-xorl 36(%rsi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4513-# qhasm: *(uint32 *) (out + 20) = in5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4514:# asm 1: movl   <in5=int64#4d,20(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4515:# asm 2: movl   <in5=%ecx,20(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4516-movl   %ecx,20(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4518-# qhasm: *(uint32 *) (out + 4) = in1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4519:# asm 1: movl   <in1=int64#5d,4(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4520:# asm 2: movl   <in1=%r8d,4(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4521-movl   %r8d,4(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4523-# qhasm: *(uint32 *) (out + 52) = in13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4524:# asm 1: movl   <in13=int64#6d,52(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4525:# asm 2: movl   <in13=%r9d,52(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4526-movl   %r9d,52(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4528-# qhasm: *(uint32 *) (out + 36) = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4529:# asm 1: movl   <in9=int64#7d,36(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4530:# asm 2: movl   <in9=%eax,36(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4531-movl   %eax,36(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4533-# qhasm: in10 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4534:# asm 1: movd   <diag0=int6464#1,>in10=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4535:# asm 2: movd   <diag0=%xmm0,>in10=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4536-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4538-# qhasm: in6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4539:# asm 1: movd   <diag1=int6464#2,>in6=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4540:# asm 2: movd   <diag1=%xmm1,>in6=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4541-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4543-# qhasm: in2 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4544:# asm 1: movd   <diag2=int6464#3,>in2=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4545:# asm 2: movd   <diag2=%xmm2,>in2=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4546-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4548-# qhasm: in14 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4549:# asm 1: movd   <diag3=int6464#4,>in14=int64#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4550:# asm 2: movd   <diag3=%xmm3,>in14=%rax
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4551-movd   %xmm3,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4553-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4554:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4555:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4556-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4558-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4559:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4560:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4561-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4563-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4564:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4565:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4566-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4568-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4569:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4570:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4571-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4573-# qhasm: (uint32) in10 ^= *(uint32 *) (m + 40)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4574:# asm 1: xorl 40(<m=int64#2),<in10=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4575:# asm 2: xorl 40(<m=%rsi),<in10=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4576-xorl 40(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4578-# qhasm: (uint32) in6 ^= *(uint32 *) (m + 24)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4579:# asm 1: xorl 24(<m=int64#2),<in6=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4580:# asm 2: xorl 24(<m=%rsi),<in6=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4581-xorl 24(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4583-# qhasm: (uint32) in2 ^= *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4584:# asm 1: xorl 8(<m=int64#2),<in2=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4585:# asm 2: xorl 8(<m=%rsi),<in2=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4586-xorl 8(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4588-# qhasm: (uint32) in14 ^= *(uint32 *) (m + 56)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4589:# asm 1: xorl 56(<m=int64#2),<in14=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4590:# asm 2: xorl 56(<m=%rsi),<in14=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4591-xorl 56(%rsi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4593-# qhasm: *(uint32 *) (out + 40) = in10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4594:# asm 1: movl   <in10=int64#4d,40(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4595:# asm 2: movl   <in10=%ecx,40(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4596-movl   %ecx,40(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4598-# qhasm: *(uint32 *) (out + 24) = in6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4599:# asm 1: movl   <in6=int64#5d,24(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4600:# asm 2: movl   <in6=%r8d,24(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4601-movl   %r8d,24(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4603-# qhasm: *(uint32 *) (out + 8) = in2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4604:# asm 1: movl   <in2=int64#6d,8(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4605:# asm 2: movl   <in2=%r9d,8(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4606-movl   %r9d,8(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4608-# qhasm: *(uint32 *) (out + 56) = in14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4609:# asm 1: movl   <in14=int64#7d,56(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4610:# asm 2: movl   <in14=%eax,56(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4611-movl   %eax,56(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4613-# qhasm: in15 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4614:# asm 1: movd   <diag0=int6464#1,>in15=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4615:# asm 2: movd   <diag0=%xmm0,>in15=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4616-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4618-# qhasm: in11 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4619:# asm 1: movd   <diag1=int6464#2,>in11=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4620:# asm 2: movd   <diag1=%xmm1,>in11=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4621-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4623-# qhasm: in7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4624:# asm 1: movd   <diag2=int6464#3,>in7=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4625:# asm 2: movd   <diag2=%xmm2,>in7=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4626-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4628-# qhasm: in3 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4629:# asm 1: movd   <diag3=int6464#4,>in3=int64#7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4630:# asm 2: movd   <diag3=%xmm3,>in3=%rax
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4631-movd   %xmm3,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4633-# qhasm: (uint32) in15 ^= *(uint32 *) (m + 60)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4634:# asm 1: xorl 60(<m=int64#2),<in15=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4635:# asm 2: xorl 60(<m=%rsi),<in15=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4636-xorl 60(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4638-# qhasm: (uint32) in11 ^= *(uint32 *) (m + 44)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4639:# asm 1: xorl 44(<m=int64#2),<in11=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4640:# asm 2: xorl 44(<m=%rsi),<in11=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4641-xorl 44(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4643-# qhasm: (uint32) in7 ^= *(uint32 *) (m + 28)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4644:# asm 1: xorl 28(<m=int64#2),<in7=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4645:# asm 2: xorl 28(<m=%rsi),<in7=%r9d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4646-xorl 28(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4648-# qhasm: (uint32) in3 ^= *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4649:# asm 1: xorl 12(<m=int64#2),<in3=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4650:# asm 2: xorl 12(<m=%rsi),<in3=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4651-xorl 12(%rsi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4653-# qhasm: *(uint32 *) (out + 60) = in15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4654:# asm 1: movl   <in15=int64#4d,60(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4655:# asm 2: movl   <in15=%ecx,60(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4656-movl   %ecx,60(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4658-# qhasm: *(uint32 *) (out + 44) = in11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4659:# asm 1: movl   <in11=int64#5d,44(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4660:# asm 2: movl   <in11=%r8d,44(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4661-movl   %r8d,44(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4663-# qhasm: *(uint32 *) (out + 28) = in7
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4664:# asm 1: movl   <in7=int64#6d,28(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4665:# asm 2: movl   <in7=%r9d,28(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4666-movl   %r9d,28(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4668-# qhasm: *(uint32 *) (out + 12) = in3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4669:# asm 1: movl   <in3=int64#7d,12(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4670:# asm 2: movl   <in3=%eax,12(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4671-movl   %eax,12(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4673-# qhasm:   bytes = bytes_backup
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4674:# asm 1: movq <bytes_backup=stack64#8,>bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4675:# asm 2: movq <bytes_backup=408(%rsp),>bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4676-movq 408(%rsp),%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4678-# qhasm:   in8 = ((uint32 *)&x2)[0]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4679:# asm 1: movl <x2=stack128#2,>in8=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4680:# asm 2: movl <x2=16(%rsp),>in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4681-movl 16(%rsp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4683-# qhasm:   in9 = ((uint32 *)&x3)[1]
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4684:# asm 1: movl 4+<x3=stack128#3,>in9=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4685:# asm 2: movl 4+<x3=32(%rsp),>in9=%r8d
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4686-movl 4+32(%rsp),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4688-# qhasm:   in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4689:# asm 1: add  $1,<in8=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4690:# asm 2: add  $1,<in8=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4691-add  $1,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4693-# qhasm:   in9 <<= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4694:# asm 1: shl  $32,<in9=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4695:# asm 2: shl  $32,<in9=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4696-shl  $32,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4698-# qhasm:   in8 += in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4699:# asm 1: add  <in9=int64#5,<in8=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4700:# asm 2: add  <in9=%r8,<in8=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4701-add  %r8,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4703-# qhasm:   in9 = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4704:# asm 1: mov  <in8=int64#4,>in9=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4705:# asm 2: mov  <in8=%rcx,>in9=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4706-mov  %rcx,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4708-# qhasm:   (uint64) in9 >>= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4709:# asm 1: shr  $32,<in9=int64#5
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4710:# asm 2: shr  $32,<in9=%r8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4711-shr  $32,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4713-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4714:# asm 1: movl <in8=int64#4d,>x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4715:# asm 2: movl <in8=%ecx,>x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4716-movl %ecx,16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4718-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4719:# asm 1: movl <in9=int64#5d,4+<x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4720:# asm 2: movl <in9=%r8d,4+<x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4721-movl %r8d,4+32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4723-# qhasm:                          unsigned>? unsigned<? bytes - 64
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4724:# asm 1: cmp  $64,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4725:# asm 2: cmp  $64,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4726-cmp  $64,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4736-# qhasm:       m = out
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4737:# asm 1: mov  <out=int64#1,>m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4738:# asm 2: mov  <out=%rdi,>m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4739-mov  %rdi,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4741-# qhasm:       out = ctarget
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4742:# asm 1: mov  <ctarget=int64#3,>out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4743:# asm 2: mov  <ctarget=%rdx,>out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4744-mov  %rdx,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4746-# qhasm:       i = bytes
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4747:# asm 1: mov  <bytes=int64#6,>i=int64#4
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4748:# asm 2: mov  <bytes=%r9,>i=%rcx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4749-mov  %r9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4762-# qhasm:     r11_caller = r11_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4763:# asm 1: movq <r11_stack=stack64#1,>r11_caller=int64#9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4764:# asm 2: movq <r11_stack=352(%rsp),>r11_caller=%r11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4765-movq 352(%rsp),%r11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4767-# qhasm:     r12_caller = r12_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4768:# asm 1: movq <r12_stack=stack64#2,>r12_caller=int64#10
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4769:# asm 2: movq <r12_stack=360(%rsp),>r12_caller=%r12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4770-movq 360(%rsp),%r12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4772-# qhasm:     r13_caller = r13_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4773:# asm 1: movq <r13_stack=stack64#3,>r13_caller=int64#11
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4774:# asm 2: movq <r13_stack=368(%rsp),>r13_caller=%r13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4775-movq 368(%rsp),%r13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4777-# qhasm:     r14_caller = r14_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4778:# asm 1: movq <r14_stack=stack64#4,>r14_caller=int64#12
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4779:# asm 2: movq <r14_stack=376(%rsp),>r14_caller=%r14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4780-movq 376(%rsp),%r14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4782-# qhasm:     r15_caller = r15_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4783:# asm 1: movq <r15_stack=stack64#5,>r15_caller=int64#13
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4784:# asm 2: movq <r15_stack=384(%rsp),>r15_caller=%r15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4785-movq 384(%rsp),%r15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4787-# qhasm:     rbx_caller = rbx_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4788:# asm 1: movq <rbx_stack=stack64#6,>rbx_caller=int64#14
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4789:# asm 2: movq <rbx_stack=392(%rsp),>rbx_caller=%rbx
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4790-movq 392(%rsp),%rbx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4792-# qhasm:     rbp_caller = rbp_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4793:# asm 1: movq <rbp_stack=stack64#7,>rbp_caller=int64#15
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4794:# asm 2: movq <rbp_stack=400(%rsp),>rbp_caller=%rbp
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4795-movq 400(%rsp),%rbp
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4806-# qhasm:   bytes -= 64
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4807:# asm 1: sub  $64,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4808:# asm 2: sub  $64,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4809-sub  $64,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4811-# qhasm:   out += 64
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4812:# asm 1: add  $64,<out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4813:# asm 2: add  $64,<out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4814-add  $64,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4816-# qhasm:   m += 64
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4817:# asm 1: add  $64,<m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s:4818:# asm 2: add  $64,<m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa2012/amd64_xmm6/stream.s-4819-add  $64,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-300-# qhasm: eax_stack = eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:301:# asm 1: movl <eax=int32#1,>eax_stack=stack32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:302:# asm 2: movl <eax=%eax,>eax_stack=0(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-303-movl %eax,0(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-305-# qhasm: ebx_stack = ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:306:# asm 1: movl <ebx=int32#4,>ebx_stack=stack32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:307:# asm 2: movl <ebx=%ebx,>ebx_stack=4(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-308-movl %ebx,4(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-310-# qhasm: esi_stack = esi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:311:# asm 1: movl <esi=int32#5,>esi_stack=stack32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:312:# asm 2: movl <esi=%esi,>esi_stack=8(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-313-movl %esi,8(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-315-# qhasm: edi_stack = edi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:316:# asm 1: movl <edi=int32#6,>edi_stack=stack32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:317:# asm 2: movl <edi=%edi,>edi_stack=12(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-318-movl %edi,12(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-320-# qhasm: ebp_stack = ebp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:321:# asm 1: movl <ebp=int32#7,>ebp_stack=stack32#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:322:# asm 2: movl <ebp=%ebp,>ebp_stack=16(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-323-movl %ebp,16(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-325-# qhasm: bytes = arg2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:326:# asm 1: movl <arg2=stack32#-2,>bytes=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:327:# asm 2: movl <arg2=8(%esp,%eax),>bytes=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-328-movl 8(%esp,%eax),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-330-# qhasm: out = arg1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:331:# asm 1: movl <arg1=stack32#-1,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:332:# asm 2: movl <arg1=4(%esp,%eax),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-333-movl 4(%esp,%eax),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-335-# qhasm: m = out
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:336:# asm 1: mov  <out=int32#6,>m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:337:# asm 2: mov  <out=%edi,>m=%esi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-338-mov  %edi,%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-340-# qhasm: iv = arg4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:341:# asm 1: movl <arg4=stack32#-4,>iv=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:342:# asm 2: movl <arg4=16(%esp,%eax),>iv=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-343-movl 16(%esp,%eax),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-345-# qhasm: k = arg5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:346:# asm 1: movl <arg5=stack32#-5,>k=int32#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:347:# asm 2: movl <arg5=20(%esp,%eax),>k=%ebp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-348-movl 20(%esp,%eax),%ebp
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-350-# qhasm:               unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:351:# asm 1: cmp  $0,<bytes=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:352:# asm 2: cmp  $0,<bytes=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-353-cmp  $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-359-# qhasm: a = 0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:360:# asm 1: mov  $0,>a=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:361:# asm 2: mov  $0,>a=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-362-mov  $0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-364-# qhasm: i = bytes
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:365:# asm 1: mov  <bytes=int32#3,>i=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:366:# asm 2: mov  <bytes=%edx,>i=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-367-mov  %edx,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-372-# qhasm: out -= bytes
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:373:# asm 1: subl <bytes=int32#3,<out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:374:# asm 2: subl <bytes=%edx,<out=%edi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-375-subl %edx,%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-393-# qhasm: eax_stack = eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:394:# asm 1: movl <eax=int32#1,>eax_stack=stack32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:395:# asm 2: movl <eax=%eax,>eax_stack=0(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-396-movl %eax,0(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-398-# qhasm: ebx_stack = ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:399:# asm 1: movl <ebx=int32#4,>ebx_stack=stack32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:400:# asm 2: movl <ebx=%ebx,>ebx_stack=4(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-401-movl %ebx,4(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-403-# qhasm: esi_stack = esi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:404:# asm 1: movl <esi=int32#5,>esi_stack=stack32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:405:# asm 2: movl <esi=%esi,>esi_stack=8(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-406-movl %esi,8(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-408-# qhasm: edi_stack = edi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:409:# asm 1: movl <edi=int32#6,>edi_stack=stack32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:410:# asm 2: movl <edi=%edi,>edi_stack=12(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-411-movl %edi,12(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-413-# qhasm: ebp_stack = ebp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:414:# asm 1: movl <ebp=int32#7,>ebp_stack=stack32#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:415:# asm 2: movl <ebp=%ebp,>ebp_stack=16(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-416-movl %ebp,16(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-418-# qhasm: out = arg1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:419:# asm 1: movl <arg1=stack32#-1,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:420:# asm 2: movl <arg1=4(%esp,%eax),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-421-movl 4(%esp,%eax),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-423-# qhasm: m = arg2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:424:# asm 1: movl <arg2=stack32#-2,>m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:425:# asm 2: movl <arg2=8(%esp,%eax),>m=%esi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-426-movl 8(%esp,%eax),%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-428-# qhasm: bytes = arg3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:429:# asm 1: movl <arg3=stack32#-3,>bytes=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:430:# asm 2: movl <arg3=12(%esp,%eax),>bytes=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-431-movl 12(%esp,%eax),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-433-# qhasm: iv = arg5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:434:# asm 1: movl <arg5=stack32#-5,>iv=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:435:# asm 2: movl <arg5=20(%esp,%eax),>iv=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-436-movl 20(%esp,%eax),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-438-# qhasm: k = arg6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:439:# asm 1: movl <arg6=stack32#-6,>k=int32#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:440:# asm 2: movl <arg6=24(%esp,%eax),>k=%ebp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-441-movl 24(%esp,%eax),%ebp
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-443-# qhasm:               unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:444:# asm 1: cmp  $0,<bytes=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:445:# asm 2: cmp  $0,<bytes=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-446-cmp  $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-456-# qhasm:   out_stack = out
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:457:# asm 1: movl <out=int32#6,>out_stack=stack32#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:458:# asm 2: movl <out=%edi,>out_stack=20(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-459-movl %edi,20(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-461-# qhasm:   bytes_stack = bytes
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:462:# asm 1: movl <bytes=int32#3,>bytes_stack=stack32#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:463:# asm 2: movl <bytes=%edx,>bytes_stack=24(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-464-movl %edx,24(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-466-# qhasm:   in4 = *(uint32 *) (k + 12)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:467:# asm 1: movl 12(<k=int32#7),>in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:468:# asm 2: movl 12(<k=%ebp),>in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-469-movl 12(%ebp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-471-# qhasm:   in12 = *(uint32 *) (k + 20)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:472:# asm 1: movl 20(<k=int32#7),>in12=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:473:# asm 2: movl 20(<k=%ebp),>in12=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-474-movl 20(%ebp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-476-# qhasm:   ((uint32 *)&x3)[0] = in4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:477:# asm 1: movl <in4=int32#1,>x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:478:# asm 2: movl <in4=%eax,>x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-479-movl %eax,32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-481-# qhasm:   ((uint32 *)&x1)[0] = in12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:482:# asm 1: movl <in12=int32#2,>x1=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:483:# asm 2: movl <in12=%ecx,>x1=48(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-484-movl %ecx,48(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-486-# qhasm:   in0 = 1634760805
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:487:# asm 1: mov  $1634760805,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:488:# asm 2: mov  $1634760805,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-489-mov  $1634760805,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-491-# qhasm:   in8 = 0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:492:# asm 1: mov  $0,>in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:493:# asm 2: mov  $0,>in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-494-mov  $0,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-496-# qhasm:   ((uint32 *)&x0)[0] = in0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:497:# asm 1: movl <in0=int32#1,>x0=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:498:# asm 2: movl <in0=%eax,>x0=64(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-499-movl %eax,64(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-501-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:502:# asm 1: movl <in8=int32#2,>x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:503:# asm 2: movl <in8=%ecx,>x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-504-movl %ecx,80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-506-# qhasm:   in6 = *(uint32 *) (iv + 0)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:507:# asm 1: movl 0(<iv=int32#4),>in6=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:508:# asm 2: movl 0(<iv=%ebx),>in6=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-509-movl 0(%ebx),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-511-# qhasm:   in7 = *(uint32 *) (iv + 4)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:512:# asm 1: movl 4(<iv=int32#4),>in7=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:513:# asm 2: movl 4(<iv=%ebx),>in7=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-514-movl 4(%ebx),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-516-# qhasm:   ((uint32 *)&x1)[2] = in6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:517:# asm 1: movl <in6=int32#1,8+<x1=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:518:# asm 2: movl <in6=%eax,8+<x1=48(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-519-movl %eax,8+48(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-521-# qhasm:   ((uint32 *)&x2)[3] = in7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:522:# asm 1: movl <in7=int32#2,12+<x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:523:# asm 2: movl <in7=%ecx,12+<x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-524-movl %ecx,12+80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-526-# qhasm:   in9 = 0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:527:# asm 1: mov  $0,>in9=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:528:# asm 2: mov  $0,>in9=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-529-mov  $0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-531-# qhasm:   in10 = 2036477234
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:532:# asm 1: mov  $2036477234,>in10=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:533:# asm 2: mov  $2036477234,>in10=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-534-mov  $2036477234,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-536-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:537:# asm 1: movl <in9=int32#1,4+<x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:538:# asm 2: movl <in9=%eax,4+<x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-539-movl %eax,4+32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-541-# qhasm:   ((uint32 *)&x0)[2] = in10
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:542:# asm 1: movl <in10=int32#2,8+<x0=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:543:# asm 2: movl <in10=%ecx,8+<x0=64(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-544-movl %ecx,8+64(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-546-# qhasm:   in1 = *(uint32 *) (k + 0)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:547:# asm 1: movl 0(<k=int32#7),>in1=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:548:# asm 2: movl 0(<k=%ebp),>in1=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-549-movl 0(%ebp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-551-# qhasm:   in2 = *(uint32 *) (k + 4)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:552:# asm 1: movl 4(<k=int32#7),>in2=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:553:# asm 2: movl 4(<k=%ebp),>in2=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-554-movl 4(%ebp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-556-# qhasm:   in3 = *(uint32 *) (k + 8)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:557:# asm 1: movl 8(<k=int32#7),>in3=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:558:# asm 2: movl 8(<k=%ebp),>in3=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-559-movl 8(%ebp),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-561-# qhasm:   in5 = 857760878
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:562:# asm 1: mov  $857760878,>in5=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:563:# asm 2: mov  $857760878,>in5=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-564-mov  $857760878,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-566-# qhasm:   ((uint32 *)&x1)[1] = in1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:567:# asm 1: movl <in1=int32#1,4+<x1=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:568:# asm 2: movl <in1=%eax,4+<x1=48(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-569-movl %eax,4+48(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-571-# qhasm:   ((uint32 *)&x2)[2] = in2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:572:# asm 1: movl <in2=int32#2,8+<x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:573:# asm 2: movl <in2=%ecx,8+<x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-574-movl %ecx,8+80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-576-# qhasm:   ((uint32 *)&x3)[3] = in3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:577:# asm 1: movl <in3=int32#3,12+<x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:578:# asm 2: movl <in3=%edx,12+<x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-579-movl %edx,12+32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-581-# qhasm:   ((uint32 *)&x0)[1] = in5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:582:# asm 1: movl <in5=int32#4,4+<x0=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:583:# asm 2: movl <in5=%ebx,4+<x0=64(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-584-movl %ebx,4+64(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-586-# qhasm:   in11 = *(uint32 *) (k + 16)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:587:# asm 1: movl 16(<k=int32#7),>in11=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:588:# asm 2: movl 16(<k=%ebp),>in11=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-589-movl 16(%ebp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-591-# qhasm:   in13 = *(uint32 *) (k + 24)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:592:# asm 1: movl 24(<k=int32#7),>in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:593:# asm 2: movl 24(<k=%ebp),>in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-594-movl 24(%ebp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-596-# qhasm:   in14 = *(uint32 *) (k + 28)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:597:# asm 1: movl 28(<k=int32#7),>in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:598:# asm 2: movl 28(<k=%ebp),>in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-599-movl 28(%ebp),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-601-# qhasm:   in15 = 1797285236
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:602:# asm 1: mov  $1797285236,>in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:603:# asm 2: mov  $1797285236,>in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-604-mov  $1797285236,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-606-# qhasm:   ((uint32 *)&x1)[3] = in11
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:607:# asm 1: movl <in11=int32#1,12+<x1=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:608:# asm 2: movl <in11=%eax,12+<x1=48(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-609-movl %eax,12+48(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-611-# qhasm:   ((uint32 *)&x2)[1] = in13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:612:# asm 1: movl <in13=int32#2,4+<x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:613:# asm 2: movl <in13=%ecx,4+<x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-614-movl %ecx,4+80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-616-# qhasm:   ((uint32 *)&x3)[2] = in14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:617:# asm 1: movl <in14=int32#3,8+<x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:618:# asm 2: movl <in14=%edx,8+<x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-619-movl %edx,8+32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-621-# qhasm:   ((uint32 *)&x0)[3] = in15
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:622:# asm 1: movl <in15=int32#4,12+<x0=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:623:# asm 2: movl <in15=%ebx,12+<x0=64(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-624-movl %ebx,12+64(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-626-# qhasm:   bytes = bytes_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:627:# asm 1: movl <bytes_stack=stack32#7,>bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:628:# asm 2: movl <bytes_stack=24(%esp),>bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-629-movl 24(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-631-# qhasm:                               unsigned<? bytes - 256
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:632:# asm 1: cmp  $256,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:633:# asm 2: cmp  $256,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-634-cmp  $256,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-640-# qhasm:   z0 = x0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:641:# asm 1: movdqa <x0=stack128#3,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:642:# asm 2: movdqa <x0=64(%esp),>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-643-movdqa 64(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-645-# qhasm:   z5 = z0[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:646:# asm 1: pshufd $0x55,<z0=int6464#1,>z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:647:# asm 2: pshufd $0x55,<z0=%xmm0,>z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-648-pshufd $0x55,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-650-# qhasm:   z10 = z0[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:651:# asm 1: pshufd $0xaa,<z0=int6464#1,>z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:652:# asm 2: pshufd $0xaa,<z0=%xmm0,>z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-653-pshufd $0xaa,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-655-# qhasm:   z15 = z0[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:656:# asm 1: pshufd $0xff,<z0=int6464#1,>z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:657:# asm 2: pshufd $0xff,<z0=%xmm0,>z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-658-pshufd $0xff,%xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-660-# qhasm:   z0 = z0[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:661:# asm 1: pshufd $0x00,<z0=int6464#1,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:662:# asm 2: pshufd $0x00,<z0=%xmm0,>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-663-pshufd $0x00,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-665-# qhasm:   orig5 = z5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:666:# asm 1: movdqa <z5=int6464#2,>orig5=stack128#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:667:# asm 2: movdqa <z5=%xmm1,>orig5=96(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-668-movdqa %xmm1,96(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-670-# qhasm:   orig10 = z10
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:671:# asm 1: movdqa <z10=int6464#3,>orig10=stack128#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:672:# asm 2: movdqa <z10=%xmm2,>orig10=112(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-673-movdqa %xmm2,112(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-675-# qhasm:   orig15 = z15
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:676:# asm 1: movdqa <z15=int6464#4,>orig15=stack128#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:677:# asm 2: movdqa <z15=%xmm3,>orig15=128(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-678-movdqa %xmm3,128(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-680-# qhasm:   orig0 = z0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:681:# asm 1: movdqa <z0=int6464#1,>orig0=stack128#8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:682:# asm 2: movdqa <z0=%xmm0,>orig0=144(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-683-movdqa %xmm0,144(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-685-# qhasm:   z1 = x1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:686:# asm 1: movdqa <x1=stack128#2,>z1=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:687:# asm 2: movdqa <x1=48(%esp),>z1=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-688-movdqa 48(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-690-# qhasm:   z6 = z1[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:691:# asm 1: pshufd $0xaa,<z1=int6464#1,>z6=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:692:# asm 2: pshufd $0xaa,<z1=%xmm0,>z6=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-693-pshufd $0xaa,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-695-# qhasm:   z11 = z1[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:696:# asm 1: pshufd $0xff,<z1=int6464#1,>z11=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:697:# asm 2: pshufd $0xff,<z1=%xmm0,>z11=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-698-pshufd $0xff,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-700-# qhasm:   z12 = z1[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:701:# asm 1: pshufd $0x00,<z1=int6464#1,>z12=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:702:# asm 2: pshufd $0x00,<z1=%xmm0,>z12=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-703-pshufd $0x00,%xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-705-# qhasm:   z1 = z1[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:706:# asm 1: pshufd $0x55,<z1=int6464#1,>z1=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:707:# asm 2: pshufd $0x55,<z1=%xmm0,>z1=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-708-pshufd $0x55,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-710-# qhasm:   orig6 = z6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:711:# asm 1: movdqa <z6=int6464#2,>orig6=stack128#9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:712:# asm 2: movdqa <z6=%xmm1,>orig6=160(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-713-movdqa %xmm1,160(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-715-# qhasm:   orig11 = z11
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:716:# asm 1: movdqa <z11=int6464#3,>orig11=stack128#10
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:717:# asm 2: movdqa <z11=%xmm2,>orig11=176(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-718-movdqa %xmm2,176(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-720-# qhasm:   orig12 = z12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:721:# asm 1: movdqa <z12=int6464#4,>orig12=stack128#11
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:722:# asm 2: movdqa <z12=%xmm3,>orig12=192(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-723-movdqa %xmm3,192(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-725-# qhasm:   orig1 = z1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:726:# asm 1: movdqa <z1=int6464#1,>orig1=stack128#12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:727:# asm 2: movdqa <z1=%xmm0,>orig1=208(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-728-movdqa %xmm0,208(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-730-# qhasm:   z2 = x2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:731:# asm 1: movdqa <x2=stack128#4,>z2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:732:# asm 2: movdqa <x2=80(%esp),>z2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-733-movdqa 80(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-735-# qhasm:   z7 = z2[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:736:# asm 1: pshufd $0xff,<z2=int6464#1,>z7=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:737:# asm 2: pshufd $0xff,<z2=%xmm0,>z7=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-738-pshufd $0xff,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-740-# qhasm:   z13 = z2[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:741:# asm 1: pshufd $0x55,<z2=int6464#1,>z13=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:742:# asm 2: pshufd $0x55,<z2=%xmm0,>z13=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-743-pshufd $0x55,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-745-# qhasm:   z2 = z2[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:746:# asm 1: pshufd $0xaa,<z2=int6464#1,>z2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:747:# asm 2: pshufd $0xaa,<z2=%xmm0,>z2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-748-pshufd $0xaa,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-750-# qhasm:   orig7 = z7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:751:# asm 1: movdqa <z7=int6464#2,>orig7=stack128#13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:752:# asm 2: movdqa <z7=%xmm1,>orig7=224(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-753-movdqa %xmm1,224(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-755-# qhasm:   orig13 = z13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:756:# asm 1: movdqa <z13=int6464#3,>orig13=stack128#14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:757:# asm 2: movdqa <z13=%xmm2,>orig13=240(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-758-movdqa %xmm2,240(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-760-# qhasm:   orig2 = z2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:761:# asm 1: movdqa <z2=int6464#1,>orig2=stack128#15
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:762:# asm 2: movdqa <z2=%xmm0,>orig2=256(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-763-movdqa %xmm0,256(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-765-# qhasm:   z3 = x3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:766:# asm 1: movdqa <x3=stack128#1,>z3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:767:# asm 2: movdqa <x3=32(%esp),>z3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-768-movdqa 32(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-770-# qhasm:   z4 = z3[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:771:# asm 1: pshufd $0x00,<z3=int6464#1,>z4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:772:# asm 2: pshufd $0x00,<z3=%xmm0,>z4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-773-pshufd $0x00,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-775-# qhasm:   z14 = z3[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:776:# asm 1: pshufd $0xaa,<z3=int6464#1,>z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:777:# asm 2: pshufd $0xaa,<z3=%xmm0,>z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-778-pshufd $0xaa,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-780-# qhasm:   z3 = z3[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:781:# asm 1: pshufd $0xff,<z3=int6464#1,>z3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:782:# asm 2: pshufd $0xff,<z3=%xmm0,>z3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-783-pshufd $0xff,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-785-# qhasm:   orig4 = z4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:786:# asm 1: movdqa <z4=int6464#2,>orig4=stack128#16
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:787:# asm 2: movdqa <z4=%xmm1,>orig4=272(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-788-movdqa %xmm1,272(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-790-# qhasm:   orig14 = z14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:791:# asm 1: movdqa <z14=int6464#3,>orig14=stack128#17
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:792:# asm 2: movdqa <z14=%xmm2,>orig14=288(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-793-movdqa %xmm2,288(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-795-# qhasm:   orig3 = z3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:796:# asm 1: movdqa <z3=int6464#1,>orig3=stack128#18
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:797:# asm 2: movdqa <z3=%xmm0,>orig3=304(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-798-movdqa %xmm0,304(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-803-# qhasm:   in8 = ((uint32 *)&x2)[0]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:804:# asm 1: movl <x2=stack128#4,>in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:805:# asm 2: movl <x2=80(%esp),>in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-806-movl 80(%esp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-808-# qhasm:   in9 = ((uint32 *)&x3)[1]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:809:# asm 1: movl 4+<x3=stack128#1,>in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:810:# asm 2: movl 4+<x3=32(%esp),>in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-811-movl 4+32(%esp),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-813-# qhasm:   ((uint32 *) &orig8)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:814:# asm 1: movl <in8=int32#2,>orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:815:# asm 2: movl <in8=%ecx,>orig8=320(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-816-movl %ecx,320(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-818-# qhasm:   ((uint32 *) &orig9)[0] = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:819:# asm 1: movl <in9=int32#3,>orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:820:# asm 2: movl <in9=%edx,>orig9=336(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-821-movl %edx,336(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-823-# qhasm:   carry? in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:824:# asm 1: add  $1,<in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:825:# asm 2: add  $1,<in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-826-add  $1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-828-# qhasm:   in9 += 0 + carry
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:829:# asm 1: adc $0,<in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:830:# asm 2: adc $0,<in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-831-adc $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-833-# qhasm:   ((uint32 *) &orig8)[1] = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:834:# asm 1: movl <in8=int32#2,4+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:835:# asm 2: movl <in8=%ecx,4+<orig8=320(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-836-movl %ecx,4+320(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-838-# qhasm:   ((uint32 *) &orig9)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:839:# asm 1: movl <in9=int32#3,4+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:840:# asm 2: movl <in9=%edx,4+<orig9=336(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-841-movl %edx,4+336(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-843-# qhasm:   carry? in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:844:# asm 1: add  $1,<in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:845:# asm 2: add  $1,<in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-846-add  $1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-848-# qhasm:   in9 += 0 + carry
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:849:# asm 1: adc $0,<in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:850:# asm 2: adc $0,<in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-851-adc $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-853-# qhasm:   ((uint32 *) &orig8)[2] = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:854:# asm 1: movl <in8=int32#2,8+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:855:# asm 2: movl <in8=%ecx,8+<orig8=320(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-856-movl %ecx,8+320(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-858-# qhasm:   ((uint32 *) &orig9)[2] = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:859:# asm 1: movl <in9=int32#3,8+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:860:# asm 2: movl <in9=%edx,8+<orig9=336(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-861-movl %edx,8+336(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-863-# qhasm:   carry? in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:864:# asm 1: add  $1,<in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:865:# asm 2: add  $1,<in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-866-add  $1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-868-# qhasm:   in9 += 0 + carry
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:869:# asm 1: adc $0,<in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:870:# asm 2: adc $0,<in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-871-adc $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-873-# qhasm:   ((uint32 *) &orig8)[3] = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:874:# asm 1: movl <in8=int32#2,12+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:875:# asm 2: movl <in8=%ecx,12+<orig8=320(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-876-movl %ecx,12+320(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-878-# qhasm:   ((uint32 *) &orig9)[3] = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:879:# asm 1: movl <in9=int32#3,12+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:880:# asm 2: movl <in9=%edx,12+<orig9=336(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-881-movl %edx,12+336(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-883-# qhasm:   carry? in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:884:# asm 1: add  $1,<in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:885:# asm 2: add  $1,<in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-886-add  $1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-888-# qhasm:   in9 += 0 + carry
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:889:# asm 1: adc $0,<in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:890:# asm 2: adc $0,<in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-891-adc $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-893-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:894:# asm 1: movl <in8=int32#2,>x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:895:# asm 2: movl <in8=%ecx,>x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-896-movl %ecx,80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-898-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:899:# asm 1: movl <in9=int32#3,4+<x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:900:# asm 2: movl <in9=%edx,4+<x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-901-movl %edx,4+32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-903-# qhasm:   bytes_stack = bytes
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:904:# asm 1: movl <bytes=int32#1,>bytes_stack=stack32#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:905:# asm 2: movl <bytes=%eax,>bytes_stack=24(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-906-movl %eax,24(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-908-# qhasm: i = 12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:909:# asm 1: mov  $12,>i=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:910:# asm 2: mov  $12,>i=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-911-mov  $12,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-913-# qhasm:   z5 = orig5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:914:# asm 1: movdqa <orig5=stack128#5,>z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:915:# asm 2: movdqa <orig5=96(%esp),>z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-916-movdqa 96(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-918-# qhasm:   z10 = orig10
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:919:# asm 1: movdqa <orig10=stack128#6,>z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:920:# asm 2: movdqa <orig10=112(%esp),>z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-921-movdqa 112(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-923-# qhasm:   z15 = orig15
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:924:# asm 1: movdqa <orig15=stack128#7,>z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:925:# asm 2: movdqa <orig15=128(%esp),>z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-926-movdqa 128(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-928-# qhasm:   z14 = orig14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:929:# asm 1: movdqa <orig14=stack128#17,>z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:930:# asm 2: movdqa <orig14=288(%esp),>z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-931-movdqa 288(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-933-# qhasm:   z3 = orig3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:934:# asm 1: movdqa <orig3=stack128#18,>z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:935:# asm 2: movdqa <orig3=304(%esp),>z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-936-movdqa 304(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-938-# qhasm:   z6 = orig6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:939:# asm 1: movdqa <orig6=stack128#9,>z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:940:# asm 2: movdqa <orig6=160(%esp),>z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-941-movdqa 160(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-943-# qhasm:   z11 = orig11
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:944:# asm 1: movdqa <orig11=stack128#10,>z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:945:# asm 2: movdqa <orig11=176(%esp),>z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-946-movdqa 176(%esp),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-948-# qhasm:   z1 = orig1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:949:# asm 1: movdqa <orig1=stack128#12,>z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:950:# asm 2: movdqa <orig1=208(%esp),>z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-951-movdqa 208(%esp),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-953-# qhasm:   z5_stack = z5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:954:# asm 1: movdqa <z5=int6464#1,>z5_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:955:# asm 2: movdqa <z5=%xmm0,>z5_stack=352(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-956-movdqa %xmm0,352(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-958-# qhasm:   z10_stack = z10
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:959:# asm 1: movdqa <z10=int6464#2,>z10_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:960:# asm 2: movdqa <z10=%xmm1,>z10_stack=368(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-961-movdqa %xmm1,368(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-963-# qhasm:   z15_stack = z15
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:964:# asm 1: movdqa <z15=int6464#3,>z15_stack=stack128#23
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:965:# asm 2: movdqa <z15=%xmm2,>z15_stack=384(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-966-movdqa %xmm2,384(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-968-# qhasm:   z14_stack = z14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:969:# asm 1: movdqa <z14=int6464#4,>z14_stack=stack128#24
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:970:# asm 2: movdqa <z14=%xmm3,>z14_stack=400(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-971-movdqa %xmm3,400(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-973-# qhasm:   z3_stack = z3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:974:# asm 1: movdqa <z3=int6464#5,>z3_stack=stack128#25
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:975:# asm 2: movdqa <z3=%xmm4,>z3_stack=416(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-976-movdqa %xmm4,416(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-978-# qhasm:   z6_stack = z6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:979:# asm 1: movdqa <z6=int6464#6,>z6_stack=stack128#26
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:980:# asm 2: movdqa <z6=%xmm5,>z6_stack=432(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-981-movdqa %xmm5,432(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-983-# qhasm:   z11_stack = z11
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:984:# asm 1: movdqa <z11=int6464#7,>z11_stack=stack128#27
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:985:# asm 2: movdqa <z11=%xmm6,>z11_stack=448(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-986-movdqa %xmm6,448(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-988-# qhasm:   z1_stack = z1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:989:# asm 1: movdqa <z1=int6464#8,>z1_stack=stack128#28
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:990:# asm 2: movdqa <z1=%xmm7,>z1_stack=464(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-991-movdqa %xmm7,464(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-993-# qhasm:   z7 = orig7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:994:# asm 1: movdqa <orig7=stack128#13,>z7=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:995:# asm 2: movdqa <orig7=224(%esp),>z7=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-996-movdqa 224(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-998-# qhasm:   z13 = orig13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:999:# asm 1: movdqa <orig13=stack128#14,>z13=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1000:# asm 2: movdqa <orig13=240(%esp),>z13=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1001-movdqa 240(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1003-# qhasm:   z2 = orig2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1004:# asm 1: movdqa <orig2=stack128#15,>z2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1005:# asm 2: movdqa <orig2=256(%esp),>z2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1006-movdqa 256(%esp),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1008-# qhasm:   z9 = orig9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1009:# asm 1: movdqa <orig9=stack128#20,>z9=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1010:# asm 2: movdqa <orig9=336(%esp),>z9=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1011-movdqa 336(%esp),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1013-# qhasm:                   p = orig0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1014:# asm 1: movdqa <orig0=stack128#8,>p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1015:# asm 2: movdqa <orig0=144(%esp),>p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1016-movdqa 144(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1018-# qhasm:                   t = orig12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1019:# asm 1: movdqa <orig12=stack128#11,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1020:# asm 2: movdqa <orig12=192(%esp),>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1021-movdqa 192(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1023-# qhasm:                   q = orig4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1024:# asm 1: movdqa <orig4=stack128#16,>q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1025:# asm 2: movdqa <orig4=272(%esp),>q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1026-movdqa 272(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1028-# qhasm:                   r = orig8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1029:# asm 1: movdqa <orig8=stack128#19,>r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1030:# asm 2: movdqa <orig8=320(%esp),>r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1031-movdqa 320(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1033-# qhasm:   z7_stack = z7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1034:# asm 1: movdqa <z7=int6464#5,>z7_stack=stack128#29
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1035:# asm 2: movdqa <z7=%xmm4,>z7_stack=480(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1036-movdqa %xmm4,480(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1038-# qhasm:   z13_stack = z13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1039:# asm 1: movdqa <z13=int6464#6,>z13_stack=stack128#30
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1040:# asm 2: movdqa <z13=%xmm5,>z13_stack=496(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1041-movdqa %xmm5,496(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1043-# qhasm:   z2_stack = z2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1044:# asm 1: movdqa <z2=int6464#7,>z2_stack=stack128#31
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1045:# asm 2: movdqa <z2=%xmm6,>z2_stack=512(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1046-movdqa %xmm6,512(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1048-# qhasm:   z9_stack = z9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1049:# asm 1: movdqa <z9=int6464#8,>z9_stack=stack128#32
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1050:# asm 2: movdqa <z9=%xmm7,>z9_stack=528(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1051-movdqa %xmm7,528(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1053-# qhasm:   z0_stack = p
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1054:# asm 1: movdqa <p=int6464#1,>z0_stack=stack128#33
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1055:# asm 2: movdqa <p=%xmm0,>z0_stack=544(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1056-movdqa %xmm0,544(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1058-# qhasm:   z12_stack = t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1059:# asm 1: movdqa <t=int6464#3,>z12_stack=stack128#34
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1060:# asm 2: movdqa <t=%xmm2,>z12_stack=560(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1061-movdqa %xmm2,560(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1063-# qhasm:   z4_stack = q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1064:# asm 1: movdqa <q=int6464#4,>z4_stack=stack128#35
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1065:# asm 2: movdqa <q=%xmm3,>z4_stack=576(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1066-movdqa %xmm3,576(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1068-# qhasm:   z8_stack = r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1069:# asm 1: movdqa <r=int6464#2,>z8_stack=stack128#36
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1070:# asm 2: movdqa <r=%xmm1,>z8_stack=592(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1071-movdqa %xmm1,592(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1084-# qhasm:                   s = t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1085:# asm 1: movdqa <t=int6464#3,>s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1086:# asm 2: movdqa <t=%xmm2,>s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1087-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1089-# qhasm: uint32323232      t += p
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1090:# asm 1: paddd <p=int6464#1,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1091:# asm 2: paddd <p=%xmm0,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1092-paddd %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1094-# qhasm:                   u = t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1095:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1096:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1097-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1099-# qhasm: uint32323232      t >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1100:# asm 1: psrld $25,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1101:# asm 2: psrld $25,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1102-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1104-# qhasm:                   q ^= t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1105:# asm 1: pxor  <t=int6464#3,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1106:# asm 2: pxor  <t=%xmm2,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1107-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1109-# qhasm: uint32323232      u <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1110:# asm 1: pslld $7,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1111:# asm 2: pslld $7,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1112-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1114-# qhasm:                   q ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1115:# asm 1: pxor  <u=int6464#5,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1116:# asm 2: pxor  <u=%xmm4,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1117-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1119-# qhasm:                   z4_stack = q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1120:# asm 1: movdqa <q=int6464#4,>z4_stack=stack128#33
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1121:# asm 2: movdqa <q=%xmm3,>z4_stack=544(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1122-movdqa %xmm3,544(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1124-# qhasm:                   t = p
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1125:# asm 1: movdqa <p=int6464#1,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1126:# asm 2: movdqa <p=%xmm0,>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1127-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1129-# qhasm: uint32323232      t += q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1130:# asm 1: paddd <q=int6464#4,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1131:# asm 2: paddd <q=%xmm3,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1132-paddd %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1134-# qhasm:                   u = t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1135:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1136:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1137-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1139-# qhasm: uint32323232      t >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1140:# asm 1: psrld $23,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1141:# asm 2: psrld $23,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1142-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1144-# qhasm:                   r ^= t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1145:# asm 1: pxor  <t=int6464#3,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1146:# asm 2: pxor  <t=%xmm2,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1147-pxor  %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1149-# qhasm: uint32323232      u <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1150:# asm 1: pslld $9,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1151:# asm 2: pslld $9,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1152-pslld $9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1154-# qhasm:                   r ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1155:# asm 1: pxor  <u=int6464#5,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1156:# asm 2: pxor  <u=%xmm4,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1157-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1159-# qhasm:                   z8_stack = r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1160:# asm 1: movdqa <r=int6464#2,>z8_stack=stack128#34
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1161:# asm 2: movdqa <r=%xmm1,>z8_stack=560(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1162-movdqa %xmm1,560(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1164-# qhasm: uint32323232      q += r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1165:# asm 1: paddd <r=int6464#2,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1166:# asm 2: paddd <r=%xmm1,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1167-paddd %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1169-# qhasm:                   u = q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1170:# asm 1: movdqa <q=int6464#4,>u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1171:# asm 2: movdqa <q=%xmm3,>u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1172-movdqa %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1174-# qhasm: uint32323232      q >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1175:# asm 1: psrld $19,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1176:# asm 2: psrld $19,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1177-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1179-# qhasm:                   s ^= q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1180:# asm 1: pxor  <q=int6464#4,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1181:# asm 2: pxor  <q=%xmm3,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1182-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1184-# qhasm: uint32323232      u <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1185:# asm 1: pslld $13,<u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1186:# asm 2: pslld $13,<u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1187-pslld $13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1189-# qhasm:                   s ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1190:# asm 1: pxor  <u=int6464#3,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1191:# asm 2: pxor  <u=%xmm2,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1192-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1194-# qhasm:                                   mt = z1_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1195:# asm 1: movdqa <z1_stack=stack128#28,>mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1196:# asm 2: movdqa <z1_stack=464(%esp),>mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1197-movdqa 464(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1199-# qhasm:                                   mp = z5_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1200:# asm 1: movdqa <z5_stack=stack128#21,>mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1201:# asm 2: movdqa <z5_stack=352(%esp),>mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1202-movdqa 352(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1204-# qhasm:                                   mq = z9_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1205:# asm 1: movdqa <z9_stack=stack128#32,>mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1206:# asm 2: movdqa <z9_stack=528(%esp),>mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1207-movdqa 528(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1209-# qhasm:                                   mr = z13_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1210:# asm 1: movdqa <z13_stack=stack128#30,>mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1211:# asm 2: movdqa <z13_stack=496(%esp),>mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1212-movdqa 496(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1214-# qhasm:                   z12_stack = s
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1215:# asm 1: movdqa <s=int6464#7,>z12_stack=stack128#30
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1216:# asm 2: movdqa <s=%xmm6,>z12_stack=496(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1217-movdqa %xmm6,496(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1219-# qhasm: uint32323232      r += s
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1220:# asm 1: paddd <s=int6464#7,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1221:# asm 2: paddd <s=%xmm6,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1222-paddd %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1224-# qhasm:                   u = r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1225:# asm 1: movdqa <r=int6464#2,>u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1226:# asm 2: movdqa <r=%xmm1,>u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1227-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1229-# qhasm: uint32323232      r >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1230:# asm 1: psrld $14,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1231:# asm 2: psrld $14,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1232-psrld $14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1234-# qhasm:                   p ^= r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1235:# asm 1: pxor  <r=int6464#2,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1236:# asm 2: pxor  <r=%xmm1,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1237-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1239-# qhasm: uint32323232      u <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1240:# asm 1: pslld $18,<u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1241:# asm 2: pslld $18,<u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1242-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1244-# qhasm:                   p ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1245:# asm 1: pxor  <u=int6464#7,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1246:# asm 2: pxor  <u=%xmm6,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1247-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1249-# qhasm:                   z0_stack = p
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1250:# asm 1: movdqa <p=int6464#1,>z0_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1251:# asm 2: movdqa <p=%xmm0,>z0_stack=352(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1252-movdqa %xmm0,352(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1262-# qhasm:                                   ms = mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1263:# asm 1: movdqa <mt=int6464#3,>ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1264:# asm 2: movdqa <mt=%xmm2,>ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1265-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1267-# qhasm: uint32323232                      mt += mp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1268:# asm 1: paddd <mp=int6464#5,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1269:# asm 2: paddd <mp=%xmm4,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1270-paddd %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1272-# qhasm:                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1273:# asm 1: movdqa <mt=int6464#3,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1274:# asm 2: movdqa <mt=%xmm2,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1275-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1277-# qhasm: uint32323232                      mt >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1278:# asm 1: psrld $25,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1279:# asm 2: psrld $25,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1280-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1282-# qhasm:                                   mq ^= mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1283:# asm 1: pxor  <mt=int6464#3,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1284:# asm 2: pxor  <mt=%xmm2,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1285-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1287-# qhasm: uint32323232                      mu <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1288:# asm 1: pslld $7,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1289:# asm 2: pslld $7,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1290-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1292-# qhasm:                                   mq ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1293:# asm 1: pxor  <mu=int6464#1,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1294:# asm 2: pxor  <mu=%xmm0,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1295-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1297-# qhasm:                                   z9_stack = mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1298:# asm 1: movdqa <mq=int6464#4,>z9_stack=stack128#32
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1299:# asm 2: movdqa <mq=%xmm3,>z9_stack=528(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1300-movdqa %xmm3,528(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1302-# qhasm:                                   mt = mp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1303:# asm 1: movdqa <mp=int6464#5,>mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1304:# asm 2: movdqa <mp=%xmm4,>mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1305-movdqa %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1307-# qhasm: uint32323232                      mt += mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1308:# asm 1: paddd <mq=int6464#4,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1309:# asm 2: paddd <mq=%xmm3,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1310-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1312-# qhasm:                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1313:# asm 1: movdqa <mt=int6464#1,>mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1314:# asm 2: movdqa <mt=%xmm0,>mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1315-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1317-# qhasm: uint32323232                      mt >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1318:# asm 1: psrld $23,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1319:# asm 2: psrld $23,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1320-psrld $23,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1322-# qhasm:                                   mr ^= mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1323:# asm 1: pxor  <mt=int6464#1,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1324:# asm 2: pxor  <mt=%xmm0,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1325-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1327-# qhasm: uint32323232                      mu <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1328:# asm 1: pslld $9,<mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1329:# asm 2: pslld $9,<mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1330-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1332-# qhasm:                                   mr ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1333:# asm 1: pxor  <mu=int6464#2,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1334:# asm 2: pxor  <mu=%xmm1,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1335-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1337-# qhasm:                                   z13_stack = mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1338:# asm 1: movdqa <mr=int6464#6,>z13_stack=stack128#35
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1339:# asm 2: movdqa <mr=%xmm5,>z13_stack=576(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1340-movdqa %xmm5,576(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1342-# qhasm: uint32323232                      mq += mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1343:# asm 1: paddd <mr=int6464#6,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1344:# asm 2: paddd <mr=%xmm5,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1345-paddd %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1347-# qhasm:                                   mu = mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1348:# asm 1: movdqa <mq=int6464#4,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1349:# asm 2: movdqa <mq=%xmm3,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1350-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1352-# qhasm: uint32323232                      mq >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1353:# asm 1: psrld $19,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1354:# asm 2: psrld $19,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1355-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1357-# qhasm:                                   ms ^= mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1358:# asm 1: pxor  <mq=int6464#4,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1359:# asm 2: pxor  <mq=%xmm3,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1360-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1362-# qhasm: uint32323232                      mu <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1363:# asm 1: pslld $13,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1364:# asm 2: pslld $13,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1365-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1367-# qhasm:                                   ms ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1368:# asm 1: pxor  <mu=int6464#1,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1369:# asm 2: pxor  <mu=%xmm0,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1370-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1372-# qhasm:                                                   t = z6_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1373:# asm 1: movdqa <z6_stack=stack128#26,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1374:# asm 2: movdqa <z6_stack=432(%esp),>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1375-movdqa 432(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1377-# qhasm:                                                   p = z10_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1378:# asm 1: movdqa <z10_stack=stack128#22,>p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1379:# asm 2: movdqa <z10_stack=368(%esp),>p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1380-movdqa 368(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1382-# qhasm:                                                   q = z14_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1383:# asm 1: movdqa <z14_stack=stack128#24,>q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1384:# asm 2: movdqa <z14_stack=400(%esp),>q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1385-movdqa 400(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1387-# qhasm:                                                   r = z2_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1388:# asm 1: movdqa <z2_stack=stack128#31,>r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1389:# asm 2: movdqa <z2_stack=512(%esp),>r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1390-movdqa 512(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1392-# qhasm:                                   z1_stack = ms
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1393:# asm 1: movdqa <ms=int6464#7,>z1_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1394:# asm 2: movdqa <ms=%xmm6,>z1_stack=368(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1395-movdqa %xmm6,368(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1397-# qhasm: uint32323232                      mr += ms
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1398:# asm 1: paddd <ms=int6464#7,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1399:# asm 2: paddd <ms=%xmm6,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1400-paddd %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1402-# qhasm:                                   mu = mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1403:# asm 1: movdqa <mr=int6464#6,>mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1404:# asm 2: movdqa <mr=%xmm5,>mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1405-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1407-# qhasm: uint32323232                      mr >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1408:# asm 1: psrld $14,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1409:# asm 2: psrld $14,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1410-psrld $14,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1412-# qhasm:                                   mp ^= mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1413:# asm 1: pxor  <mr=int6464#6,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1414:# asm 2: pxor  <mr=%xmm5,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1415-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1417-# qhasm: uint32323232                      mu <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1418:# asm 1: pslld $18,<mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1419:# asm 2: pslld $18,<mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1420-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1422-# qhasm:                                   mp ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1423:# asm 1: pxor  <mu=int6464#7,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1424:# asm 2: pxor  <mu=%xmm6,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1425-pxor  %xmm6,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1427-# qhasm:                                   z5_stack = mp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1428:# asm 1: movdqa <mp=int6464#5,>z5_stack=stack128#24
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1429:# asm 2: movdqa <mp=%xmm4,>z5_stack=400(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1430-movdqa %xmm4,400(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1440-# qhasm:                                                   s = t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1441:# asm 1: movdqa <t=int6464#3,>s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1442:# asm 2: movdqa <t=%xmm2,>s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1443-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1445-# qhasm: uint32323232                                      t += p
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1446:# asm 1: paddd <p=int6464#1,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1447:# asm 2: paddd <p=%xmm0,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1448-paddd %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1450-# qhasm:                                                   u = t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1451:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1452:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1453-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1455-# qhasm: uint32323232                                      t >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1456:# asm 1: psrld $25,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1457:# asm 2: psrld $25,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1458-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1460-# qhasm:                                                   q ^= t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1461:# asm 1: pxor  <t=int6464#3,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1462:# asm 2: pxor  <t=%xmm2,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1463-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1465-# qhasm: uint32323232                                      u <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1466:# asm 1: pslld $7,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1467:# asm 2: pslld $7,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1468-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1470-# qhasm:                                                   q ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1471:# asm 1: pxor  <u=int6464#5,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1472:# asm 2: pxor  <u=%xmm4,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1473-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1475-# qhasm:                                                   z14_stack = q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1476:# asm 1: movdqa <q=int6464#4,>z14_stack=stack128#36
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1477:# asm 2: movdqa <q=%xmm3,>z14_stack=592(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1478-movdqa %xmm3,592(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1480-# qhasm:                                                   t = p
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1481:# asm 1: movdqa <p=int6464#1,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1482:# asm 2: movdqa <p=%xmm0,>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1483-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1485-# qhasm: uint32323232                                      t += q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1486:# asm 1: paddd <q=int6464#4,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1487:# asm 2: paddd <q=%xmm3,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1488-paddd %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1490-# qhasm:                                                   u = t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1491:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1492:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1493-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1495-# qhasm: uint32323232                                      t >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1496:# asm 1: psrld $23,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1497:# asm 2: psrld $23,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1498-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1500-# qhasm:                                                   r ^= t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1501:# asm 1: pxor  <t=int6464#3,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1502:# asm 2: pxor  <t=%xmm2,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1503-pxor  %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1505-# qhasm: uint32323232                                      u <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1506:# asm 1: pslld $9,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1507:# asm 2: pslld $9,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1508-pslld $9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1510-# qhasm:                                                   r ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1511:# asm 1: pxor  <u=int6464#5,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1512:# asm 2: pxor  <u=%xmm4,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1513-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1515-# qhasm:                                                   z2_stack = r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1516:# asm 1: movdqa <r=int6464#2,>z2_stack=stack128#26
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1517:# asm 2: movdqa <r=%xmm1,>z2_stack=432(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1518-movdqa %xmm1,432(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1520-# qhasm: uint32323232                                      q += r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1521:# asm 1: paddd <r=int6464#2,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1522:# asm 2: paddd <r=%xmm1,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1523-paddd %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1525-# qhasm:                                                   u = q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1526:# asm 1: movdqa <q=int6464#4,>u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1527:# asm 2: movdqa <q=%xmm3,>u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1528-movdqa %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1530-# qhasm: uint32323232                                      q >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1531:# asm 1: psrld $19,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1532:# asm 2: psrld $19,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1533-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1535-# qhasm:                                                   s ^= q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1536:# asm 1: pxor  <q=int6464#4,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1537:# asm 2: pxor  <q=%xmm3,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1538-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1540-# qhasm: uint32323232                                      u <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1541:# asm 1: pslld $13,<u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1542:# asm 2: pslld $13,<u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1543-pslld $13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1545-# qhasm:                                                   s ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1546:# asm 1: pxor  <u=int6464#3,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1547:# asm 2: pxor  <u=%xmm2,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1548-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1550-# qhasm:                                                                   mt = z11_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1551:# asm 1: movdqa <z11_stack=stack128#27,>mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1552:# asm 2: movdqa <z11_stack=448(%esp),>mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1553-movdqa 448(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1555-# qhasm:                                                                   mp = z15_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1556:# asm 1: movdqa <z15_stack=stack128#23,>mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1557:# asm 2: movdqa <z15_stack=384(%esp),>mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1558-movdqa 384(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1560-# qhasm:                                                                   mq = z3_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1561:# asm 1: movdqa <z3_stack=stack128#25,>mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1562:# asm 2: movdqa <z3_stack=416(%esp),>mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1563-movdqa 416(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1565-# qhasm:                                                                   mr = z7_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1566:# asm 1: movdqa <z7_stack=stack128#29,>mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1567:# asm 2: movdqa <z7_stack=480(%esp),>mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1568-movdqa 480(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1570-# qhasm:                                                   z6_stack = s
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1571:# asm 1: movdqa <s=int6464#7,>z6_stack=stack128#23
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1572:# asm 2: movdqa <s=%xmm6,>z6_stack=384(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1573-movdqa %xmm6,384(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1575-# qhasm: uint32323232                                      r += s
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1576:# asm 1: paddd <s=int6464#7,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1577:# asm 2: paddd <s=%xmm6,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1578-paddd %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1580-# qhasm:                                                   u = r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1581:# asm 1: movdqa <r=int6464#2,>u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1582:# asm 2: movdqa <r=%xmm1,>u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1583-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1585-# qhasm: uint32323232                                      r >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1586:# asm 1: psrld $14,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1587:# asm 2: psrld $14,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1588-psrld $14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1590-# qhasm:                                                   p ^= r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1591:# asm 1: pxor  <r=int6464#2,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1592:# asm 2: pxor  <r=%xmm1,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1593-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1595-# qhasm: uint32323232                                      u <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1596:# asm 1: pslld $18,<u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1597:# asm 2: pslld $18,<u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1598-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1600-# qhasm:                                                   p ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1601:# asm 1: pxor  <u=int6464#7,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1602:# asm 2: pxor  <u=%xmm6,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1603-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1605-# qhasm:                                                   z10_stack = p
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1606:# asm 1: movdqa <p=int6464#1,>z10_stack=stack128#27
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1607:# asm 2: movdqa <p=%xmm0,>z10_stack=448(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1608-movdqa %xmm0,448(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1618-# qhasm:                                                                   ms = mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1619:# asm 1: movdqa <mt=int6464#3,>ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1620:# asm 2: movdqa <mt=%xmm2,>ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1621-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1623-# qhasm: uint32323232                                                      mt += mp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1624:# asm 1: paddd <mp=int6464#5,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1625:# asm 2: paddd <mp=%xmm4,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1626-paddd %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1628-# qhasm:                                                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1629:# asm 1: movdqa <mt=int6464#3,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1630:# asm 2: movdqa <mt=%xmm2,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1631-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1633-# qhasm: uint32323232                                                      mt >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1634:# asm 1: psrld $25,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1635:# asm 2: psrld $25,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1636-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1638-# qhasm:                                                                   mq ^= mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1639:# asm 1: pxor  <mt=int6464#3,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1640:# asm 2: pxor  <mt=%xmm2,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1641-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1643-# qhasm: uint32323232                                                      mu <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1644:# asm 1: pslld $7,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1645:# asm 2: pslld $7,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1646-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1648-# qhasm:                                                                   mq ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1649:# asm 1: pxor  <mu=int6464#1,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1650:# asm 2: pxor  <mu=%xmm0,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1651-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1653-# qhasm:                                                                   z3_stack = mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1654:# asm 1: movdqa <mq=int6464#4,>z3_stack=stack128#25
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1655:# asm 2: movdqa <mq=%xmm3,>z3_stack=416(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1656-movdqa %xmm3,416(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1658-# qhasm:                                                                   mt = mp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1659:# asm 1: movdqa <mp=int6464#5,>mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1660:# asm 2: movdqa <mp=%xmm4,>mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1661-movdqa %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1663-# qhasm: uint32323232                                                      mt += mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1664:# asm 1: paddd <mq=int6464#4,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1665:# asm 2: paddd <mq=%xmm3,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1666-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1668-# qhasm:                                                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1669:# asm 1: movdqa <mt=int6464#1,>mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1670:# asm 2: movdqa <mt=%xmm0,>mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1671-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1673-# qhasm: uint32323232                                                      mt >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1674:# asm 1: psrld $23,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1675:# asm 2: psrld $23,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1676-psrld $23,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1678-# qhasm:                                                                   mr ^= mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1679:# asm 1: pxor  <mt=int6464#1,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1680:# asm 2: pxor  <mt=%xmm0,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1681-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1683-# qhasm: uint32323232                                                      mu <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1684:# asm 1: pslld $9,<mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1685:# asm 2: pslld $9,<mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1686-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1688-# qhasm:                                                                   mr ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1689:# asm 1: pxor  <mu=int6464#2,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1690:# asm 2: pxor  <mu=%xmm1,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1691-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1693-# qhasm:                                                                   z7_stack = mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1694:# asm 1: movdqa <mr=int6464#6,>z7_stack=stack128#29
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1695:# asm 2: movdqa <mr=%xmm5,>z7_stack=480(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1696-movdqa %xmm5,480(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1698-# qhasm: uint32323232                                                      mq += mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1699:# asm 1: paddd <mr=int6464#6,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1700:# asm 2: paddd <mr=%xmm5,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1701-paddd %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1703-# qhasm:                                                                   mu = mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1704:# asm 1: movdqa <mq=int6464#4,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1705:# asm 2: movdqa <mq=%xmm3,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1706-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1708-# qhasm: uint32323232                                                      mq >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1709:# asm 1: psrld $19,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1710:# asm 2: psrld $19,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1711-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1713-# qhasm:                                                                   ms ^= mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1714:# asm 1: pxor  <mq=int6464#4,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1715:# asm 2: pxor  <mq=%xmm3,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1716-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1718-# qhasm: uint32323232                                                      mu <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1719:# asm 1: pslld $13,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1720:# asm 2: pslld $13,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1721-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1723-# qhasm:                                                                   ms ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1724:# asm 1: pxor  <mu=int6464#1,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1725:# asm 2: pxor  <mu=%xmm0,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1726-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1728-# qhasm:                   t = z3_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1729:# asm 1: movdqa <z3_stack=stack128#25,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1730:# asm 2: movdqa <z3_stack=416(%esp),>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1731-movdqa 416(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1733-# qhasm:                   p = z0_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1734:# asm 1: movdqa <z0_stack=stack128#21,>p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1735:# asm 2: movdqa <z0_stack=352(%esp),>p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1736-movdqa 352(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1738-# qhasm:                   q = z1_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1739:# asm 1: movdqa <z1_stack=stack128#22,>q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1740:# asm 2: movdqa <z1_stack=368(%esp),>q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1741-movdqa 368(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1743-# qhasm:                   r = z2_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1744:# asm 1: movdqa <z2_stack=stack128#26,>r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1745:# asm 2: movdqa <z2_stack=432(%esp),>r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1746-movdqa 432(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1748-# qhasm:                                                                   z11_stack = ms
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1749:# asm 1: movdqa <ms=int6464#7,>z11_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1750:# asm 2: movdqa <ms=%xmm6,>z11_stack=352(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1751-movdqa %xmm6,352(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1753-# qhasm: uint32323232                                                      mr += ms
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1754:# asm 1: paddd <ms=int6464#7,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1755:# asm 2: paddd <ms=%xmm6,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1756-paddd %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1758-# qhasm:                                                                   mu = mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1759:# asm 1: movdqa <mr=int6464#6,>mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1760:# asm 2: movdqa <mr=%xmm5,>mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1761-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1763-# qhasm: uint32323232                                                      mr >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1764:# asm 1: psrld $14,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1765:# asm 2: psrld $14,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1766-psrld $14,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1768-# qhasm:                                                                   mp ^= mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1769:# asm 1: pxor  <mr=int6464#6,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1770:# asm 2: pxor  <mr=%xmm5,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1771-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1773-# qhasm: uint32323232                                                      mu <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1774:# asm 1: pslld $18,<mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1775:# asm 2: pslld $18,<mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1776-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1778-# qhasm:                                                                   mp ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1779:# asm 1: pxor  <mu=int6464#7,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1780:# asm 2: pxor  <mu=%xmm6,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1781-pxor  %xmm6,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1783-# qhasm:                                                                   z15_stack = mp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1784:# asm 1: movdqa <mp=int6464#5,>z15_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1785:# asm 2: movdqa <mp=%xmm4,>z15_stack=368(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1786-movdqa %xmm4,368(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1796-# qhasm:                   s = t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1797:# asm 1: movdqa <t=int6464#3,>s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1798:# asm 2: movdqa <t=%xmm2,>s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1799-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1801-# qhasm: uint32323232      t += p
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1802:# asm 1: paddd <p=int6464#1,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1803:# asm 2: paddd <p=%xmm0,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1804-paddd %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1806-# qhasm:                   u = t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1807:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1808:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1809-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1811-# qhasm: uint32323232      t >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1812:# asm 1: psrld $25,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1813:# asm 2: psrld $25,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1814-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1816-# qhasm:                   q ^= t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1817:# asm 1: pxor  <t=int6464#3,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1818:# asm 2: pxor  <t=%xmm2,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1819-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1821-# qhasm: uint32323232      u <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1822:# asm 1: pslld $7,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1823:# asm 2: pslld $7,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1824-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1826-# qhasm:                   q ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1827:# asm 1: pxor  <u=int6464#5,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1828:# asm 2: pxor  <u=%xmm4,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1829-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1831-# qhasm:                   z1_stack = q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1832:# asm 1: movdqa <q=int6464#4,>z1_stack=stack128#28
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1833:# asm 2: movdqa <q=%xmm3,>z1_stack=464(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1834-movdqa %xmm3,464(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1836-# qhasm:                   t = p
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1837:# asm 1: movdqa <p=int6464#1,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1838:# asm 2: movdqa <p=%xmm0,>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1839-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1841-# qhasm: uint32323232      t += q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1842:# asm 1: paddd <q=int6464#4,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1843:# asm 2: paddd <q=%xmm3,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1844-paddd %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1846-# qhasm:                   u = t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1847:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1848:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1849-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1851-# qhasm: uint32323232      t >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1852:# asm 1: psrld $23,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1853:# asm 2: psrld $23,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1854-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1856-# qhasm:                   r ^= t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1857:# asm 1: pxor  <t=int6464#3,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1858:# asm 2: pxor  <t=%xmm2,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1859-pxor  %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1861-# qhasm: uint32323232      u <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1862:# asm 1: pslld $9,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1863:# asm 2: pslld $9,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1864-pslld $9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1866-# qhasm:                   r ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1867:# asm 1: pxor  <u=int6464#5,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1868:# asm 2: pxor  <u=%xmm4,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1869-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1871-# qhasm:                   z2_stack = r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1872:# asm 1: movdqa <r=int6464#2,>z2_stack=stack128#31
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1873:# asm 2: movdqa <r=%xmm1,>z2_stack=512(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1874-movdqa %xmm1,512(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1876-# qhasm: uint32323232      q += r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1877:# asm 1: paddd <r=int6464#2,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1878:# asm 2: paddd <r=%xmm1,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1879-paddd %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1881-# qhasm:                   u = q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1882:# asm 1: movdqa <q=int6464#4,>u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1883:# asm 2: movdqa <q=%xmm3,>u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1884-movdqa %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1886-# qhasm: uint32323232      q >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1887:# asm 1: psrld $19,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1888:# asm 2: psrld $19,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1889-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1891-# qhasm:                   s ^= q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1892:# asm 1: pxor  <q=int6464#4,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1893:# asm 2: pxor  <q=%xmm3,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1894-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1896-# qhasm: uint32323232      u <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1897:# asm 1: pslld $13,<u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1898:# asm 2: pslld $13,<u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1899-pslld $13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1901-# qhasm:                   s ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1902:# asm 1: pxor  <u=int6464#3,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1903:# asm 2: pxor  <u=%xmm2,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1904-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1906-# qhasm:                                   mt = z4_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1907:# asm 1: movdqa <z4_stack=stack128#33,>mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1908:# asm 2: movdqa <z4_stack=544(%esp),>mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1909-movdqa 544(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1911-# qhasm:                                   mp = z5_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1912:# asm 1: movdqa <z5_stack=stack128#24,>mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1913:# asm 2: movdqa <z5_stack=400(%esp),>mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1914-movdqa 400(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1916-# qhasm:                                   mq = z6_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1917:# asm 1: movdqa <z6_stack=stack128#23,>mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1918:# asm 2: movdqa <z6_stack=384(%esp),>mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1919-movdqa 384(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1921-# qhasm:                                   mr = z7_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1922:# asm 1: movdqa <z7_stack=stack128#29,>mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1923:# asm 2: movdqa <z7_stack=480(%esp),>mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1924-movdqa 480(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1926-# qhasm:                   z3_stack = s
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1927:# asm 1: movdqa <s=int6464#7,>z3_stack=stack128#25
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1928:# asm 2: movdqa <s=%xmm6,>z3_stack=416(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1929-movdqa %xmm6,416(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1931-# qhasm: uint32323232      r += s
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1932:# asm 1: paddd <s=int6464#7,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1933:# asm 2: paddd <s=%xmm6,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1934-paddd %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1936-# qhasm:                   u = r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1937:# asm 1: movdqa <r=int6464#2,>u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1938:# asm 2: movdqa <r=%xmm1,>u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1939-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1941-# qhasm: uint32323232      r >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1942:# asm 1: psrld $14,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1943:# asm 2: psrld $14,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1944-psrld $14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1946-# qhasm:                   p ^= r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1947:# asm 1: pxor  <r=int6464#2,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1948:# asm 2: pxor  <r=%xmm1,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1949-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1951-# qhasm: uint32323232      u <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1952:# asm 1: pslld $18,<u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1953:# asm 2: pslld $18,<u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1954-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1956-# qhasm:                   p ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1957:# asm 1: pxor  <u=int6464#7,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1958:# asm 2: pxor  <u=%xmm6,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1959-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1961-# qhasm:                   z0_stack = p
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1962:# asm 1: movdqa <p=int6464#1,>z0_stack=stack128#33
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1963:# asm 2: movdqa <p=%xmm0,>z0_stack=544(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1964-movdqa %xmm0,544(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1974-# qhasm:                                   ms = mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1975:# asm 1: movdqa <mt=int6464#3,>ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1976:# asm 2: movdqa <mt=%xmm2,>ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1977-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1979-# qhasm: uint32323232                      mt += mp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1980:# asm 1: paddd <mp=int6464#5,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1981:# asm 2: paddd <mp=%xmm4,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1982-paddd %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1984-# qhasm:                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1985:# asm 1: movdqa <mt=int6464#3,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1986:# asm 2: movdqa <mt=%xmm2,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1987-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1989-# qhasm: uint32323232                      mt >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1990:# asm 1: psrld $25,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1991:# asm 2: psrld $25,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1992-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1994-# qhasm:                                   mq ^= mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1995:# asm 1: pxor  <mt=int6464#3,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:1996:# asm 2: pxor  <mt=%xmm2,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1997-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-1999-# qhasm: uint32323232                      mu <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2000:# asm 1: pslld $7,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2001:# asm 2: pslld $7,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2002-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2004-# qhasm:                                   mq ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2005:# asm 1: pxor  <mu=int6464#1,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2006:# asm 2: pxor  <mu=%xmm0,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2007-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2009-# qhasm:                                   z6_stack = mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2010:# asm 1: movdqa <mq=int6464#4,>z6_stack=stack128#26
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2011:# asm 2: movdqa <mq=%xmm3,>z6_stack=432(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2012-movdqa %xmm3,432(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2014-# qhasm:                                   mt = mp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2015:# asm 1: movdqa <mp=int6464#5,>mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2016:# asm 2: movdqa <mp=%xmm4,>mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2017-movdqa %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2019-# qhasm: uint32323232                      mt += mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2020:# asm 1: paddd <mq=int6464#4,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2021:# asm 2: paddd <mq=%xmm3,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2022-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2024-# qhasm:                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2025:# asm 1: movdqa <mt=int6464#1,>mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2026:# asm 2: movdqa <mt=%xmm0,>mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2027-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2029-# qhasm: uint32323232                      mt >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2030:# asm 1: psrld $23,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2031:# asm 2: psrld $23,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2032-psrld $23,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2034-# qhasm:                                   mr ^= mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2035:# asm 1: pxor  <mt=int6464#1,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2036:# asm 2: pxor  <mt=%xmm0,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2037-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2039-# qhasm: uint32323232                      mu <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2040:# asm 1: pslld $9,<mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2041:# asm 2: pslld $9,<mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2042-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2044-# qhasm:                                   mr ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2045:# asm 1: pxor  <mu=int6464#2,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2046:# asm 2: pxor  <mu=%xmm1,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2047-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2049-# qhasm:                                   z7_stack = mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2050:# asm 1: movdqa <mr=int6464#6,>z7_stack=stack128#29
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2051:# asm 2: movdqa <mr=%xmm5,>z7_stack=480(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2052-movdqa %xmm5,480(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2054-# qhasm: uint32323232                      mq += mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2055:# asm 1: paddd <mr=int6464#6,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2056:# asm 2: paddd <mr=%xmm5,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2057-paddd %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2059-# qhasm:                                   mu = mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2060:# asm 1: movdqa <mq=int6464#4,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2061:# asm 2: movdqa <mq=%xmm3,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2062-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2064-# qhasm: uint32323232                      mq >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2065:# asm 1: psrld $19,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2066:# asm 2: psrld $19,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2067-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2069-# qhasm:                                   ms ^= mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2070:# asm 1: pxor  <mq=int6464#4,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2071:# asm 2: pxor  <mq=%xmm3,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2072-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2074-# qhasm: uint32323232                      mu <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2075:# asm 1: pslld $13,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2076:# asm 2: pslld $13,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2077-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2079-# qhasm:                                   ms ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2080:# asm 1: pxor  <mu=int6464#1,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2081:# asm 2: pxor  <mu=%xmm0,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2082-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2084-# qhasm:                                                   t = z9_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2085:# asm 1: movdqa <z9_stack=stack128#32,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2086:# asm 2: movdqa <z9_stack=528(%esp),>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2087-movdqa 528(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2089-# qhasm:                                                   p = z10_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2090:# asm 1: movdqa <z10_stack=stack128#27,>p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2091:# asm 2: movdqa <z10_stack=448(%esp),>p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2092-movdqa 448(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2094-# qhasm:                                                   q = z11_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2095:# asm 1: movdqa <z11_stack=stack128#21,>q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2096:# asm 2: movdqa <z11_stack=352(%esp),>q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2097-movdqa 352(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2099-# qhasm:                                                   r = z8_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2100:# asm 1: movdqa <z8_stack=stack128#34,>r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2101:# asm 2: movdqa <z8_stack=560(%esp),>r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2102-movdqa 560(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2104-# qhasm:                                   z4_stack = ms
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2105:# asm 1: movdqa <ms=int6464#7,>z4_stack=stack128#34
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2106:# asm 2: movdqa <ms=%xmm6,>z4_stack=560(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2107-movdqa %xmm6,560(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2109-# qhasm: uint32323232                      mr += ms
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2110:# asm 1: paddd <ms=int6464#7,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2111:# asm 2: paddd <ms=%xmm6,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2112-paddd %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2114-# qhasm:                                   mu = mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2115:# asm 1: movdqa <mr=int6464#6,>mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2116:# asm 2: movdqa <mr=%xmm5,>mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2117-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2119-# qhasm: uint32323232                      mr >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2120:# asm 1: psrld $14,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2121:# asm 2: psrld $14,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2122-psrld $14,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2124-# qhasm:                                   mp ^= mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2125:# asm 1: pxor  <mr=int6464#6,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2126:# asm 2: pxor  <mr=%xmm5,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2127-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2129-# qhasm: uint32323232                      mu <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2130:# asm 1: pslld $18,<mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2131:# asm 2: pslld $18,<mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2132-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2134-# qhasm:                                   mp ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2135:# asm 1: pxor  <mu=int6464#7,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2136:# asm 2: pxor  <mu=%xmm6,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2137-pxor  %xmm6,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2139-# qhasm:                                   z5_stack = mp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2140:# asm 1: movdqa <mp=int6464#5,>z5_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2141:# asm 2: movdqa <mp=%xmm4,>z5_stack=352(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2142-movdqa %xmm4,352(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2152-# qhasm:                                                   s = t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2153:# asm 1: movdqa <t=int6464#3,>s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2154:# asm 2: movdqa <t=%xmm2,>s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2155-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2157-# qhasm: uint32323232                                      t += p
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2158:# asm 1: paddd <p=int6464#1,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2159:# asm 2: paddd <p=%xmm0,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2160-paddd %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2162-# qhasm:                                                   u = t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2163:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2164:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2165-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2167-# qhasm: uint32323232                                      t >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2168:# asm 1: psrld $25,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2169:# asm 2: psrld $25,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2170-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2172-# qhasm:                                                   q ^= t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2173:# asm 1: pxor  <t=int6464#3,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2174:# asm 2: pxor  <t=%xmm2,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2175-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2177-# qhasm: uint32323232                                      u <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2178:# asm 1: pslld $7,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2179:# asm 2: pslld $7,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2180-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2182-# qhasm:                                                   q ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2183:# asm 1: pxor  <u=int6464#5,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2184:# asm 2: pxor  <u=%xmm4,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2185-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2187-# qhasm:                                                   z11_stack = q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2188:# asm 1: movdqa <q=int6464#4,>z11_stack=stack128#27
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2189:# asm 2: movdqa <q=%xmm3,>z11_stack=448(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2190-movdqa %xmm3,448(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2192-# qhasm:                                                   t = p
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2193:# asm 1: movdqa <p=int6464#1,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2194:# asm 2: movdqa <p=%xmm0,>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2195-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2197-# qhasm: uint32323232                                      t += q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2198:# asm 1: paddd <q=int6464#4,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2199:# asm 2: paddd <q=%xmm3,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2200-paddd %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2202-# qhasm:                                                   u = t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2203:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2204:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2205-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2207-# qhasm: uint32323232                                      t >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2208:# asm 1: psrld $23,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2209:# asm 2: psrld $23,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2210-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2212-# qhasm:                                                   r ^= t
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2213:# asm 1: pxor  <t=int6464#3,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2214:# asm 2: pxor  <t=%xmm2,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2215-pxor  %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2217-# qhasm: uint32323232                                      u <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2218:# asm 1: pslld $9,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2219:# asm 2: pslld $9,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2220-pslld $9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2222-# qhasm:                                                   r ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2223:# asm 1: pxor  <u=int6464#5,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2224:# asm 2: pxor  <u=%xmm4,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2225-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2227-# qhasm:                                                   z8_stack = r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2228:# asm 1: movdqa <r=int6464#2,>z8_stack=stack128#37
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2229:# asm 2: movdqa <r=%xmm1,>z8_stack=608(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2230-movdqa %xmm1,608(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2232-# qhasm: uint32323232                                      q += r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2233:# asm 1: paddd <r=int6464#2,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2234:# asm 2: paddd <r=%xmm1,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2235-paddd %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2237-# qhasm:                                                   u = q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2238:# asm 1: movdqa <q=int6464#4,>u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2239:# asm 2: movdqa <q=%xmm3,>u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2240-movdqa %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2242-# qhasm: uint32323232                                      q >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2243:# asm 1: psrld $19,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2244:# asm 2: psrld $19,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2245-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2247-# qhasm:                                                   s ^= q
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2248:# asm 1: pxor  <q=int6464#4,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2249:# asm 2: pxor  <q=%xmm3,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2250-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2252-# qhasm: uint32323232                                      u <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2253:# asm 1: pslld $13,<u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2254:# asm 2: pslld $13,<u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2255-pslld $13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2257-# qhasm:                                                   s ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2258:# asm 1: pxor  <u=int6464#3,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2259:# asm 2: pxor  <u=%xmm2,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2260-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2262-# qhasm:                                                                   mt = z14_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2263:# asm 1: movdqa <z14_stack=stack128#36,>mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2264:# asm 2: movdqa <z14_stack=592(%esp),>mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2265-movdqa 592(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2267-# qhasm:                                                                   mp = z15_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2268:# asm 1: movdqa <z15_stack=stack128#22,>mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2269:# asm 2: movdqa <z15_stack=368(%esp),>mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2270-movdqa 368(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2272-# qhasm:                                                                   mq = z12_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2273:# asm 1: movdqa <z12_stack=stack128#30,>mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2274:# asm 2: movdqa <z12_stack=496(%esp),>mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2275-movdqa 496(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2277-# qhasm:                                                                   mr = z13_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2278:# asm 1: movdqa <z13_stack=stack128#35,>mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2279:# asm 2: movdqa <z13_stack=576(%esp),>mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2280-movdqa 576(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2282-# qhasm:                                                   z9_stack = s
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2283:# asm 1: movdqa <s=int6464#7,>z9_stack=stack128#32
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2284:# asm 2: movdqa <s=%xmm6,>z9_stack=528(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2285-movdqa %xmm6,528(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2287-# qhasm: uint32323232                                      r += s
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2288:# asm 1: paddd <s=int6464#7,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2289:# asm 2: paddd <s=%xmm6,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2290-paddd %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2292-# qhasm:                                                   u = r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2293:# asm 1: movdqa <r=int6464#2,>u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2294:# asm 2: movdqa <r=%xmm1,>u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2295-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2297-# qhasm: uint32323232                                      r >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2298:# asm 1: psrld $14,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2299:# asm 2: psrld $14,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2300-psrld $14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2302-# qhasm:                                                   p ^= r
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2303:# asm 1: pxor  <r=int6464#2,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2304:# asm 2: pxor  <r=%xmm1,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2305-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2307-# qhasm: uint32323232                                      u <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2308:# asm 1: pslld $18,<u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2309:# asm 2: pslld $18,<u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2310-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2312-# qhasm:                                                   p ^= u
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2313:# asm 1: pxor  <u=int6464#7,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2314:# asm 2: pxor  <u=%xmm6,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2315-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2317-# qhasm:                                                   z10_stack = p
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2318:# asm 1: movdqa <p=int6464#1,>z10_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2319:# asm 2: movdqa <p=%xmm0,>z10_stack=368(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2320-movdqa %xmm0,368(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2330-# qhasm:                                                                   ms = mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2331:# asm 1: movdqa <mt=int6464#3,>ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2332:# asm 2: movdqa <mt=%xmm2,>ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2333-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2335-# qhasm: uint32323232                                                      mt += mp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2336:# asm 1: paddd <mp=int6464#5,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2337:# asm 2: paddd <mp=%xmm4,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2338-paddd %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2340-# qhasm:                                                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2341:# asm 1: movdqa <mt=int6464#3,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2342:# asm 2: movdqa <mt=%xmm2,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2343-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2345-# qhasm: uint32323232                                                      mt >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2346:# asm 1: psrld $25,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2347:# asm 2: psrld $25,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2348-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2350-# qhasm:                                                                   mq ^= mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2351:# asm 1: pxor  <mt=int6464#3,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2352:# asm 2: pxor  <mt=%xmm2,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2353-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2355-# qhasm: uint32323232                                                      mu <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2356:# asm 1: pslld $7,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2357:# asm 2: pslld $7,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2358-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2360-# qhasm:                                                                   mq ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2361:# asm 1: pxor  <mu=int6464#1,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2362:# asm 2: pxor  <mu=%xmm0,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2363-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2365-# qhasm:                                                                   z12_stack = mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2366:# asm 1: movdqa <mq=int6464#4,>z12_stack=stack128#35
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2367:# asm 2: movdqa <mq=%xmm3,>z12_stack=576(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2368-movdqa %xmm3,576(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2370-# qhasm:                                                                   mt = mp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2371:# asm 1: movdqa <mp=int6464#5,>mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2372:# asm 2: movdqa <mp=%xmm4,>mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2373-movdqa %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2375-# qhasm: uint32323232                                                      mt += mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2376:# asm 1: paddd <mq=int6464#4,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2377:# asm 2: paddd <mq=%xmm3,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2378-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2380-# qhasm:                                                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2381:# asm 1: movdqa <mt=int6464#1,>mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2382:# asm 2: movdqa <mt=%xmm0,>mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2383-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2385-# qhasm: uint32323232                                                      mt >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2386:# asm 1: psrld $23,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2387:# asm 2: psrld $23,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2388-psrld $23,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2390-# qhasm:                                                                   mr ^= mt
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2391:# asm 1: pxor  <mt=int6464#1,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2392:# asm 2: pxor  <mt=%xmm0,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2393-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2395-# qhasm: uint32323232                                                      mu <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2396:# asm 1: pslld $9,<mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2397:# asm 2: pslld $9,<mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2398-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2400-# qhasm:                                                                   mr ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2401:# asm 1: pxor  <mu=int6464#2,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2402:# asm 2: pxor  <mu=%xmm1,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2403-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2405-# qhasm:                                                                   z13_stack = mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2406:# asm 1: movdqa <mr=int6464#6,>z13_stack=stack128#30
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2407:# asm 2: movdqa <mr=%xmm5,>z13_stack=496(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2408-movdqa %xmm5,496(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2410-# qhasm: uint32323232                                                      mq += mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2411:# asm 1: paddd <mr=int6464#6,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2412:# asm 2: paddd <mr=%xmm5,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2413-paddd %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2415-# qhasm:                                                                   mu = mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2416:# asm 1: movdqa <mq=int6464#4,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2417:# asm 2: movdqa <mq=%xmm3,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2418-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2420-# qhasm: uint32323232                                                      mq >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2421:# asm 1: psrld $19,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2422:# asm 2: psrld $19,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2423-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2425-# qhasm:                                                                   ms ^= mq
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2426:# asm 1: pxor  <mq=int6464#4,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2427:# asm 2: pxor  <mq=%xmm3,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2428-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2430-# qhasm: uint32323232                                                      mu <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2431:# asm 1: pslld $13,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2432:# asm 2: pslld $13,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2433-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2435-# qhasm:                                                                   ms ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2436:# asm 1: pxor  <mu=int6464#1,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2437:# asm 2: pxor  <mu=%xmm0,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2438-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2440-# qhasm:                   t = z12_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2441:# asm 1: movdqa <z12_stack=stack128#35,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2442:# asm 2: movdqa <z12_stack=576(%esp),>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2443-movdqa 576(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2445-# qhasm:                   p = z0_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2446:# asm 1: movdqa <z0_stack=stack128#33,>p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2447:# asm 2: movdqa <z0_stack=544(%esp),>p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2448-movdqa 544(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2450-# qhasm:                   q = z4_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2451:# asm 1: movdqa <z4_stack=stack128#34,>q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2452:# asm 2: movdqa <z4_stack=560(%esp),>q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2453-movdqa 560(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2455-# qhasm:                   r = z8_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2456:# asm 1: movdqa <z8_stack=stack128#37,>r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2457:# asm 2: movdqa <z8_stack=608(%esp),>r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2458-movdqa 608(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2460-# qhasm:                                                                   z14_stack = ms
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2461:# asm 1: movdqa <ms=int6464#7,>z14_stack=stack128#24
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2462:# asm 2: movdqa <ms=%xmm6,>z14_stack=400(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2463-movdqa %xmm6,400(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2465-# qhasm: uint32323232                                                      mr += ms
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2466:# asm 1: paddd <ms=int6464#7,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2467:# asm 2: paddd <ms=%xmm6,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2468-paddd %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2470-# qhasm:                                                                   mu = mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2471:# asm 1: movdqa <mr=int6464#6,>mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2472:# asm 2: movdqa <mr=%xmm5,>mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2473-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2475-# qhasm: uint32323232                                                      mr >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2476:# asm 1: psrld $14,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2477:# asm 2: psrld $14,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2478-psrld $14,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2480-# qhasm:                                                                   mp ^= mr
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2481:# asm 1: pxor  <mr=int6464#6,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2482:# asm 2: pxor  <mr=%xmm5,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2483-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2485-# qhasm: uint32323232                                                      mu <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2486:# asm 1: pslld $18,<mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2487:# asm 2: pslld $18,<mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2488-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2490-# qhasm:                                                                   mp ^= mu
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2491:# asm 1: pxor  <mu=int6464#7,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2492:# asm 2: pxor  <mu=%xmm6,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2493-pxor  %xmm6,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2495-# qhasm:                                                                   z15_stack = mp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2496:# asm 1: movdqa <mp=int6464#5,>z15_stack=stack128#23
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2497:# asm 2: movdqa <mp=%xmm4,>z15_stack=384(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2498-movdqa %xmm4,384(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2500-# qhasm:                   unsigned>? i -= 2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2501:# asm 1: sub  $2,<i=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2502:# asm 2: sub  $2,<i=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2503-sub  $2,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2509-# qhasm:   out = out_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2510:# asm 1: movl <out_stack=stack32#6,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2511:# asm 2: movl <out_stack=20(%esp),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2512-movl 20(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2514-# qhasm:   z0 = z0_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2515:# asm 1: movdqa <z0_stack=stack128#33,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2516:# asm 2: movdqa <z0_stack=544(%esp),>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2517-movdqa 544(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2519-# qhasm:   z1 = z1_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2520:# asm 1: movdqa <z1_stack=stack128#28,>z1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2521:# asm 2: movdqa <z1_stack=464(%esp),>z1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2522-movdqa 464(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2524-# qhasm:   z2 = z2_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2525:# asm 1: movdqa <z2_stack=stack128#31,>z2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2526:# asm 2: movdqa <z2_stack=512(%esp),>z2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2527-movdqa 512(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2529-# qhasm:   z3 = z3_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2530:# asm 1: movdqa <z3_stack=stack128#25,>z3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2531:# asm 2: movdqa <z3_stack=416(%esp),>z3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2532-movdqa 416(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2534-# qhasm:   uint32323232 z0 += orig0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2535:# asm 1: paddd <orig0=stack128#8,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2536:# asm 2: paddd <orig0=144(%esp),<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2537-paddd 144(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2539-# qhasm:   uint32323232 z1 += orig1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2540:# asm 1: paddd <orig1=stack128#12,<z1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2541:# asm 2: paddd <orig1=208(%esp),<z1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2542-paddd 208(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2544-# qhasm:   uint32323232 z2 += orig2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2545:# asm 1: paddd <orig2=stack128#15,<z2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2546:# asm 2: paddd <orig2=256(%esp),<z2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2547-paddd 256(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2549-# qhasm:   uint32323232 z3 += orig3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2550:# asm 1: paddd <orig3=stack128#18,<z3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2551:# asm 2: paddd <orig3=304(%esp),<z3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2552-paddd 304(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2554-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2555:# asm 1: movd   <z0=int6464#1,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2556:# asm 2: movd   <z0=%xmm0,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2557-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2559-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2560:# asm 1: movd   <z1=int6464#2,>in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2561:# asm 2: movd   <z1=%xmm1,>in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2562-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2564-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2565:# asm 1: movd   <z2=int6464#3,>in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2566:# asm 2: movd   <z2=%xmm2,>in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2567-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2569-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2570:# asm 1: movd   <z3=int6464#4,>in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2571:# asm 2: movd   <z3=%xmm3,>in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2572-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2574-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2575:# asm 1: pshufd $0x39,<z0=int6464#1,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2576:# asm 2: pshufd $0x39,<z0=%xmm0,<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2577-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2579-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2580:# asm 1: pshufd $0x39,<z1=int6464#2,<z1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2581:# asm 2: pshufd $0x39,<z1=%xmm1,<z1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2582-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2584-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2585:# asm 1: pshufd $0x39,<z2=int6464#3,<z2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2586:# asm 2: pshufd $0x39,<z2=%xmm2,<z2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2587-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2589-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2590:# asm 1: pshufd $0x39,<z3=int6464#4,<z3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2591:# asm 2: pshufd $0x39,<z3=%xmm3,<z3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2592-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2594-# qhasm:   in0 ^= *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2595:# asm 1: xorl 0(<m=int32#5),<in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2596:# asm 2: xorl 0(<m=%esi),<in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2597-xorl 0(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2599-# qhasm:   in1 ^= *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2600:# asm 1: xorl 4(<m=int32#5),<in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2601:# asm 2: xorl 4(<m=%esi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2602-xorl 4(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2604-# qhasm:   in2 ^= *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2605:# asm 1: xorl 8(<m=int32#5),<in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2606:# asm 2: xorl 8(<m=%esi),<in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2607-xorl 8(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2609-# qhasm:   in3 ^= *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2610:# asm 1: xorl 12(<m=int32#5),<in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2611:# asm 2: xorl 12(<m=%esi),<in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2612-xorl 12(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2614-# qhasm:   *(uint32 *) (out + 0) = in0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2615:# asm 1: movl <in0=int32#1,0(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2616:# asm 2: movl <in0=%eax,0(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2617-movl %eax,0(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2619-# qhasm:   *(uint32 *) (out + 4) = in1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2620:# asm 1: movl <in1=int32#2,4(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2621:# asm 2: movl <in1=%ecx,4(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2622-movl %ecx,4(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2624-# qhasm:   *(uint32 *) (out + 8) = in2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2625:# asm 1: movl <in2=int32#3,8(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2626:# asm 2: movl <in2=%edx,8(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2627-movl %edx,8(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2629-# qhasm:   *(uint32 *) (out + 12) = in3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2630:# asm 1: movl <in3=int32#4,12(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2631:# asm 2: movl <in3=%ebx,12(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2632-movl %ebx,12(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2634-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2635:# asm 1: movd   <z0=int6464#1,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2636:# asm 2: movd   <z0=%xmm0,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2637-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2639-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2640:# asm 1: movd   <z1=int6464#2,>in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2641:# asm 2: movd   <z1=%xmm1,>in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2642-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2644-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2645:# asm 1: movd   <z2=int6464#3,>in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2646:# asm 2: movd   <z2=%xmm2,>in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2647-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2649-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2650:# asm 1: movd   <z3=int6464#4,>in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2651:# asm 2: movd   <z3=%xmm3,>in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2652-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2654-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2655:# asm 1: pshufd $0x39,<z0=int6464#1,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2656:# asm 2: pshufd $0x39,<z0=%xmm0,<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2657-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2659-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2660:# asm 1: pshufd $0x39,<z1=int6464#2,<z1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2661:# asm 2: pshufd $0x39,<z1=%xmm1,<z1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2662-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2664-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2665:# asm 1: pshufd $0x39,<z2=int6464#3,<z2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2666:# asm 2: pshufd $0x39,<z2=%xmm2,<z2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2667-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2669-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2670:# asm 1: pshufd $0x39,<z3=int6464#4,<z3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2671:# asm 2: pshufd $0x39,<z3=%xmm3,<z3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2672-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2674-# qhasm:   in0 ^= *(uint32 *) (m + 64)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2675:# asm 1: xorl 64(<m=int32#5),<in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2676:# asm 2: xorl 64(<m=%esi),<in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2677-xorl 64(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2679-# qhasm:   in1 ^= *(uint32 *) (m + 68)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2680:# asm 1: xorl 68(<m=int32#5),<in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2681:# asm 2: xorl 68(<m=%esi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2682-xorl 68(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2684-# qhasm:   in2 ^= *(uint32 *) (m + 72)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2685:# asm 1: xorl 72(<m=int32#5),<in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2686:# asm 2: xorl 72(<m=%esi),<in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2687-xorl 72(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2689-# qhasm:   in3 ^= *(uint32 *) (m + 76)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2690:# asm 1: xorl 76(<m=int32#5),<in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2691:# asm 2: xorl 76(<m=%esi),<in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2692-xorl 76(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2694-# qhasm:   *(uint32 *) (out + 64) = in0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2695:# asm 1: movl <in0=int32#1,64(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2696:# asm 2: movl <in0=%eax,64(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2697-movl %eax,64(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2699-# qhasm:   *(uint32 *) (out + 68) = in1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2700:# asm 1: movl <in1=int32#2,68(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2701:# asm 2: movl <in1=%ecx,68(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2702-movl %ecx,68(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2704-# qhasm:   *(uint32 *) (out + 72) = in2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2705:# asm 1: movl <in2=int32#3,72(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2706:# asm 2: movl <in2=%edx,72(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2707-movl %edx,72(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2709-# qhasm:   *(uint32 *) (out + 76) = in3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2710:# asm 1: movl <in3=int32#4,76(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2711:# asm 2: movl <in3=%ebx,76(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2712-movl %ebx,76(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2714-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2715:# asm 1: movd   <z0=int6464#1,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2716:# asm 2: movd   <z0=%xmm0,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2717-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2719-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2720:# asm 1: movd   <z1=int6464#2,>in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2721:# asm 2: movd   <z1=%xmm1,>in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2722-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2724-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2725:# asm 1: movd   <z2=int6464#3,>in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2726:# asm 2: movd   <z2=%xmm2,>in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2727-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2729-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2730:# asm 1: movd   <z3=int6464#4,>in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2731:# asm 2: movd   <z3=%xmm3,>in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2732-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2734-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2735:# asm 1: pshufd $0x39,<z0=int6464#1,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2736:# asm 2: pshufd $0x39,<z0=%xmm0,<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2737-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2739-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2740:# asm 1: pshufd $0x39,<z1=int6464#2,<z1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2741:# asm 2: pshufd $0x39,<z1=%xmm1,<z1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2742-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2744-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2745:# asm 1: pshufd $0x39,<z2=int6464#3,<z2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2746:# asm 2: pshufd $0x39,<z2=%xmm2,<z2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2747-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2749-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2750:# asm 1: pshufd $0x39,<z3=int6464#4,<z3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2751:# asm 2: pshufd $0x39,<z3=%xmm3,<z3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2752-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2754-# qhasm:   in0 ^= *(uint32 *) (m + 128)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2755:# asm 1: xorl 128(<m=int32#5),<in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2756:# asm 2: xorl 128(<m=%esi),<in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2757-xorl 128(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2759-# qhasm:   in1 ^= *(uint32 *) (m + 132)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2760:# asm 1: xorl 132(<m=int32#5),<in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2761:# asm 2: xorl 132(<m=%esi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2762-xorl 132(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2764-# qhasm:   in2 ^= *(uint32 *) (m + 136)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2765:# asm 1: xorl 136(<m=int32#5),<in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2766:# asm 2: xorl 136(<m=%esi),<in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2767-xorl 136(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2769-# qhasm:   in3 ^= *(uint32 *) (m + 140)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2770:# asm 1: xorl 140(<m=int32#5),<in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2771:# asm 2: xorl 140(<m=%esi),<in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2772-xorl 140(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2774-# qhasm:   *(uint32 *) (out + 128) = in0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2775:# asm 1: movl <in0=int32#1,128(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2776:# asm 2: movl <in0=%eax,128(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2777-movl %eax,128(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2779-# qhasm:   *(uint32 *) (out + 132) = in1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2780:# asm 1: movl <in1=int32#2,132(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2781:# asm 2: movl <in1=%ecx,132(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2782-movl %ecx,132(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2784-# qhasm:   *(uint32 *) (out + 136) = in2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2785:# asm 1: movl <in2=int32#3,136(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2786:# asm 2: movl <in2=%edx,136(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2787-movl %edx,136(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2789-# qhasm:   *(uint32 *) (out + 140) = in3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2790:# asm 1: movl <in3=int32#4,140(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2791:# asm 2: movl <in3=%ebx,140(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2792-movl %ebx,140(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2794-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2795:# asm 1: movd   <z0=int6464#1,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2796:# asm 2: movd   <z0=%xmm0,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2797-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2799-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2800:# asm 1: movd   <z1=int6464#2,>in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2801:# asm 2: movd   <z1=%xmm1,>in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2802-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2804-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2805:# asm 1: movd   <z2=int6464#3,>in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2806:# asm 2: movd   <z2=%xmm2,>in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2807-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2809-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2810:# asm 1: movd   <z3=int6464#4,>in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2811:# asm 2: movd   <z3=%xmm3,>in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2812-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2814-# qhasm:   in0 ^= *(uint32 *) (m + 192)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2815:# asm 1: xorl 192(<m=int32#5),<in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2816:# asm 2: xorl 192(<m=%esi),<in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2817-xorl 192(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2819-# qhasm:   in1 ^= *(uint32 *) (m + 196)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2820:# asm 1: xorl 196(<m=int32#5),<in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2821:# asm 2: xorl 196(<m=%esi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2822-xorl 196(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2824-# qhasm:   in2 ^= *(uint32 *) (m + 200)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2825:# asm 1: xorl 200(<m=int32#5),<in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2826:# asm 2: xorl 200(<m=%esi),<in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2827-xorl 200(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2829-# qhasm:   in3 ^= *(uint32 *) (m + 204)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2830:# asm 1: xorl 204(<m=int32#5),<in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2831:# asm 2: xorl 204(<m=%esi),<in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2832-xorl 204(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2834-# qhasm:   *(uint32 *) (out + 192) = in0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2835:# asm 1: movl <in0=int32#1,192(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2836:# asm 2: movl <in0=%eax,192(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2837-movl %eax,192(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2839-# qhasm:   *(uint32 *) (out + 196) = in1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2840:# asm 1: movl <in1=int32#2,196(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2841:# asm 2: movl <in1=%ecx,196(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2842-movl %ecx,196(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2844-# qhasm:   *(uint32 *) (out + 200) = in2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2845:# asm 1: movl <in2=int32#3,200(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2846:# asm 2: movl <in2=%edx,200(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2847-movl %edx,200(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2849-# qhasm:   *(uint32 *) (out + 204) = in3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2850:# asm 1: movl <in3=int32#4,204(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2851:# asm 2: movl <in3=%ebx,204(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2852-movl %ebx,204(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2854-# qhasm:   z4 = z4_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2855:# asm 1: movdqa <z4_stack=stack128#34,>z4=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2856:# asm 2: movdqa <z4_stack=560(%esp),>z4=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2857-movdqa 560(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2859-# qhasm:   z5 = z5_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2860:# asm 1: movdqa <z5_stack=stack128#21,>z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2861:# asm 2: movdqa <z5_stack=352(%esp),>z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2862-movdqa 352(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2864-# qhasm:   z6 = z6_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2865:# asm 1: movdqa <z6_stack=stack128#26,>z6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2866:# asm 2: movdqa <z6_stack=432(%esp),>z6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2867-movdqa 432(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2869-# qhasm:   z7 = z7_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2870:# asm 1: movdqa <z7_stack=stack128#29,>z7=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2871:# asm 2: movdqa <z7_stack=480(%esp),>z7=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2872-movdqa 480(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2874-# qhasm:   uint32323232 z4 += orig4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2875:# asm 1: paddd <orig4=stack128#16,<z4=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2876:# asm 2: paddd <orig4=272(%esp),<z4=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2877-paddd 272(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2879-# qhasm:   uint32323232 z5 += orig5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2880:# asm 1: paddd <orig5=stack128#5,<z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2881:# asm 2: paddd <orig5=96(%esp),<z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2882-paddd 96(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2884-# qhasm:   uint32323232 z6 += orig6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2885:# asm 1: paddd <orig6=stack128#9,<z6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2886:# asm 2: paddd <orig6=160(%esp),<z6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2887-paddd 160(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2889-# qhasm:   uint32323232 z7 += orig7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2890:# asm 1: paddd <orig7=stack128#13,<z7=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2891:# asm 2: paddd <orig7=224(%esp),<z7=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2892-paddd 224(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2894-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2895:# asm 1: movd   <z4=int6464#1,>in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2896:# asm 2: movd   <z4=%xmm0,>in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2897-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2899-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2900:# asm 1: movd   <z5=int6464#2,>in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2901:# asm 2: movd   <z5=%xmm1,>in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2902-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2904-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2905:# asm 1: movd   <z6=int6464#3,>in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2906:# asm 2: movd   <z6=%xmm2,>in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2907-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2909-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2910:# asm 1: movd   <z7=int6464#4,>in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2911:# asm 2: movd   <z7=%xmm3,>in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2912-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2914-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2915:# asm 1: pshufd $0x39,<z4=int6464#1,<z4=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2916:# asm 2: pshufd $0x39,<z4=%xmm0,<z4=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2917-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2919-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2920:# asm 1: pshufd $0x39,<z5=int6464#2,<z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2921:# asm 2: pshufd $0x39,<z5=%xmm1,<z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2922-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2924-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2925:# asm 1: pshufd $0x39,<z6=int6464#3,<z6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2926:# asm 2: pshufd $0x39,<z6=%xmm2,<z6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2927-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2929-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2930:# asm 1: pshufd $0x39,<z7=int6464#4,<z7=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2931:# asm 2: pshufd $0x39,<z7=%xmm3,<z7=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2932-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2934-# qhasm:   in4 ^= *(uint32 *) (m + 16)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2935:# asm 1: xorl 16(<m=int32#5),<in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2936:# asm 2: xorl 16(<m=%esi),<in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2937-xorl 16(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2939-# qhasm:   in5 ^= *(uint32 *) (m + 20)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2940:# asm 1: xorl 20(<m=int32#5),<in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2941:# asm 2: xorl 20(<m=%esi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2942-xorl 20(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2944-# qhasm:   in6 ^= *(uint32 *) (m + 24)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2945:# asm 1: xorl 24(<m=int32#5),<in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2946:# asm 2: xorl 24(<m=%esi),<in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2947-xorl 24(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2949-# qhasm:   in7 ^= *(uint32 *) (m + 28)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2950:# asm 1: xorl 28(<m=int32#5),<in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2951:# asm 2: xorl 28(<m=%esi),<in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2952-xorl 28(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2954-# qhasm:   *(uint32 *) (out + 16) = in4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2955:# asm 1: movl <in4=int32#1,16(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2956:# asm 2: movl <in4=%eax,16(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2957-movl %eax,16(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2959-# qhasm:   *(uint32 *) (out + 20) = in5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2960:# asm 1: movl <in5=int32#2,20(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2961:# asm 2: movl <in5=%ecx,20(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2962-movl %ecx,20(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2964-# qhasm:   *(uint32 *) (out + 24) = in6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2965:# asm 1: movl <in6=int32#3,24(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2966:# asm 2: movl <in6=%edx,24(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2967-movl %edx,24(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2969-# qhasm:   *(uint32 *) (out + 28) = in7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2970:# asm 1: movl <in7=int32#4,28(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2971:# asm 2: movl <in7=%ebx,28(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2972-movl %ebx,28(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2974-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2975:# asm 1: movd   <z4=int6464#1,>in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2976:# asm 2: movd   <z4=%xmm0,>in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2977-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2979-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2980:# asm 1: movd   <z5=int6464#2,>in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2981:# asm 2: movd   <z5=%xmm1,>in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2982-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2984-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2985:# asm 1: movd   <z6=int6464#3,>in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2986:# asm 2: movd   <z6=%xmm2,>in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2987-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2989-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2990:# asm 1: movd   <z7=int6464#4,>in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2991:# asm 2: movd   <z7=%xmm3,>in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2992-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2994-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2995:# asm 1: pshufd $0x39,<z4=int6464#1,<z4=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:2996:# asm 2: pshufd $0x39,<z4=%xmm0,<z4=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2997-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-2999-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3000:# asm 1: pshufd $0x39,<z5=int6464#2,<z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3001:# asm 2: pshufd $0x39,<z5=%xmm1,<z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3002-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3004-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3005:# asm 1: pshufd $0x39,<z6=int6464#3,<z6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3006:# asm 2: pshufd $0x39,<z6=%xmm2,<z6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3007-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3009-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3010:# asm 1: pshufd $0x39,<z7=int6464#4,<z7=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3011:# asm 2: pshufd $0x39,<z7=%xmm3,<z7=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3012-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3014-# qhasm:   in4 ^= *(uint32 *) (m + 80)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3015:# asm 1: xorl 80(<m=int32#5),<in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3016:# asm 2: xorl 80(<m=%esi),<in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3017-xorl 80(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3019-# qhasm:   in5 ^= *(uint32 *) (m + 84)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3020:# asm 1: xorl 84(<m=int32#5),<in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3021:# asm 2: xorl 84(<m=%esi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3022-xorl 84(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3024-# qhasm:   in6 ^= *(uint32 *) (m + 88)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3025:# asm 1: xorl 88(<m=int32#5),<in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3026:# asm 2: xorl 88(<m=%esi),<in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3027-xorl 88(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3029-# qhasm:   in7 ^= *(uint32 *) (m + 92)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3030:# asm 1: xorl 92(<m=int32#5),<in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3031:# asm 2: xorl 92(<m=%esi),<in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3032-xorl 92(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3034-# qhasm:   *(uint32 *) (out + 80) = in4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3035:# asm 1: movl <in4=int32#1,80(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3036:# asm 2: movl <in4=%eax,80(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3037-movl %eax,80(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3039-# qhasm:   *(uint32 *) (out + 84) = in5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3040:# asm 1: movl <in5=int32#2,84(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3041:# asm 2: movl <in5=%ecx,84(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3042-movl %ecx,84(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3044-# qhasm:   *(uint32 *) (out + 88) = in6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3045:# asm 1: movl <in6=int32#3,88(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3046:# asm 2: movl <in6=%edx,88(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3047-movl %edx,88(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3049-# qhasm:   *(uint32 *) (out + 92) = in7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3050:# asm 1: movl <in7=int32#4,92(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3051:# asm 2: movl <in7=%ebx,92(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3052-movl %ebx,92(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3054-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3055:# asm 1: movd   <z4=int6464#1,>in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3056:# asm 2: movd   <z4=%xmm0,>in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3057-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3059-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3060:# asm 1: movd   <z5=int6464#2,>in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3061:# asm 2: movd   <z5=%xmm1,>in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3062-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3064-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3065:# asm 1: movd   <z6=int6464#3,>in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3066:# asm 2: movd   <z6=%xmm2,>in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3067-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3069-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3070:# asm 1: movd   <z7=int6464#4,>in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3071:# asm 2: movd   <z7=%xmm3,>in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3072-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3074-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3075:# asm 1: pshufd $0x39,<z4=int6464#1,<z4=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3076:# asm 2: pshufd $0x39,<z4=%xmm0,<z4=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3077-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3079-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3080:# asm 1: pshufd $0x39,<z5=int6464#2,<z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3081:# asm 2: pshufd $0x39,<z5=%xmm1,<z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3082-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3084-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3085:# asm 1: pshufd $0x39,<z6=int6464#3,<z6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3086:# asm 2: pshufd $0x39,<z6=%xmm2,<z6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3087-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3089-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3090:# asm 1: pshufd $0x39,<z7=int6464#4,<z7=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3091:# asm 2: pshufd $0x39,<z7=%xmm3,<z7=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3092-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3094-# qhasm:   in4 ^= *(uint32 *) (m + 144)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3095:# asm 1: xorl 144(<m=int32#5),<in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3096:# asm 2: xorl 144(<m=%esi),<in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3097-xorl 144(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3099-# qhasm:   in5 ^= *(uint32 *) (m + 148)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3100:# asm 1: xorl 148(<m=int32#5),<in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3101:# asm 2: xorl 148(<m=%esi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3102-xorl 148(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3104-# qhasm:   in6 ^= *(uint32 *) (m + 152)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3105:# asm 1: xorl 152(<m=int32#5),<in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3106:# asm 2: xorl 152(<m=%esi),<in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3107-xorl 152(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3109-# qhasm:   in7 ^= *(uint32 *) (m + 156)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3110:# asm 1: xorl 156(<m=int32#5),<in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3111:# asm 2: xorl 156(<m=%esi),<in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3112-xorl 156(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3114-# qhasm:   *(uint32 *) (out + 144) = in4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3115:# asm 1: movl <in4=int32#1,144(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3116:# asm 2: movl <in4=%eax,144(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3117-movl %eax,144(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3119-# qhasm:   *(uint32 *) (out + 148) = in5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3120:# asm 1: movl <in5=int32#2,148(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3121:# asm 2: movl <in5=%ecx,148(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3122-movl %ecx,148(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3124-# qhasm:   *(uint32 *) (out + 152) = in6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3125:# asm 1: movl <in6=int32#3,152(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3126:# asm 2: movl <in6=%edx,152(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3127-movl %edx,152(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3129-# qhasm:   *(uint32 *) (out + 156) = in7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3130:# asm 1: movl <in7=int32#4,156(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3131:# asm 2: movl <in7=%ebx,156(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3132-movl %ebx,156(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3134-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3135:# asm 1: movd   <z4=int6464#1,>in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3136:# asm 2: movd   <z4=%xmm0,>in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3137-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3139-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3140:# asm 1: movd   <z5=int6464#2,>in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3141:# asm 2: movd   <z5=%xmm1,>in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3142-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3144-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3145:# asm 1: movd   <z6=int6464#3,>in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3146:# asm 2: movd   <z6=%xmm2,>in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3147-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3149-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3150:# asm 1: movd   <z7=int6464#4,>in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3151:# asm 2: movd   <z7=%xmm3,>in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3152-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3154-# qhasm:   in4 ^= *(uint32 *) (m + 208)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3155:# asm 1: xorl 208(<m=int32#5),<in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3156:# asm 2: xorl 208(<m=%esi),<in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3157-xorl 208(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3159-# qhasm:   in5 ^= *(uint32 *) (m + 212)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3160:# asm 1: xorl 212(<m=int32#5),<in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3161:# asm 2: xorl 212(<m=%esi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3162-xorl 212(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3164-# qhasm:   in6 ^= *(uint32 *) (m + 216)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3165:# asm 1: xorl 216(<m=int32#5),<in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3166:# asm 2: xorl 216(<m=%esi),<in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3167-xorl 216(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3169-# qhasm:   in7 ^= *(uint32 *) (m + 220)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3170:# asm 1: xorl 220(<m=int32#5),<in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3171:# asm 2: xorl 220(<m=%esi),<in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3172-xorl 220(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3174-# qhasm:   *(uint32 *) (out + 208) = in4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3175:# asm 1: movl <in4=int32#1,208(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3176:# asm 2: movl <in4=%eax,208(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3177-movl %eax,208(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3179-# qhasm:   *(uint32 *) (out + 212) = in5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3180:# asm 1: movl <in5=int32#2,212(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3181:# asm 2: movl <in5=%ecx,212(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3182-movl %ecx,212(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3184-# qhasm:   *(uint32 *) (out + 216) = in6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3185:# asm 1: movl <in6=int32#3,216(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3186:# asm 2: movl <in6=%edx,216(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3187-movl %edx,216(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3189-# qhasm:   *(uint32 *) (out + 220) = in7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3190:# asm 1: movl <in7=int32#4,220(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3191:# asm 2: movl <in7=%ebx,220(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3192-movl %ebx,220(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3194-# qhasm:   z8 = z8_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3195:# asm 1: movdqa <z8_stack=stack128#37,>z8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3196:# asm 2: movdqa <z8_stack=608(%esp),>z8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3197-movdqa 608(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3199-# qhasm:   z9 = z9_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3200:# asm 1: movdqa <z9_stack=stack128#32,>z9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3201:# asm 2: movdqa <z9_stack=528(%esp),>z9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3202-movdqa 528(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3204-# qhasm:   z10 = z10_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3205:# asm 1: movdqa <z10_stack=stack128#22,>z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3206:# asm 2: movdqa <z10_stack=368(%esp),>z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3207-movdqa 368(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3209-# qhasm:   z11 = z11_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3210:# asm 1: movdqa <z11_stack=stack128#27,>z11=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3211:# asm 2: movdqa <z11_stack=448(%esp),>z11=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3212-movdqa 448(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3214-# qhasm:   uint32323232 z8 += orig8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3215:# asm 1: paddd <orig8=stack128#19,<z8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3216:# asm 2: paddd <orig8=320(%esp),<z8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3217-paddd 320(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3219-# qhasm:   uint32323232 z9 += orig9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3220:# asm 1: paddd <orig9=stack128#20,<z9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3221:# asm 2: paddd <orig9=336(%esp),<z9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3222-paddd 336(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3224-# qhasm:   uint32323232 z10 += orig10
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3225:# asm 1: paddd <orig10=stack128#6,<z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3226:# asm 2: paddd <orig10=112(%esp),<z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3227-paddd 112(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3229-# qhasm:   uint32323232 z11 += orig11
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3230:# asm 1: paddd <orig11=stack128#10,<z11=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3231:# asm 2: paddd <orig11=176(%esp),<z11=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3232-paddd 176(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3234-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3235:# asm 1: movd   <z8=int6464#1,>in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3236:# asm 2: movd   <z8=%xmm0,>in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3237-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3239-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3240:# asm 1: movd   <z9=int6464#2,>in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3241:# asm 2: movd   <z9=%xmm1,>in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3242-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3244-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3245:# asm 1: movd   <z10=int6464#3,>in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3246:# asm 2: movd   <z10=%xmm2,>in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3247-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3249-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3250:# asm 1: movd   <z11=int6464#4,>in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3251:# asm 2: movd   <z11=%xmm3,>in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3252-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3254-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3255:# asm 1: pshufd $0x39,<z8=int6464#1,<z8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3256:# asm 2: pshufd $0x39,<z8=%xmm0,<z8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3257-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3259-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3260:# asm 1: pshufd $0x39,<z9=int6464#2,<z9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3261:# asm 2: pshufd $0x39,<z9=%xmm1,<z9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3262-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3264-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3265:# asm 1: pshufd $0x39,<z10=int6464#3,<z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3266:# asm 2: pshufd $0x39,<z10=%xmm2,<z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3267-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3269-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3270:# asm 1: pshufd $0x39,<z11=int6464#4,<z11=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3271:# asm 2: pshufd $0x39,<z11=%xmm3,<z11=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3272-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3274-# qhasm:   in8 ^= *(uint32 *) (m + 32)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3275:# asm 1: xorl 32(<m=int32#5),<in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3276:# asm 2: xorl 32(<m=%esi),<in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3277-xorl 32(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3279-# qhasm:   in9 ^= *(uint32 *) (m + 36)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3280:# asm 1: xorl 36(<m=int32#5),<in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3281:# asm 2: xorl 36(<m=%esi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3282-xorl 36(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3284-# qhasm:   in10 ^= *(uint32 *) (m + 40)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3285:# asm 1: xorl 40(<m=int32#5),<in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3286:# asm 2: xorl 40(<m=%esi),<in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3287-xorl 40(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3289-# qhasm:   in11 ^= *(uint32 *) (m + 44)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3290:# asm 1: xorl 44(<m=int32#5),<in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3291:# asm 2: xorl 44(<m=%esi),<in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3292-xorl 44(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3294-# qhasm:   *(uint32 *) (out + 32) = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3295:# asm 1: movl <in8=int32#1,32(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3296:# asm 2: movl <in8=%eax,32(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3297-movl %eax,32(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3299-# qhasm:   *(uint32 *) (out + 36) = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3300:# asm 1: movl <in9=int32#2,36(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3301:# asm 2: movl <in9=%ecx,36(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3302-movl %ecx,36(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3304-# qhasm:   *(uint32 *) (out + 40) = in10
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3305:# asm 1: movl <in10=int32#3,40(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3306:# asm 2: movl <in10=%edx,40(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3307-movl %edx,40(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3309-# qhasm:   *(uint32 *) (out + 44) = in11
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3310:# asm 1: movl <in11=int32#4,44(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3311:# asm 2: movl <in11=%ebx,44(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3312-movl %ebx,44(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3314-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3315:# asm 1: movd   <z8=int6464#1,>in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3316:# asm 2: movd   <z8=%xmm0,>in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3317-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3319-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3320:# asm 1: movd   <z9=int6464#2,>in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3321:# asm 2: movd   <z9=%xmm1,>in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3322-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3324-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3325:# asm 1: movd   <z10=int6464#3,>in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3326:# asm 2: movd   <z10=%xmm2,>in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3327-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3329-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3330:# asm 1: movd   <z11=int6464#4,>in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3331:# asm 2: movd   <z11=%xmm3,>in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3332-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3334-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3335:# asm 1: pshufd $0x39,<z8=int6464#1,<z8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3336:# asm 2: pshufd $0x39,<z8=%xmm0,<z8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3337-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3339-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3340:# asm 1: pshufd $0x39,<z9=int6464#2,<z9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3341:# asm 2: pshufd $0x39,<z9=%xmm1,<z9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3342-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3344-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3345:# asm 1: pshufd $0x39,<z10=int6464#3,<z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3346:# asm 2: pshufd $0x39,<z10=%xmm2,<z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3347-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3349-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3350:# asm 1: pshufd $0x39,<z11=int6464#4,<z11=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3351:# asm 2: pshufd $0x39,<z11=%xmm3,<z11=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3352-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3354-# qhasm:   in8 ^= *(uint32 *) (m + 96)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3355:# asm 1: xorl 96(<m=int32#5),<in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3356:# asm 2: xorl 96(<m=%esi),<in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3357-xorl 96(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3359-# qhasm:   in9 ^= *(uint32 *) (m + 100)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3360:# asm 1: xorl 100(<m=int32#5),<in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3361:# asm 2: xorl 100(<m=%esi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3362-xorl 100(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3364-# qhasm:   in10 ^= *(uint32 *) (m + 104)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3365:# asm 1: xorl 104(<m=int32#5),<in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3366:# asm 2: xorl 104(<m=%esi),<in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3367-xorl 104(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3369-# qhasm:   in11 ^= *(uint32 *) (m + 108)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3370:# asm 1: xorl 108(<m=int32#5),<in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3371:# asm 2: xorl 108(<m=%esi),<in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3372-xorl 108(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3374-# qhasm:   *(uint32 *) (out + 96) = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3375:# asm 1: movl <in8=int32#1,96(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3376:# asm 2: movl <in8=%eax,96(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3377-movl %eax,96(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3379-# qhasm:   *(uint32 *) (out + 100) = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3380:# asm 1: movl <in9=int32#2,100(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3381:# asm 2: movl <in9=%ecx,100(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3382-movl %ecx,100(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3384-# qhasm:   *(uint32 *) (out + 104) = in10
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3385:# asm 1: movl <in10=int32#3,104(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3386:# asm 2: movl <in10=%edx,104(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3387-movl %edx,104(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3389-# qhasm:   *(uint32 *) (out + 108) = in11
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3390:# asm 1: movl <in11=int32#4,108(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3391:# asm 2: movl <in11=%ebx,108(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3392-movl %ebx,108(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3394-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3395:# asm 1: movd   <z8=int6464#1,>in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3396:# asm 2: movd   <z8=%xmm0,>in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3397-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3399-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3400:# asm 1: movd   <z9=int6464#2,>in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3401:# asm 2: movd   <z9=%xmm1,>in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3402-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3404-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3405:# asm 1: movd   <z10=int6464#3,>in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3406:# asm 2: movd   <z10=%xmm2,>in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3407-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3409-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3410:# asm 1: movd   <z11=int6464#4,>in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3411:# asm 2: movd   <z11=%xmm3,>in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3412-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3414-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3415:# asm 1: pshufd $0x39,<z8=int6464#1,<z8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3416:# asm 2: pshufd $0x39,<z8=%xmm0,<z8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3417-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3419-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3420:# asm 1: pshufd $0x39,<z9=int6464#2,<z9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3421:# asm 2: pshufd $0x39,<z9=%xmm1,<z9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3422-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3424-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3425:# asm 1: pshufd $0x39,<z10=int6464#3,<z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3426:# asm 2: pshufd $0x39,<z10=%xmm2,<z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3427-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3429-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3430:# asm 1: pshufd $0x39,<z11=int6464#4,<z11=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3431:# asm 2: pshufd $0x39,<z11=%xmm3,<z11=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3432-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3434-# qhasm:   in8 ^= *(uint32 *) (m + 160)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3435:# asm 1: xorl 160(<m=int32#5),<in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3436:# asm 2: xorl 160(<m=%esi),<in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3437-xorl 160(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3439-# qhasm:   in9 ^= *(uint32 *) (m + 164)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3440:# asm 1: xorl 164(<m=int32#5),<in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3441:# asm 2: xorl 164(<m=%esi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3442-xorl 164(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3444-# qhasm:   in10 ^= *(uint32 *) (m + 168)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3445:# asm 1: xorl 168(<m=int32#5),<in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3446:# asm 2: xorl 168(<m=%esi),<in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3447-xorl 168(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3449-# qhasm:   in11 ^= *(uint32 *) (m + 172)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3450:# asm 1: xorl 172(<m=int32#5),<in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3451:# asm 2: xorl 172(<m=%esi),<in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3452-xorl 172(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3454-# qhasm:   *(uint32 *) (out + 160) = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3455:# asm 1: movl <in8=int32#1,160(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3456:# asm 2: movl <in8=%eax,160(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3457-movl %eax,160(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3459-# qhasm:   *(uint32 *) (out + 164) = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3460:# asm 1: movl <in9=int32#2,164(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3461:# asm 2: movl <in9=%ecx,164(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3462-movl %ecx,164(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3464-# qhasm:   *(uint32 *) (out + 168) = in10
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3465:# asm 1: movl <in10=int32#3,168(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3466:# asm 2: movl <in10=%edx,168(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3467-movl %edx,168(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3469-# qhasm:   *(uint32 *) (out + 172) = in11
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3470:# asm 1: movl <in11=int32#4,172(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3471:# asm 2: movl <in11=%ebx,172(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3472-movl %ebx,172(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3474-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3475:# asm 1: movd   <z8=int6464#1,>in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3476:# asm 2: movd   <z8=%xmm0,>in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3477-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3479-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3480:# asm 1: movd   <z9=int6464#2,>in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3481:# asm 2: movd   <z9=%xmm1,>in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3482-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3484-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3485:# asm 1: movd   <z10=int6464#3,>in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3486:# asm 2: movd   <z10=%xmm2,>in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3487-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3489-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3490:# asm 1: movd   <z11=int6464#4,>in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3491:# asm 2: movd   <z11=%xmm3,>in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3492-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3494-# qhasm:   in8 ^= *(uint32 *) (m + 224)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3495:# asm 1: xorl 224(<m=int32#5),<in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3496:# asm 2: xorl 224(<m=%esi),<in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3497-xorl 224(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3499-# qhasm:   in9 ^= *(uint32 *) (m + 228)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3500:# asm 1: xorl 228(<m=int32#5),<in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3501:# asm 2: xorl 228(<m=%esi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3502-xorl 228(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3504-# qhasm:   in10 ^= *(uint32 *) (m + 232)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3505:# asm 1: xorl 232(<m=int32#5),<in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3506:# asm 2: xorl 232(<m=%esi),<in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3507-xorl 232(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3509-# qhasm:   in11 ^= *(uint32 *) (m + 236)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3510:# asm 1: xorl 236(<m=int32#5),<in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3511:# asm 2: xorl 236(<m=%esi),<in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3512-xorl 236(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3514-# qhasm:   *(uint32 *) (out + 224) = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3515:# asm 1: movl <in8=int32#1,224(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3516:# asm 2: movl <in8=%eax,224(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3517-movl %eax,224(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3519-# qhasm:   *(uint32 *) (out + 228) = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3520:# asm 1: movl <in9=int32#2,228(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3521:# asm 2: movl <in9=%ecx,228(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3522-movl %ecx,228(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3524-# qhasm:   *(uint32 *) (out + 232) = in10
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3525:# asm 1: movl <in10=int32#3,232(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3526:# asm 2: movl <in10=%edx,232(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3527-movl %edx,232(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3529-# qhasm:   *(uint32 *) (out + 236) = in11
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3530:# asm 1: movl <in11=int32#4,236(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3531:# asm 2: movl <in11=%ebx,236(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3532-movl %ebx,236(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3534-# qhasm:   z12 = z12_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3535:# asm 1: movdqa <z12_stack=stack128#35,>z12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3536:# asm 2: movdqa <z12_stack=576(%esp),>z12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3537-movdqa 576(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3539-# qhasm:   z13 = z13_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3540:# asm 1: movdqa <z13_stack=stack128#30,>z13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3541:# asm 2: movdqa <z13_stack=496(%esp),>z13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3542-movdqa 496(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3544-# qhasm:   z14 = z14_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3545:# asm 1: movdqa <z14_stack=stack128#24,>z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3546:# asm 2: movdqa <z14_stack=400(%esp),>z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3547-movdqa 400(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3549-# qhasm:   z15 = z15_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3550:# asm 1: movdqa <z15_stack=stack128#23,>z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3551:# asm 2: movdqa <z15_stack=384(%esp),>z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3552-movdqa 384(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3554-# qhasm:   uint32323232 z12 += orig12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3555:# asm 1: paddd <orig12=stack128#11,<z12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3556:# asm 2: paddd <orig12=192(%esp),<z12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3557-paddd 192(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3559-# qhasm:   uint32323232 z13 += orig13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3560:# asm 1: paddd <orig13=stack128#14,<z13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3561:# asm 2: paddd <orig13=240(%esp),<z13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3562-paddd 240(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3564-# qhasm:   uint32323232 z14 += orig14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3565:# asm 1: paddd <orig14=stack128#17,<z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3566:# asm 2: paddd <orig14=288(%esp),<z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3567-paddd 288(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3569-# qhasm:   uint32323232 z15 += orig15
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3570:# asm 1: paddd <orig15=stack128#7,<z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3571:# asm 2: paddd <orig15=128(%esp),<z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3572-paddd 128(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3574-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3575:# asm 1: movd   <z12=int6464#1,>in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3576:# asm 2: movd   <z12=%xmm0,>in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3577-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3579-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3580:# asm 1: movd   <z13=int6464#2,>in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3581:# asm 2: movd   <z13=%xmm1,>in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3582-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3584-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3585:# asm 1: movd   <z14=int6464#3,>in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3586:# asm 2: movd   <z14=%xmm2,>in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3587-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3589-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3590:# asm 1: movd   <z15=int6464#4,>in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3591:# asm 2: movd   <z15=%xmm3,>in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3592-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3594-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3595:# asm 1: pshufd $0x39,<z12=int6464#1,<z12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3596:# asm 2: pshufd $0x39,<z12=%xmm0,<z12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3597-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3599-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3600:# asm 1: pshufd $0x39,<z13=int6464#2,<z13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3601:# asm 2: pshufd $0x39,<z13=%xmm1,<z13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3602-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3604-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3605:# asm 1: pshufd $0x39,<z14=int6464#3,<z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3606:# asm 2: pshufd $0x39,<z14=%xmm2,<z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3607-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3609-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3610:# asm 1: pshufd $0x39,<z15=int6464#4,<z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3611:# asm 2: pshufd $0x39,<z15=%xmm3,<z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3612-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3614-# qhasm:   in12 ^= *(uint32 *) (m + 48)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3615:# asm 1: xorl 48(<m=int32#5),<in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3616:# asm 2: xorl 48(<m=%esi),<in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3617-xorl 48(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3619-# qhasm:   in13 ^= *(uint32 *) (m + 52)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3620:# asm 1: xorl 52(<m=int32#5),<in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3621:# asm 2: xorl 52(<m=%esi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3622-xorl 52(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3624-# qhasm:   in14 ^= *(uint32 *) (m + 56)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3625:# asm 1: xorl 56(<m=int32#5),<in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3626:# asm 2: xorl 56(<m=%esi),<in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3627-xorl 56(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3629-# qhasm:   in15 ^= *(uint32 *) (m + 60)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3630:# asm 1: xorl 60(<m=int32#5),<in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3631:# asm 2: xorl 60(<m=%esi),<in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3632-xorl 60(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3634-# qhasm:   *(uint32 *) (out + 48) = in12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3635:# asm 1: movl <in12=int32#1,48(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3636:# asm 2: movl <in12=%eax,48(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3637-movl %eax,48(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3639-# qhasm:   *(uint32 *) (out + 52) = in13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3640:# asm 1: movl <in13=int32#2,52(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3641:# asm 2: movl <in13=%ecx,52(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3642-movl %ecx,52(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3644-# qhasm:   *(uint32 *) (out + 56) = in14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3645:# asm 1: movl <in14=int32#3,56(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3646:# asm 2: movl <in14=%edx,56(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3647-movl %edx,56(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3649-# qhasm:   *(uint32 *) (out + 60) = in15
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3650:# asm 1: movl <in15=int32#4,60(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3651:# asm 2: movl <in15=%ebx,60(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3652-movl %ebx,60(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3654-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3655:# asm 1: movd   <z12=int6464#1,>in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3656:# asm 2: movd   <z12=%xmm0,>in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3657-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3659-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3660:# asm 1: movd   <z13=int6464#2,>in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3661:# asm 2: movd   <z13=%xmm1,>in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3662-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3664-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3665:# asm 1: movd   <z14=int6464#3,>in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3666:# asm 2: movd   <z14=%xmm2,>in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3667-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3669-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3670:# asm 1: movd   <z15=int6464#4,>in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3671:# asm 2: movd   <z15=%xmm3,>in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3672-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3674-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3675:# asm 1: pshufd $0x39,<z12=int6464#1,<z12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3676:# asm 2: pshufd $0x39,<z12=%xmm0,<z12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3677-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3679-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3680:# asm 1: pshufd $0x39,<z13=int6464#2,<z13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3681:# asm 2: pshufd $0x39,<z13=%xmm1,<z13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3682-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3684-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3685:# asm 1: pshufd $0x39,<z14=int6464#3,<z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3686:# asm 2: pshufd $0x39,<z14=%xmm2,<z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3687-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3689-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3690:# asm 1: pshufd $0x39,<z15=int6464#4,<z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3691:# asm 2: pshufd $0x39,<z15=%xmm3,<z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3692-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3694-# qhasm:   in12 ^= *(uint32 *) (m + 112)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3695:# asm 1: xorl 112(<m=int32#5),<in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3696:# asm 2: xorl 112(<m=%esi),<in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3697-xorl 112(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3699-# qhasm:   in13 ^= *(uint32 *) (m + 116)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3700:# asm 1: xorl 116(<m=int32#5),<in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3701:# asm 2: xorl 116(<m=%esi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3702-xorl 116(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3704-# qhasm:   in14 ^= *(uint32 *) (m + 120)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3705:# asm 1: xorl 120(<m=int32#5),<in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3706:# asm 2: xorl 120(<m=%esi),<in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3707-xorl 120(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3709-# qhasm:   in15 ^= *(uint32 *) (m + 124)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3710:# asm 1: xorl 124(<m=int32#5),<in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3711:# asm 2: xorl 124(<m=%esi),<in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3712-xorl 124(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3714-# qhasm:   *(uint32 *) (out + 112) = in12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3715:# asm 1: movl <in12=int32#1,112(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3716:# asm 2: movl <in12=%eax,112(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3717-movl %eax,112(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3719-# qhasm:   *(uint32 *) (out + 116) = in13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3720:# asm 1: movl <in13=int32#2,116(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3721:# asm 2: movl <in13=%ecx,116(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3722-movl %ecx,116(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3724-# qhasm:   *(uint32 *) (out + 120) = in14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3725:# asm 1: movl <in14=int32#3,120(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3726:# asm 2: movl <in14=%edx,120(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3727-movl %edx,120(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3729-# qhasm:   *(uint32 *) (out + 124) = in15
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3730:# asm 1: movl <in15=int32#4,124(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3731:# asm 2: movl <in15=%ebx,124(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3732-movl %ebx,124(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3734-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3735:# asm 1: movd   <z12=int6464#1,>in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3736:# asm 2: movd   <z12=%xmm0,>in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3737-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3739-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3740:# asm 1: movd   <z13=int6464#2,>in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3741:# asm 2: movd   <z13=%xmm1,>in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3742-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3744-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3745:# asm 1: movd   <z14=int6464#3,>in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3746:# asm 2: movd   <z14=%xmm2,>in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3747-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3749-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3750:# asm 1: movd   <z15=int6464#4,>in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3751:# asm 2: movd   <z15=%xmm3,>in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3752-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3754-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3755:# asm 1: pshufd $0x39,<z12=int6464#1,<z12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3756:# asm 2: pshufd $0x39,<z12=%xmm0,<z12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3757-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3759-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3760:# asm 1: pshufd $0x39,<z13=int6464#2,<z13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3761:# asm 2: pshufd $0x39,<z13=%xmm1,<z13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3762-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3764-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3765:# asm 1: pshufd $0x39,<z14=int6464#3,<z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3766:# asm 2: pshufd $0x39,<z14=%xmm2,<z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3767-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3769-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3770:# asm 1: pshufd $0x39,<z15=int6464#4,<z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3771:# asm 2: pshufd $0x39,<z15=%xmm3,<z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3772-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3774-# qhasm:   in12 ^= *(uint32 *) (m + 176)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3775:# asm 1: xorl 176(<m=int32#5),<in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3776:# asm 2: xorl 176(<m=%esi),<in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3777-xorl 176(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3779-# qhasm:   in13 ^= *(uint32 *) (m + 180)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3780:# asm 1: xorl 180(<m=int32#5),<in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3781:# asm 2: xorl 180(<m=%esi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3782-xorl 180(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3784-# qhasm:   in14 ^= *(uint32 *) (m + 184)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3785:# asm 1: xorl 184(<m=int32#5),<in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3786:# asm 2: xorl 184(<m=%esi),<in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3787-xorl 184(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3789-# qhasm:   in15 ^= *(uint32 *) (m + 188)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3790:# asm 1: xorl 188(<m=int32#5),<in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3791:# asm 2: xorl 188(<m=%esi),<in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3792-xorl 188(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3794-# qhasm:   *(uint32 *) (out + 176) = in12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3795:# asm 1: movl <in12=int32#1,176(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3796:# asm 2: movl <in12=%eax,176(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3797-movl %eax,176(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3799-# qhasm:   *(uint32 *) (out + 180) = in13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3800:# asm 1: movl <in13=int32#2,180(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3801:# asm 2: movl <in13=%ecx,180(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3802-movl %ecx,180(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3804-# qhasm:   *(uint32 *) (out + 184) = in14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3805:# asm 1: movl <in14=int32#3,184(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3806:# asm 2: movl <in14=%edx,184(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3807-movl %edx,184(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3809-# qhasm:   *(uint32 *) (out + 188) = in15
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3810:# asm 1: movl <in15=int32#4,188(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3811:# asm 2: movl <in15=%ebx,188(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3812-movl %ebx,188(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3814-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3815:# asm 1: movd   <z12=int6464#1,>in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3816:# asm 2: movd   <z12=%xmm0,>in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3817-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3819-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3820:# asm 1: movd   <z13=int6464#2,>in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3821:# asm 2: movd   <z13=%xmm1,>in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3822-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3824-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3825:# asm 1: movd   <z14=int6464#3,>in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3826:# asm 2: movd   <z14=%xmm2,>in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3827-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3829-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3830:# asm 1: movd   <z15=int6464#4,>in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3831:# asm 2: movd   <z15=%xmm3,>in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3832-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3834-# qhasm:   in12 ^= *(uint32 *) (m + 240)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3835:# asm 1: xorl 240(<m=int32#5),<in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3836:# asm 2: xorl 240(<m=%esi),<in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3837-xorl 240(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3839-# qhasm:   in13 ^= *(uint32 *) (m + 244)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3840:# asm 1: xorl 244(<m=int32#5),<in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3841:# asm 2: xorl 244(<m=%esi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3842-xorl 244(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3844-# qhasm:   in14 ^= *(uint32 *) (m + 248)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3845:# asm 1: xorl 248(<m=int32#5),<in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3846:# asm 2: xorl 248(<m=%esi),<in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3847-xorl 248(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3849-# qhasm:   in15 ^= *(uint32 *) (m + 252)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3850:# asm 1: xorl 252(<m=int32#5),<in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3851:# asm 2: xorl 252(<m=%esi),<in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3852-xorl 252(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3854-# qhasm:   *(uint32 *) (out + 240) = in12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3855:# asm 1: movl <in12=int32#1,240(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3856:# asm 2: movl <in12=%eax,240(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3857-movl %eax,240(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3859-# qhasm:   *(uint32 *) (out + 244) = in13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3860:# asm 1: movl <in13=int32#2,244(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3861:# asm 2: movl <in13=%ecx,244(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3862-movl %ecx,244(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3864-# qhasm:   *(uint32 *) (out + 248) = in14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3865:# asm 1: movl <in14=int32#3,248(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3866:# asm 2: movl <in14=%edx,248(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3867-movl %edx,248(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3869-# qhasm:   *(uint32 *) (out + 252) = in15
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3870:# asm 1: movl <in15=int32#4,252(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3871:# asm 2: movl <in15=%ebx,252(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3872-movl %ebx,252(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3874-# qhasm:   bytes = bytes_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3875:# asm 1: movl <bytes_stack=stack32#7,>bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3876:# asm 2: movl <bytes_stack=24(%esp),>bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3877-movl 24(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3879-# qhasm:   bytes -= 256
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3880:# asm 1: sub  $256,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3881:# asm 2: sub  $256,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3882-sub  $256,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3884-# qhasm:   m += 256
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3885:# asm 1: add  $256,<m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3886:# asm 2: add  $256,<m=%esi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3887-add  $256,%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3889-# qhasm:   out += 256
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3890:# asm 1: add  $256,<out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3891:# asm 2: add  $256,<out=%edi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3892-add  $256,%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3894-# qhasm:   out_stack = out
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3895:# asm 1: movl <out=int32#6,>out_stack=stack32#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3896:# asm 2: movl <out=%edi,>out_stack=20(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3897-movl %edi,20(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3899-# qhasm:                            unsigned<? bytes - 256
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3900:# asm 1: cmp  $256,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3901:# asm 2: cmp  $256,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3902-cmp  $256,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3908-# qhasm:                 unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3909:# asm 1: cmp  $0,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3910:# asm 2: cmp  $0,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3911-cmp  $0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3921-# qhasm:                   unsigned<? bytes - 64
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3922:# asm 1: cmp  $64,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3923:# asm 2: cmp  $64,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3924-cmp  $64,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3930-# qhasm:     ctarget = out
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3931:# asm 1: movl <out=int32#6,>ctarget=stack32#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3932:# asm 2: movl <out=%edi,>ctarget=20(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3933-movl %edi,20(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3935-# qhasm:     out = &tmp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3936:# asm 1: leal <tmp=stack512#1,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3937:# asm 2: leal <tmp=640(%esp),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3938-leal 640(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3940-# qhasm:     i = bytes
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3941:# asm 1: mov  <bytes=int32#1,>i=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3942:# asm 2: mov  <bytes=%eax,>i=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3943-mov  %eax,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3948-# qhasm:     out = &tmp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3949:# asm 1: leal <tmp=stack512#1,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3950:# asm 2: leal <tmp=640(%esp),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3951-leal 640(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3953-# qhasm:     m = &tmp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3954:# asm 1: leal <tmp=stack512#1,>m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3955:# asm 2: leal <tmp=640(%esp),>m=%esi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3956-leal 640(%esp),%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3962-# qhasm:   bytes_stack = bytes
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3963:# asm 1: movl <bytes=int32#1,>bytes_stack=stack32#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3964:# asm 2: movl <bytes=%eax,>bytes_stack=24(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3965-movl %eax,24(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3967-# qhasm: diag0 = x0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3968:# asm 1: movdqa <x0=stack128#3,>diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3969:# asm 2: movdqa <x0=64(%esp),>diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3970-movdqa 64(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3972-# qhasm: diag1 = x1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3973:# asm 1: movdqa <x1=stack128#2,>diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3974:# asm 2: movdqa <x1=48(%esp),>diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3975-movdqa 48(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3977-# qhasm: diag2 = x2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3978:# asm 1: movdqa <x2=stack128#4,>diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3979:# asm 2: movdqa <x2=80(%esp),>diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3980-movdqa 80(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3982-# qhasm: diag3 = x3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3983:# asm 1: movdqa <x3=stack128#1,>diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3984:# asm 2: movdqa <x3=32(%esp),>diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3985-movdqa 32(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3987-# qhasm:                     a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3988:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3989:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3990-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3992-# qhasm: i = 12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3993:# asm 1: mov  $12,>i=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:3994:# asm 2: mov  $12,>i=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-3995-mov  $12,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4000-# qhasm: uint32323232        a0 += diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4001:# asm 1: paddd <diag0=int6464#1,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4002:# asm 2: paddd <diag0=%xmm0,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4003-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4005-# qhasm:                                 a1 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4006:# asm 1: movdqa <diag0=int6464#1,>a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4007:# asm 2: movdqa <diag0=%xmm0,>a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4008-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4010-# qhasm:                     b0 = a0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4011:# asm 1: movdqa <a0=int6464#5,>b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4012:# asm 2: movdqa <a0=%xmm4,>b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4013-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4015-# qhasm: uint32323232        a0 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4016:# asm 1: pslld $7,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4017:# asm 2: pslld $7,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4018-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4020-# qhasm: uint32323232        b0 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4021:# asm 1: psrld $25,<b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4022:# asm 2: psrld $25,<b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4023-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4025-# qhasm:                 diag3 ^= a0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4026:# asm 1: pxor  <a0=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4027:# asm 2: pxor  <a0=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4028-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4030-# qhasm:                 diag3 ^= b0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4031:# asm 1: pxor  <b0=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4032:# asm 2: pxor  <b0=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4033-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4035-# qhasm: uint32323232                        a1 += diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4036:# asm 1: paddd <diag3=int6464#4,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4037:# asm 2: paddd <diag3=%xmm3,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4038-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4040-# qhasm:                                                 a2 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4041:# asm 1: movdqa <diag3=int6464#4,>a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4042:# asm 2: movdqa <diag3=%xmm3,>a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4043-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4045-# qhasm:                                     b1 = a1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4046:# asm 1: movdqa <a1=int6464#6,>b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4047:# asm 2: movdqa <a1=%xmm5,>b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4048-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4050-# qhasm: uint32323232                        a1 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4051:# asm 1: pslld $9,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4052:# asm 2: pslld $9,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4053-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4055-# qhasm: uint32323232                        b1 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4056:# asm 1: psrld $23,<b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4057:# asm 2: psrld $23,<b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4058-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4060-# qhasm:                                 diag2 ^= a1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4061:# asm 1: pxor  <a1=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4062:# asm 2: pxor  <a1=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4063-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4065-# qhasm:                 diag3 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4066:# asm 1: pshufd $0x93,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4067:# asm 2: pshufd $0x93,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4068-pshufd $0x93,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4070-# qhasm:                                 diag2 ^= b1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4071:# asm 1: pxor  <b1=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4072:# asm 2: pxor  <b1=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4073-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4075-# qhasm: uint32323232                                        a2 += diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4076:# asm 1: paddd <diag2=int6464#3,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4077:# asm 2: paddd <diag2=%xmm2,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4078-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4080-# qhasm:                                                                 a3 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4081:# asm 1: movdqa <diag2=int6464#3,>a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4082:# asm 2: movdqa <diag2=%xmm2,>a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4083-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4085-# qhasm:                                                     b2 = a2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4086:# asm 1: movdqa <a2=int6464#5,>b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4087:# asm 2: movdqa <a2=%xmm4,>b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4088-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4090-# qhasm: uint32323232                                        a2 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4091:# asm 1: pslld $13,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4092:# asm 2: pslld $13,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4093-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4095-# qhasm: uint32323232                                        b2 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4096:# asm 1: psrld $19,<b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4097:# asm 2: psrld $19,<b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4098-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4100-# qhasm:                                                 diag1 ^= a2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4101:# asm 1: pxor  <a2=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4102:# asm 2: pxor  <a2=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4103-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4105-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4106:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4107:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4108-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4110-# qhasm:                                                 diag1 ^= b2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4111:# asm 1: pxor  <b2=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4112:# asm 2: pxor  <b2=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4113-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4115-# qhasm: uint32323232                                                        a3 += diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4116:# asm 1: paddd <diag1=int6464#2,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4117:# asm 2: paddd <diag1=%xmm1,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4118-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4120-# qhasm:                 a4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4121:# asm 1: movdqa <diag3=int6464#4,>a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4122:# asm 2: movdqa <diag3=%xmm3,>a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4123-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4125-# qhasm:                                                                     b3 = a3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4126:# asm 1: movdqa <a3=int6464#6,>b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4127:# asm 2: movdqa <a3=%xmm5,>b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4128-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4130-# qhasm: uint32323232                                                        a3 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4131:# asm 1: pslld $18,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4132:# asm 2: pslld $18,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4133-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4135-# qhasm: uint32323232                                                        b3 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4136:# asm 1: psrld $14,<b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4137:# asm 2: psrld $14,<b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4138-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4140-# qhasm:                                                                 diag0 ^= a3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4141:# asm 1: pxor  <a3=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4142:# asm 2: pxor  <a3=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4143-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4145-# qhasm:                                                 diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4146:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4147:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4148-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4150-# qhasm:                                                                 diag0 ^= b3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4151:# asm 1: pxor  <b3=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4152:# asm 2: pxor  <b3=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4153-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4155-# qhasm: uint32323232        a4 += diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4156:# asm 1: paddd <diag0=int6464#1,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4157:# asm 2: paddd <diag0=%xmm0,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4158-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4160-# qhasm:                                 a5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4161:# asm 1: movdqa <diag0=int6464#1,>a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4162:# asm 2: movdqa <diag0=%xmm0,>a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4163-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4165-# qhasm:                     b4 = a4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4166:# asm 1: movdqa <a4=int6464#5,>b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4167:# asm 2: movdqa <a4=%xmm4,>b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4168-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4170-# qhasm: uint32323232        a4 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4171:# asm 1: pslld $7,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4172:# asm 2: pslld $7,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4173-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4175-# qhasm: uint32323232        b4 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4176:# asm 1: psrld $25,<b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4177:# asm 2: psrld $25,<b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4178-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4180-# qhasm:                 diag1 ^= a4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4181:# asm 1: pxor  <a4=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4182:# asm 2: pxor  <a4=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4183-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4185-# qhasm:                 diag1 ^= b4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4186:# asm 1: pxor  <b4=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4187:# asm 2: pxor  <b4=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4188-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4190-# qhasm: uint32323232                        a5 += diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4191:# asm 1: paddd <diag1=int6464#2,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4192:# asm 2: paddd <diag1=%xmm1,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4193-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4195-# qhasm:                                                 a6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4196:# asm 1: movdqa <diag1=int6464#2,>a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4197:# asm 2: movdqa <diag1=%xmm1,>a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4198-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4200-# qhasm:                                     b5 = a5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4201:# asm 1: movdqa <a5=int6464#6,>b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4202:# asm 2: movdqa <a5=%xmm5,>b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4203-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4205-# qhasm: uint32323232                        a5 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4206:# asm 1: pslld $9,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4207:# asm 2: pslld $9,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4208-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4210-# qhasm: uint32323232                        b5 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4211:# asm 1: psrld $23,<b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4212:# asm 2: psrld $23,<b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4213-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4215-# qhasm:                                 diag2 ^= a5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4216:# asm 1: pxor  <a5=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4217:# asm 2: pxor  <a5=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4218-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4220-# qhasm:                 diag1 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4221:# asm 1: pshufd $0x93,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4222:# asm 2: pshufd $0x93,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4223-pshufd $0x93,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4225-# qhasm:                                 diag2 ^= b5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4226:# asm 1: pxor  <b5=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4227:# asm 2: pxor  <b5=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4228-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4230-# qhasm: uint32323232                                        a6 += diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4231:# asm 1: paddd <diag2=int6464#3,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4232:# asm 2: paddd <diag2=%xmm2,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4233-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4235-# qhasm:                                                                 a7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4236:# asm 1: movdqa <diag2=int6464#3,>a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4237:# asm 2: movdqa <diag2=%xmm2,>a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4238-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4240-# qhasm:                                                     b6 = a6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4241:# asm 1: movdqa <a6=int6464#5,>b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4242:# asm 2: movdqa <a6=%xmm4,>b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4243-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4245-# qhasm: uint32323232                                        a6 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4246:# asm 1: pslld $13,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4247:# asm 2: pslld $13,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4248-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4250-# qhasm: uint32323232                                        b6 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4251:# asm 1: psrld $19,<b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4252:# asm 2: psrld $19,<b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4253-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4255-# qhasm:                                                 diag3 ^= a6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4256:# asm 1: pxor  <a6=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4257:# asm 2: pxor  <a6=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4258-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4260-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4261:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4262:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4263-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4265-# qhasm:                                                 diag3 ^= b6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4266:# asm 1: pxor  <b6=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4267:# asm 2: pxor  <b6=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4268-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4270-# qhasm: uint32323232                                                        a7 += diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4271:# asm 1: paddd <diag3=int6464#4,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4272:# asm 2: paddd <diag3=%xmm3,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4273-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4275-# qhasm:                 a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4276:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4277:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4278-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4280-# qhasm:                                                                     b7 = a7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4281:# asm 1: movdqa <a7=int6464#6,>b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4282:# asm 2: movdqa <a7=%xmm5,>b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4283-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4285-# qhasm: uint32323232                                                        a7 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4286:# asm 1: pslld $18,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4287:# asm 2: pslld $18,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4288-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4290-# qhasm: uint32323232                                                        b7 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4291:# asm 1: psrld $14,<b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4292:# asm 2: psrld $14,<b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4293-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4295-# qhasm:                                                                 diag0 ^= a7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4296:# asm 1: pxor  <a7=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4297:# asm 2: pxor  <a7=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4298-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4300-# qhasm:                                                 diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4301:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4302:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4303-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4305-# qhasm:                                                                 diag0 ^= b7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4306:# asm 1: pxor  <b7=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4307:# asm 2: pxor  <b7=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4308-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4310-# qhasm: uint32323232        a0 += diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4311:# asm 1: paddd <diag0=int6464#1,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4312:# asm 2: paddd <diag0=%xmm0,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4313-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4315-# qhasm:                                 a1 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4316:# asm 1: movdqa <diag0=int6464#1,>a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4317:# asm 2: movdqa <diag0=%xmm0,>a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4318-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4320-# qhasm:                     b0 = a0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4321:# asm 1: movdqa <a0=int6464#5,>b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4322:# asm 2: movdqa <a0=%xmm4,>b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4323-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4325-# qhasm: uint32323232        a0 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4326:# asm 1: pslld $7,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4327:# asm 2: pslld $7,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4328-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4330-# qhasm: uint32323232        b0 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4331:# asm 1: psrld $25,<b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4332:# asm 2: psrld $25,<b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4333-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4335-# qhasm:                 diag3 ^= a0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4336:# asm 1: pxor  <a0=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4337:# asm 2: pxor  <a0=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4338-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4340-# qhasm:                 diag3 ^= b0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4341:# asm 1: pxor  <b0=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4342:# asm 2: pxor  <b0=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4343-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4345-# qhasm: uint32323232                        a1 += diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4346:# asm 1: paddd <diag3=int6464#4,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4347:# asm 2: paddd <diag3=%xmm3,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4348-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4350-# qhasm:                                                 a2 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4351:# asm 1: movdqa <diag3=int6464#4,>a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4352:# asm 2: movdqa <diag3=%xmm3,>a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4353-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4355-# qhasm:                                     b1 = a1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4356:# asm 1: movdqa <a1=int6464#6,>b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4357:# asm 2: movdqa <a1=%xmm5,>b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4358-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4360-# qhasm: uint32323232                        a1 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4361:# asm 1: pslld $9,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4362:# asm 2: pslld $9,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4363-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4365-# qhasm: uint32323232                        b1 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4366:# asm 1: psrld $23,<b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4367:# asm 2: psrld $23,<b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4368-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4370-# qhasm:                                 diag2 ^= a1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4371:# asm 1: pxor  <a1=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4372:# asm 2: pxor  <a1=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4373-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4375-# qhasm:                 diag3 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4376:# asm 1: pshufd $0x93,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4377:# asm 2: pshufd $0x93,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4378-pshufd $0x93,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4380-# qhasm:                                 diag2 ^= b1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4381:# asm 1: pxor  <b1=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4382:# asm 2: pxor  <b1=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4383-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4385-# qhasm: uint32323232                                        a2 += diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4386:# asm 1: paddd <diag2=int6464#3,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4387:# asm 2: paddd <diag2=%xmm2,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4388-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4390-# qhasm:                                                                 a3 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4391:# asm 1: movdqa <diag2=int6464#3,>a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4392:# asm 2: movdqa <diag2=%xmm2,>a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4393-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4395-# qhasm:                                                     b2 = a2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4396:# asm 1: movdqa <a2=int6464#5,>b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4397:# asm 2: movdqa <a2=%xmm4,>b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4398-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4400-# qhasm: uint32323232                                        a2 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4401:# asm 1: pslld $13,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4402:# asm 2: pslld $13,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4403-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4405-# qhasm: uint32323232                                        b2 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4406:# asm 1: psrld $19,<b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4407:# asm 2: psrld $19,<b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4408-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4410-# qhasm:                                                 diag1 ^= a2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4411:# asm 1: pxor  <a2=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4412:# asm 2: pxor  <a2=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4413-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4415-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4416:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4417:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4418-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4420-# qhasm:                                                 diag1 ^= b2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4421:# asm 1: pxor  <b2=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4422:# asm 2: pxor  <b2=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4423-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4425-# qhasm: uint32323232                                                        a3 += diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4426:# asm 1: paddd <diag1=int6464#2,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4427:# asm 2: paddd <diag1=%xmm1,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4428-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4430-# qhasm:                 a4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4431:# asm 1: movdqa <diag3=int6464#4,>a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4432:# asm 2: movdqa <diag3=%xmm3,>a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4433-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4435-# qhasm:                                                                     b3 = a3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4436:# asm 1: movdqa <a3=int6464#6,>b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4437:# asm 2: movdqa <a3=%xmm5,>b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4438-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4440-# qhasm: uint32323232                                                        a3 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4441:# asm 1: pslld $18,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4442:# asm 2: pslld $18,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4443-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4445-# qhasm: uint32323232                                                        b3 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4446:# asm 1: psrld $14,<b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4447:# asm 2: psrld $14,<b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4448-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4450-# qhasm:                                                                 diag0 ^= a3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4451:# asm 1: pxor  <a3=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4452:# asm 2: pxor  <a3=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4453-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4455-# qhasm:                                                 diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4456:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4457:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4458-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4460-# qhasm:                                                                 diag0 ^= b3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4461:# asm 1: pxor  <b3=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4462:# asm 2: pxor  <b3=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4463-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4465-# qhasm: uint32323232        a4 += diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4466:# asm 1: paddd <diag0=int6464#1,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4467:# asm 2: paddd <diag0=%xmm0,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4468-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4470-# qhasm:                                 a5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4471:# asm 1: movdqa <diag0=int6464#1,>a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4472:# asm 2: movdqa <diag0=%xmm0,>a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4473-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4475-# qhasm:                     b4 = a4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4476:# asm 1: movdqa <a4=int6464#5,>b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4477:# asm 2: movdqa <a4=%xmm4,>b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4478-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4480-# qhasm: uint32323232        a4 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4481:# asm 1: pslld $7,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4482:# asm 2: pslld $7,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4483-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4485-# qhasm: uint32323232        b4 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4486:# asm 1: psrld $25,<b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4487:# asm 2: psrld $25,<b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4488-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4490-# qhasm:                 diag1 ^= a4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4491:# asm 1: pxor  <a4=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4492:# asm 2: pxor  <a4=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4493-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4495-# qhasm:                 diag1 ^= b4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4496:# asm 1: pxor  <b4=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4497:# asm 2: pxor  <b4=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4498-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4500-# qhasm: uint32323232                        a5 += diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4501:# asm 1: paddd <diag1=int6464#2,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4502:# asm 2: paddd <diag1=%xmm1,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4503-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4505-# qhasm:                                                 a6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4506:# asm 1: movdqa <diag1=int6464#2,>a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4507:# asm 2: movdqa <diag1=%xmm1,>a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4508-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4510-# qhasm:                                     b5 = a5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4511:# asm 1: movdqa <a5=int6464#6,>b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4512:# asm 2: movdqa <a5=%xmm5,>b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4513-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4515-# qhasm: uint32323232                        a5 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4516:# asm 1: pslld $9,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4517:# asm 2: pslld $9,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4518-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4520-# qhasm: uint32323232                        b5 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4521:# asm 1: psrld $23,<b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4522:# asm 2: psrld $23,<b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4523-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4525-# qhasm:                                 diag2 ^= a5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4526:# asm 1: pxor  <a5=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4527:# asm 2: pxor  <a5=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4528-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4530-# qhasm:                 diag1 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4531:# asm 1: pshufd $0x93,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4532:# asm 2: pshufd $0x93,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4533-pshufd $0x93,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4535-# qhasm:                                 diag2 ^= b5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4536:# asm 1: pxor  <b5=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4537:# asm 2: pxor  <b5=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4538-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4540-# qhasm: uint32323232                                        a6 += diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4541:# asm 1: paddd <diag2=int6464#3,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4542:# asm 2: paddd <diag2=%xmm2,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4543-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4545-# qhasm:                                                                 a7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4546:# asm 1: movdqa <diag2=int6464#3,>a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4547:# asm 2: movdqa <diag2=%xmm2,>a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4548-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4550-# qhasm:                                                     b6 = a6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4551:# asm 1: movdqa <a6=int6464#5,>b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4552:# asm 2: movdqa <a6=%xmm4,>b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4553-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4555-# qhasm: uint32323232                                        a6 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4556:# asm 1: pslld $13,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4557:# asm 2: pslld $13,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4558-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4560-# qhasm: uint32323232                                        b6 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4561:# asm 1: psrld $19,<b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4562:# asm 2: psrld $19,<b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4563-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4565-# qhasm:                                                 diag3 ^= a6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4566:# asm 1: pxor  <a6=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4567:# asm 2: pxor  <a6=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4568-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4570-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4571:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4572:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4573-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4575-# qhasm:                                                 diag3 ^= b6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4576:# asm 1: pxor  <b6=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4577:# asm 2: pxor  <b6=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4578-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4580-# qhasm:                  unsigned>? i -= 4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4581:# asm 1: sub  $4,<i=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4582:# asm 2: sub  $4,<i=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4583-sub  $4,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4585-# qhasm: uint32323232                                                        a7 += diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4586:# asm 1: paddd <diag3=int6464#4,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4587:# asm 2: paddd <diag3=%xmm3,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4588-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4590-# qhasm:                 a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4591:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4592:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4593-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4595-# qhasm:                                                                     b7 = a7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4596:# asm 1: movdqa <a7=int6464#6,>b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4597:# asm 2: movdqa <a7=%xmm5,>b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4598-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4600-# qhasm: uint32323232                                                        a7 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4601:# asm 1: pslld $18,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4602:# asm 2: pslld $18,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4603-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4605-# qhasm:                 b0 = 0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4606:# asm 1: pxor   >b0=int6464#8,>b0=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4607:# asm 2: pxor   >b0=%xmm7,>b0=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4608-pxor   %xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4610-# qhasm: uint32323232                                                        b7 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4611:# asm 1: psrld $14,<b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4612:# asm 2: psrld $14,<b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4613-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4615-# qhasm:                                                                 diag0 ^= a7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4616:# asm 1: pxor  <a7=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4617:# asm 2: pxor  <a7=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4618-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4620-# qhasm:                                                 diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4621:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4622:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4623-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4625-# qhasm:                                                                 diag0 ^= b7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4626:# asm 1: pxor  <b7=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4627:# asm 2: pxor  <b7=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4628-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4634-# qhasm: uint32323232 diag0 += x0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4635:# asm 1: paddd <x0=stack128#3,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4636:# asm 2: paddd <x0=64(%esp),<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4637-paddd 64(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4639-# qhasm: uint32323232 diag1 += x1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4640:# asm 1: paddd <x1=stack128#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4641:# asm 2: paddd <x1=48(%esp),<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4642-paddd 48(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4644-# qhasm: uint32323232 diag2 += x2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4645:# asm 1: paddd <x2=stack128#4,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4646:# asm 2: paddd <x2=80(%esp),<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4647-paddd 80(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4649-# qhasm: uint32323232 diag3 += x3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4650:# asm 1: paddd <x3=stack128#1,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4651:# asm 2: paddd <x3=32(%esp),<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4652-paddd 32(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4654-# qhasm: in0 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4655:# asm 1: movd   <diag0=int6464#1,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4656:# asm 2: movd   <diag0=%xmm0,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4657-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4659-# qhasm: in12 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4660:# asm 1: movd   <diag1=int6464#2,>in12=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4661:# asm 2: movd   <diag1=%xmm1,>in12=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4662-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4664-# qhasm: in8 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4665:# asm 1: movd   <diag2=int6464#3,>in8=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4666:# asm 2: movd   <diag2=%xmm2,>in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4667-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4669-# qhasm: in4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4670:# asm 1: movd   <diag3=int6464#4,>in4=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4671:# asm 2: movd   <diag3=%xmm3,>in4=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4672-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4674-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4675:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4676:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4677-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4679-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4680:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4681:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4682-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4684-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4685:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4686:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4687-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4689-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4690:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4691:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4692-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4694-# qhasm: in0 ^= *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4695:# asm 1: xorl 0(<m=int32#5),<in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4696:# asm 2: xorl 0(<m=%esi),<in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4697-xorl 0(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4699-# qhasm: in12 ^= *(uint32 *) (m + 48)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4700:# asm 1: xorl 48(<m=int32#5),<in12=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4701:# asm 2: xorl 48(<m=%esi),<in12=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4702-xorl 48(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4704-# qhasm: in8 ^= *(uint32 *) (m + 32)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4705:# asm 1: xorl 32(<m=int32#5),<in8=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4706:# asm 2: xorl 32(<m=%esi),<in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4707-xorl 32(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4709-# qhasm: in4 ^= *(uint32 *) (m + 16)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4710:# asm 1: xorl 16(<m=int32#5),<in4=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4711:# asm 2: xorl 16(<m=%esi),<in4=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4712-xorl 16(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4714-# qhasm: *(uint32 *) (out + 0) = in0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4715:# asm 1: movl <in0=int32#1,0(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4716:# asm 2: movl <in0=%eax,0(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4717-movl %eax,0(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4719-# qhasm: *(uint32 *) (out + 48) = in12
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4720:# asm 1: movl <in12=int32#2,48(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4721:# asm 2: movl <in12=%ecx,48(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4722-movl %ecx,48(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4724-# qhasm: *(uint32 *) (out + 32) = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4725:# asm 1: movl <in8=int32#3,32(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4726:# asm 2: movl <in8=%edx,32(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4727-movl %edx,32(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4729-# qhasm: *(uint32 *) (out + 16) = in4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4730:# asm 1: movl <in4=int32#4,16(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4731:# asm 2: movl <in4=%ebx,16(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4732-movl %ebx,16(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4734-# qhasm: in5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4735:# asm 1: movd   <diag0=int6464#1,>in5=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4736:# asm 2: movd   <diag0=%xmm0,>in5=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4737-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4739-# qhasm: in1 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4740:# asm 1: movd   <diag1=int6464#2,>in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4741:# asm 2: movd   <diag1=%xmm1,>in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4742-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4744-# qhasm: in13 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4745:# asm 1: movd   <diag2=int6464#3,>in13=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4746:# asm 2: movd   <diag2=%xmm2,>in13=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4747-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4749-# qhasm: in9 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4750:# asm 1: movd   <diag3=int6464#4,>in9=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4751:# asm 2: movd   <diag3=%xmm3,>in9=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4752-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4754-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4755:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4756:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4757-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4759-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4760:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4761:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4762-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4764-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4765:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4766:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4767-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4769-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4770:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4771:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4772-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4774-# qhasm: in5 ^= *(uint32 *) (m + 20)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4775:# asm 1: xorl 20(<m=int32#5),<in5=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4776:# asm 2: xorl 20(<m=%esi),<in5=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4777-xorl 20(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4779-# qhasm: in1 ^= *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4780:# asm 1: xorl 4(<m=int32#5),<in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4781:# asm 2: xorl 4(<m=%esi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4782-xorl 4(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4784-# qhasm: in13 ^= *(uint32 *) (m + 52)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4785:# asm 1: xorl 52(<m=int32#5),<in13=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4786:# asm 2: xorl 52(<m=%esi),<in13=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4787-xorl 52(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4789-# qhasm: in9 ^= *(uint32 *) (m + 36)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4790:# asm 1: xorl 36(<m=int32#5),<in9=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4791:# asm 2: xorl 36(<m=%esi),<in9=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4792-xorl 36(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4794-# qhasm: *(uint32 *) (out + 20) = in5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4795:# asm 1: movl <in5=int32#1,20(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4796:# asm 2: movl <in5=%eax,20(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4797-movl %eax,20(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4799-# qhasm: *(uint32 *) (out + 4) = in1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4800:# asm 1: movl <in1=int32#2,4(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4801:# asm 2: movl <in1=%ecx,4(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4802-movl %ecx,4(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4804-# qhasm: *(uint32 *) (out + 52) = in13
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4805:# asm 1: movl <in13=int32#3,52(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4806:# asm 2: movl <in13=%edx,52(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4807-movl %edx,52(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4809-# qhasm: *(uint32 *) (out + 36) = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4810:# asm 1: movl <in9=int32#4,36(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4811:# asm 2: movl <in9=%ebx,36(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4812-movl %ebx,36(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4814-# qhasm: in10 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4815:# asm 1: movd   <diag0=int6464#1,>in10=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4816:# asm 2: movd   <diag0=%xmm0,>in10=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4817-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4819-# qhasm: in6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4820:# asm 1: movd   <diag1=int6464#2,>in6=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4821:# asm 2: movd   <diag1=%xmm1,>in6=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4822-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4824-# qhasm: in2 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4825:# asm 1: movd   <diag2=int6464#3,>in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4826:# asm 2: movd   <diag2=%xmm2,>in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4827-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4829-# qhasm: in14 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4830:# asm 1: movd   <diag3=int6464#4,>in14=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4831:# asm 2: movd   <diag3=%xmm3,>in14=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4832-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4834-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4835:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4836:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4837-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4839-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4840:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4841:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4842-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4844-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4845:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4846:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4847-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4849-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4850:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4851:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4852-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4854-# qhasm: in10 ^= *(uint32 *) (m + 40)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4855:# asm 1: xorl 40(<m=int32#5),<in10=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4856:# asm 2: xorl 40(<m=%esi),<in10=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4857-xorl 40(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4859-# qhasm: in6 ^= *(uint32 *) (m + 24)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4860:# asm 1: xorl 24(<m=int32#5),<in6=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4861:# asm 2: xorl 24(<m=%esi),<in6=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4862-xorl 24(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4864-# qhasm: in2 ^= *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4865:# asm 1: xorl 8(<m=int32#5),<in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4866:# asm 2: xorl 8(<m=%esi),<in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4867-xorl 8(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4869-# qhasm: in14 ^= *(uint32 *) (m + 56)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4870:# asm 1: xorl 56(<m=int32#5),<in14=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4871:# asm 2: xorl 56(<m=%esi),<in14=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4872-xorl 56(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4874-# qhasm: *(uint32 *) (out + 40) = in10
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4875:# asm 1: movl <in10=int32#1,40(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4876:# asm 2: movl <in10=%eax,40(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4877-movl %eax,40(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4879-# qhasm: *(uint32 *) (out + 24) = in6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4880:# asm 1: movl <in6=int32#2,24(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4881:# asm 2: movl <in6=%ecx,24(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4882-movl %ecx,24(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4884-# qhasm: *(uint32 *) (out + 8) = in2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4885:# asm 1: movl <in2=int32#3,8(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4886:# asm 2: movl <in2=%edx,8(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4887-movl %edx,8(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4889-# qhasm: *(uint32 *) (out + 56) = in14
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4890:# asm 1: movl <in14=int32#4,56(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4891:# asm 2: movl <in14=%ebx,56(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4892-movl %ebx,56(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4894-# qhasm: in15 = diag0
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4895:# asm 1: movd   <diag0=int6464#1,>in15=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4896:# asm 2: movd   <diag0=%xmm0,>in15=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4897-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4899-# qhasm: in11 = diag1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4900:# asm 1: movd   <diag1=int6464#2,>in11=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4901:# asm 2: movd   <diag1=%xmm1,>in11=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4902-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4904-# qhasm: in7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4905:# asm 1: movd   <diag2=int6464#3,>in7=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4906:# asm 2: movd   <diag2=%xmm2,>in7=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4907-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4909-# qhasm: in3 = diag3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4910:# asm 1: movd   <diag3=int6464#4,>in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4911:# asm 2: movd   <diag3=%xmm3,>in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4912-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4914-# qhasm: in15 ^= *(uint32 *) (m + 60)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4915:# asm 1: xorl 60(<m=int32#5),<in15=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4916:# asm 2: xorl 60(<m=%esi),<in15=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4917-xorl 60(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4919-# qhasm: in11 ^= *(uint32 *) (m + 44)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4920:# asm 1: xorl 44(<m=int32#5),<in11=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4921:# asm 2: xorl 44(<m=%esi),<in11=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4922-xorl 44(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4924-# qhasm: in7 ^= *(uint32 *) (m + 28)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4925:# asm 1: xorl 28(<m=int32#5),<in7=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4926:# asm 2: xorl 28(<m=%esi),<in7=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4927-xorl 28(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4929-# qhasm: in3 ^= *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4930:# asm 1: xorl 12(<m=int32#5),<in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4931:# asm 2: xorl 12(<m=%esi),<in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4932-xorl 12(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4934-# qhasm: *(uint32 *) (out + 60) = in15
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4935:# asm 1: movl <in15=int32#1,60(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4936:# asm 2: movl <in15=%eax,60(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4937-movl %eax,60(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4939-# qhasm: *(uint32 *) (out + 44) = in11
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4940:# asm 1: movl <in11=int32#2,44(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4941:# asm 2: movl <in11=%ecx,44(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4942-movl %ecx,44(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4944-# qhasm: *(uint32 *) (out + 28) = in7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4945:# asm 1: movl <in7=int32#3,28(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4946:# asm 2: movl <in7=%edx,28(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4947-movl %edx,28(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4949-# qhasm: *(uint32 *) (out + 12) = in3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4950:# asm 1: movl <in3=int32#4,12(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4951:# asm 2: movl <in3=%ebx,12(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4952-movl %ebx,12(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4954-# qhasm:   bytes = bytes_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4955:# asm 1: movl <bytes_stack=stack32#7,>bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4956:# asm 2: movl <bytes_stack=24(%esp),>bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4957-movl 24(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4959-# qhasm:   in8 = ((uint32 *)&x2)[0]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4960:# asm 1: movl <x2=stack128#4,>in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4961:# asm 2: movl <x2=80(%esp),>in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4962-movl 80(%esp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4964-# qhasm:   in9 = ((uint32 *)&x3)[1]
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4965:# asm 1: movl 4+<x3=stack128#1,>in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4966:# asm 2: movl 4+<x3=32(%esp),>in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4967-movl 4+32(%esp),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4969-# qhasm:   carry? in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4970:# asm 1: add  $1,<in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4971:# asm 2: add  $1,<in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4972-add  $1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4974-# qhasm:   in9 += 0 + carry
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4975:# asm 1: adc $0,<in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4976:# asm 2: adc $0,<in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4977-adc $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4979-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4980:# asm 1: movl <in8=int32#2,>x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4981:# asm 2: movl <in8=%ecx,>x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4982-movl %ecx,80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4984-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4985:# asm 1: movl <in9=int32#3,4+<x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4986:# asm 2: movl <in9=%edx,4+<x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4987-movl %edx,4+32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4989-# qhasm:                          unsigned>? unsigned<? bytes - 64
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4990:# asm 1: cmp  $64,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:4991:# asm 2: cmp  $64,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-4992-cmp  $64,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5002-# qhasm:       m = out
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5003:# asm 1: mov  <out=int32#6,>m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5004:# asm 2: mov  <out=%edi,>m=%esi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5005-mov  %edi,%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5007-# qhasm:       out = ctarget
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5008:# asm 1: movl <ctarget=stack32#6,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5009:# asm 2: movl <ctarget=20(%esp),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5010-movl 20(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5012-# qhasm:       i = bytes
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5013:# asm 1: mov  <bytes=int32#1,>i=int32#2
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5014:# asm 2: mov  <bytes=%eax,>i=%ecx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5015-mov  %eax,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5028-# qhasm:     eax = eax_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5029:# asm 1: movl <eax_stack=stack32#1,>eax=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5030:# asm 2: movl <eax_stack=0(%esp),>eax=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5031-movl 0(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5033-# qhasm:     ebx = ebx_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5034:# asm 1: movl <ebx_stack=stack32#2,>ebx=int32#4
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5035:# asm 2: movl <ebx_stack=4(%esp),>ebx=%ebx
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5036-movl 4(%esp),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5038-# qhasm:     esi = esi_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5039:# asm 1: movl <esi_stack=stack32#3,>esi=int32#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5040:# asm 2: movl <esi_stack=8(%esp),>esi=%esi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5041-movl 8(%esp),%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5043-# qhasm:     edi = edi_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5044:# asm 1: movl <edi_stack=stack32#4,>edi=int32#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5045:# asm 2: movl <edi_stack=12(%esp),>edi=%edi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5046-movl 12(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5048-# qhasm:     ebp = ebp_stack
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5049:# asm 1: movl <ebp_stack=stack32#5,>ebp=int32#7
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5050:# asm 2: movl <ebp_stack=16(%esp),>ebp=%ebp
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5051-movl 16(%esp),%ebp
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5061-# qhasm:   bytes -= 64
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5062:# asm 1: sub  $64,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5063:# asm 2: sub  $64,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5064-sub  $64,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5066-# qhasm:   out += 64
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5067:# asm 1: add  $64,<out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5068:# asm 2: add  $64,<out=%edi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5069-add  $64,%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5071-# qhasm:   m += 64
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5072:# asm 1: add  $64,<m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s:5073:# asm 2: add  $64,<m=%esi
curvedns-0.87/nacl/crypto_stream/salsa2012/x86_xmm5/stream.s-5074-add  $64,%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-348-# qhasm: r11_stack = r11_caller
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:349:# asm 1: movq <r11_caller=int64#9,>r11_stack=stack64#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:350:# asm 2: movq <r11_caller=%r11,>r11_stack=352(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-351-movq %r11,352(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-353-# qhasm: r12_stack = r12_caller
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:354:# asm 1: movq <r12_caller=int64#10,>r12_stack=stack64#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:355:# asm 2: movq <r12_caller=%r12,>r12_stack=360(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-356-movq %r12,360(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-358-# qhasm: r13_stack = r13_caller
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:359:# asm 1: movq <r13_caller=int64#11,>r13_stack=stack64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:360:# asm 2: movq <r13_caller=%r13,>r13_stack=368(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-361-movq %r13,368(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-363-# qhasm: r14_stack = r14_caller
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:364:# asm 1: movq <r14_caller=int64#12,>r14_stack=stack64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:365:# asm 2: movq <r14_caller=%r14,>r14_stack=376(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-366-movq %r14,376(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-368-# qhasm: r15_stack = r15_caller
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:369:# asm 1: movq <r15_caller=int64#13,>r15_stack=stack64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:370:# asm 2: movq <r15_caller=%r15,>r15_stack=384(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-371-movq %r15,384(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-373-# qhasm: rbx_stack = rbx_caller
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:374:# asm 1: movq <rbx_caller=int64#14,>rbx_stack=stack64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:375:# asm 2: movq <rbx_caller=%rbx,>rbx_stack=392(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-376-movq %rbx,392(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-378-# qhasm: rbp_stack = rbp_caller
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:379:# asm 1: movq <rbp_caller=int64#15,>rbp_stack=stack64#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:380:# asm 2: movq <rbp_caller=%rbp,>rbp_stack=400(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-381-movq %rbp,400(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-383-# qhasm: bytes = arg2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:384:# asm 1: mov  <arg2=int64#2,>bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:385:# asm 2: mov  <arg2=%rsi,>bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-386-mov  %rsi,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-388-# qhasm: out = arg1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:389:# asm 1: mov  <arg1=int64#1,>out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:390:# asm 2: mov  <arg1=%rdi,>out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-391-mov  %rdi,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-393-# qhasm: m = out
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:394:# asm 1: mov  <out=int64#1,>m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:395:# asm 2: mov  <out=%rdi,>m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-396-mov  %rdi,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-398-# qhasm: iv = arg3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:399:# asm 1: mov  <arg3=int64#3,>iv=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:400:# asm 2: mov  <arg3=%rdx,>iv=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-401-mov  %rdx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-403-# qhasm: k = arg4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:404:# asm 1: mov  <arg4=int64#4,>k=int64#8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:405:# asm 2: mov  <arg4=%rcx,>k=%r10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-406-mov  %rcx,%r10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-408-# qhasm:               unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:409:# asm 1: cmp  $0,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:410:# asm 2: cmp  $0,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-411-cmp  $0,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-417-# qhasm: a = 0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:418:# asm 1: mov  $0,>a=int64#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:419:# asm 2: mov  $0,>a=%rax
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-420-mov  $0,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-422-# qhasm: i = bytes
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:423:# asm 1: mov  <bytes=int64#6,>i=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:424:# asm 2: mov  <bytes=%r9,>i=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-425-mov  %r9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-430-# qhasm: out -= bytes
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:431:# asm 1: sub  <bytes=int64#6,<out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:432:# asm 2: sub  <bytes=%r9,<out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-433-sub  %r9,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-451-# qhasm: r11_stack = r11_caller
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:452:# asm 1: movq <r11_caller=int64#9,>r11_stack=stack64#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:453:# asm 2: movq <r11_caller=%r11,>r11_stack=352(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-454-movq %r11,352(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-456-# qhasm: r12_stack = r12_caller
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:457:# asm 1: movq <r12_caller=int64#10,>r12_stack=stack64#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:458:# asm 2: movq <r12_caller=%r12,>r12_stack=360(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-459-movq %r12,360(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-461-# qhasm: r13_stack = r13_caller
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:462:# asm 1: movq <r13_caller=int64#11,>r13_stack=stack64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:463:# asm 2: movq <r13_caller=%r13,>r13_stack=368(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-464-movq %r13,368(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-466-# qhasm: r14_stack = r14_caller
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:467:# asm 1: movq <r14_caller=int64#12,>r14_stack=stack64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:468:# asm 2: movq <r14_caller=%r14,>r14_stack=376(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-469-movq %r14,376(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-471-# qhasm: r15_stack = r15_caller
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:472:# asm 1: movq <r15_caller=int64#13,>r15_stack=stack64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:473:# asm 2: movq <r15_caller=%r15,>r15_stack=384(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-474-movq %r15,384(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-476-# qhasm: rbx_stack = rbx_caller
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:477:# asm 1: movq <rbx_caller=int64#14,>rbx_stack=stack64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:478:# asm 2: movq <rbx_caller=%rbx,>rbx_stack=392(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-479-movq %rbx,392(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-481-# qhasm: rbp_stack = rbp_caller
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:482:# asm 1: movq <rbp_caller=int64#15,>rbp_stack=stack64#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:483:# asm 2: movq <rbp_caller=%rbp,>rbp_stack=400(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-484-movq %rbp,400(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-486-# qhasm: out = arg1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:487:# asm 1: mov  <arg1=int64#1,>out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:488:# asm 2: mov  <arg1=%rdi,>out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-489-mov  %rdi,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-491-# qhasm: m = arg2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:492:# asm 1: mov  <arg2=int64#2,>m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:493:# asm 2: mov  <arg2=%rsi,>m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-494-mov  %rsi,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-496-# qhasm: bytes = arg3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:497:# asm 1: mov  <arg3=int64#3,>bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:498:# asm 2: mov  <arg3=%rdx,>bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-499-mov  %rdx,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-501-# qhasm: iv = arg4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:502:# asm 1: mov  <arg4=int64#4,>iv=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:503:# asm 2: mov  <arg4=%rcx,>iv=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-504-mov  %rcx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-506-# qhasm: k = arg5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:507:# asm 1: mov  <arg5=int64#5,>k=int64#8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:508:# asm 2: mov  <arg5=%r8,>k=%r10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-509-mov  %r8,%r10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-511-# qhasm:               unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:512:# asm 1: cmp  $0,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:513:# asm 2: cmp  $0,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-514-cmp  $0,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-524-# qhasm:   in12 = *(uint32 *) (k + 20)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:525:# asm 1: movl   20(<k=int64#8),>in12=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:526:# asm 2: movl   20(<k=%r10),>in12=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-527-movl   20(%r10),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-529-# qhasm:   in1 = *(uint32 *) (k + 0)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:530:# asm 1: movl   0(<k=int64#8),>in1=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:531:# asm 2: movl   0(<k=%r10),>in1=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-532-movl   0(%r10),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-534-# qhasm:   in6 = *(uint32 *) (iv + 0)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:535:# asm 1: movl   0(<iv=int64#3),>in6=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:536:# asm 2: movl   0(<iv=%rdx),>in6=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-537-movl   0(%rdx),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-539-# qhasm:   in11 = *(uint32 *) (k + 16)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:540:# asm 1: movl   16(<k=int64#8),>in11=int64#9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:541:# asm 2: movl   16(<k=%r10),>in11=%r11d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-542-movl   16(%r10),%r11d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-544-# qhasm:   ((uint32 *)&x1)[0] = in12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:545:# asm 1: movl <in12=int64#4d,>x1=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:546:# asm 2: movl <in12=%ecx,>x1=0(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-547-movl %ecx,0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-549-# qhasm:   ((uint32 *)&x1)[1] = in1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:550:# asm 1: movl <in1=int64#5d,4+<x1=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:551:# asm 2: movl <in1=%r8d,4+<x1=0(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-552-movl %r8d,4+0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-554-# qhasm:   ((uint32 *)&x1)[2] = in6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:555:# asm 1: movl <in6=int64#7d,8+<x1=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:556:# asm 2: movl <in6=%eax,8+<x1=0(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-557-movl %eax,8+0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-559-# qhasm:   ((uint32 *)&x1)[3] = in11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:560:# asm 1: movl <in11=int64#9d,12+<x1=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:561:# asm 2: movl <in11=%r11d,12+<x1=0(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-562-movl %r11d,12+0(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-564-# qhasm:   in8 = 0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:565:# asm 1: mov  $0,>in8=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:566:# asm 2: mov  $0,>in8=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-567-mov  $0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-569-# qhasm:   in13 = *(uint32 *) (k + 24)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:570:# asm 1: movl   24(<k=int64#8),>in13=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:571:# asm 2: movl   24(<k=%r10),>in13=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-572-movl   24(%r10),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-574-# qhasm:   in2 = *(uint32 *) (k + 4)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:575:# asm 1: movl   4(<k=int64#8),>in2=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:576:# asm 2: movl   4(<k=%r10),>in2=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-577-movl   4(%r10),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-579-# qhasm:   in7 = *(uint32 *) (iv + 4)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:580:# asm 1: movl   4(<iv=int64#3),>in7=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:581:# asm 2: movl   4(<iv=%rdx),>in7=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-582-movl   4(%rdx),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-584-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:585:# asm 1: movl <in8=int64#4d,>x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:586:# asm 2: movl <in8=%ecx,>x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-587-movl %ecx,16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-589-# qhasm:   ((uint32 *)&x2)[1] = in13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:590:# asm 1: movl <in13=int64#5d,4+<x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:591:# asm 2: movl <in13=%r8d,4+<x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-592-movl %r8d,4+16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-594-# qhasm:   ((uint32 *)&x2)[2] = in2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:595:# asm 1: movl <in2=int64#7d,8+<x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:596:# asm 2: movl <in2=%eax,8+<x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-597-movl %eax,8+16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-599-# qhasm:   ((uint32 *)&x2)[3] = in7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:600:# asm 1: movl <in7=int64#3d,12+<x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:601:# asm 2: movl <in7=%edx,12+<x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-602-movl %edx,12+16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-604-# qhasm:   in4 = *(uint32 *) (k + 12)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:605:# asm 1: movl   12(<k=int64#8),>in4=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:606:# asm 2: movl   12(<k=%r10),>in4=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-607-movl   12(%r10),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-609-# qhasm:   in9 = 0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:610:# asm 1: mov  $0,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:611:# asm 2: mov  $0,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-612-mov  $0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-614-# qhasm:   in14 = *(uint32 *) (k + 28)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:615:# asm 1: movl   28(<k=int64#8),>in14=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:616:# asm 2: movl   28(<k=%r10),>in14=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-617-movl   28(%r10),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-619-# qhasm:   in3 = *(uint32 *) (k + 8)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:620:# asm 1: movl   8(<k=int64#8),>in3=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:621:# asm 2: movl   8(<k=%r10),>in3=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-622-movl   8(%r10),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-624-# qhasm:   ((uint32 *)&x3)[0] = in4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:625:# asm 1: movl <in4=int64#3d,>x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:626:# asm 2: movl <in4=%edx,>x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-627-movl %edx,32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-629-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:630:# asm 1: movl <in9=int64#4d,4+<x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:631:# asm 2: movl <in9=%ecx,4+<x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-632-movl %ecx,4+32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-634-# qhasm:   ((uint32 *)&x3)[2] = in14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:635:# asm 1: movl <in14=int64#5d,8+<x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:636:# asm 2: movl <in14=%r8d,8+<x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-637-movl %r8d,8+32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-639-# qhasm:   ((uint32 *)&x3)[3] = in3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:640:# asm 1: movl <in3=int64#7d,12+<x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:641:# asm 2: movl <in3=%eax,12+<x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-642-movl %eax,12+32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-644-# qhasm:   in0 = 1634760805
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:645:# asm 1: mov  $1634760805,>in0=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:646:# asm 2: mov  $1634760805,>in0=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-647-mov  $1634760805,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-649-# qhasm:   in5 = 857760878
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:650:# asm 1: mov  $857760878,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:651:# asm 2: mov  $857760878,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-652-mov  $857760878,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-654-# qhasm:   in10 = 2036477234
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:655:# asm 1: mov  $2036477234,>in10=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:656:# asm 2: mov  $2036477234,>in10=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-657-mov  $2036477234,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-659-# qhasm:   in15 = 1797285236
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:660:# asm 1: mov  $1797285236,>in15=int64#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:661:# asm 2: mov  $1797285236,>in15=%rax
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-662-mov  $1797285236,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-664-# qhasm:   ((uint32 *)&x0)[0] = in0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:665:# asm 1: movl <in0=int64#3d,>x0=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:666:# asm 2: movl <in0=%edx,>x0=48(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-667-movl %edx,48(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-669-# qhasm:   ((uint32 *)&x0)[1] = in5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:670:# asm 1: movl <in5=int64#4d,4+<x0=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:671:# asm 2: movl <in5=%ecx,4+<x0=48(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-672-movl %ecx,4+48(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-674-# qhasm:   ((uint32 *)&x0)[2] = in10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:675:# asm 1: movl <in10=int64#5d,8+<x0=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:676:# asm 2: movl <in10=%r8d,8+<x0=48(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-677-movl %r8d,8+48(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-679-# qhasm:   ((uint32 *)&x0)[3] = in15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:680:# asm 1: movl <in15=int64#7d,12+<x0=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:681:# asm 2: movl <in15=%eax,12+<x0=48(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-682-movl %eax,12+48(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-684-# qhasm:                               unsigned<? bytes - 256
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:685:# asm 1: cmp  $256,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:686:# asm 2: cmp  $256,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-687-cmp  $256,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-693-# qhasm:   z0 = x0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:694:# asm 1: movdqa <x0=stack128#4,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:695:# asm 2: movdqa <x0=48(%rsp),>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-696-movdqa 48(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-698-# qhasm:   z5 = z0[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:699:# asm 1: pshufd $0x55,<z0=int6464#1,>z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:700:# asm 2: pshufd $0x55,<z0=%xmm0,>z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-701-pshufd $0x55,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-703-# qhasm:   z10 = z0[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:704:# asm 1: pshufd $0xaa,<z0=int6464#1,>z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:705:# asm 2: pshufd $0xaa,<z0=%xmm0,>z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-706-pshufd $0xaa,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-708-# qhasm:   z15 = z0[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:709:# asm 1: pshufd $0xff,<z0=int6464#1,>z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:710:# asm 2: pshufd $0xff,<z0=%xmm0,>z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-711-pshufd $0xff,%xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-713-# qhasm:   z0 = z0[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:714:# asm 1: pshufd $0x00,<z0=int6464#1,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:715:# asm 2: pshufd $0x00,<z0=%xmm0,>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-716-pshufd $0x00,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-718-# qhasm:   orig5 = z5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:719:# asm 1: movdqa <z5=int6464#2,>orig5=stack128#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:720:# asm 2: movdqa <z5=%xmm1,>orig5=64(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-721-movdqa %xmm1,64(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-723-# qhasm:   orig10 = z10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:724:# asm 1: movdqa <z10=int6464#3,>orig10=stack128#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:725:# asm 2: movdqa <z10=%xmm2,>orig10=80(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-726-movdqa %xmm2,80(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-728-# qhasm:   orig15 = z15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:729:# asm 1: movdqa <z15=int6464#4,>orig15=stack128#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:730:# asm 2: movdqa <z15=%xmm3,>orig15=96(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-731-movdqa %xmm3,96(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-733-# qhasm:   orig0 = z0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:734:# asm 1: movdqa <z0=int6464#1,>orig0=stack128#8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:735:# asm 2: movdqa <z0=%xmm0,>orig0=112(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-736-movdqa %xmm0,112(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-738-# qhasm:   z1 = x1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:739:# asm 1: movdqa <x1=stack128#1,>z1=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:740:# asm 2: movdqa <x1=0(%rsp),>z1=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-741-movdqa 0(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-743-# qhasm:   z6 = z1[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:744:# asm 1: pshufd $0xaa,<z1=int6464#1,>z6=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:745:# asm 2: pshufd $0xaa,<z1=%xmm0,>z6=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-746-pshufd $0xaa,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-748-# qhasm:   z11 = z1[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:749:# asm 1: pshufd $0xff,<z1=int6464#1,>z11=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:750:# asm 2: pshufd $0xff,<z1=%xmm0,>z11=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-751-pshufd $0xff,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-753-# qhasm:   z12 = z1[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:754:# asm 1: pshufd $0x00,<z1=int6464#1,>z12=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:755:# asm 2: pshufd $0x00,<z1=%xmm0,>z12=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-756-pshufd $0x00,%xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-758-# qhasm:   z1 = z1[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:759:# asm 1: pshufd $0x55,<z1=int6464#1,>z1=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:760:# asm 2: pshufd $0x55,<z1=%xmm0,>z1=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-761-pshufd $0x55,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-763-# qhasm:   orig6 = z6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:764:# asm 1: movdqa <z6=int6464#2,>orig6=stack128#9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:765:# asm 2: movdqa <z6=%xmm1,>orig6=128(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-766-movdqa %xmm1,128(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-768-# qhasm:   orig11 = z11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:769:# asm 1: movdqa <z11=int6464#3,>orig11=stack128#10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:770:# asm 2: movdqa <z11=%xmm2,>orig11=144(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-771-movdqa %xmm2,144(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-773-# qhasm:   orig12 = z12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:774:# asm 1: movdqa <z12=int6464#4,>orig12=stack128#11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:775:# asm 2: movdqa <z12=%xmm3,>orig12=160(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-776-movdqa %xmm3,160(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-778-# qhasm:   orig1 = z1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:779:# asm 1: movdqa <z1=int6464#1,>orig1=stack128#12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:780:# asm 2: movdqa <z1=%xmm0,>orig1=176(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-781-movdqa %xmm0,176(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-783-# qhasm:   z2 = x2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:784:# asm 1: movdqa <x2=stack128#2,>z2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:785:# asm 2: movdqa <x2=16(%rsp),>z2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-786-movdqa 16(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-788-# qhasm:   z7 = z2[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:789:# asm 1: pshufd $0xff,<z2=int6464#1,>z7=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:790:# asm 2: pshufd $0xff,<z2=%xmm0,>z7=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-791-pshufd $0xff,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-793-# qhasm:   z13 = z2[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:794:# asm 1: pshufd $0x55,<z2=int6464#1,>z13=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:795:# asm 2: pshufd $0x55,<z2=%xmm0,>z13=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-796-pshufd $0x55,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-798-# qhasm:   z2 = z2[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:799:# asm 1: pshufd $0xaa,<z2=int6464#1,>z2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:800:# asm 2: pshufd $0xaa,<z2=%xmm0,>z2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-801-pshufd $0xaa,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-803-# qhasm:   orig7 = z7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:804:# asm 1: movdqa <z7=int6464#2,>orig7=stack128#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:805:# asm 2: movdqa <z7=%xmm1,>orig7=192(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-806-movdqa %xmm1,192(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-808-# qhasm:   orig13 = z13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:809:# asm 1: movdqa <z13=int6464#3,>orig13=stack128#14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:810:# asm 2: movdqa <z13=%xmm2,>orig13=208(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-811-movdqa %xmm2,208(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-813-# qhasm:   orig2 = z2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:814:# asm 1: movdqa <z2=int6464#1,>orig2=stack128#15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:815:# asm 2: movdqa <z2=%xmm0,>orig2=224(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-816-movdqa %xmm0,224(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-818-# qhasm:   z3 = x3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:819:# asm 1: movdqa <x3=stack128#3,>z3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:820:# asm 2: movdqa <x3=32(%rsp),>z3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-821-movdqa 32(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-823-# qhasm:   z4 = z3[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:824:# asm 1: pshufd $0x00,<z3=int6464#1,>z4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:825:# asm 2: pshufd $0x00,<z3=%xmm0,>z4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-826-pshufd $0x00,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-828-# qhasm:   z14 = z3[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:829:# asm 1: pshufd $0xaa,<z3=int6464#1,>z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:830:# asm 2: pshufd $0xaa,<z3=%xmm0,>z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-831-pshufd $0xaa,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-833-# qhasm:   z3 = z3[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:834:# asm 1: pshufd $0xff,<z3=int6464#1,>z3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:835:# asm 2: pshufd $0xff,<z3=%xmm0,>z3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-836-pshufd $0xff,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-838-# qhasm:   orig4 = z4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:839:# asm 1: movdqa <z4=int6464#2,>orig4=stack128#16
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:840:# asm 2: movdqa <z4=%xmm1,>orig4=240(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-841-movdqa %xmm1,240(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-843-# qhasm:   orig14 = z14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:844:# asm 1: movdqa <z14=int6464#3,>orig14=stack128#17
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:845:# asm 2: movdqa <z14=%xmm2,>orig14=256(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-846-movdqa %xmm2,256(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-848-# qhasm:   orig3 = z3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:849:# asm 1: movdqa <z3=int6464#1,>orig3=stack128#18
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:850:# asm 2: movdqa <z3=%xmm0,>orig3=272(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-851-movdqa %xmm0,272(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-856-# qhasm:   in8 = ((uint32 *)&x2)[0]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:857:# asm 1: movl <x2=stack128#2,>in8=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:858:# asm 2: movl <x2=16(%rsp),>in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-859-movl 16(%rsp),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-861-# qhasm:   in9 = ((uint32 *)&x3)[1]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:862:# asm 1: movl 4+<x3=stack128#3,>in9=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:863:# asm 2: movl 4+<x3=32(%rsp),>in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-864-movl 4+32(%rsp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-866-# qhasm:   ((uint32 *) &orig8)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:867:# asm 1: movl <in8=int64#3d,>orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:868:# asm 2: movl <in8=%edx,>orig8=288(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-869-movl %edx,288(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-871-# qhasm:   ((uint32 *) &orig9)[0] = in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:872:# asm 1: movl <in9=int64#4d,>orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:873:# asm 2: movl <in9=%ecx,>orig9=304(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-874-movl %ecx,304(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-876-# qhasm:   in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:877:# asm 1: add  $1,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:878:# asm 2: add  $1,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-879-add  $1,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-881-# qhasm:   in9 <<= 32
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:882:# asm 1: shl  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:883:# asm 2: shl  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-884-shl  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-886-# qhasm:   in8 += in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:887:# asm 1: add  <in9=int64#4,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:888:# asm 2: add  <in9=%rcx,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-889-add  %rcx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-891-# qhasm:   in9 = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:892:# asm 1: mov  <in8=int64#3,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:893:# asm 2: mov  <in8=%rdx,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-894-mov  %rdx,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-896-# qhasm:   (uint64) in9 >>= 32
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:897:# asm 1: shr  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:898:# asm 2: shr  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-899-shr  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-901-# qhasm:   ((uint32 *) &orig8)[1] = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:902:# asm 1: movl <in8=int64#3d,4+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:903:# asm 2: movl <in8=%edx,4+<orig8=288(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-904-movl %edx,4+288(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-906-# qhasm:   ((uint32 *) &orig9)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:907:# asm 1: movl <in9=int64#4d,4+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:908:# asm 2: movl <in9=%ecx,4+<orig9=304(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-909-movl %ecx,4+304(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-911-# qhasm:   in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:912:# asm 1: add  $1,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:913:# asm 2: add  $1,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-914-add  $1,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-916-# qhasm:   in9 <<= 32
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:917:# asm 1: shl  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:918:# asm 2: shl  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-919-shl  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-921-# qhasm:   in8 += in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:922:# asm 1: add  <in9=int64#4,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:923:# asm 2: add  <in9=%rcx,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-924-add  %rcx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-926-# qhasm:   in9 = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:927:# asm 1: mov  <in8=int64#3,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:928:# asm 2: mov  <in8=%rdx,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-929-mov  %rdx,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-931-# qhasm:   (uint64) in9 >>= 32
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:932:# asm 1: shr  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:933:# asm 2: shr  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-934-shr  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-936-# qhasm:   ((uint32 *) &orig8)[2] = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:937:# asm 1: movl <in8=int64#3d,8+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:938:# asm 2: movl <in8=%edx,8+<orig8=288(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-939-movl %edx,8+288(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-941-# qhasm:   ((uint32 *) &orig9)[2] = in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:942:# asm 1: movl <in9=int64#4d,8+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:943:# asm 2: movl <in9=%ecx,8+<orig9=304(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-944-movl %ecx,8+304(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-946-# qhasm:   in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:947:# asm 1: add  $1,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:948:# asm 2: add  $1,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-949-add  $1,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-951-# qhasm:   in9 <<= 32
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:952:# asm 1: shl  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:953:# asm 2: shl  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-954-shl  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-956-# qhasm:   in8 += in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:957:# asm 1: add  <in9=int64#4,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:958:# asm 2: add  <in9=%rcx,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-959-add  %rcx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-961-# qhasm:   in9 = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:962:# asm 1: mov  <in8=int64#3,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:963:# asm 2: mov  <in8=%rdx,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-964-mov  %rdx,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-966-# qhasm:   (uint64) in9 >>= 32
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:967:# asm 1: shr  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:968:# asm 2: shr  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-969-shr  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-971-# qhasm:   ((uint32 *) &orig8)[3] = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:972:# asm 1: movl <in8=int64#3d,12+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:973:# asm 2: movl <in8=%edx,12+<orig8=288(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-974-movl %edx,12+288(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-976-# qhasm:   ((uint32 *) &orig9)[3] = in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:977:# asm 1: movl <in9=int64#4d,12+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:978:# asm 2: movl <in9=%ecx,12+<orig9=304(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-979-movl %ecx,12+304(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-981-# qhasm:   in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:982:# asm 1: add  $1,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:983:# asm 2: add  $1,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-984-add  $1,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-986-# qhasm:   in9 <<= 32
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:987:# asm 1: shl  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:988:# asm 2: shl  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-989-shl  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-991-# qhasm:   in8 += in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:992:# asm 1: add  <in9=int64#4,<in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:993:# asm 2: add  <in9=%rcx,<in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-994-add  %rcx,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-996-# qhasm:   in9 = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:997:# asm 1: mov  <in8=int64#3,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:998:# asm 2: mov  <in8=%rdx,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-999-mov  %rdx,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1001-# qhasm:   (uint64) in9 >>= 32
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1002:# asm 1: shr  $32,<in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1003:# asm 2: shr  $32,<in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1004-shr  $32,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1006-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1007:# asm 1: movl <in8=int64#3d,>x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1008:# asm 2: movl <in8=%edx,>x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1009-movl %edx,16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1011-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1012:# asm 1: movl <in9=int64#4d,4+<x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1013:# asm 2: movl <in9=%ecx,4+<x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1014-movl %ecx,4+32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1016-# qhasm:   bytes_backup = bytes
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1017:# asm 1: movq <bytes=int64#6,>bytes_backup=stack64#8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1018:# asm 2: movq <bytes=%r9,>bytes_backup=408(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1019-movq %r9,408(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1021-# qhasm: i = 8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1022:# asm 1: mov  $8,>i=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1023:# asm 2: mov  $8,>i=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1024-mov  $8,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1026-# qhasm:   z5 = orig5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1027:# asm 1: movdqa <orig5=stack128#5,>z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1028:# asm 2: movdqa <orig5=64(%rsp),>z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1029-movdqa 64(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1031-# qhasm:   z10 = orig10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1032:# asm 1: movdqa <orig10=stack128#6,>z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1033:# asm 2: movdqa <orig10=80(%rsp),>z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1034-movdqa 80(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1036-# qhasm:   z15 = orig15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1037:# asm 1: movdqa <orig15=stack128#7,>z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1038:# asm 2: movdqa <orig15=96(%rsp),>z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1039-movdqa 96(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1041-# qhasm:   z14 = orig14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1042:# asm 1: movdqa <orig14=stack128#17,>z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1043:# asm 2: movdqa <orig14=256(%rsp),>z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1044-movdqa 256(%rsp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1046-# qhasm:   z3 = orig3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1047:# asm 1: movdqa <orig3=stack128#18,>z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1048:# asm 2: movdqa <orig3=272(%rsp),>z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1049-movdqa 272(%rsp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1051-# qhasm:   z6 = orig6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1052:# asm 1: movdqa <orig6=stack128#9,>z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1053:# asm 2: movdqa <orig6=128(%rsp),>z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1054-movdqa 128(%rsp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1056-# qhasm:   z11 = orig11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1057:# asm 1: movdqa <orig11=stack128#10,>z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1058:# asm 2: movdqa <orig11=144(%rsp),>z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1059-movdqa 144(%rsp),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1061-# qhasm:   z1 = orig1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1062:# asm 1: movdqa <orig1=stack128#12,>z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1063:# asm 2: movdqa <orig1=176(%rsp),>z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1064-movdqa 176(%rsp),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1066-# qhasm:   z7 = orig7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1067:# asm 1: movdqa <orig7=stack128#13,>z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1068:# asm 2: movdqa <orig7=192(%rsp),>z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1069-movdqa 192(%rsp),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1071-# qhasm:   z13 = orig13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1072:# asm 1: movdqa <orig13=stack128#14,>z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1073:# asm 2: movdqa <orig13=208(%rsp),>z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1074-movdqa 208(%rsp),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1076-# qhasm:   z2 = orig2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1077:# asm 1: movdqa <orig2=stack128#15,>z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1078:# asm 2: movdqa <orig2=224(%rsp),>z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1079-movdqa 224(%rsp),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1081-# qhasm:   z9 = orig9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1082:# asm 1: movdqa <orig9=stack128#20,>z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1083:# asm 2: movdqa <orig9=304(%rsp),>z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1084-movdqa 304(%rsp),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1086-# qhasm:   z0 = orig0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1087:# asm 1: movdqa <orig0=stack128#8,>z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1088:# asm 2: movdqa <orig0=112(%rsp),>z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1089-movdqa 112(%rsp),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1091-# qhasm:   z12 = orig12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1092:# asm 1: movdqa <orig12=stack128#11,>z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1093:# asm 2: movdqa <orig12=160(%rsp),>z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1094-movdqa 160(%rsp),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1096-# qhasm:   z4 = orig4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1097:# asm 1: movdqa <orig4=stack128#16,>z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1098:# asm 2: movdqa <orig4=240(%rsp),>z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1099-movdqa 240(%rsp),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1101-# qhasm:   z8 = orig8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1102:# asm 1: movdqa <orig8=stack128#19,>z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1103:# asm 2: movdqa <orig8=288(%rsp),>z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1104-movdqa 288(%rsp),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1109-# qhasm: 						z10_stack = z10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1110:# asm 1: movdqa <z10=int6464#2,>z10_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1111:# asm 2: movdqa <z10=%xmm1,>z10_stack=320(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1112-movdqa %xmm1,320(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1114-# qhasm: 								z15_stack = z15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1115:# asm 1: movdqa <z15=int6464#3,>z15_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1116:# asm 2: movdqa <z15=%xmm2,>z15_stack=336(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1117-movdqa %xmm2,336(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1119-# qhasm: 		y4 = z12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1120:# asm 1: movdqa <z12=int6464#14,>y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1121:# asm 2: movdqa <z12=%xmm13,>y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1122-movdqa %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1124-# qhasm: uint32323232	y4 += z0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1125:# asm 1: paddd <z0=int6464#13,<y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1126:# asm 2: paddd <z0=%xmm12,<y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1127-paddd %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1129-# qhasm: 		r4 = y4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1130:# asm 1: movdqa <y4=int6464#2,>r4=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1131:# asm 2: movdqa <y4=%xmm1,>r4=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1132-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1134-# qhasm: uint32323232	y4 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1135:# asm 1: pslld $7,<y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1136:# asm 2: pslld $7,<y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1137-pslld $7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1139-# qhasm: 		z4 ^= y4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1140:# asm 1: pxor  <y4=int6464#2,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1141:# asm 2: pxor  <y4=%xmm1,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1142-pxor  %xmm1,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1144-# qhasm: uint32323232	r4 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1145:# asm 1: psrld $25,<r4=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1146:# asm 2: psrld $25,<r4=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1147-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1149-# qhasm: 		z4 ^= r4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1150:# asm 1: pxor  <r4=int6464#3,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1151:# asm 2: pxor  <r4=%xmm2,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1152-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1154-# qhasm: 				y9 = z1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1155:# asm 1: movdqa <z1=int6464#8,>y9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1156:# asm 2: movdqa <z1=%xmm7,>y9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1157-movdqa %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1159-# qhasm: uint32323232			y9 += z5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1160:# asm 1: paddd <z5=int6464#1,<y9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1161:# asm 2: paddd <z5=%xmm0,<y9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1162-paddd %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1164-# qhasm: 				r9 = y9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1165:# asm 1: movdqa <y9=int6464#2,>r9=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1166:# asm 2: movdqa <y9=%xmm1,>r9=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1167-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1169-# qhasm: uint32323232			y9 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1170:# asm 1: pslld $7,<y9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1171:# asm 2: pslld $7,<y9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1172-pslld $7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1174-# qhasm: 				z9 ^= y9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1175:# asm 1: pxor  <y9=int6464#2,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1176:# asm 2: pxor  <y9=%xmm1,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1177-pxor  %xmm1,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1179-# qhasm: uint32323232			r9 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1180:# asm 1: psrld $25,<r9=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1181:# asm 2: psrld $25,<r9=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1182-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1184-# qhasm: 				z9 ^= r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1185:# asm 1: pxor  <r9=int6464#3,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1186:# asm 2: pxor  <r9=%xmm2,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1187-pxor  %xmm2,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1189-# qhasm: 		y8 = z0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1190:# asm 1: movdqa <z0=int6464#13,>y8=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1191:# asm 2: movdqa <z0=%xmm12,>y8=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1192-movdqa %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1194-# qhasm: uint32323232	y8 += z4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1195:# asm 1: paddd <z4=int6464#15,<y8=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1196:# asm 2: paddd <z4=%xmm14,<y8=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1197-paddd %xmm14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1199-# qhasm: 		r8 = y8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1200:# asm 1: movdqa <y8=int6464#2,>r8=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1201:# asm 2: movdqa <y8=%xmm1,>r8=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1202-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1204-# qhasm: uint32323232	y8 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1205:# asm 1: pslld $9,<y8=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1206:# asm 2: pslld $9,<y8=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1207-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1209-# qhasm: 		z8 ^= y8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1210:# asm 1: pxor  <y8=int6464#2,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1211:# asm 2: pxor  <y8=%xmm1,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1212-pxor  %xmm1,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1214-# qhasm: uint32323232	r8 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1215:# asm 1: psrld $23,<r8=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1216:# asm 2: psrld $23,<r8=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1217-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1219-# qhasm: 		z8 ^= r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1220:# asm 1: pxor  <r8=int6464#3,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1221:# asm 2: pxor  <r8=%xmm2,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1222-pxor  %xmm2,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1224-# qhasm: 				y13 = z5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1225:# asm 1: movdqa <z5=int6464#1,>y13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1226:# asm 2: movdqa <z5=%xmm0,>y13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1227-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1229-# qhasm: uint32323232			y13 += z9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1230:# asm 1: paddd <z9=int6464#12,<y13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1231:# asm 2: paddd <z9=%xmm11,<y13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1232-paddd %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1234-# qhasm: 				r13 = y13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1235:# asm 1: movdqa <y13=int6464#2,>r13=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1236:# asm 2: movdqa <y13=%xmm1,>r13=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1237-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1239-# qhasm: uint32323232			y13 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1240:# asm 1: pslld $9,<y13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1241:# asm 2: pslld $9,<y13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1242-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1244-# qhasm: 				z13 ^= y13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1245:# asm 1: pxor  <y13=int6464#2,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1246:# asm 2: pxor  <y13=%xmm1,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1247-pxor  %xmm1,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1249-# qhasm: uint32323232			r13 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1250:# asm 1: psrld $23,<r13=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1251:# asm 2: psrld $23,<r13=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1252-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1254-# qhasm: 				z13 ^= r13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1255:# asm 1: pxor  <r13=int6464#3,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1256:# asm 2: pxor  <r13=%xmm2,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1257-pxor  %xmm2,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1259-# qhasm: 		y12 = z4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1260:# asm 1: movdqa <z4=int6464#15,>y12=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1261:# asm 2: movdqa <z4=%xmm14,>y12=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1262-movdqa %xmm14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1264-# qhasm: uint32323232	y12 += z8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1265:# asm 1: paddd <z8=int6464#16,<y12=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1266:# asm 2: paddd <z8=%xmm15,<y12=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1267-paddd %xmm15,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1269-# qhasm: 		r12 = y12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1270:# asm 1: movdqa <y12=int6464#2,>r12=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1271:# asm 2: movdqa <y12=%xmm1,>r12=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1272-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1274-# qhasm: uint32323232	y12 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1275:# asm 1: pslld $13,<y12=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1276:# asm 2: pslld $13,<y12=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1277-pslld $13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1279-# qhasm: 		z12 ^= y12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1280:# asm 1: pxor  <y12=int6464#2,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1281:# asm 2: pxor  <y12=%xmm1,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1282-pxor  %xmm1,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1284-# qhasm: uint32323232	r12 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1285:# asm 1: psrld $19,<r12=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1286:# asm 2: psrld $19,<r12=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1287-psrld $19,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1289-# qhasm: 		z12 ^= r12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1290:# asm 1: pxor  <r12=int6464#3,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1291:# asm 2: pxor  <r12=%xmm2,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1292-pxor  %xmm2,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1294-# qhasm: 				y1 = z9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1295:# asm 1: movdqa <z9=int6464#12,>y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1296:# asm 2: movdqa <z9=%xmm11,>y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1297-movdqa %xmm11,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1299-# qhasm: uint32323232			y1 += z13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1300:# asm 1: paddd <z13=int6464#10,<y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1301:# asm 2: paddd <z13=%xmm9,<y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1302-paddd %xmm9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1304-# qhasm: 				r1 = y1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1305:# asm 1: movdqa <y1=int6464#2,>r1=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1306:# asm 2: movdqa <y1=%xmm1,>r1=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1307-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1309-# qhasm: uint32323232			y1 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1310:# asm 1: pslld $13,<y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1311:# asm 2: pslld $13,<y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1312-pslld $13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1314-# qhasm: 				z1 ^= y1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1315:# asm 1: pxor  <y1=int6464#2,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1316:# asm 2: pxor  <y1=%xmm1,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1317-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1319-# qhasm: uint32323232			r1 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1320:# asm 1: psrld $19,<r1=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1321:# asm 2: psrld $19,<r1=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1322-psrld $19,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1324-# qhasm: 				z1 ^= r1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1325:# asm 1: pxor  <r1=int6464#3,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1326:# asm 2: pxor  <r1=%xmm2,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1327-pxor  %xmm2,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1329-# qhasm: 		y0 = z8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1330:# asm 1: movdqa <z8=int6464#16,>y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1331:# asm 2: movdqa <z8=%xmm15,>y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1332-movdqa %xmm15,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1334-# qhasm: uint32323232	y0 += z12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1335:# asm 1: paddd <z12=int6464#14,<y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1336:# asm 2: paddd <z12=%xmm13,<y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1337-paddd %xmm13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1339-# qhasm: 		r0 = y0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1340:# asm 1: movdqa <y0=int6464#2,>r0=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1341:# asm 2: movdqa <y0=%xmm1,>r0=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1342-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1344-# qhasm: uint32323232	y0 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1345:# asm 1: pslld $18,<y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1346:# asm 2: pslld $18,<y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1347-pslld $18,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1349-# qhasm: 		z0 ^= y0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1350:# asm 1: pxor  <y0=int6464#2,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1351:# asm 2: pxor  <y0=%xmm1,<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1352-pxor  %xmm1,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1354-# qhasm: uint32323232	r0 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1355:# asm 1: psrld $14,<r0=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1356:# asm 2: psrld $14,<r0=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1357-psrld $14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1359-# qhasm: 		z0 ^= r0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1360:# asm 1: pxor  <r0=int6464#3,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1361:# asm 2: pxor  <r0=%xmm2,<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1362-pxor  %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1364-# qhasm: 						z10 = z10_stack
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1365:# asm 1: movdqa <z10_stack=stack128#21,>z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1366:# asm 2: movdqa <z10_stack=320(%rsp),>z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1367-movdqa 320(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1369-# qhasm: 		z0_stack = z0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1370:# asm 1: movdqa <z0=int6464#13,>z0_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1371:# asm 2: movdqa <z0=%xmm12,>z0_stack=320(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1372-movdqa %xmm12,320(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1374-# qhasm: 				y5 = z13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1375:# asm 1: movdqa <z13=int6464#10,>y5=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1376:# asm 2: movdqa <z13=%xmm9,>y5=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1377-movdqa %xmm9,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1379-# qhasm: uint32323232			y5 += z1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1380:# asm 1: paddd <z1=int6464#8,<y5=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1381:# asm 2: paddd <z1=%xmm7,<y5=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1382-paddd %xmm7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1384-# qhasm: 				r5 = y5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1385:# asm 1: movdqa <y5=int6464#3,>r5=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1386:# asm 2: movdqa <y5=%xmm2,>r5=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1387-movdqa %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1389-# qhasm: uint32323232			y5 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1390:# asm 1: pslld $18,<y5=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1391:# asm 2: pslld $18,<y5=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1392-pslld $18,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1394-# qhasm: 				z5 ^= y5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1395:# asm 1: pxor  <y5=int6464#3,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1396:# asm 2: pxor  <y5=%xmm2,<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1397-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1399-# qhasm: uint32323232			r5 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1400:# asm 1: psrld $14,<r5=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1401:# asm 2: psrld $14,<r5=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1402-psrld $14,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1404-# qhasm: 				z5 ^= r5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1405:# asm 1: pxor  <r5=int6464#13,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1406:# asm 2: pxor  <r5=%xmm12,<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1407-pxor  %xmm12,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1409-# qhasm: 						y14 = z6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1410:# asm 1: movdqa <z6=int6464#6,>y14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1411:# asm 2: movdqa <z6=%xmm5,>y14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1412-movdqa %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1414-# qhasm: uint32323232					y14 += z10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1415:# asm 1: paddd <z10=int6464#2,<y14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1416:# asm 2: paddd <z10=%xmm1,<y14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1417-paddd %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1419-# qhasm: 						r14 = y14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1420:# asm 1: movdqa <y14=int6464#3,>r14=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1421:# asm 2: movdqa <y14=%xmm2,>r14=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1422-movdqa %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1424-# qhasm: uint32323232					y14 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1425:# asm 1: pslld $7,<y14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1426:# asm 2: pslld $7,<y14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1427-pslld $7,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1429-# qhasm: 						z14 ^= y14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1430:# asm 1: pxor  <y14=int6464#3,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1431:# asm 2: pxor  <y14=%xmm2,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1432-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1434-# qhasm: uint32323232					r14 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1435:# asm 1: psrld $25,<r14=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1436:# asm 2: psrld $25,<r14=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1437-psrld $25,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1439-# qhasm: 						z14 ^= r14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1440:# asm 1: pxor  <r14=int6464#13,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1441:# asm 2: pxor  <r14=%xmm12,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1442-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1444-# qhasm: 								z15 = z15_stack
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1445:# asm 1: movdqa <z15_stack=stack128#22,>z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1446:# asm 2: movdqa <z15_stack=336(%rsp),>z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1447-movdqa 336(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1449-# qhasm: 				z5_stack = z5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1450:# asm 1: movdqa <z5=int6464#1,>z5_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1451:# asm 2: movdqa <z5=%xmm0,>z5_stack=336(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1452-movdqa %xmm0,336(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1454-# qhasm: 								y3 = z11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1455:# asm 1: movdqa <z11=int6464#7,>y3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1456:# asm 2: movdqa <z11=%xmm6,>y3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1457-movdqa %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1459-# qhasm: uint32323232							y3 += z15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1460:# asm 1: paddd <z15=int6464#3,<y3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1461:# asm 2: paddd <z15=%xmm2,<y3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1462-paddd %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1464-# qhasm: 								r3 = y3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1465:# asm 1: movdqa <y3=int6464#1,>r3=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1466:# asm 2: movdqa <y3=%xmm0,>r3=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1467-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1469-# qhasm: uint32323232							y3 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1470:# asm 1: pslld $7,<y3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1471:# asm 2: pslld $7,<y3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1472-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1474-# qhasm: 								z3 ^= y3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1475:# asm 1: pxor  <y3=int6464#1,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1476:# asm 2: pxor  <y3=%xmm0,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1477-pxor  %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1479-# qhasm: uint32323232							r3 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1480:# asm 1: psrld $25,<r3=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1481:# asm 2: psrld $25,<r3=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1482-psrld $25,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1484-# qhasm: 								z3 ^= r3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1485:# asm 1: pxor  <r3=int6464#13,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1486:# asm 2: pxor  <r3=%xmm12,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1487-pxor  %xmm12,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1489-# qhasm: 						y2 = z10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1490:# asm 1: movdqa <z10=int6464#2,>y2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1491:# asm 2: movdqa <z10=%xmm1,>y2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1492-movdqa %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1494-# qhasm: uint32323232					y2 += z14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1495:# asm 1: paddd <z14=int6464#4,<y2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1496:# asm 2: paddd <z14=%xmm3,<y2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1497-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1499-# qhasm: 						r2 = y2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1500:# asm 1: movdqa <y2=int6464#1,>r2=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1501:# asm 2: movdqa <y2=%xmm0,>r2=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1502-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1504-# qhasm: uint32323232					y2 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1505:# asm 1: pslld $9,<y2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1506:# asm 2: pslld $9,<y2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1507-pslld $9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1509-# qhasm: 						z2 ^= y2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1510:# asm 1: pxor  <y2=int6464#1,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1511:# asm 2: pxor  <y2=%xmm0,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1512-pxor  %xmm0,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1514-# qhasm: uint32323232					r2 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1515:# asm 1: psrld $23,<r2=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1516:# asm 2: psrld $23,<r2=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1517-psrld $23,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1519-# qhasm: 						z2 ^= r2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1520:# asm 1: pxor  <r2=int6464#13,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1521:# asm 2: pxor  <r2=%xmm12,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1522-pxor  %xmm12,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1524-# qhasm: 								y7 = z15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1525:# asm 1: movdqa <z15=int6464#3,>y7=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1526:# asm 2: movdqa <z15=%xmm2,>y7=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1527-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1529-# qhasm: uint32323232							y7 += z3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1530:# asm 1: paddd <z3=int6464#5,<y7=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1531:# asm 2: paddd <z3=%xmm4,<y7=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1532-paddd %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1534-# qhasm: 								r7 = y7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1535:# asm 1: movdqa <y7=int6464#1,>r7=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1536:# asm 2: movdqa <y7=%xmm0,>r7=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1537-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1539-# qhasm: uint32323232							y7 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1540:# asm 1: pslld $9,<y7=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1541:# asm 2: pslld $9,<y7=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1542-pslld $9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1544-# qhasm: 								z7 ^= y7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1545:# asm 1: pxor  <y7=int6464#1,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1546:# asm 2: pxor  <y7=%xmm0,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1547-pxor  %xmm0,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1549-# qhasm: uint32323232							r7 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1550:# asm 1: psrld $23,<r7=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1551:# asm 2: psrld $23,<r7=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1552-psrld $23,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1554-# qhasm: 								z7 ^= r7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1555:# asm 1: pxor  <r7=int6464#13,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1556:# asm 2: pxor  <r7=%xmm12,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1557-pxor  %xmm12,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1559-# qhasm: 						y6 = z14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1560:# asm 1: movdqa <z14=int6464#4,>y6=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1561:# asm 2: movdqa <z14=%xmm3,>y6=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1562-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1564-# qhasm: uint32323232					y6 += z2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1565:# asm 1: paddd <z2=int6464#11,<y6=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1566:# asm 2: paddd <z2=%xmm10,<y6=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1567-paddd %xmm10,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1569-# qhasm: 						r6 = y6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1570:# asm 1: movdqa <y6=int6464#1,>r6=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1571:# asm 2: movdqa <y6=%xmm0,>r6=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1572-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1574-# qhasm: uint32323232					y6 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1575:# asm 1: pslld $13,<y6=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1576:# asm 2: pslld $13,<y6=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1577-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1579-# qhasm: 						z6 ^= y6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1580:# asm 1: pxor  <y6=int6464#1,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1581:# asm 2: pxor  <y6=%xmm0,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1582-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1584-# qhasm: uint32323232					r6 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1585:# asm 1: psrld $19,<r6=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1586:# asm 2: psrld $19,<r6=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1587-psrld $19,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1589-# qhasm: 						z6 ^= r6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1590:# asm 1: pxor  <r6=int6464#13,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1591:# asm 2: pxor  <r6=%xmm12,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1592-pxor  %xmm12,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1594-# qhasm: 								y11 = z3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1595:# asm 1: movdqa <z3=int6464#5,>y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1596:# asm 2: movdqa <z3=%xmm4,>y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1597-movdqa %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1599-# qhasm: uint32323232							y11 += z7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1600:# asm 1: paddd <z7=int6464#9,<y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1601:# asm 2: paddd <z7=%xmm8,<y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1602-paddd %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1604-# qhasm: 								r11 = y11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1605:# asm 1: movdqa <y11=int6464#1,>r11=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1606:# asm 2: movdqa <y11=%xmm0,>r11=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1607-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1609-# qhasm: uint32323232							y11 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1610:# asm 1: pslld $13,<y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1611:# asm 2: pslld $13,<y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1612-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1614-# qhasm: 								z11 ^= y11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1615:# asm 1: pxor  <y11=int6464#1,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1616:# asm 2: pxor  <y11=%xmm0,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1617-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1619-# qhasm: uint32323232							r11 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1620:# asm 1: psrld $19,<r11=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1621:# asm 2: psrld $19,<r11=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1622-psrld $19,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1624-# qhasm: 								z11 ^= r11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1625:# asm 1: pxor  <r11=int6464#13,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1626:# asm 2: pxor  <r11=%xmm12,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1627-pxor  %xmm12,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1629-# qhasm: 						y10 = z2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1630:# asm 1: movdqa <z2=int6464#11,>y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1631:# asm 2: movdqa <z2=%xmm10,>y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1632-movdqa %xmm10,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1634-# qhasm: uint32323232					y10 += z6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1635:# asm 1: paddd <z6=int6464#6,<y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1636:# asm 2: paddd <z6=%xmm5,<y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1637-paddd %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1639-# qhasm: 						r10 = y10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1640:# asm 1: movdqa <y10=int6464#1,>r10=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1641:# asm 2: movdqa <y10=%xmm0,>r10=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1642-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1644-# qhasm: uint32323232					y10 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1645:# asm 1: pslld $18,<y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1646:# asm 2: pslld $18,<y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1647-pslld $18,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1649-# qhasm: 						z10 ^= y10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1650:# asm 1: pxor  <y10=int6464#1,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1651:# asm 2: pxor  <y10=%xmm0,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1652-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1654-# qhasm: uint32323232					r10 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1655:# asm 1: psrld $14,<r10=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1656:# asm 2: psrld $14,<r10=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1657-psrld $14,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1659-# qhasm: 						z10 ^= r10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1660:# asm 1: pxor  <r10=int6464#13,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1661:# asm 2: pxor  <r10=%xmm12,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1662-pxor  %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1664-# qhasm: 		z0 = z0_stack
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1665:# asm 1: movdqa <z0_stack=stack128#21,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1666:# asm 2: movdqa <z0_stack=320(%rsp),>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1667-movdqa 320(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1669-# qhasm: 						z10_stack = z10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1670:# asm 1: movdqa <z10=int6464#2,>z10_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1671:# asm 2: movdqa <z10=%xmm1,>z10_stack=320(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1672-movdqa %xmm1,320(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1674-# qhasm: 		y1 = z3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1675:# asm 1: movdqa <z3=int6464#5,>y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1676:# asm 2: movdqa <z3=%xmm4,>y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1677-movdqa %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1679-# qhasm: uint32323232	y1 += z0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1680:# asm 1: paddd <z0=int6464#1,<y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1681:# asm 2: paddd <z0=%xmm0,<y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1682-paddd %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1684-# qhasm: 		r1 = y1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1685:# asm 1: movdqa <y1=int6464#2,>r1=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1686:# asm 2: movdqa <y1=%xmm1,>r1=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1687-movdqa %xmm1,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1689-# qhasm: uint32323232	y1 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1690:# asm 1: pslld $7,<y1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1691:# asm 2: pslld $7,<y1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1692-pslld $7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1694-# qhasm: 		z1 ^= y1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1695:# asm 1: pxor  <y1=int6464#2,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1696:# asm 2: pxor  <y1=%xmm1,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1697-pxor  %xmm1,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1699-# qhasm: uint32323232	r1 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1700:# asm 1: psrld $25,<r1=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1701:# asm 2: psrld $25,<r1=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1702-psrld $25,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1704-# qhasm: 		z1 ^= r1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1705:# asm 1: pxor  <r1=int6464#13,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1706:# asm 2: pxor  <r1=%xmm12,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1707-pxor  %xmm12,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1709-# qhasm: 								y15 = z7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1710:# asm 1: movdqa <z7=int6464#9,>y15=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1711:# asm 2: movdqa <z7=%xmm8,>y15=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1712-movdqa %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1714-# qhasm: uint32323232							y15 += z11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1715:# asm 1: paddd <z11=int6464#7,<y15=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1716:# asm 2: paddd <z11=%xmm6,<y15=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1717-paddd %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1719-# qhasm: 								r15 = y15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1720:# asm 1: movdqa <y15=int6464#2,>r15=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1721:# asm 2: movdqa <y15=%xmm1,>r15=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1722-movdqa %xmm1,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1724-# qhasm: uint32323232							y15 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1725:# asm 1: pslld $18,<y15=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1726:# asm 2: pslld $18,<y15=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1727-pslld $18,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1729-# qhasm: 								z15 ^= y15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1730:# asm 1: pxor  <y15=int6464#2,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1731:# asm 2: pxor  <y15=%xmm1,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1732-pxor  %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1734-# qhasm: uint32323232							r15 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1735:# asm 1: psrld $14,<r15=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1736:# asm 2: psrld $14,<r15=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1737-psrld $14,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1739-# qhasm: 								z15 ^= r15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1740:# asm 1: pxor  <r15=int6464#13,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1741:# asm 2: pxor  <r15=%xmm12,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1742-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1744-# qhasm: 				z5 = z5_stack
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1745:# asm 1: movdqa <z5_stack=stack128#22,>z5=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1746:# asm 2: movdqa <z5_stack=336(%rsp),>z5=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1747-movdqa 336(%rsp),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1749-# qhasm: 								z15_stack = z15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1750:# asm 1: movdqa <z15=int6464#3,>z15_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1751:# asm 2: movdqa <z15=%xmm2,>z15_stack=336(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1752-movdqa %xmm2,336(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1754-# qhasm: 				y6 = z4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1755:# asm 1: movdqa <z4=int6464#15,>y6=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1756:# asm 2: movdqa <z4=%xmm14,>y6=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1757-movdqa %xmm14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1759-# qhasm: uint32323232			y6 += z5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1760:# asm 1: paddd <z5=int6464#13,<y6=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1761:# asm 2: paddd <z5=%xmm12,<y6=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1762-paddd %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1764-# qhasm: 				r6 = y6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1765:# asm 1: movdqa <y6=int6464#2,>r6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1766:# asm 2: movdqa <y6=%xmm1,>r6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1767-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1769-# qhasm: uint32323232			y6 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1770:# asm 1: pslld $7,<y6=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1771:# asm 2: pslld $7,<y6=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1772-pslld $7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1774-# qhasm: 				z6 ^= y6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1775:# asm 1: pxor  <y6=int6464#2,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1776:# asm 2: pxor  <y6=%xmm1,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1777-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1779-# qhasm: uint32323232			r6 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1780:# asm 1: psrld $25,<r6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1781:# asm 2: psrld $25,<r6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1782-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1784-# qhasm: 				z6 ^= r6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1785:# asm 1: pxor  <r6=int6464#3,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1786:# asm 2: pxor  <r6=%xmm2,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1787-pxor  %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1789-# qhasm: 		y2 = z0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1790:# asm 1: movdqa <z0=int6464#1,>y2=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1791:# asm 2: movdqa <z0=%xmm0,>y2=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1792-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1794-# qhasm: uint32323232	y2 += z1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1795:# asm 1: paddd <z1=int6464#8,<y2=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1796:# asm 2: paddd <z1=%xmm7,<y2=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1797-paddd %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1799-# qhasm: 		r2 = y2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1800:# asm 1: movdqa <y2=int6464#2,>r2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1801:# asm 2: movdqa <y2=%xmm1,>r2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1802-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1804-# qhasm: uint32323232	y2 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1805:# asm 1: pslld $9,<y2=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1806:# asm 2: pslld $9,<y2=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1807-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1809-# qhasm: 		z2 ^= y2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1810:# asm 1: pxor  <y2=int6464#2,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1811:# asm 2: pxor  <y2=%xmm1,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1812-pxor  %xmm1,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1814-# qhasm: uint32323232	r2 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1815:# asm 1: psrld $23,<r2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1816:# asm 2: psrld $23,<r2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1817-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1819-# qhasm: 		z2 ^= r2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1820:# asm 1: pxor  <r2=int6464#3,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1821:# asm 2: pxor  <r2=%xmm2,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1822-pxor  %xmm2,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1824-# qhasm: 				y7 = z5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1825:# asm 1: movdqa <z5=int6464#13,>y7=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1826:# asm 2: movdqa <z5=%xmm12,>y7=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1827-movdqa %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1829-# qhasm: uint32323232			y7 += z6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1830:# asm 1: paddd <z6=int6464#6,<y7=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1831:# asm 2: paddd <z6=%xmm5,<y7=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1832-paddd %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1834-# qhasm: 				r7 = y7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1835:# asm 1: movdqa <y7=int6464#2,>r7=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1836:# asm 2: movdqa <y7=%xmm1,>r7=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1837-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1839-# qhasm: uint32323232			y7 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1840:# asm 1: pslld $9,<y7=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1841:# asm 2: pslld $9,<y7=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1842-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1844-# qhasm: 				z7 ^= y7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1845:# asm 1: pxor  <y7=int6464#2,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1846:# asm 2: pxor  <y7=%xmm1,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1847-pxor  %xmm1,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1849-# qhasm: uint32323232			r7 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1850:# asm 1: psrld $23,<r7=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1851:# asm 2: psrld $23,<r7=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1852-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1854-# qhasm: 				z7 ^= r7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1855:# asm 1: pxor  <r7=int6464#3,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1856:# asm 2: pxor  <r7=%xmm2,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1857-pxor  %xmm2,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1859-# qhasm: 		y3 = z1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1860:# asm 1: movdqa <z1=int6464#8,>y3=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1861:# asm 2: movdqa <z1=%xmm7,>y3=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1862-movdqa %xmm7,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1864-# qhasm: uint32323232	y3 += z2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1865:# asm 1: paddd <z2=int6464#11,<y3=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1866:# asm 2: paddd <z2=%xmm10,<y3=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1867-paddd %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1869-# qhasm: 		r3 = y3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1870:# asm 1: movdqa <y3=int6464#2,>r3=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1871:# asm 2: movdqa <y3=%xmm1,>r3=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1872-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1874-# qhasm: uint32323232	y3 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1875:# asm 1: pslld $13,<y3=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1876:# asm 2: pslld $13,<y3=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1877-pslld $13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1879-# qhasm: 		z3 ^= y3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1880:# asm 1: pxor  <y3=int6464#2,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1881:# asm 2: pxor  <y3=%xmm1,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1882-pxor  %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1884-# qhasm: uint32323232	r3 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1885:# asm 1: psrld $19,<r3=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1886:# asm 2: psrld $19,<r3=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1887-psrld $19,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1889-# qhasm: 		z3 ^= r3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1890:# asm 1: pxor  <r3=int6464#3,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1891:# asm 2: pxor  <r3=%xmm2,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1892-pxor  %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1894-# qhasm: 				y4 = z6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1895:# asm 1: movdqa <z6=int6464#6,>y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1896:# asm 2: movdqa <z6=%xmm5,>y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1897-movdqa %xmm5,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1899-# qhasm: uint32323232			y4 += z7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1900:# asm 1: paddd <z7=int6464#9,<y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1901:# asm 2: paddd <z7=%xmm8,<y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1902-paddd %xmm8,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1904-# qhasm: 				r4 = y4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1905:# asm 1: movdqa <y4=int6464#2,>r4=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1906:# asm 2: movdqa <y4=%xmm1,>r4=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1907-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1909-# qhasm: uint32323232			y4 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1910:# asm 1: pslld $13,<y4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1911:# asm 2: pslld $13,<y4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1912-pslld $13,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1914-# qhasm: 				z4 ^= y4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1915:# asm 1: pxor  <y4=int6464#2,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1916:# asm 2: pxor  <y4=%xmm1,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1917-pxor  %xmm1,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1919-# qhasm: uint32323232			r4 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1920:# asm 1: psrld $19,<r4=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1921:# asm 2: psrld $19,<r4=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1922-psrld $19,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1924-# qhasm: 				z4 ^= r4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1925:# asm 1: pxor  <r4=int6464#3,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1926:# asm 2: pxor  <r4=%xmm2,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1927-pxor  %xmm2,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1929-# qhasm: 		y0 = z2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1930:# asm 1: movdqa <z2=int6464#11,>y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1931:# asm 2: movdqa <z2=%xmm10,>y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1932-movdqa %xmm10,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1934-# qhasm: uint32323232	y0 += z3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1935:# asm 1: paddd <z3=int6464#5,<y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1936:# asm 2: paddd <z3=%xmm4,<y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1937-paddd %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1939-# qhasm: 		r0 = y0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1940:# asm 1: movdqa <y0=int6464#2,>r0=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1941:# asm 2: movdqa <y0=%xmm1,>r0=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1942-movdqa %xmm1,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1944-# qhasm: uint32323232	y0 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1945:# asm 1: pslld $18,<y0=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1946:# asm 2: pslld $18,<y0=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1947-pslld $18,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1949-# qhasm: 		z0 ^= y0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1950:# asm 1: pxor  <y0=int6464#2,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1951:# asm 2: pxor  <y0=%xmm1,<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1952-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1954-# qhasm: uint32323232	r0 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1955:# asm 1: psrld $14,<r0=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1956:# asm 2: psrld $14,<r0=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1957-psrld $14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1959-# qhasm: 		z0 ^= r0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1960:# asm 1: pxor  <r0=int6464#3,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1961:# asm 2: pxor  <r0=%xmm2,<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1962-pxor  %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1964-# qhasm: 						z10 = z10_stack
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1965:# asm 1: movdqa <z10_stack=stack128#21,>z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1966:# asm 2: movdqa <z10_stack=320(%rsp),>z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1967-movdqa 320(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1969-# qhasm: 		z0_stack = z0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1970:# asm 1: movdqa <z0=int6464#1,>z0_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1971:# asm 2: movdqa <z0=%xmm0,>z0_stack=320(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1972-movdqa %xmm0,320(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1974-# qhasm: 				y5 = z7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1975:# asm 1: movdqa <z7=int6464#9,>y5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1976:# asm 2: movdqa <z7=%xmm8,>y5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1977-movdqa %xmm8,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1979-# qhasm: uint32323232			y5 += z4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1980:# asm 1: paddd <z4=int6464#15,<y5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1981:# asm 2: paddd <z4=%xmm14,<y5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1982-paddd %xmm14,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1984-# qhasm: 				r5 = y5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1985:# asm 1: movdqa <y5=int6464#1,>r5=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1986:# asm 2: movdqa <y5=%xmm0,>r5=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1987-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1989-# qhasm: uint32323232			y5 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1990:# asm 1: pslld $18,<y5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1991:# asm 2: pslld $18,<y5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1992-pslld $18,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1994-# qhasm: 				z5 ^= y5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1995:# asm 1: pxor  <y5=int6464#1,<z5=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:1996:# asm 2: pxor  <y5=%xmm0,<z5=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1997-pxor  %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-1999-# qhasm: uint32323232			r5 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2000:# asm 1: psrld $14,<r5=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2001:# asm 2: psrld $14,<r5=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2002-psrld $14,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2004-# qhasm: 				z5 ^= r5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2005:# asm 1: pxor  <r5=int6464#3,<z5=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2006:# asm 2: pxor  <r5=%xmm2,<z5=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2007-pxor  %xmm2,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2009-# qhasm: 						y11 = z9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2010:# asm 1: movdqa <z9=int6464#12,>y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2011:# asm 2: movdqa <z9=%xmm11,>y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2012-movdqa %xmm11,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2014-# qhasm: uint32323232					y11 += z10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2015:# asm 1: paddd <z10=int6464#2,<y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2016:# asm 2: paddd <z10=%xmm1,<y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2017-paddd %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2019-# qhasm: 						r11 = y11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2020:# asm 1: movdqa <y11=int6464#1,>r11=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2021:# asm 2: movdqa <y11=%xmm0,>r11=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2022-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2024-# qhasm: uint32323232					y11 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2025:# asm 1: pslld $7,<y11=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2026:# asm 2: pslld $7,<y11=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2027-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2029-# qhasm: 						z11 ^= y11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2030:# asm 1: pxor  <y11=int6464#1,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2031:# asm 2: pxor  <y11=%xmm0,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2032-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2034-# qhasm: uint32323232					r11 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2035:# asm 1: psrld $25,<r11=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2036:# asm 2: psrld $25,<r11=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2037-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2039-# qhasm: 						z11 ^= r11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2040:# asm 1: pxor  <r11=int6464#3,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2041:# asm 2: pxor  <r11=%xmm2,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2042-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2044-# qhasm: 								z15 = z15_stack
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2045:# asm 1: movdqa <z15_stack=stack128#22,>z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2046:# asm 2: movdqa <z15_stack=336(%rsp),>z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2047-movdqa 336(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2049-# qhasm: 				z5_stack = z5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2050:# asm 1: movdqa <z5=int6464#13,>z5_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2051:# asm 2: movdqa <z5=%xmm12,>z5_stack=336(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2052-movdqa %xmm12,336(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2054-# qhasm: 								y12 = z14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2055:# asm 1: movdqa <z14=int6464#4,>y12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2056:# asm 2: movdqa <z14=%xmm3,>y12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2057-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2059-# qhasm: uint32323232							y12 += z15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2060:# asm 1: paddd <z15=int6464#3,<y12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2061:# asm 2: paddd <z15=%xmm2,<y12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2062-paddd %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2064-# qhasm: 								r12 = y12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2065:# asm 1: movdqa <y12=int6464#1,>r12=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2066:# asm 2: movdqa <y12=%xmm0,>r12=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2067-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2069-# qhasm: uint32323232							y12 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2070:# asm 1: pslld $7,<y12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2071:# asm 2: pslld $7,<y12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2072-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2074-# qhasm: 								z12 ^= y12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2075:# asm 1: pxor  <y12=int6464#1,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2076:# asm 2: pxor  <y12=%xmm0,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2077-pxor  %xmm0,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2079-# qhasm: uint32323232							r12 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2080:# asm 1: psrld $25,<r12=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2081:# asm 2: psrld $25,<r12=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2082-psrld $25,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2084-# qhasm: 								z12 ^= r12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2085:# asm 1: pxor  <r12=int6464#13,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2086:# asm 2: pxor  <r12=%xmm12,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2087-pxor  %xmm12,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2089-# qhasm: 						y8 = z10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2090:# asm 1: movdqa <z10=int6464#2,>y8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2091:# asm 2: movdqa <z10=%xmm1,>y8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2092-movdqa %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2094-# qhasm: uint32323232					y8 += z11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2095:# asm 1: paddd <z11=int6464#7,<y8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2096:# asm 2: paddd <z11=%xmm6,<y8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2097-paddd %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2099-# qhasm: 						r8 = y8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2100:# asm 1: movdqa <y8=int6464#1,>r8=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2101:# asm 2: movdqa <y8=%xmm0,>r8=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2102-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2104-# qhasm: uint32323232					y8 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2105:# asm 1: pslld $9,<y8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2106:# asm 2: pslld $9,<y8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2107-pslld $9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2109-# qhasm: 						z8 ^= y8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2110:# asm 1: pxor  <y8=int6464#1,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2111:# asm 2: pxor  <y8=%xmm0,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2112-pxor  %xmm0,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2114-# qhasm: uint32323232					r8 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2115:# asm 1: psrld $23,<r8=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2116:# asm 2: psrld $23,<r8=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2117-psrld $23,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2119-# qhasm: 						z8 ^= r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2120:# asm 1: pxor  <r8=int6464#13,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2121:# asm 2: pxor  <r8=%xmm12,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2122-pxor  %xmm12,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2124-# qhasm: 								y13 = z15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2125:# asm 1: movdqa <z15=int6464#3,>y13=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2126:# asm 2: movdqa <z15=%xmm2,>y13=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2127-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2129-# qhasm: uint32323232							y13 += z12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2130:# asm 1: paddd <z12=int6464#14,<y13=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2131:# asm 2: paddd <z12=%xmm13,<y13=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2132-paddd %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2134-# qhasm: 								r13 = y13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2135:# asm 1: movdqa <y13=int6464#1,>r13=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2136:# asm 2: movdqa <y13=%xmm0,>r13=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2137-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2139-# qhasm: uint32323232							y13 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2140:# asm 1: pslld $9,<y13=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2141:# asm 2: pslld $9,<y13=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2142-pslld $9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2144-# qhasm: 								z13 ^= y13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2145:# asm 1: pxor  <y13=int6464#1,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2146:# asm 2: pxor  <y13=%xmm0,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2147-pxor  %xmm0,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2149-# qhasm: uint32323232							r13 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2150:# asm 1: psrld $23,<r13=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2151:# asm 2: psrld $23,<r13=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2152-psrld $23,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2154-# qhasm: 								z13 ^= r13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2155:# asm 1: pxor  <r13=int6464#13,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2156:# asm 2: pxor  <r13=%xmm12,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2157-pxor  %xmm12,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2159-# qhasm: 						y9 = z11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2160:# asm 1: movdqa <z11=int6464#7,>y9=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2161:# asm 2: movdqa <z11=%xmm6,>y9=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2162-movdqa %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2164-# qhasm: uint32323232					y9 += z8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2165:# asm 1: paddd <z8=int6464#16,<y9=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2166:# asm 2: paddd <z8=%xmm15,<y9=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2167-paddd %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2169-# qhasm: 						r9 = y9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2170:# asm 1: movdqa <y9=int6464#1,>r9=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2171:# asm 2: movdqa <y9=%xmm0,>r9=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2172-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2174-# qhasm: uint32323232					y9 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2175:# asm 1: pslld $13,<y9=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2176:# asm 2: pslld $13,<y9=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2177-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2179-# qhasm: 						z9 ^= y9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2180:# asm 1: pxor  <y9=int6464#1,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2181:# asm 2: pxor  <y9=%xmm0,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2182-pxor  %xmm0,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2184-# qhasm: uint32323232					r9 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2185:# asm 1: psrld $19,<r9=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2186:# asm 2: psrld $19,<r9=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2187-psrld $19,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2189-# qhasm: 						z9 ^= r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2190:# asm 1: pxor  <r9=int6464#13,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2191:# asm 2: pxor  <r9=%xmm12,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2192-pxor  %xmm12,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2194-# qhasm: 								y14 = z12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2195:# asm 1: movdqa <z12=int6464#14,>y14=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2196:# asm 2: movdqa <z12=%xmm13,>y14=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2197-movdqa %xmm13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2199-# qhasm: uint32323232							y14 += z13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2200:# asm 1: paddd <z13=int6464#10,<y14=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2201:# asm 2: paddd <z13=%xmm9,<y14=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2202-paddd %xmm9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2204-# qhasm: 								r14 = y14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2205:# asm 1: movdqa <y14=int6464#1,>r14=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2206:# asm 2: movdqa <y14=%xmm0,>r14=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2207-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2209-# qhasm: uint32323232							y14 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2210:# asm 1: pslld $13,<y14=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2211:# asm 2: pslld $13,<y14=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2212-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2214-# qhasm: 								z14 ^= y14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2215:# asm 1: pxor  <y14=int6464#1,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2216:# asm 2: pxor  <y14=%xmm0,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2217-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2219-# qhasm: uint32323232							r14 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2220:# asm 1: psrld $19,<r14=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2221:# asm 2: psrld $19,<r14=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2222-psrld $19,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2224-# qhasm: 								z14 ^= r14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2225:# asm 1: pxor  <r14=int6464#13,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2226:# asm 2: pxor  <r14=%xmm12,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2227-pxor  %xmm12,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2229-# qhasm: 						y10 = z8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2230:# asm 1: movdqa <z8=int6464#16,>y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2231:# asm 2: movdqa <z8=%xmm15,>y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2232-movdqa %xmm15,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2234-# qhasm: uint32323232					y10 += z9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2235:# asm 1: paddd <z9=int6464#12,<y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2236:# asm 2: paddd <z9=%xmm11,<y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2237-paddd %xmm11,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2239-# qhasm: 						r10 = y10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2240:# asm 1: movdqa <y10=int6464#1,>r10=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2241:# asm 2: movdqa <y10=%xmm0,>r10=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2242-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2244-# qhasm: uint32323232					y10 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2245:# asm 1: pslld $18,<y10=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2246:# asm 2: pslld $18,<y10=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2247-pslld $18,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2249-# qhasm: 						z10 ^= y10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2250:# asm 1: pxor  <y10=int6464#1,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2251:# asm 2: pxor  <y10=%xmm0,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2252-pxor  %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2254-# qhasm: uint32323232					r10 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2255:# asm 1: psrld $14,<r10=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2256:# asm 2: psrld $14,<r10=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2257-psrld $14,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2259-# qhasm: 						z10 ^= r10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2260:# asm 1: pxor  <r10=int6464#13,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2261:# asm 2: pxor  <r10=%xmm12,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2262-pxor  %xmm12,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2264-# qhasm: 								y15 = z13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2265:# asm 1: movdqa <z13=int6464#10,>y15=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2266:# asm 2: movdqa <z13=%xmm9,>y15=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2267-movdqa %xmm9,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2269-# qhasm: uint32323232							y15 += z14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2270:# asm 1: paddd <z14=int6464#4,<y15=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2271:# asm 2: paddd <z14=%xmm3,<y15=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2272-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2274-# qhasm: 								r15 = y15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2275:# asm 1: movdqa <y15=int6464#1,>r15=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2276:# asm 2: movdqa <y15=%xmm0,>r15=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2277-movdqa %xmm0,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2279-# qhasm: uint32323232							y15 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2280:# asm 1: pslld $18,<y15=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2281:# asm 2: pslld $18,<y15=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2282-pslld $18,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2284-# qhasm: 								z15 ^= y15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2285:# asm 1: pxor  <y15=int6464#1,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2286:# asm 2: pxor  <y15=%xmm0,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2287-pxor  %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2289-# qhasm: uint32323232							r15 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2290:# asm 1: psrld $14,<r15=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2291:# asm 2: psrld $14,<r15=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2292-psrld $14,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2294-# qhasm: 								z15 ^= r15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2295:# asm 1: pxor  <r15=int6464#13,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2296:# asm 2: pxor  <r15=%xmm12,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2297-pxor  %xmm12,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2299-# qhasm: 		z0 = z0_stack
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2300:# asm 1: movdqa <z0_stack=stack128#21,>z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2301:# asm 2: movdqa <z0_stack=320(%rsp),>z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2302-movdqa 320(%rsp),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2304-# qhasm: 				z5 = z5_stack
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2305:# asm 1: movdqa <z5_stack=stack128#22,>z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2306:# asm 2: movdqa <z5_stack=336(%rsp),>z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2307-movdqa 336(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2309-# qhasm:                   unsigned>? i -= 2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2310:# asm 1: sub  $2,<i=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2311:# asm 2: sub  $2,<i=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2312-sub  $2,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2318-# qhasm:   uint32323232 z0 += orig0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2319:# asm 1: paddd <orig0=stack128#8,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2320:# asm 2: paddd <orig0=112(%rsp),<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2321-paddd 112(%rsp),%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2323-# qhasm:   uint32323232 z1 += orig1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2324:# asm 1: paddd <orig1=stack128#12,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2325:# asm 2: paddd <orig1=176(%rsp),<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2326-paddd 176(%rsp),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2328-# qhasm:   uint32323232 z2 += orig2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2329:# asm 1: paddd <orig2=stack128#15,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2330:# asm 2: paddd <orig2=224(%rsp),<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2331-paddd 224(%rsp),%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2333-# qhasm:   uint32323232 z3 += orig3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2334:# asm 1: paddd <orig3=stack128#18,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2335:# asm 2: paddd <orig3=272(%rsp),<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2336-paddd 272(%rsp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2338-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2339:# asm 1: movd   <z0=int6464#13,>in0=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2340:# asm 2: movd   <z0=%xmm12,>in0=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2341-movd   %xmm12,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2343-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2344:# asm 1: movd   <z1=int6464#8,>in1=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2345:# asm 2: movd   <z1=%xmm7,>in1=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2346-movd   %xmm7,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2348-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2349:# asm 1: movd   <z2=int6464#11,>in2=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2350:# asm 2: movd   <z2=%xmm10,>in2=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2351-movd   %xmm10,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2353-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2354:# asm 1: movd   <z3=int6464#5,>in3=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2355:# asm 2: movd   <z3=%xmm4,>in3=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2356-movd   %xmm4,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2358-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2359:# asm 1: pshufd $0x39,<z0=int6464#13,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2360:# asm 2: pshufd $0x39,<z0=%xmm12,<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2361-pshufd $0x39,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2363-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2364:# asm 1: pshufd $0x39,<z1=int6464#8,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2365:# asm 2: pshufd $0x39,<z1=%xmm7,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2366-pshufd $0x39,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2368-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2369:# asm 1: pshufd $0x39,<z2=int6464#11,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2370:# asm 2: pshufd $0x39,<z2=%xmm10,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2371-pshufd $0x39,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2373-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2374:# asm 1: pshufd $0x39,<z3=int6464#5,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2375:# asm 2: pshufd $0x39,<z3=%xmm4,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2376-pshufd $0x39,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2378-# qhasm:   (uint32) in0 ^= *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2379:# asm 1: xorl 0(<m=int64#2),<in0=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2380:# asm 2: xorl 0(<m=%rsi),<in0=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2381-xorl 0(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2383-# qhasm:   (uint32) in1 ^= *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2384:# asm 1: xorl 4(<m=int64#2),<in1=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2385:# asm 2: xorl 4(<m=%rsi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2386-xorl 4(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2388-# qhasm:   (uint32) in2 ^= *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2389:# asm 1: xorl 8(<m=int64#2),<in2=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2390:# asm 2: xorl 8(<m=%rsi),<in2=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2391-xorl 8(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2393-# qhasm:   (uint32) in3 ^= *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2394:# asm 1: xorl 12(<m=int64#2),<in3=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2395:# asm 2: xorl 12(<m=%rsi),<in3=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2396-xorl 12(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2398-# qhasm:   *(uint32 *) (out + 0) = in0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2399:# asm 1: movl   <in0=int64#3d,0(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2400:# asm 2: movl   <in0=%edx,0(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2401-movl   %edx,0(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2403-# qhasm:   *(uint32 *) (out + 4) = in1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2404:# asm 1: movl   <in1=int64#4d,4(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2405:# asm 2: movl   <in1=%ecx,4(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2406-movl   %ecx,4(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2408-# qhasm:   *(uint32 *) (out + 8) = in2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2409:# asm 1: movl   <in2=int64#5d,8(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2410:# asm 2: movl   <in2=%r8d,8(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2411-movl   %r8d,8(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2413-# qhasm:   *(uint32 *) (out + 12) = in3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2414:# asm 1: movl   <in3=int64#6d,12(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2415:# asm 2: movl   <in3=%r9d,12(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2416-movl   %r9d,12(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2418-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2419:# asm 1: movd   <z0=int6464#13,>in0=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2420:# asm 2: movd   <z0=%xmm12,>in0=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2421-movd   %xmm12,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2423-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2424:# asm 1: movd   <z1=int6464#8,>in1=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2425:# asm 2: movd   <z1=%xmm7,>in1=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2426-movd   %xmm7,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2428-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2429:# asm 1: movd   <z2=int6464#11,>in2=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2430:# asm 2: movd   <z2=%xmm10,>in2=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2431-movd   %xmm10,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2433-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2434:# asm 1: movd   <z3=int6464#5,>in3=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2435:# asm 2: movd   <z3=%xmm4,>in3=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2436-movd   %xmm4,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2438-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2439:# asm 1: pshufd $0x39,<z0=int6464#13,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2440:# asm 2: pshufd $0x39,<z0=%xmm12,<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2441-pshufd $0x39,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2443-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2444:# asm 1: pshufd $0x39,<z1=int6464#8,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2445:# asm 2: pshufd $0x39,<z1=%xmm7,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2446-pshufd $0x39,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2448-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2449:# asm 1: pshufd $0x39,<z2=int6464#11,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2450:# asm 2: pshufd $0x39,<z2=%xmm10,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2451-pshufd $0x39,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2453-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2454:# asm 1: pshufd $0x39,<z3=int6464#5,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2455:# asm 2: pshufd $0x39,<z3=%xmm4,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2456-pshufd $0x39,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2458-# qhasm:   (uint32) in0 ^= *(uint32 *) (m + 64)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2459:# asm 1: xorl 64(<m=int64#2),<in0=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2460:# asm 2: xorl 64(<m=%rsi),<in0=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2461-xorl 64(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2463-# qhasm:   (uint32) in1 ^= *(uint32 *) (m + 68)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2464:# asm 1: xorl 68(<m=int64#2),<in1=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2465:# asm 2: xorl 68(<m=%rsi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2466-xorl 68(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2468-# qhasm:   (uint32) in2 ^= *(uint32 *) (m + 72)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2469:# asm 1: xorl 72(<m=int64#2),<in2=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2470:# asm 2: xorl 72(<m=%rsi),<in2=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2471-xorl 72(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2473-# qhasm:   (uint32) in3 ^= *(uint32 *) (m + 76)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2474:# asm 1: xorl 76(<m=int64#2),<in3=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2475:# asm 2: xorl 76(<m=%rsi),<in3=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2476-xorl 76(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2478-# qhasm:   *(uint32 *) (out + 64) = in0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2479:# asm 1: movl   <in0=int64#3d,64(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2480:# asm 2: movl   <in0=%edx,64(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2481-movl   %edx,64(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2483-# qhasm:   *(uint32 *) (out + 68) = in1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2484:# asm 1: movl   <in1=int64#4d,68(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2485:# asm 2: movl   <in1=%ecx,68(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2486-movl   %ecx,68(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2488-# qhasm:   *(uint32 *) (out + 72) = in2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2489:# asm 1: movl   <in2=int64#5d,72(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2490:# asm 2: movl   <in2=%r8d,72(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2491-movl   %r8d,72(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2493-# qhasm:   *(uint32 *) (out + 76) = in3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2494:# asm 1: movl   <in3=int64#6d,76(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2495:# asm 2: movl   <in3=%r9d,76(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2496-movl   %r9d,76(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2498-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2499:# asm 1: movd   <z0=int6464#13,>in0=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2500:# asm 2: movd   <z0=%xmm12,>in0=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2501-movd   %xmm12,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2503-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2504:# asm 1: movd   <z1=int6464#8,>in1=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2505:# asm 2: movd   <z1=%xmm7,>in1=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2506-movd   %xmm7,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2508-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2509:# asm 1: movd   <z2=int6464#11,>in2=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2510:# asm 2: movd   <z2=%xmm10,>in2=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2511-movd   %xmm10,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2513-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2514:# asm 1: movd   <z3=int6464#5,>in3=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2515:# asm 2: movd   <z3=%xmm4,>in3=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2516-movd   %xmm4,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2518-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2519:# asm 1: pshufd $0x39,<z0=int6464#13,<z0=int6464#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2520:# asm 2: pshufd $0x39,<z0=%xmm12,<z0=%xmm12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2521-pshufd $0x39,%xmm12,%xmm12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2523-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2524:# asm 1: pshufd $0x39,<z1=int6464#8,<z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2525:# asm 2: pshufd $0x39,<z1=%xmm7,<z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2526-pshufd $0x39,%xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2528-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2529:# asm 1: pshufd $0x39,<z2=int6464#11,<z2=int6464#11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2530:# asm 2: pshufd $0x39,<z2=%xmm10,<z2=%xmm10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2531-pshufd $0x39,%xmm10,%xmm10
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2533-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2534:# asm 1: pshufd $0x39,<z3=int6464#5,<z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2535:# asm 2: pshufd $0x39,<z3=%xmm4,<z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2536-pshufd $0x39,%xmm4,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2538-# qhasm:   (uint32) in0 ^= *(uint32 *) (m + 128)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2539:# asm 1: xorl 128(<m=int64#2),<in0=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2540:# asm 2: xorl 128(<m=%rsi),<in0=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2541-xorl 128(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2543-# qhasm:   (uint32) in1 ^= *(uint32 *) (m + 132)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2544:# asm 1: xorl 132(<m=int64#2),<in1=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2545:# asm 2: xorl 132(<m=%rsi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2546-xorl 132(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2548-# qhasm:   (uint32) in2 ^= *(uint32 *) (m + 136)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2549:# asm 1: xorl 136(<m=int64#2),<in2=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2550:# asm 2: xorl 136(<m=%rsi),<in2=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2551-xorl 136(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2553-# qhasm:   (uint32) in3 ^= *(uint32 *) (m + 140)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2554:# asm 1: xorl 140(<m=int64#2),<in3=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2555:# asm 2: xorl 140(<m=%rsi),<in3=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2556-xorl 140(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2558-# qhasm:   *(uint32 *) (out + 128) = in0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2559:# asm 1: movl   <in0=int64#3d,128(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2560:# asm 2: movl   <in0=%edx,128(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2561-movl   %edx,128(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2563-# qhasm:   *(uint32 *) (out + 132) = in1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2564:# asm 1: movl   <in1=int64#4d,132(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2565:# asm 2: movl   <in1=%ecx,132(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2566-movl   %ecx,132(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2568-# qhasm:   *(uint32 *) (out + 136) = in2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2569:# asm 1: movl   <in2=int64#5d,136(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2570:# asm 2: movl   <in2=%r8d,136(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2571-movl   %r8d,136(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2573-# qhasm:   *(uint32 *) (out + 140) = in3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2574:# asm 1: movl   <in3=int64#6d,140(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2575:# asm 2: movl   <in3=%r9d,140(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2576-movl   %r9d,140(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2578-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2579:# asm 1: movd   <z0=int6464#13,>in0=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2580:# asm 2: movd   <z0=%xmm12,>in0=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2581-movd   %xmm12,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2583-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2584:# asm 1: movd   <z1=int6464#8,>in1=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2585:# asm 2: movd   <z1=%xmm7,>in1=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2586-movd   %xmm7,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2588-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2589:# asm 1: movd   <z2=int6464#11,>in2=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2590:# asm 2: movd   <z2=%xmm10,>in2=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2591-movd   %xmm10,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2593-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2594:# asm 1: movd   <z3=int6464#5,>in3=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2595:# asm 2: movd   <z3=%xmm4,>in3=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2596-movd   %xmm4,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2598-# qhasm:   (uint32) in0 ^= *(uint32 *) (m + 192)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2599:# asm 1: xorl 192(<m=int64#2),<in0=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2600:# asm 2: xorl 192(<m=%rsi),<in0=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2601-xorl 192(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2603-# qhasm:   (uint32) in1 ^= *(uint32 *) (m + 196)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2604:# asm 1: xorl 196(<m=int64#2),<in1=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2605:# asm 2: xorl 196(<m=%rsi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2606-xorl 196(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2608-# qhasm:   (uint32) in2 ^= *(uint32 *) (m + 200)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2609:# asm 1: xorl 200(<m=int64#2),<in2=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2610:# asm 2: xorl 200(<m=%rsi),<in2=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2611-xorl 200(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2613-# qhasm:   (uint32) in3 ^= *(uint32 *) (m + 204)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2614:# asm 1: xorl 204(<m=int64#2),<in3=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2615:# asm 2: xorl 204(<m=%rsi),<in3=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2616-xorl 204(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2618-# qhasm:   *(uint32 *) (out + 192) = in0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2619:# asm 1: movl   <in0=int64#3d,192(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2620:# asm 2: movl   <in0=%edx,192(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2621-movl   %edx,192(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2623-# qhasm:   *(uint32 *) (out + 196) = in1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2624:# asm 1: movl   <in1=int64#4d,196(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2625:# asm 2: movl   <in1=%ecx,196(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2626-movl   %ecx,196(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2628-# qhasm:   *(uint32 *) (out + 200) = in2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2629:# asm 1: movl   <in2=int64#5d,200(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2630:# asm 2: movl   <in2=%r8d,200(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2631-movl   %r8d,200(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2633-# qhasm:   *(uint32 *) (out + 204) = in3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2634:# asm 1: movl   <in3=int64#6d,204(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2635:# asm 2: movl   <in3=%r9d,204(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2636-movl   %r9d,204(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2638-# qhasm:   uint32323232 z4 += orig4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2639:# asm 1: paddd <orig4=stack128#16,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2640:# asm 2: paddd <orig4=240(%rsp),<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2641-paddd 240(%rsp),%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2643-# qhasm:   uint32323232 z5 += orig5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2644:# asm 1: paddd <orig5=stack128#5,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2645:# asm 2: paddd <orig5=64(%rsp),<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2646-paddd 64(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2648-# qhasm:   uint32323232 z6 += orig6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2649:# asm 1: paddd <orig6=stack128#9,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2650:# asm 2: paddd <orig6=128(%rsp),<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2651-paddd 128(%rsp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2653-# qhasm:   uint32323232 z7 += orig7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2654:# asm 1: paddd <orig7=stack128#13,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2655:# asm 2: paddd <orig7=192(%rsp),<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2656-paddd 192(%rsp),%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2658-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2659:# asm 1: movd   <z4=int6464#15,>in4=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2660:# asm 2: movd   <z4=%xmm14,>in4=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2661-movd   %xmm14,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2663-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2664:# asm 1: movd   <z5=int6464#1,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2665:# asm 2: movd   <z5=%xmm0,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2666-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2668-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2669:# asm 1: movd   <z6=int6464#6,>in6=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2670:# asm 2: movd   <z6=%xmm5,>in6=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2671-movd   %xmm5,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2673-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2674:# asm 1: movd   <z7=int6464#9,>in7=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2675:# asm 2: movd   <z7=%xmm8,>in7=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2676-movd   %xmm8,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2678-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2679:# asm 1: pshufd $0x39,<z4=int6464#15,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2680:# asm 2: pshufd $0x39,<z4=%xmm14,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2681-pshufd $0x39,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2683-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2684:# asm 1: pshufd $0x39,<z5=int6464#1,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2685:# asm 2: pshufd $0x39,<z5=%xmm0,<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2686-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2688-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2689:# asm 1: pshufd $0x39,<z6=int6464#6,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2690:# asm 2: pshufd $0x39,<z6=%xmm5,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2691-pshufd $0x39,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2693-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2694:# asm 1: pshufd $0x39,<z7=int6464#9,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2695:# asm 2: pshufd $0x39,<z7=%xmm8,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2696-pshufd $0x39,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2698-# qhasm:   (uint32) in4 ^= *(uint32 *) (m + 16)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2699:# asm 1: xorl 16(<m=int64#2),<in4=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2700:# asm 2: xorl 16(<m=%rsi),<in4=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2701-xorl 16(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2703-# qhasm:   (uint32) in5 ^= *(uint32 *) (m + 20)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2704:# asm 1: xorl 20(<m=int64#2),<in5=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2705:# asm 2: xorl 20(<m=%rsi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2706-xorl 20(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2708-# qhasm:   (uint32) in6 ^= *(uint32 *) (m + 24)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2709:# asm 1: xorl 24(<m=int64#2),<in6=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2710:# asm 2: xorl 24(<m=%rsi),<in6=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2711-xorl 24(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2713-# qhasm:   (uint32) in7 ^= *(uint32 *) (m + 28)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2714:# asm 1: xorl 28(<m=int64#2),<in7=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2715:# asm 2: xorl 28(<m=%rsi),<in7=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2716-xorl 28(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2718-# qhasm:   *(uint32 *) (out + 16) = in4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2719:# asm 1: movl   <in4=int64#3d,16(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2720:# asm 2: movl   <in4=%edx,16(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2721-movl   %edx,16(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2723-# qhasm:   *(uint32 *) (out + 20) = in5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2724:# asm 1: movl   <in5=int64#4d,20(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2725:# asm 2: movl   <in5=%ecx,20(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2726-movl   %ecx,20(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2728-# qhasm:   *(uint32 *) (out + 24) = in6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2729:# asm 1: movl   <in6=int64#5d,24(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2730:# asm 2: movl   <in6=%r8d,24(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2731-movl   %r8d,24(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2733-# qhasm:   *(uint32 *) (out + 28) = in7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2734:# asm 1: movl   <in7=int64#6d,28(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2735:# asm 2: movl   <in7=%r9d,28(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2736-movl   %r9d,28(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2738-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2739:# asm 1: movd   <z4=int6464#15,>in4=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2740:# asm 2: movd   <z4=%xmm14,>in4=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2741-movd   %xmm14,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2743-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2744:# asm 1: movd   <z5=int6464#1,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2745:# asm 2: movd   <z5=%xmm0,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2746-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2748-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2749:# asm 1: movd   <z6=int6464#6,>in6=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2750:# asm 2: movd   <z6=%xmm5,>in6=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2751-movd   %xmm5,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2753-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2754:# asm 1: movd   <z7=int6464#9,>in7=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2755:# asm 2: movd   <z7=%xmm8,>in7=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2756-movd   %xmm8,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2758-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2759:# asm 1: pshufd $0x39,<z4=int6464#15,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2760:# asm 2: pshufd $0x39,<z4=%xmm14,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2761-pshufd $0x39,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2763-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2764:# asm 1: pshufd $0x39,<z5=int6464#1,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2765:# asm 2: pshufd $0x39,<z5=%xmm0,<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2766-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2768-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2769:# asm 1: pshufd $0x39,<z6=int6464#6,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2770:# asm 2: pshufd $0x39,<z6=%xmm5,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2771-pshufd $0x39,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2773-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2774:# asm 1: pshufd $0x39,<z7=int6464#9,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2775:# asm 2: pshufd $0x39,<z7=%xmm8,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2776-pshufd $0x39,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2778-# qhasm:   (uint32) in4 ^= *(uint32 *) (m + 80)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2779:# asm 1: xorl 80(<m=int64#2),<in4=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2780:# asm 2: xorl 80(<m=%rsi),<in4=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2781-xorl 80(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2783-# qhasm:   (uint32) in5 ^= *(uint32 *) (m + 84)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2784:# asm 1: xorl 84(<m=int64#2),<in5=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2785:# asm 2: xorl 84(<m=%rsi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2786-xorl 84(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2788-# qhasm:   (uint32) in6 ^= *(uint32 *) (m + 88)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2789:# asm 1: xorl 88(<m=int64#2),<in6=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2790:# asm 2: xorl 88(<m=%rsi),<in6=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2791-xorl 88(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2793-# qhasm:   (uint32) in7 ^= *(uint32 *) (m + 92)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2794:# asm 1: xorl 92(<m=int64#2),<in7=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2795:# asm 2: xorl 92(<m=%rsi),<in7=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2796-xorl 92(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2798-# qhasm:   *(uint32 *) (out + 80) = in4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2799:# asm 1: movl   <in4=int64#3d,80(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2800:# asm 2: movl   <in4=%edx,80(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2801-movl   %edx,80(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2803-# qhasm:   *(uint32 *) (out + 84) = in5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2804:# asm 1: movl   <in5=int64#4d,84(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2805:# asm 2: movl   <in5=%ecx,84(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2806-movl   %ecx,84(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2808-# qhasm:   *(uint32 *) (out + 88) = in6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2809:# asm 1: movl   <in6=int64#5d,88(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2810:# asm 2: movl   <in6=%r8d,88(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2811-movl   %r8d,88(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2813-# qhasm:   *(uint32 *) (out + 92) = in7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2814:# asm 1: movl   <in7=int64#6d,92(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2815:# asm 2: movl   <in7=%r9d,92(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2816-movl   %r9d,92(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2818-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2819:# asm 1: movd   <z4=int6464#15,>in4=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2820:# asm 2: movd   <z4=%xmm14,>in4=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2821-movd   %xmm14,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2823-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2824:# asm 1: movd   <z5=int6464#1,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2825:# asm 2: movd   <z5=%xmm0,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2826-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2828-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2829:# asm 1: movd   <z6=int6464#6,>in6=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2830:# asm 2: movd   <z6=%xmm5,>in6=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2831-movd   %xmm5,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2833-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2834:# asm 1: movd   <z7=int6464#9,>in7=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2835:# asm 2: movd   <z7=%xmm8,>in7=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2836-movd   %xmm8,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2838-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2839:# asm 1: pshufd $0x39,<z4=int6464#15,<z4=int6464#15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2840:# asm 2: pshufd $0x39,<z4=%xmm14,<z4=%xmm14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2841-pshufd $0x39,%xmm14,%xmm14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2843-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2844:# asm 1: pshufd $0x39,<z5=int6464#1,<z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2845:# asm 2: pshufd $0x39,<z5=%xmm0,<z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2846-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2848-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2849:# asm 1: pshufd $0x39,<z6=int6464#6,<z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2850:# asm 2: pshufd $0x39,<z6=%xmm5,<z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2851-pshufd $0x39,%xmm5,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2853-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2854:# asm 1: pshufd $0x39,<z7=int6464#9,<z7=int6464#9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2855:# asm 2: pshufd $0x39,<z7=%xmm8,<z7=%xmm8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2856-pshufd $0x39,%xmm8,%xmm8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2858-# qhasm:   (uint32) in4 ^= *(uint32 *) (m + 144)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2859:# asm 1: xorl 144(<m=int64#2),<in4=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2860:# asm 2: xorl 144(<m=%rsi),<in4=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2861-xorl 144(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2863-# qhasm:   (uint32) in5 ^= *(uint32 *) (m + 148)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2864:# asm 1: xorl 148(<m=int64#2),<in5=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2865:# asm 2: xorl 148(<m=%rsi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2866-xorl 148(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2868-# qhasm:   (uint32) in6 ^= *(uint32 *) (m + 152)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2869:# asm 1: xorl 152(<m=int64#2),<in6=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2870:# asm 2: xorl 152(<m=%rsi),<in6=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2871-xorl 152(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2873-# qhasm:   (uint32) in7 ^= *(uint32 *) (m + 156)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2874:# asm 1: xorl 156(<m=int64#2),<in7=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2875:# asm 2: xorl 156(<m=%rsi),<in7=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2876-xorl 156(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2878-# qhasm:   *(uint32 *) (out + 144) = in4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2879:# asm 1: movl   <in4=int64#3d,144(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2880:# asm 2: movl   <in4=%edx,144(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2881-movl   %edx,144(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2883-# qhasm:   *(uint32 *) (out + 148) = in5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2884:# asm 1: movl   <in5=int64#4d,148(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2885:# asm 2: movl   <in5=%ecx,148(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2886-movl   %ecx,148(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2888-# qhasm:   *(uint32 *) (out + 152) = in6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2889:# asm 1: movl   <in6=int64#5d,152(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2890:# asm 2: movl   <in6=%r8d,152(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2891-movl   %r8d,152(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2893-# qhasm:   *(uint32 *) (out + 156) = in7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2894:# asm 1: movl   <in7=int64#6d,156(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2895:# asm 2: movl   <in7=%r9d,156(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2896-movl   %r9d,156(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2898-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2899:# asm 1: movd   <z4=int6464#15,>in4=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2900:# asm 2: movd   <z4=%xmm14,>in4=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2901-movd   %xmm14,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2903-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2904:# asm 1: movd   <z5=int6464#1,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2905:# asm 2: movd   <z5=%xmm0,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2906-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2908-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2909:# asm 1: movd   <z6=int6464#6,>in6=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2910:# asm 2: movd   <z6=%xmm5,>in6=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2911-movd   %xmm5,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2913-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2914:# asm 1: movd   <z7=int6464#9,>in7=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2915:# asm 2: movd   <z7=%xmm8,>in7=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2916-movd   %xmm8,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2918-# qhasm:   (uint32) in4 ^= *(uint32 *) (m + 208)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2919:# asm 1: xorl 208(<m=int64#2),<in4=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2920:# asm 2: xorl 208(<m=%rsi),<in4=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2921-xorl 208(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2923-# qhasm:   (uint32) in5 ^= *(uint32 *) (m + 212)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2924:# asm 1: xorl 212(<m=int64#2),<in5=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2925:# asm 2: xorl 212(<m=%rsi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2926-xorl 212(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2928-# qhasm:   (uint32) in6 ^= *(uint32 *) (m + 216)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2929:# asm 1: xorl 216(<m=int64#2),<in6=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2930:# asm 2: xorl 216(<m=%rsi),<in6=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2931-xorl 216(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2933-# qhasm:   (uint32) in7 ^= *(uint32 *) (m + 220)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2934:# asm 1: xorl 220(<m=int64#2),<in7=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2935:# asm 2: xorl 220(<m=%rsi),<in7=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2936-xorl 220(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2938-# qhasm:   *(uint32 *) (out + 208) = in4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2939:# asm 1: movl   <in4=int64#3d,208(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2940:# asm 2: movl   <in4=%edx,208(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2941-movl   %edx,208(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2943-# qhasm:   *(uint32 *) (out + 212) = in5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2944:# asm 1: movl   <in5=int64#4d,212(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2945:# asm 2: movl   <in5=%ecx,212(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2946-movl   %ecx,212(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2948-# qhasm:   *(uint32 *) (out + 216) = in6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2949:# asm 1: movl   <in6=int64#5d,216(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2950:# asm 2: movl   <in6=%r8d,216(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2951-movl   %r8d,216(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2953-# qhasm:   *(uint32 *) (out + 220) = in7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2954:# asm 1: movl   <in7=int64#6d,220(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2955:# asm 2: movl   <in7=%r9d,220(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2956-movl   %r9d,220(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2958-# qhasm:   uint32323232 z8 += orig8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2959:# asm 1: paddd <orig8=stack128#19,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2960:# asm 2: paddd <orig8=288(%rsp),<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2961-paddd 288(%rsp),%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2963-# qhasm:   uint32323232 z9 += orig9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2964:# asm 1: paddd <orig9=stack128#20,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2965:# asm 2: paddd <orig9=304(%rsp),<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2966-paddd 304(%rsp),%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2968-# qhasm:   uint32323232 z10 += orig10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2969:# asm 1: paddd <orig10=stack128#6,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2970:# asm 2: paddd <orig10=80(%rsp),<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2971-paddd 80(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2973-# qhasm:   uint32323232 z11 += orig11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2974:# asm 1: paddd <orig11=stack128#10,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2975:# asm 2: paddd <orig11=144(%rsp),<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2976-paddd 144(%rsp),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2978-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2979:# asm 1: movd   <z8=int6464#16,>in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2980:# asm 2: movd   <z8=%xmm15,>in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2981-movd   %xmm15,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2983-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2984:# asm 1: movd   <z9=int6464#12,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2985:# asm 2: movd   <z9=%xmm11,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2986-movd   %xmm11,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2988-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2989:# asm 1: movd   <z10=int6464#2,>in10=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2990:# asm 2: movd   <z10=%xmm1,>in10=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2991-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2993-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2994:# asm 1: movd   <z11=int6464#7,>in11=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2995:# asm 2: movd   <z11=%xmm6,>in11=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2996-movd   %xmm6,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-2998-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:2999:# asm 1: pshufd $0x39,<z8=int6464#16,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3000:# asm 2: pshufd $0x39,<z8=%xmm15,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3001-pshufd $0x39,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3003-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3004:# asm 1: pshufd $0x39,<z9=int6464#12,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3005:# asm 2: pshufd $0x39,<z9=%xmm11,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3006-pshufd $0x39,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3008-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3009:# asm 1: pshufd $0x39,<z10=int6464#2,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3010:# asm 2: pshufd $0x39,<z10=%xmm1,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3011-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3013-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3014:# asm 1: pshufd $0x39,<z11=int6464#7,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3015:# asm 2: pshufd $0x39,<z11=%xmm6,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3016-pshufd $0x39,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3018-# qhasm:   (uint32) in8 ^= *(uint32 *) (m + 32)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3019:# asm 1: xorl 32(<m=int64#2),<in8=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3020:# asm 2: xorl 32(<m=%rsi),<in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3021-xorl 32(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3023-# qhasm:   (uint32) in9 ^= *(uint32 *) (m + 36)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3024:# asm 1: xorl 36(<m=int64#2),<in9=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3025:# asm 2: xorl 36(<m=%rsi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3026-xorl 36(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3028-# qhasm:   (uint32) in10 ^= *(uint32 *) (m + 40)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3029:# asm 1: xorl 40(<m=int64#2),<in10=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3030:# asm 2: xorl 40(<m=%rsi),<in10=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3031-xorl 40(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3033-# qhasm:   (uint32) in11 ^= *(uint32 *) (m + 44)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3034:# asm 1: xorl 44(<m=int64#2),<in11=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3035:# asm 2: xorl 44(<m=%rsi),<in11=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3036-xorl 44(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3038-# qhasm:   *(uint32 *) (out + 32) = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3039:# asm 1: movl   <in8=int64#3d,32(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3040:# asm 2: movl   <in8=%edx,32(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3041-movl   %edx,32(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3043-# qhasm:   *(uint32 *) (out + 36) = in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3044:# asm 1: movl   <in9=int64#4d,36(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3045:# asm 2: movl   <in9=%ecx,36(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3046-movl   %ecx,36(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3048-# qhasm:   *(uint32 *) (out + 40) = in10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3049:# asm 1: movl   <in10=int64#5d,40(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3050:# asm 2: movl   <in10=%r8d,40(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3051-movl   %r8d,40(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3053-# qhasm:   *(uint32 *) (out + 44) = in11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3054:# asm 1: movl   <in11=int64#6d,44(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3055:# asm 2: movl   <in11=%r9d,44(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3056-movl   %r9d,44(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3058-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3059:# asm 1: movd   <z8=int6464#16,>in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3060:# asm 2: movd   <z8=%xmm15,>in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3061-movd   %xmm15,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3063-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3064:# asm 1: movd   <z9=int6464#12,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3065:# asm 2: movd   <z9=%xmm11,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3066-movd   %xmm11,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3068-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3069:# asm 1: movd   <z10=int6464#2,>in10=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3070:# asm 2: movd   <z10=%xmm1,>in10=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3071-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3073-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3074:# asm 1: movd   <z11=int6464#7,>in11=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3075:# asm 2: movd   <z11=%xmm6,>in11=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3076-movd   %xmm6,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3078-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3079:# asm 1: pshufd $0x39,<z8=int6464#16,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3080:# asm 2: pshufd $0x39,<z8=%xmm15,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3081-pshufd $0x39,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3083-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3084:# asm 1: pshufd $0x39,<z9=int6464#12,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3085:# asm 2: pshufd $0x39,<z9=%xmm11,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3086-pshufd $0x39,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3088-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3089:# asm 1: pshufd $0x39,<z10=int6464#2,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3090:# asm 2: pshufd $0x39,<z10=%xmm1,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3091-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3093-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3094:# asm 1: pshufd $0x39,<z11=int6464#7,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3095:# asm 2: pshufd $0x39,<z11=%xmm6,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3096-pshufd $0x39,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3098-# qhasm:   (uint32) in8 ^= *(uint32 *) (m + 96)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3099:# asm 1: xorl 96(<m=int64#2),<in8=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3100:# asm 2: xorl 96(<m=%rsi),<in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3101-xorl 96(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3103-# qhasm:   (uint32) in9 ^= *(uint32 *) (m + 100)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3104:# asm 1: xorl 100(<m=int64#2),<in9=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3105:# asm 2: xorl 100(<m=%rsi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3106-xorl 100(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3108-# qhasm:   (uint32) in10 ^= *(uint32 *) (m + 104)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3109:# asm 1: xorl 104(<m=int64#2),<in10=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3110:# asm 2: xorl 104(<m=%rsi),<in10=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3111-xorl 104(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3113-# qhasm:   (uint32) in11 ^= *(uint32 *) (m + 108)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3114:# asm 1: xorl 108(<m=int64#2),<in11=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3115:# asm 2: xorl 108(<m=%rsi),<in11=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3116-xorl 108(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3118-# qhasm:   *(uint32 *) (out + 96) = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3119:# asm 1: movl   <in8=int64#3d,96(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3120:# asm 2: movl   <in8=%edx,96(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3121-movl   %edx,96(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3123-# qhasm:   *(uint32 *) (out + 100) = in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3124:# asm 1: movl   <in9=int64#4d,100(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3125:# asm 2: movl   <in9=%ecx,100(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3126-movl   %ecx,100(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3128-# qhasm:   *(uint32 *) (out + 104) = in10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3129:# asm 1: movl   <in10=int64#5d,104(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3130:# asm 2: movl   <in10=%r8d,104(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3131-movl   %r8d,104(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3133-# qhasm:   *(uint32 *) (out + 108) = in11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3134:# asm 1: movl   <in11=int64#6d,108(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3135:# asm 2: movl   <in11=%r9d,108(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3136-movl   %r9d,108(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3138-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3139:# asm 1: movd   <z8=int6464#16,>in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3140:# asm 2: movd   <z8=%xmm15,>in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3141-movd   %xmm15,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3143-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3144:# asm 1: movd   <z9=int6464#12,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3145:# asm 2: movd   <z9=%xmm11,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3146-movd   %xmm11,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3148-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3149:# asm 1: movd   <z10=int6464#2,>in10=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3150:# asm 2: movd   <z10=%xmm1,>in10=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3151-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3153-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3154:# asm 1: movd   <z11=int6464#7,>in11=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3155:# asm 2: movd   <z11=%xmm6,>in11=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3156-movd   %xmm6,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3158-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3159:# asm 1: pshufd $0x39,<z8=int6464#16,<z8=int6464#16
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3160:# asm 2: pshufd $0x39,<z8=%xmm15,<z8=%xmm15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3161-pshufd $0x39,%xmm15,%xmm15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3163-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3164:# asm 1: pshufd $0x39,<z9=int6464#12,<z9=int6464#12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3165:# asm 2: pshufd $0x39,<z9=%xmm11,<z9=%xmm11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3166-pshufd $0x39,%xmm11,%xmm11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3168-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3169:# asm 1: pshufd $0x39,<z10=int6464#2,<z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3170:# asm 2: pshufd $0x39,<z10=%xmm1,<z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3171-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3173-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3174:# asm 1: pshufd $0x39,<z11=int6464#7,<z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3175:# asm 2: pshufd $0x39,<z11=%xmm6,<z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3176-pshufd $0x39,%xmm6,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3178-# qhasm:   (uint32) in8 ^= *(uint32 *) (m + 160)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3179:# asm 1: xorl 160(<m=int64#2),<in8=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3180:# asm 2: xorl 160(<m=%rsi),<in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3181-xorl 160(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3183-# qhasm:   (uint32) in9 ^= *(uint32 *) (m + 164)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3184:# asm 1: xorl 164(<m=int64#2),<in9=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3185:# asm 2: xorl 164(<m=%rsi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3186-xorl 164(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3188-# qhasm:   (uint32) in10 ^= *(uint32 *) (m + 168)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3189:# asm 1: xorl 168(<m=int64#2),<in10=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3190:# asm 2: xorl 168(<m=%rsi),<in10=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3191-xorl 168(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3193-# qhasm:   (uint32) in11 ^= *(uint32 *) (m + 172)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3194:# asm 1: xorl 172(<m=int64#2),<in11=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3195:# asm 2: xorl 172(<m=%rsi),<in11=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3196-xorl 172(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3198-# qhasm:   *(uint32 *) (out + 160) = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3199:# asm 1: movl   <in8=int64#3d,160(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3200:# asm 2: movl   <in8=%edx,160(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3201-movl   %edx,160(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3203-# qhasm:   *(uint32 *) (out + 164) = in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3204:# asm 1: movl   <in9=int64#4d,164(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3205:# asm 2: movl   <in9=%ecx,164(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3206-movl   %ecx,164(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3208-# qhasm:   *(uint32 *) (out + 168) = in10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3209:# asm 1: movl   <in10=int64#5d,168(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3210:# asm 2: movl   <in10=%r8d,168(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3211-movl   %r8d,168(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3213-# qhasm:   *(uint32 *) (out + 172) = in11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3214:# asm 1: movl   <in11=int64#6d,172(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3215:# asm 2: movl   <in11=%r9d,172(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3216-movl   %r9d,172(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3218-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3219:# asm 1: movd   <z8=int6464#16,>in8=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3220:# asm 2: movd   <z8=%xmm15,>in8=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3221-movd   %xmm15,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3223-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3224:# asm 1: movd   <z9=int6464#12,>in9=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3225:# asm 2: movd   <z9=%xmm11,>in9=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3226-movd   %xmm11,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3228-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3229:# asm 1: movd   <z10=int6464#2,>in10=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3230:# asm 2: movd   <z10=%xmm1,>in10=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3231-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3233-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3234:# asm 1: movd   <z11=int6464#7,>in11=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3235:# asm 2: movd   <z11=%xmm6,>in11=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3236-movd   %xmm6,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3238-# qhasm:   (uint32) in8 ^= *(uint32 *) (m + 224)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3239:# asm 1: xorl 224(<m=int64#2),<in8=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3240:# asm 2: xorl 224(<m=%rsi),<in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3241-xorl 224(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3243-# qhasm:   (uint32) in9 ^= *(uint32 *) (m + 228)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3244:# asm 1: xorl 228(<m=int64#2),<in9=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3245:# asm 2: xorl 228(<m=%rsi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3246-xorl 228(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3248-# qhasm:   (uint32) in10 ^= *(uint32 *) (m + 232)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3249:# asm 1: xorl 232(<m=int64#2),<in10=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3250:# asm 2: xorl 232(<m=%rsi),<in10=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3251-xorl 232(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3253-# qhasm:   (uint32) in11 ^= *(uint32 *) (m + 236)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3254:# asm 1: xorl 236(<m=int64#2),<in11=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3255:# asm 2: xorl 236(<m=%rsi),<in11=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3256-xorl 236(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3258-# qhasm:   *(uint32 *) (out + 224) = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3259:# asm 1: movl   <in8=int64#3d,224(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3260:# asm 2: movl   <in8=%edx,224(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3261-movl   %edx,224(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3263-# qhasm:   *(uint32 *) (out + 228) = in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3264:# asm 1: movl   <in9=int64#4d,228(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3265:# asm 2: movl   <in9=%ecx,228(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3266-movl   %ecx,228(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3268-# qhasm:   *(uint32 *) (out + 232) = in10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3269:# asm 1: movl   <in10=int64#5d,232(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3270:# asm 2: movl   <in10=%r8d,232(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3271-movl   %r8d,232(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3273-# qhasm:   *(uint32 *) (out + 236) = in11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3274:# asm 1: movl   <in11=int64#6d,236(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3275:# asm 2: movl   <in11=%r9d,236(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3276-movl   %r9d,236(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3278-# qhasm:   uint32323232 z12 += orig12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3279:# asm 1: paddd <orig12=stack128#11,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3280:# asm 2: paddd <orig12=160(%rsp),<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3281-paddd 160(%rsp),%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3283-# qhasm:   uint32323232 z13 += orig13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3284:# asm 1: paddd <orig13=stack128#14,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3285:# asm 2: paddd <orig13=208(%rsp),<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3286-paddd 208(%rsp),%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3288-# qhasm:   uint32323232 z14 += orig14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3289:# asm 1: paddd <orig14=stack128#17,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3290:# asm 2: paddd <orig14=256(%rsp),<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3291-paddd 256(%rsp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3293-# qhasm:   uint32323232 z15 += orig15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3294:# asm 1: paddd <orig15=stack128#7,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3295:# asm 2: paddd <orig15=96(%rsp),<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3296-paddd 96(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3298-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3299:# asm 1: movd   <z12=int6464#14,>in12=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3300:# asm 2: movd   <z12=%xmm13,>in12=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3301-movd   %xmm13,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3303-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3304:# asm 1: movd   <z13=int6464#10,>in13=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3305:# asm 2: movd   <z13=%xmm9,>in13=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3306-movd   %xmm9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3308-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3309:# asm 1: movd   <z14=int6464#4,>in14=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3310:# asm 2: movd   <z14=%xmm3,>in14=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3311-movd   %xmm3,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3313-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3314:# asm 1: movd   <z15=int6464#3,>in15=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3315:# asm 2: movd   <z15=%xmm2,>in15=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3316-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3318-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3319:# asm 1: pshufd $0x39,<z12=int6464#14,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3320:# asm 2: pshufd $0x39,<z12=%xmm13,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3321-pshufd $0x39,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3323-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3324:# asm 1: pshufd $0x39,<z13=int6464#10,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3325:# asm 2: pshufd $0x39,<z13=%xmm9,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3326-pshufd $0x39,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3328-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3329:# asm 1: pshufd $0x39,<z14=int6464#4,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3330:# asm 2: pshufd $0x39,<z14=%xmm3,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3331-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3333-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3334:# asm 1: pshufd $0x39,<z15=int6464#3,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3335:# asm 2: pshufd $0x39,<z15=%xmm2,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3336-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3338-# qhasm:   (uint32) in12 ^= *(uint32 *) (m + 48)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3339:# asm 1: xorl 48(<m=int64#2),<in12=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3340:# asm 2: xorl 48(<m=%rsi),<in12=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3341-xorl 48(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3343-# qhasm:   (uint32) in13 ^= *(uint32 *) (m + 52)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3344:# asm 1: xorl 52(<m=int64#2),<in13=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3345:# asm 2: xorl 52(<m=%rsi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3346-xorl 52(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3348-# qhasm:   (uint32) in14 ^= *(uint32 *) (m + 56)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3349:# asm 1: xorl 56(<m=int64#2),<in14=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3350:# asm 2: xorl 56(<m=%rsi),<in14=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3351-xorl 56(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3353-# qhasm:   (uint32) in15 ^= *(uint32 *) (m + 60)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3354:# asm 1: xorl 60(<m=int64#2),<in15=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3355:# asm 2: xorl 60(<m=%rsi),<in15=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3356-xorl 60(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3358-# qhasm:   *(uint32 *) (out + 48) = in12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3359:# asm 1: movl   <in12=int64#3d,48(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3360:# asm 2: movl   <in12=%edx,48(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3361-movl   %edx,48(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3363-# qhasm:   *(uint32 *) (out + 52) = in13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3364:# asm 1: movl   <in13=int64#4d,52(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3365:# asm 2: movl   <in13=%ecx,52(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3366-movl   %ecx,52(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3368-# qhasm:   *(uint32 *) (out + 56) = in14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3369:# asm 1: movl   <in14=int64#5d,56(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3370:# asm 2: movl   <in14=%r8d,56(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3371-movl   %r8d,56(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3373-# qhasm:   *(uint32 *) (out + 60) = in15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3374:# asm 1: movl   <in15=int64#6d,60(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3375:# asm 2: movl   <in15=%r9d,60(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3376-movl   %r9d,60(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3378-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3379:# asm 1: movd   <z12=int6464#14,>in12=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3380:# asm 2: movd   <z12=%xmm13,>in12=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3381-movd   %xmm13,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3383-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3384:# asm 1: movd   <z13=int6464#10,>in13=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3385:# asm 2: movd   <z13=%xmm9,>in13=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3386-movd   %xmm9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3388-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3389:# asm 1: movd   <z14=int6464#4,>in14=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3390:# asm 2: movd   <z14=%xmm3,>in14=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3391-movd   %xmm3,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3393-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3394:# asm 1: movd   <z15=int6464#3,>in15=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3395:# asm 2: movd   <z15=%xmm2,>in15=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3396-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3398-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3399:# asm 1: pshufd $0x39,<z12=int6464#14,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3400:# asm 2: pshufd $0x39,<z12=%xmm13,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3401-pshufd $0x39,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3403-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3404:# asm 1: pshufd $0x39,<z13=int6464#10,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3405:# asm 2: pshufd $0x39,<z13=%xmm9,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3406-pshufd $0x39,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3408-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3409:# asm 1: pshufd $0x39,<z14=int6464#4,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3410:# asm 2: pshufd $0x39,<z14=%xmm3,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3411-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3413-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3414:# asm 1: pshufd $0x39,<z15=int6464#3,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3415:# asm 2: pshufd $0x39,<z15=%xmm2,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3416-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3418-# qhasm:   (uint32) in12 ^= *(uint32 *) (m + 112)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3419:# asm 1: xorl 112(<m=int64#2),<in12=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3420:# asm 2: xorl 112(<m=%rsi),<in12=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3421-xorl 112(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3423-# qhasm:   (uint32) in13 ^= *(uint32 *) (m + 116)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3424:# asm 1: xorl 116(<m=int64#2),<in13=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3425:# asm 2: xorl 116(<m=%rsi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3426-xorl 116(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3428-# qhasm:   (uint32) in14 ^= *(uint32 *) (m + 120)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3429:# asm 1: xorl 120(<m=int64#2),<in14=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3430:# asm 2: xorl 120(<m=%rsi),<in14=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3431-xorl 120(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3433-# qhasm:   (uint32) in15 ^= *(uint32 *) (m + 124)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3434:# asm 1: xorl 124(<m=int64#2),<in15=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3435:# asm 2: xorl 124(<m=%rsi),<in15=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3436-xorl 124(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3438-# qhasm:   *(uint32 *) (out + 112) = in12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3439:# asm 1: movl   <in12=int64#3d,112(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3440:# asm 2: movl   <in12=%edx,112(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3441-movl   %edx,112(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3443-# qhasm:   *(uint32 *) (out + 116) = in13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3444:# asm 1: movl   <in13=int64#4d,116(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3445:# asm 2: movl   <in13=%ecx,116(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3446-movl   %ecx,116(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3448-# qhasm:   *(uint32 *) (out + 120) = in14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3449:# asm 1: movl   <in14=int64#5d,120(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3450:# asm 2: movl   <in14=%r8d,120(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3451-movl   %r8d,120(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3453-# qhasm:   *(uint32 *) (out + 124) = in15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3454:# asm 1: movl   <in15=int64#6d,124(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3455:# asm 2: movl   <in15=%r9d,124(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3456-movl   %r9d,124(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3458-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3459:# asm 1: movd   <z12=int6464#14,>in12=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3460:# asm 2: movd   <z12=%xmm13,>in12=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3461-movd   %xmm13,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3463-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3464:# asm 1: movd   <z13=int6464#10,>in13=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3465:# asm 2: movd   <z13=%xmm9,>in13=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3466-movd   %xmm9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3468-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3469:# asm 1: movd   <z14=int6464#4,>in14=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3470:# asm 2: movd   <z14=%xmm3,>in14=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3471-movd   %xmm3,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3473-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3474:# asm 1: movd   <z15=int6464#3,>in15=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3475:# asm 2: movd   <z15=%xmm2,>in15=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3476-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3478-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3479:# asm 1: pshufd $0x39,<z12=int6464#14,<z12=int6464#14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3480:# asm 2: pshufd $0x39,<z12=%xmm13,<z12=%xmm13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3481-pshufd $0x39,%xmm13,%xmm13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3483-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3484:# asm 1: pshufd $0x39,<z13=int6464#10,<z13=int6464#10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3485:# asm 2: pshufd $0x39,<z13=%xmm9,<z13=%xmm9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3486-pshufd $0x39,%xmm9,%xmm9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3488-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3489:# asm 1: pshufd $0x39,<z14=int6464#4,<z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3490:# asm 2: pshufd $0x39,<z14=%xmm3,<z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3491-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3493-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3494:# asm 1: pshufd $0x39,<z15=int6464#3,<z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3495:# asm 2: pshufd $0x39,<z15=%xmm2,<z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3496-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3498-# qhasm:   (uint32) in12 ^= *(uint32 *) (m + 176)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3499:# asm 1: xorl 176(<m=int64#2),<in12=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3500:# asm 2: xorl 176(<m=%rsi),<in12=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3501-xorl 176(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3503-# qhasm:   (uint32) in13 ^= *(uint32 *) (m + 180)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3504:# asm 1: xorl 180(<m=int64#2),<in13=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3505:# asm 2: xorl 180(<m=%rsi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3506-xorl 180(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3508-# qhasm:   (uint32) in14 ^= *(uint32 *) (m + 184)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3509:# asm 1: xorl 184(<m=int64#2),<in14=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3510:# asm 2: xorl 184(<m=%rsi),<in14=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3511-xorl 184(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3513-# qhasm:   (uint32) in15 ^= *(uint32 *) (m + 188)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3514:# asm 1: xorl 188(<m=int64#2),<in15=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3515:# asm 2: xorl 188(<m=%rsi),<in15=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3516-xorl 188(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3518-# qhasm:   *(uint32 *) (out + 176) = in12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3519:# asm 1: movl   <in12=int64#3d,176(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3520:# asm 2: movl   <in12=%edx,176(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3521-movl   %edx,176(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3523-# qhasm:   *(uint32 *) (out + 180) = in13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3524:# asm 1: movl   <in13=int64#4d,180(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3525:# asm 2: movl   <in13=%ecx,180(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3526-movl   %ecx,180(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3528-# qhasm:   *(uint32 *) (out + 184) = in14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3529:# asm 1: movl   <in14=int64#5d,184(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3530:# asm 2: movl   <in14=%r8d,184(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3531-movl   %r8d,184(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3533-# qhasm:   *(uint32 *) (out + 188) = in15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3534:# asm 1: movl   <in15=int64#6d,188(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3535:# asm 2: movl   <in15=%r9d,188(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3536-movl   %r9d,188(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3538-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3539:# asm 1: movd   <z12=int6464#14,>in12=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3540:# asm 2: movd   <z12=%xmm13,>in12=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3541-movd   %xmm13,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3543-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3544:# asm 1: movd   <z13=int6464#10,>in13=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3545:# asm 2: movd   <z13=%xmm9,>in13=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3546-movd   %xmm9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3548-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3549:# asm 1: movd   <z14=int6464#4,>in14=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3550:# asm 2: movd   <z14=%xmm3,>in14=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3551-movd   %xmm3,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3553-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3554:# asm 1: movd   <z15=int6464#3,>in15=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3555:# asm 2: movd   <z15=%xmm2,>in15=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3556-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3558-# qhasm:   (uint32) in12 ^= *(uint32 *) (m + 240)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3559:# asm 1: xorl 240(<m=int64#2),<in12=int64#3d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3560:# asm 2: xorl 240(<m=%rsi),<in12=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3561-xorl 240(%rsi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3563-# qhasm:   (uint32) in13 ^= *(uint32 *) (m + 244)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3564:# asm 1: xorl 244(<m=int64#2),<in13=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3565:# asm 2: xorl 244(<m=%rsi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3566-xorl 244(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3568-# qhasm:   (uint32) in14 ^= *(uint32 *) (m + 248)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3569:# asm 1: xorl 248(<m=int64#2),<in14=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3570:# asm 2: xorl 248(<m=%rsi),<in14=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3571-xorl 248(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3573-# qhasm:   (uint32) in15 ^= *(uint32 *) (m + 252)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3574:# asm 1: xorl 252(<m=int64#2),<in15=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3575:# asm 2: xorl 252(<m=%rsi),<in15=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3576-xorl 252(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3578-# qhasm:   *(uint32 *) (out + 240) = in12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3579:# asm 1: movl   <in12=int64#3d,240(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3580:# asm 2: movl   <in12=%edx,240(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3581-movl   %edx,240(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3583-# qhasm:   *(uint32 *) (out + 244) = in13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3584:# asm 1: movl   <in13=int64#4d,244(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3585:# asm 2: movl   <in13=%ecx,244(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3586-movl   %ecx,244(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3588-# qhasm:   *(uint32 *) (out + 248) = in14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3589:# asm 1: movl   <in14=int64#5d,248(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3590:# asm 2: movl   <in14=%r8d,248(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3591-movl   %r8d,248(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3593-# qhasm:   *(uint32 *) (out + 252) = in15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3594:# asm 1: movl   <in15=int64#6d,252(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3595:# asm 2: movl   <in15=%r9d,252(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3596-movl   %r9d,252(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3598-# qhasm:   bytes = bytes_backup
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3599:# asm 1: movq <bytes_backup=stack64#8,>bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3600:# asm 2: movq <bytes_backup=408(%rsp),>bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3601-movq 408(%rsp),%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3603-# qhasm:   bytes -= 256
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3604:# asm 1: sub  $256,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3605:# asm 2: sub  $256,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3606-sub  $256,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3608-# qhasm:   m += 256
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3609:# asm 1: add  $256,<m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3610:# asm 2: add  $256,<m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3611-add  $256,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3613-# qhasm:   out += 256
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3614:# asm 1: add  $256,<out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3615:# asm 2: add  $256,<out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3616-add  $256,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3618-# qhasm:                            unsigned<? bytes - 256
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3619:# asm 1: cmp  $256,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3620:# asm 2: cmp  $256,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3621-cmp  $256,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3627-# qhasm:                 unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3628:# asm 1: cmp  $0,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3629:# asm 2: cmp  $0,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3630-cmp  $0,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3640-# qhasm:                   unsigned<? bytes - 64
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3641:# asm 1: cmp  $64,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3642:# asm 2: cmp  $64,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3643-cmp  $64,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3649-# qhasm:     ctarget = out
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3650:# asm 1: mov  <out=int64#1,>ctarget=int64#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3651:# asm 2: mov  <out=%rdi,>ctarget=%rdx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3652-mov  %rdi,%rdx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3654-# qhasm:     out = &tmp
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3655:# asm 1: leaq <tmp=stack512#1,>out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3656:# asm 2: leaq <tmp=416(%rsp),>out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3657-leaq 416(%rsp),%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3659-# qhasm:     i = bytes
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3660:# asm 1: mov  <bytes=int64#6,>i=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3661:# asm 2: mov  <bytes=%r9,>i=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3662-mov  %r9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3667-# qhasm:     out = &tmp
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3668:# asm 1: leaq <tmp=stack512#1,>out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3669:# asm 2: leaq <tmp=416(%rsp),>out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3670-leaq 416(%rsp),%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3672-# qhasm:     m = &tmp
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3673:# asm 1: leaq <tmp=stack512#1,>m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3674:# asm 2: leaq <tmp=416(%rsp),>m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3675-leaq 416(%rsp),%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3681-# qhasm:   bytes_backup = bytes
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3682:# asm 1: movq <bytes=int64#6,>bytes_backup=stack64#8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3683:# asm 2: movq <bytes=%r9,>bytes_backup=408(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3684-movq %r9,408(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3686-# qhasm: diag0 = x0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3687:# asm 1: movdqa <x0=stack128#4,>diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3688:# asm 2: movdqa <x0=48(%rsp),>diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3689-movdqa 48(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3691-# qhasm: diag1 = x1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3692:# asm 1: movdqa <x1=stack128#1,>diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3693:# asm 2: movdqa <x1=0(%rsp),>diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3694-movdqa 0(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3696-# qhasm: diag2 = x2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3697:# asm 1: movdqa <x2=stack128#2,>diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3698:# asm 2: movdqa <x2=16(%rsp),>diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3699-movdqa 16(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3701-# qhasm: diag3 = x3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3702:# asm 1: movdqa <x3=stack128#3,>diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3703:# asm 2: movdqa <x3=32(%rsp),>diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3704-movdqa 32(%rsp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3706-# qhasm:                     a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3707:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3708:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3709-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3711-# qhasm: i = 8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3712:# asm 1: mov  $8,>i=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3713:# asm 2: mov  $8,>i=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3714-mov  $8,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3719-# qhasm: uint32323232        a0 += diag0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3720:# asm 1: paddd <diag0=int6464#1,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3721:# asm 2: paddd <diag0=%xmm0,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3722-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3724-# qhasm:                                 a1 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3725:# asm 1: movdqa <diag0=int6464#1,>a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3726:# asm 2: movdqa <diag0=%xmm0,>a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3727-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3729-# qhasm:                     b0 = a0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3730:# asm 1: movdqa <a0=int6464#5,>b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3731:# asm 2: movdqa <a0=%xmm4,>b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3732-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3734-# qhasm: uint32323232        a0 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3735:# asm 1: pslld $7,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3736:# asm 2: pslld $7,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3737-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3739-# qhasm: uint32323232        b0 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3740:# asm 1: psrld $25,<b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3741:# asm 2: psrld $25,<b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3742-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3744-# qhasm:                 diag3 ^= a0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3745:# asm 1: pxor  <a0=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3746:# asm 2: pxor  <a0=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3747-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3749-# qhasm:                 diag3 ^= b0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3750:# asm 1: pxor  <b0=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3751:# asm 2: pxor  <b0=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3752-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3754-# qhasm: uint32323232                        a1 += diag3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3755:# asm 1: paddd <diag3=int6464#4,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3756:# asm 2: paddd <diag3=%xmm3,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3757-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3759-# qhasm:                                                 a2 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3760:# asm 1: movdqa <diag3=int6464#4,>a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3761:# asm 2: movdqa <diag3=%xmm3,>a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3762-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3764-# qhasm:                                     b1 = a1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3765:# asm 1: movdqa <a1=int6464#6,>b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3766:# asm 2: movdqa <a1=%xmm5,>b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3767-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3769-# qhasm: uint32323232                        a1 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3770:# asm 1: pslld $9,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3771:# asm 2: pslld $9,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3772-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3774-# qhasm: uint32323232                        b1 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3775:# asm 1: psrld $23,<b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3776:# asm 2: psrld $23,<b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3777-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3779-# qhasm:                                 diag2 ^= a1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3780:# asm 1: pxor  <a1=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3781:# asm 2: pxor  <a1=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3782-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3784-# qhasm:                 diag3 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3785:# asm 1: pshufd $0x93,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3786:# asm 2: pshufd $0x93,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3787-pshufd $0x93,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3789-# qhasm:                                 diag2 ^= b1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3790:# asm 1: pxor  <b1=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3791:# asm 2: pxor  <b1=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3792-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3794-# qhasm: uint32323232                                        a2 += diag2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3795:# asm 1: paddd <diag2=int6464#3,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3796:# asm 2: paddd <diag2=%xmm2,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3797-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3799-# qhasm:                                                                 a3 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3800:# asm 1: movdqa <diag2=int6464#3,>a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3801:# asm 2: movdqa <diag2=%xmm2,>a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3802-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3804-# qhasm:                                                     b2 = a2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3805:# asm 1: movdqa <a2=int6464#5,>b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3806:# asm 2: movdqa <a2=%xmm4,>b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3807-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3809-# qhasm: uint32323232                                        a2 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3810:# asm 1: pslld $13,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3811:# asm 2: pslld $13,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3812-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3814-# qhasm: uint32323232                                        b2 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3815:# asm 1: psrld $19,<b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3816:# asm 2: psrld $19,<b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3817-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3819-# qhasm:                                                 diag1 ^= a2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3820:# asm 1: pxor  <a2=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3821:# asm 2: pxor  <a2=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3822-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3824-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3825:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3826:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3827-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3829-# qhasm:                                                 diag1 ^= b2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3830:# asm 1: pxor  <b2=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3831:# asm 2: pxor  <b2=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3832-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3834-# qhasm: uint32323232                                                        a3 += diag1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3835:# asm 1: paddd <diag1=int6464#2,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3836:# asm 2: paddd <diag1=%xmm1,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3837-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3839-# qhasm:                 a4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3840:# asm 1: movdqa <diag3=int6464#4,>a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3841:# asm 2: movdqa <diag3=%xmm3,>a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3842-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3844-# qhasm:                                                                     b3 = a3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3845:# asm 1: movdqa <a3=int6464#6,>b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3846:# asm 2: movdqa <a3=%xmm5,>b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3847-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3849-# qhasm: uint32323232                                                        a3 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3850:# asm 1: pslld $18,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3851:# asm 2: pslld $18,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3852-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3854-# qhasm: uint32323232                                                        b3 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3855:# asm 1: psrld $14,<b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3856:# asm 2: psrld $14,<b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3857-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3859-# qhasm:                                                                 diag0 ^= a3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3860:# asm 1: pxor  <a3=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3861:# asm 2: pxor  <a3=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3862-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3864-# qhasm:                                                 diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3865:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3866:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3867-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3869-# qhasm:                                                                 diag0 ^= b3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3870:# asm 1: pxor  <b3=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3871:# asm 2: pxor  <b3=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3872-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3874-# qhasm: uint32323232        a4 += diag0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3875:# asm 1: paddd <diag0=int6464#1,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3876:# asm 2: paddd <diag0=%xmm0,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3877-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3879-# qhasm:                                 a5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3880:# asm 1: movdqa <diag0=int6464#1,>a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3881:# asm 2: movdqa <diag0=%xmm0,>a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3882-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3884-# qhasm:                     b4 = a4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3885:# asm 1: movdqa <a4=int6464#5,>b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3886:# asm 2: movdqa <a4=%xmm4,>b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3887-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3889-# qhasm: uint32323232        a4 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3890:# asm 1: pslld $7,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3891:# asm 2: pslld $7,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3892-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3894-# qhasm: uint32323232        b4 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3895:# asm 1: psrld $25,<b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3896:# asm 2: psrld $25,<b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3897-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3899-# qhasm:                 diag1 ^= a4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3900:# asm 1: pxor  <a4=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3901:# asm 2: pxor  <a4=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3902-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3904-# qhasm:                 diag1 ^= b4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3905:# asm 1: pxor  <b4=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3906:# asm 2: pxor  <b4=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3907-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3909-# qhasm: uint32323232                        a5 += diag1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3910:# asm 1: paddd <diag1=int6464#2,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3911:# asm 2: paddd <diag1=%xmm1,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3912-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3914-# qhasm:                                                 a6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3915:# asm 1: movdqa <diag1=int6464#2,>a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3916:# asm 2: movdqa <diag1=%xmm1,>a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3917-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3919-# qhasm:                                     b5 = a5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3920:# asm 1: movdqa <a5=int6464#6,>b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3921:# asm 2: movdqa <a5=%xmm5,>b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3922-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3924-# qhasm: uint32323232                        a5 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3925:# asm 1: pslld $9,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3926:# asm 2: pslld $9,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3927-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3929-# qhasm: uint32323232                        b5 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3930:# asm 1: psrld $23,<b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3931:# asm 2: psrld $23,<b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3932-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3934-# qhasm:                                 diag2 ^= a5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3935:# asm 1: pxor  <a5=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3936:# asm 2: pxor  <a5=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3937-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3939-# qhasm:                 diag1 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3940:# asm 1: pshufd $0x93,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3941:# asm 2: pshufd $0x93,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3942-pshufd $0x93,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3944-# qhasm:                                 diag2 ^= b5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3945:# asm 1: pxor  <b5=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3946:# asm 2: pxor  <b5=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3947-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3949-# qhasm: uint32323232                                        a6 += diag2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3950:# asm 1: paddd <diag2=int6464#3,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3951:# asm 2: paddd <diag2=%xmm2,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3952-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3954-# qhasm:                                                                 a7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3955:# asm 1: movdqa <diag2=int6464#3,>a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3956:# asm 2: movdqa <diag2=%xmm2,>a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3957-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3959-# qhasm:                                                     b6 = a6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3960:# asm 1: movdqa <a6=int6464#5,>b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3961:# asm 2: movdqa <a6=%xmm4,>b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3962-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3964-# qhasm: uint32323232                                        a6 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3965:# asm 1: pslld $13,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3966:# asm 2: pslld $13,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3967-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3969-# qhasm: uint32323232                                        b6 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3970:# asm 1: psrld $19,<b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3971:# asm 2: psrld $19,<b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3972-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3974-# qhasm:                                                 diag3 ^= a6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3975:# asm 1: pxor  <a6=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3976:# asm 2: pxor  <a6=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3977-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3979-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3980:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3981:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3982-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3984-# qhasm:                                                 diag3 ^= b6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3985:# asm 1: pxor  <b6=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3986:# asm 2: pxor  <b6=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3987-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3989-# qhasm: uint32323232                                                        a7 += diag3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3990:# asm 1: paddd <diag3=int6464#4,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3991:# asm 2: paddd <diag3=%xmm3,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3992-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3994-# qhasm:                 a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3995:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:3996:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3997-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-3999-# qhasm:                                                                     b7 = a7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4000:# asm 1: movdqa <a7=int6464#6,>b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4001:# asm 2: movdqa <a7=%xmm5,>b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4002-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4004-# qhasm: uint32323232                                                        a7 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4005:# asm 1: pslld $18,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4006:# asm 2: pslld $18,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4007-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4009-# qhasm: uint32323232                                                        b7 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4010:# asm 1: psrld $14,<b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4011:# asm 2: psrld $14,<b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4012-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4014-# qhasm:                                                                 diag0 ^= a7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4015:# asm 1: pxor  <a7=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4016:# asm 2: pxor  <a7=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4017-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4019-# qhasm:                                                 diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4020:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4021:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4022-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4024-# qhasm:                                                                 diag0 ^= b7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4025:# asm 1: pxor  <b7=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4026:# asm 2: pxor  <b7=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4027-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4029-# qhasm: uint32323232        a0 += diag0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4030:# asm 1: paddd <diag0=int6464#1,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4031:# asm 2: paddd <diag0=%xmm0,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4032-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4034-# qhasm:                                 a1 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4035:# asm 1: movdqa <diag0=int6464#1,>a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4036:# asm 2: movdqa <diag0=%xmm0,>a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4037-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4039-# qhasm:                     b0 = a0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4040:# asm 1: movdqa <a0=int6464#5,>b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4041:# asm 2: movdqa <a0=%xmm4,>b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4042-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4044-# qhasm: uint32323232        a0 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4045:# asm 1: pslld $7,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4046:# asm 2: pslld $7,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4047-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4049-# qhasm: uint32323232        b0 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4050:# asm 1: psrld $25,<b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4051:# asm 2: psrld $25,<b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4052-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4054-# qhasm:                 diag3 ^= a0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4055:# asm 1: pxor  <a0=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4056:# asm 2: pxor  <a0=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4057-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4059-# qhasm:                 diag3 ^= b0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4060:# asm 1: pxor  <b0=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4061:# asm 2: pxor  <b0=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4062-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4064-# qhasm: uint32323232                        a1 += diag3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4065:# asm 1: paddd <diag3=int6464#4,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4066:# asm 2: paddd <diag3=%xmm3,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4067-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4069-# qhasm:                                                 a2 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4070:# asm 1: movdqa <diag3=int6464#4,>a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4071:# asm 2: movdqa <diag3=%xmm3,>a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4072-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4074-# qhasm:                                     b1 = a1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4075:# asm 1: movdqa <a1=int6464#6,>b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4076:# asm 2: movdqa <a1=%xmm5,>b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4077-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4079-# qhasm: uint32323232                        a1 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4080:# asm 1: pslld $9,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4081:# asm 2: pslld $9,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4082-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4084-# qhasm: uint32323232                        b1 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4085:# asm 1: psrld $23,<b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4086:# asm 2: psrld $23,<b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4087-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4089-# qhasm:                                 diag2 ^= a1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4090:# asm 1: pxor  <a1=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4091:# asm 2: pxor  <a1=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4092-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4094-# qhasm:                 diag3 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4095:# asm 1: pshufd $0x93,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4096:# asm 2: pshufd $0x93,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4097-pshufd $0x93,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4099-# qhasm:                                 diag2 ^= b1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4100:# asm 1: pxor  <b1=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4101:# asm 2: pxor  <b1=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4102-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4104-# qhasm: uint32323232                                        a2 += diag2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4105:# asm 1: paddd <diag2=int6464#3,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4106:# asm 2: paddd <diag2=%xmm2,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4107-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4109-# qhasm:                                                                 a3 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4110:# asm 1: movdqa <diag2=int6464#3,>a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4111:# asm 2: movdqa <diag2=%xmm2,>a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4112-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4114-# qhasm:                                                     b2 = a2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4115:# asm 1: movdqa <a2=int6464#5,>b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4116:# asm 2: movdqa <a2=%xmm4,>b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4117-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4119-# qhasm: uint32323232                                        a2 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4120:# asm 1: pslld $13,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4121:# asm 2: pslld $13,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4122-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4124-# qhasm: uint32323232                                        b2 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4125:# asm 1: psrld $19,<b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4126:# asm 2: psrld $19,<b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4127-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4129-# qhasm:                                                 diag1 ^= a2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4130:# asm 1: pxor  <a2=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4131:# asm 2: pxor  <a2=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4132-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4134-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4135:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4136:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4137-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4139-# qhasm:                                                 diag1 ^= b2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4140:# asm 1: pxor  <b2=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4141:# asm 2: pxor  <b2=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4142-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4144-# qhasm: uint32323232                                                        a3 += diag1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4145:# asm 1: paddd <diag1=int6464#2,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4146:# asm 2: paddd <diag1=%xmm1,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4147-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4149-# qhasm:                 a4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4150:# asm 1: movdqa <diag3=int6464#4,>a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4151:# asm 2: movdqa <diag3=%xmm3,>a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4152-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4154-# qhasm:                                                                     b3 = a3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4155:# asm 1: movdqa <a3=int6464#6,>b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4156:# asm 2: movdqa <a3=%xmm5,>b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4157-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4159-# qhasm: uint32323232                                                        a3 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4160:# asm 1: pslld $18,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4161:# asm 2: pslld $18,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4162-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4164-# qhasm: uint32323232                                                        b3 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4165:# asm 1: psrld $14,<b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4166:# asm 2: psrld $14,<b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4167-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4169-# qhasm:                                                                 diag0 ^= a3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4170:# asm 1: pxor  <a3=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4171:# asm 2: pxor  <a3=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4172-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4174-# qhasm:                                                 diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4175:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4176:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4177-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4179-# qhasm:                                                                 diag0 ^= b3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4180:# asm 1: pxor  <b3=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4181:# asm 2: pxor  <b3=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4182-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4184-# qhasm: uint32323232        a4 += diag0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4185:# asm 1: paddd <diag0=int6464#1,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4186:# asm 2: paddd <diag0=%xmm0,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4187-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4189-# qhasm:                                 a5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4190:# asm 1: movdqa <diag0=int6464#1,>a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4191:# asm 2: movdqa <diag0=%xmm0,>a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4192-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4194-# qhasm:                     b4 = a4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4195:# asm 1: movdqa <a4=int6464#5,>b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4196:# asm 2: movdqa <a4=%xmm4,>b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4197-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4199-# qhasm: uint32323232        a4 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4200:# asm 1: pslld $7,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4201:# asm 2: pslld $7,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4202-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4204-# qhasm: uint32323232        b4 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4205:# asm 1: psrld $25,<b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4206:# asm 2: psrld $25,<b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4207-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4209-# qhasm:                 diag1 ^= a4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4210:# asm 1: pxor  <a4=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4211:# asm 2: pxor  <a4=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4212-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4214-# qhasm:                 diag1 ^= b4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4215:# asm 1: pxor  <b4=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4216:# asm 2: pxor  <b4=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4217-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4219-# qhasm: uint32323232                        a5 += diag1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4220:# asm 1: paddd <diag1=int6464#2,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4221:# asm 2: paddd <diag1=%xmm1,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4222-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4224-# qhasm:                                                 a6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4225:# asm 1: movdqa <diag1=int6464#2,>a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4226:# asm 2: movdqa <diag1=%xmm1,>a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4227-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4229-# qhasm:                                     b5 = a5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4230:# asm 1: movdqa <a5=int6464#6,>b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4231:# asm 2: movdqa <a5=%xmm5,>b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4232-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4234-# qhasm: uint32323232                        a5 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4235:# asm 1: pslld $9,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4236:# asm 2: pslld $9,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4237-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4239-# qhasm: uint32323232                        b5 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4240:# asm 1: psrld $23,<b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4241:# asm 2: psrld $23,<b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4242-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4244-# qhasm:                                 diag2 ^= a5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4245:# asm 1: pxor  <a5=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4246:# asm 2: pxor  <a5=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4247-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4249-# qhasm:                 diag1 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4250:# asm 1: pshufd $0x93,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4251:# asm 2: pshufd $0x93,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4252-pshufd $0x93,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4254-# qhasm:                                 diag2 ^= b5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4255:# asm 1: pxor  <b5=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4256:# asm 2: pxor  <b5=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4257-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4259-# qhasm: uint32323232                                        a6 += diag2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4260:# asm 1: paddd <diag2=int6464#3,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4261:# asm 2: paddd <diag2=%xmm2,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4262-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4264-# qhasm:                                                                 a7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4265:# asm 1: movdqa <diag2=int6464#3,>a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4266:# asm 2: movdqa <diag2=%xmm2,>a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4267-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4269-# qhasm:                                                     b6 = a6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4270:# asm 1: movdqa <a6=int6464#5,>b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4271:# asm 2: movdqa <a6=%xmm4,>b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4272-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4274-# qhasm: uint32323232                                        a6 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4275:# asm 1: pslld $13,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4276:# asm 2: pslld $13,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4277-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4279-# qhasm: uint32323232                                        b6 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4280:# asm 1: psrld $19,<b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4281:# asm 2: psrld $19,<b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4282-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4284-# qhasm:                                                 diag3 ^= a6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4285:# asm 1: pxor  <a6=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4286:# asm 2: pxor  <a6=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4287-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4289-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4290:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4291:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4292-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4294-# qhasm:                                                 diag3 ^= b6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4295:# asm 1: pxor  <b6=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4296:# asm 2: pxor  <b6=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4297-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4299-# qhasm:                  unsigned>? i -= 4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4300:# asm 1: sub  $4,<i=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4301:# asm 2: sub  $4,<i=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4302-sub  $4,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4304-# qhasm: uint32323232                                                        a7 += diag3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4305:# asm 1: paddd <diag3=int6464#4,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4306:# asm 2: paddd <diag3=%xmm3,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4307-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4309-# qhasm:                 a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4310:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4311:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4312-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4314-# qhasm:                                                                     b7 = a7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4315:# asm 1: movdqa <a7=int6464#6,>b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4316:# asm 2: movdqa <a7=%xmm5,>b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4317-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4319-# qhasm: uint32323232                                                        a7 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4320:# asm 1: pslld $18,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4321:# asm 2: pslld $18,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4322-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4324-# qhasm:                 b0 = 0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4325:# asm 1: pxor   >b0=int6464#8,>b0=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4326:# asm 2: pxor   >b0=%xmm7,>b0=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4327-pxor   %xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4329-# qhasm: uint32323232                                                        b7 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4330:# asm 1: psrld $14,<b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4331:# asm 2: psrld $14,<b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4332-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4334-# qhasm:                                                                 diag0 ^= a7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4335:# asm 1: pxor  <a7=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4336:# asm 2: pxor  <a7=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4337-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4339-# qhasm:                                                 diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4340:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4341:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4342-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4344-# qhasm:                                                                 diag0 ^= b7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4345:# asm 1: pxor  <b7=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4346:# asm 2: pxor  <b7=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4347-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4353-# qhasm: uint32323232 diag0 += x0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4354:# asm 1: paddd <x0=stack128#4,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4355:# asm 2: paddd <x0=48(%rsp),<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4356-paddd 48(%rsp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4358-# qhasm: uint32323232 diag1 += x1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4359:# asm 1: paddd <x1=stack128#1,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4360:# asm 2: paddd <x1=0(%rsp),<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4361-paddd 0(%rsp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4363-# qhasm: uint32323232 diag2 += x2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4364:# asm 1: paddd <x2=stack128#2,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4365:# asm 2: paddd <x2=16(%rsp),<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4366-paddd 16(%rsp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4368-# qhasm: uint32323232 diag3 += x3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4369:# asm 1: paddd <x3=stack128#3,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4370:# asm 2: paddd <x3=32(%rsp),<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4371-paddd 32(%rsp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4373-# qhasm: in0 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4374:# asm 1: movd   <diag0=int6464#1,>in0=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4375:# asm 2: movd   <diag0=%xmm0,>in0=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4376-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4378-# qhasm: in12 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4379:# asm 1: movd   <diag1=int6464#2,>in12=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4380:# asm 2: movd   <diag1=%xmm1,>in12=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4381-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4383-# qhasm: in8 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4384:# asm 1: movd   <diag2=int6464#3,>in8=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4385:# asm 2: movd   <diag2=%xmm2,>in8=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4386-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4388-# qhasm: in4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4389:# asm 1: movd   <diag3=int6464#4,>in4=int64#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4390:# asm 2: movd   <diag3=%xmm3,>in4=%rax
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4391-movd   %xmm3,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4393-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4394:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4395:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4396-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4398-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4399:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4400:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4401-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4403-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4404:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4405:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4406-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4408-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4409:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4410:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4411-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4413-# qhasm: (uint32) in0 ^= *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4414:# asm 1: xorl 0(<m=int64#2),<in0=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4415:# asm 2: xorl 0(<m=%rsi),<in0=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4416-xorl 0(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4418-# qhasm: (uint32) in12 ^= *(uint32 *) (m + 48)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4419:# asm 1: xorl 48(<m=int64#2),<in12=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4420:# asm 2: xorl 48(<m=%rsi),<in12=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4421-xorl 48(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4423-# qhasm: (uint32) in8 ^= *(uint32 *) (m + 32)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4424:# asm 1: xorl 32(<m=int64#2),<in8=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4425:# asm 2: xorl 32(<m=%rsi),<in8=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4426-xorl 32(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4428-# qhasm: (uint32) in4 ^= *(uint32 *) (m + 16)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4429:# asm 1: xorl 16(<m=int64#2),<in4=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4430:# asm 2: xorl 16(<m=%rsi),<in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4431-xorl 16(%rsi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4433-# qhasm: *(uint32 *) (out + 0) = in0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4434:# asm 1: movl   <in0=int64#4d,0(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4435:# asm 2: movl   <in0=%ecx,0(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4436-movl   %ecx,0(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4438-# qhasm: *(uint32 *) (out + 48) = in12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4439:# asm 1: movl   <in12=int64#5d,48(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4440:# asm 2: movl   <in12=%r8d,48(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4441-movl   %r8d,48(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4443-# qhasm: *(uint32 *) (out + 32) = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4444:# asm 1: movl   <in8=int64#6d,32(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4445:# asm 2: movl   <in8=%r9d,32(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4446-movl   %r9d,32(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4448-# qhasm: *(uint32 *) (out + 16) = in4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4449:# asm 1: movl   <in4=int64#7d,16(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4450:# asm 2: movl   <in4=%eax,16(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4451-movl   %eax,16(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4453-# qhasm: in5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4454:# asm 1: movd   <diag0=int6464#1,>in5=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4455:# asm 2: movd   <diag0=%xmm0,>in5=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4456-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4458-# qhasm: in1 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4459:# asm 1: movd   <diag1=int6464#2,>in1=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4460:# asm 2: movd   <diag1=%xmm1,>in1=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4461-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4463-# qhasm: in13 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4464:# asm 1: movd   <diag2=int6464#3,>in13=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4465:# asm 2: movd   <diag2=%xmm2,>in13=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4466-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4468-# qhasm: in9 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4469:# asm 1: movd   <diag3=int6464#4,>in9=int64#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4470:# asm 2: movd   <diag3=%xmm3,>in9=%rax
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4471-movd   %xmm3,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4473-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4474:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4475:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4476-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4478-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4479:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4480:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4481-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4483-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4484:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4485:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4486-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4488-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4489:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4490:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4491-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4493-# qhasm: (uint32) in5 ^= *(uint32 *) (m + 20)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4494:# asm 1: xorl 20(<m=int64#2),<in5=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4495:# asm 2: xorl 20(<m=%rsi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4496-xorl 20(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4498-# qhasm: (uint32) in1 ^= *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4499:# asm 1: xorl 4(<m=int64#2),<in1=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4500:# asm 2: xorl 4(<m=%rsi),<in1=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4501-xorl 4(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4503-# qhasm: (uint32) in13 ^= *(uint32 *) (m + 52)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4504:# asm 1: xorl 52(<m=int64#2),<in13=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4505:# asm 2: xorl 52(<m=%rsi),<in13=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4506-xorl 52(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4508-# qhasm: (uint32) in9 ^= *(uint32 *) (m + 36)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4509:# asm 1: xorl 36(<m=int64#2),<in9=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4510:# asm 2: xorl 36(<m=%rsi),<in9=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4511-xorl 36(%rsi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4513-# qhasm: *(uint32 *) (out + 20) = in5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4514:# asm 1: movl   <in5=int64#4d,20(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4515:# asm 2: movl   <in5=%ecx,20(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4516-movl   %ecx,20(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4518-# qhasm: *(uint32 *) (out + 4) = in1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4519:# asm 1: movl   <in1=int64#5d,4(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4520:# asm 2: movl   <in1=%r8d,4(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4521-movl   %r8d,4(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4523-# qhasm: *(uint32 *) (out + 52) = in13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4524:# asm 1: movl   <in13=int64#6d,52(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4525:# asm 2: movl   <in13=%r9d,52(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4526-movl   %r9d,52(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4528-# qhasm: *(uint32 *) (out + 36) = in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4529:# asm 1: movl   <in9=int64#7d,36(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4530:# asm 2: movl   <in9=%eax,36(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4531-movl   %eax,36(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4533-# qhasm: in10 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4534:# asm 1: movd   <diag0=int6464#1,>in10=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4535:# asm 2: movd   <diag0=%xmm0,>in10=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4536-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4538-# qhasm: in6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4539:# asm 1: movd   <diag1=int6464#2,>in6=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4540:# asm 2: movd   <diag1=%xmm1,>in6=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4541-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4543-# qhasm: in2 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4544:# asm 1: movd   <diag2=int6464#3,>in2=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4545:# asm 2: movd   <diag2=%xmm2,>in2=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4546-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4548-# qhasm: in14 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4549:# asm 1: movd   <diag3=int6464#4,>in14=int64#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4550:# asm 2: movd   <diag3=%xmm3,>in14=%rax
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4551-movd   %xmm3,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4553-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4554:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4555:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4556-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4558-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4559:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4560:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4561-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4563-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4564:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4565:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4566-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4568-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4569:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4570:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4571-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4573-# qhasm: (uint32) in10 ^= *(uint32 *) (m + 40)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4574:# asm 1: xorl 40(<m=int64#2),<in10=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4575:# asm 2: xorl 40(<m=%rsi),<in10=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4576-xorl 40(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4578-# qhasm: (uint32) in6 ^= *(uint32 *) (m + 24)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4579:# asm 1: xorl 24(<m=int64#2),<in6=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4580:# asm 2: xorl 24(<m=%rsi),<in6=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4581-xorl 24(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4583-# qhasm: (uint32) in2 ^= *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4584:# asm 1: xorl 8(<m=int64#2),<in2=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4585:# asm 2: xorl 8(<m=%rsi),<in2=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4586-xorl 8(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4588-# qhasm: (uint32) in14 ^= *(uint32 *) (m + 56)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4589:# asm 1: xorl 56(<m=int64#2),<in14=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4590:# asm 2: xorl 56(<m=%rsi),<in14=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4591-xorl 56(%rsi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4593-# qhasm: *(uint32 *) (out + 40) = in10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4594:# asm 1: movl   <in10=int64#4d,40(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4595:# asm 2: movl   <in10=%ecx,40(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4596-movl   %ecx,40(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4598-# qhasm: *(uint32 *) (out + 24) = in6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4599:# asm 1: movl   <in6=int64#5d,24(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4600:# asm 2: movl   <in6=%r8d,24(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4601-movl   %r8d,24(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4603-# qhasm: *(uint32 *) (out + 8) = in2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4604:# asm 1: movl   <in2=int64#6d,8(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4605:# asm 2: movl   <in2=%r9d,8(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4606-movl   %r9d,8(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4608-# qhasm: *(uint32 *) (out + 56) = in14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4609:# asm 1: movl   <in14=int64#7d,56(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4610:# asm 2: movl   <in14=%eax,56(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4611-movl   %eax,56(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4613-# qhasm: in15 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4614:# asm 1: movd   <diag0=int6464#1,>in15=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4615:# asm 2: movd   <diag0=%xmm0,>in15=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4616-movd   %xmm0,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4618-# qhasm: in11 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4619:# asm 1: movd   <diag1=int6464#2,>in11=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4620:# asm 2: movd   <diag1=%xmm1,>in11=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4621-movd   %xmm1,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4623-# qhasm: in7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4624:# asm 1: movd   <diag2=int6464#3,>in7=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4625:# asm 2: movd   <diag2=%xmm2,>in7=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4626-movd   %xmm2,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4628-# qhasm: in3 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4629:# asm 1: movd   <diag3=int6464#4,>in3=int64#7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4630:# asm 2: movd   <diag3=%xmm3,>in3=%rax
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4631-movd   %xmm3,%rax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4633-# qhasm: (uint32) in15 ^= *(uint32 *) (m + 60)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4634:# asm 1: xorl 60(<m=int64#2),<in15=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4635:# asm 2: xorl 60(<m=%rsi),<in15=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4636-xorl 60(%rsi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4638-# qhasm: (uint32) in11 ^= *(uint32 *) (m + 44)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4639:# asm 1: xorl 44(<m=int64#2),<in11=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4640:# asm 2: xorl 44(<m=%rsi),<in11=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4641-xorl 44(%rsi),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4643-# qhasm: (uint32) in7 ^= *(uint32 *) (m + 28)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4644:# asm 1: xorl 28(<m=int64#2),<in7=int64#6d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4645:# asm 2: xorl 28(<m=%rsi),<in7=%r9d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4646-xorl 28(%rsi),%r9d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4648-# qhasm: (uint32) in3 ^= *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4649:# asm 1: xorl 12(<m=int64#2),<in3=int64#7d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4650:# asm 2: xorl 12(<m=%rsi),<in3=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4651-xorl 12(%rsi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4653-# qhasm: *(uint32 *) (out + 60) = in15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4654:# asm 1: movl   <in15=int64#4d,60(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4655:# asm 2: movl   <in15=%ecx,60(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4656-movl   %ecx,60(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4658-# qhasm: *(uint32 *) (out + 44) = in11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4659:# asm 1: movl   <in11=int64#5d,44(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4660:# asm 2: movl   <in11=%r8d,44(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4661-movl   %r8d,44(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4663-# qhasm: *(uint32 *) (out + 28) = in7
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4664:# asm 1: movl   <in7=int64#6d,28(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4665:# asm 2: movl   <in7=%r9d,28(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4666-movl   %r9d,28(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4668-# qhasm: *(uint32 *) (out + 12) = in3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4669:# asm 1: movl   <in3=int64#7d,12(<out=int64#1)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4670:# asm 2: movl   <in3=%eax,12(<out=%rdi)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4671-movl   %eax,12(%rdi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4673-# qhasm:   bytes = bytes_backup
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4674:# asm 1: movq <bytes_backup=stack64#8,>bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4675:# asm 2: movq <bytes_backup=408(%rsp),>bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4676-movq 408(%rsp),%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4678-# qhasm:   in8 = ((uint32 *)&x2)[0]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4679:# asm 1: movl <x2=stack128#2,>in8=int64#4d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4680:# asm 2: movl <x2=16(%rsp),>in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4681-movl 16(%rsp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4683-# qhasm:   in9 = ((uint32 *)&x3)[1]
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4684:# asm 1: movl 4+<x3=stack128#3,>in9=int64#5d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4685:# asm 2: movl 4+<x3=32(%rsp),>in9=%r8d
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4686-movl 4+32(%rsp),%r8d
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4688-# qhasm:   in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4689:# asm 1: add  $1,<in8=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4690:# asm 2: add  $1,<in8=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4691-add  $1,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4693-# qhasm:   in9 <<= 32
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4694:# asm 1: shl  $32,<in9=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4695:# asm 2: shl  $32,<in9=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4696-shl  $32,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4698-# qhasm:   in8 += in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4699:# asm 1: add  <in9=int64#5,<in8=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4700:# asm 2: add  <in9=%r8,<in8=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4701-add  %r8,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4703-# qhasm:   in9 = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4704:# asm 1: mov  <in8=int64#4,>in9=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4705:# asm 2: mov  <in8=%rcx,>in9=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4706-mov  %rcx,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4708-# qhasm:   (uint64) in9 >>= 32
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4709:# asm 1: shr  $32,<in9=int64#5
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4710:# asm 2: shr  $32,<in9=%r8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4711-shr  $32,%r8
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4713-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4714:# asm 1: movl <in8=int64#4d,>x2=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4715:# asm 2: movl <in8=%ecx,>x2=16(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4716-movl %ecx,16(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4718-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4719:# asm 1: movl <in9=int64#5d,4+<x3=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4720:# asm 2: movl <in9=%r8d,4+<x3=32(%rsp)
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4721-movl %r8d,4+32(%rsp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4723-# qhasm:                          unsigned>? unsigned<? bytes - 64
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4724:# asm 1: cmp  $64,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4725:# asm 2: cmp  $64,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4726-cmp  $64,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4736-# qhasm:       m = out
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4737:# asm 1: mov  <out=int64#1,>m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4738:# asm 2: mov  <out=%rdi,>m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4739-mov  %rdi,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4741-# qhasm:       out = ctarget
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4742:# asm 1: mov  <ctarget=int64#3,>out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4743:# asm 2: mov  <ctarget=%rdx,>out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4744-mov  %rdx,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4746-# qhasm:       i = bytes
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4747:# asm 1: mov  <bytes=int64#6,>i=int64#4
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4748:# asm 2: mov  <bytes=%r9,>i=%rcx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4749-mov  %r9,%rcx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4762-# qhasm:     r11_caller = r11_stack
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4763:# asm 1: movq <r11_stack=stack64#1,>r11_caller=int64#9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4764:# asm 2: movq <r11_stack=352(%rsp),>r11_caller=%r11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4765-movq 352(%rsp),%r11
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4767-# qhasm:     r12_caller = r12_stack
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4768:# asm 1: movq <r12_stack=stack64#2,>r12_caller=int64#10
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4769:# asm 2: movq <r12_stack=360(%rsp),>r12_caller=%r12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4770-movq 360(%rsp),%r12
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4772-# qhasm:     r13_caller = r13_stack
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4773:# asm 1: movq <r13_stack=stack64#3,>r13_caller=int64#11
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4774:# asm 2: movq <r13_stack=368(%rsp),>r13_caller=%r13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4775-movq 368(%rsp),%r13
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4777-# qhasm:     r14_caller = r14_stack
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4778:# asm 1: movq <r14_stack=stack64#4,>r14_caller=int64#12
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4779:# asm 2: movq <r14_stack=376(%rsp),>r14_caller=%r14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4780-movq 376(%rsp),%r14
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4782-# qhasm:     r15_caller = r15_stack
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4783:# asm 1: movq <r15_stack=stack64#5,>r15_caller=int64#13
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4784:# asm 2: movq <r15_stack=384(%rsp),>r15_caller=%r15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4785-movq 384(%rsp),%r15
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4787-# qhasm:     rbx_caller = rbx_stack
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4788:# asm 1: movq <rbx_stack=stack64#6,>rbx_caller=int64#14
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4789:# asm 2: movq <rbx_stack=392(%rsp),>rbx_caller=%rbx
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4790-movq 392(%rsp),%rbx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4792-# qhasm:     rbp_caller = rbp_stack
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4793:# asm 1: movq <rbp_stack=stack64#7,>rbp_caller=int64#15
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4794:# asm 2: movq <rbp_stack=400(%rsp),>rbp_caller=%rbp
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4795-movq 400(%rsp),%rbp
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4806-# qhasm:   bytes -= 64
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4807:# asm 1: sub  $64,<bytes=int64#6
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4808:# asm 2: sub  $64,<bytes=%r9
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4809-sub  $64,%r9
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4811-# qhasm:   out += 64
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4812:# asm 1: add  $64,<out=int64#1
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4813:# asm 2: add  $64,<out=%rdi
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4814-add  $64,%rdi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4816-# qhasm:   m += 64
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4817:# asm 1: add  $64,<m=int64#2
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s:4818:# asm 2: add  $64,<m=%rsi
curvedns-0.87/nacl/crypto_stream/salsa208/amd64_xmm6/stream.s-4819-add  $64,%rsi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-300-# qhasm: eax_stack = eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:301:# asm 1: movl <eax=int32#1,>eax_stack=stack32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:302:# asm 2: movl <eax=%eax,>eax_stack=0(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-303-movl %eax,0(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-305-# qhasm: ebx_stack = ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:306:# asm 1: movl <ebx=int32#4,>ebx_stack=stack32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:307:# asm 2: movl <ebx=%ebx,>ebx_stack=4(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-308-movl %ebx,4(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-310-# qhasm: esi_stack = esi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:311:# asm 1: movl <esi=int32#5,>esi_stack=stack32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:312:# asm 2: movl <esi=%esi,>esi_stack=8(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-313-movl %esi,8(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-315-# qhasm: edi_stack = edi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:316:# asm 1: movl <edi=int32#6,>edi_stack=stack32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:317:# asm 2: movl <edi=%edi,>edi_stack=12(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-318-movl %edi,12(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-320-# qhasm: ebp_stack = ebp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:321:# asm 1: movl <ebp=int32#7,>ebp_stack=stack32#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:322:# asm 2: movl <ebp=%ebp,>ebp_stack=16(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-323-movl %ebp,16(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-325-# qhasm: bytes = arg2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:326:# asm 1: movl <arg2=stack32#-2,>bytes=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:327:# asm 2: movl <arg2=8(%esp,%eax),>bytes=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-328-movl 8(%esp,%eax),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-330-# qhasm: out = arg1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:331:# asm 1: movl <arg1=stack32#-1,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:332:# asm 2: movl <arg1=4(%esp,%eax),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-333-movl 4(%esp,%eax),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-335-# qhasm: m = out
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:336:# asm 1: mov  <out=int32#6,>m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:337:# asm 2: mov  <out=%edi,>m=%esi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-338-mov  %edi,%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-340-# qhasm: iv = arg4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:341:# asm 1: movl <arg4=stack32#-4,>iv=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:342:# asm 2: movl <arg4=16(%esp,%eax),>iv=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-343-movl 16(%esp,%eax),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-345-# qhasm: k = arg5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:346:# asm 1: movl <arg5=stack32#-5,>k=int32#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:347:# asm 2: movl <arg5=20(%esp,%eax),>k=%ebp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-348-movl 20(%esp,%eax),%ebp
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-350-# qhasm:               unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:351:# asm 1: cmp  $0,<bytes=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:352:# asm 2: cmp  $0,<bytes=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-353-cmp  $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-359-# qhasm: a = 0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:360:# asm 1: mov  $0,>a=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:361:# asm 2: mov  $0,>a=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-362-mov  $0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-364-# qhasm: i = bytes
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:365:# asm 1: mov  <bytes=int32#3,>i=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:366:# asm 2: mov  <bytes=%edx,>i=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-367-mov  %edx,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-372-# qhasm: out -= bytes
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:373:# asm 1: subl <bytes=int32#3,<out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:374:# asm 2: subl <bytes=%edx,<out=%edi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-375-subl %edx,%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-393-# qhasm: eax_stack = eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:394:# asm 1: movl <eax=int32#1,>eax_stack=stack32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:395:# asm 2: movl <eax=%eax,>eax_stack=0(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-396-movl %eax,0(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-398-# qhasm: ebx_stack = ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:399:# asm 1: movl <ebx=int32#4,>ebx_stack=stack32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:400:# asm 2: movl <ebx=%ebx,>ebx_stack=4(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-401-movl %ebx,4(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-403-# qhasm: esi_stack = esi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:404:# asm 1: movl <esi=int32#5,>esi_stack=stack32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:405:# asm 2: movl <esi=%esi,>esi_stack=8(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-406-movl %esi,8(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-408-# qhasm: edi_stack = edi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:409:# asm 1: movl <edi=int32#6,>edi_stack=stack32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:410:# asm 2: movl <edi=%edi,>edi_stack=12(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-411-movl %edi,12(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-413-# qhasm: ebp_stack = ebp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:414:# asm 1: movl <ebp=int32#7,>ebp_stack=stack32#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:415:# asm 2: movl <ebp=%ebp,>ebp_stack=16(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-416-movl %ebp,16(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-418-# qhasm: out = arg1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:419:# asm 1: movl <arg1=stack32#-1,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:420:# asm 2: movl <arg1=4(%esp,%eax),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-421-movl 4(%esp,%eax),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-423-# qhasm: m = arg2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:424:# asm 1: movl <arg2=stack32#-2,>m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:425:# asm 2: movl <arg2=8(%esp,%eax),>m=%esi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-426-movl 8(%esp,%eax),%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-428-# qhasm: bytes = arg3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:429:# asm 1: movl <arg3=stack32#-3,>bytes=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:430:# asm 2: movl <arg3=12(%esp,%eax),>bytes=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-431-movl 12(%esp,%eax),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-433-# qhasm: iv = arg5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:434:# asm 1: movl <arg5=stack32#-5,>iv=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:435:# asm 2: movl <arg5=20(%esp,%eax),>iv=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-436-movl 20(%esp,%eax),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-438-# qhasm: k = arg6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:439:# asm 1: movl <arg6=stack32#-6,>k=int32#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:440:# asm 2: movl <arg6=24(%esp,%eax),>k=%ebp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-441-movl 24(%esp,%eax),%ebp
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-443-# qhasm:               unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:444:# asm 1: cmp  $0,<bytes=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:445:# asm 2: cmp  $0,<bytes=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-446-cmp  $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-456-# qhasm:   out_stack = out
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:457:# asm 1: movl <out=int32#6,>out_stack=stack32#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:458:# asm 2: movl <out=%edi,>out_stack=20(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-459-movl %edi,20(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-461-# qhasm:   bytes_stack = bytes
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:462:# asm 1: movl <bytes=int32#3,>bytes_stack=stack32#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:463:# asm 2: movl <bytes=%edx,>bytes_stack=24(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-464-movl %edx,24(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-466-# qhasm:   in4 = *(uint32 *) (k + 12)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:467:# asm 1: movl 12(<k=int32#7),>in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:468:# asm 2: movl 12(<k=%ebp),>in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-469-movl 12(%ebp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-471-# qhasm:   in12 = *(uint32 *) (k + 20)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:472:# asm 1: movl 20(<k=int32#7),>in12=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:473:# asm 2: movl 20(<k=%ebp),>in12=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-474-movl 20(%ebp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-476-# qhasm:   ((uint32 *)&x3)[0] = in4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:477:# asm 1: movl <in4=int32#1,>x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:478:# asm 2: movl <in4=%eax,>x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-479-movl %eax,32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-481-# qhasm:   ((uint32 *)&x1)[0] = in12
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:482:# asm 1: movl <in12=int32#2,>x1=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:483:# asm 2: movl <in12=%ecx,>x1=48(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-484-movl %ecx,48(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-486-# qhasm:   in0 = 1634760805
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:487:# asm 1: mov  $1634760805,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:488:# asm 2: mov  $1634760805,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-489-mov  $1634760805,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-491-# qhasm:   in8 = 0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:492:# asm 1: mov  $0,>in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:493:# asm 2: mov  $0,>in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-494-mov  $0,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-496-# qhasm:   ((uint32 *)&x0)[0] = in0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:497:# asm 1: movl <in0=int32#1,>x0=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:498:# asm 2: movl <in0=%eax,>x0=64(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-499-movl %eax,64(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-501-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:502:# asm 1: movl <in8=int32#2,>x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:503:# asm 2: movl <in8=%ecx,>x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-504-movl %ecx,80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-506-# qhasm:   in6 = *(uint32 *) (iv + 0)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:507:# asm 1: movl 0(<iv=int32#4),>in6=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:508:# asm 2: movl 0(<iv=%ebx),>in6=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-509-movl 0(%ebx),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-511-# qhasm:   in7 = *(uint32 *) (iv + 4)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:512:# asm 1: movl 4(<iv=int32#4),>in7=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:513:# asm 2: movl 4(<iv=%ebx),>in7=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-514-movl 4(%ebx),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-516-# qhasm:   ((uint32 *)&x1)[2] = in6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:517:# asm 1: movl <in6=int32#1,8+<x1=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:518:# asm 2: movl <in6=%eax,8+<x1=48(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-519-movl %eax,8+48(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-521-# qhasm:   ((uint32 *)&x2)[3] = in7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:522:# asm 1: movl <in7=int32#2,12+<x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:523:# asm 2: movl <in7=%ecx,12+<x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-524-movl %ecx,12+80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-526-# qhasm:   in9 = 0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:527:# asm 1: mov  $0,>in9=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:528:# asm 2: mov  $0,>in9=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-529-mov  $0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-531-# qhasm:   in10 = 2036477234
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:532:# asm 1: mov  $2036477234,>in10=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:533:# asm 2: mov  $2036477234,>in10=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-534-mov  $2036477234,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-536-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:537:# asm 1: movl <in9=int32#1,4+<x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:538:# asm 2: movl <in9=%eax,4+<x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-539-movl %eax,4+32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-541-# qhasm:   ((uint32 *)&x0)[2] = in10
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:542:# asm 1: movl <in10=int32#2,8+<x0=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:543:# asm 2: movl <in10=%ecx,8+<x0=64(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-544-movl %ecx,8+64(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-546-# qhasm:   in1 = *(uint32 *) (k + 0)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:547:# asm 1: movl 0(<k=int32#7),>in1=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:548:# asm 2: movl 0(<k=%ebp),>in1=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-549-movl 0(%ebp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-551-# qhasm:   in2 = *(uint32 *) (k + 4)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:552:# asm 1: movl 4(<k=int32#7),>in2=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:553:# asm 2: movl 4(<k=%ebp),>in2=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-554-movl 4(%ebp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-556-# qhasm:   in3 = *(uint32 *) (k + 8)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:557:# asm 1: movl 8(<k=int32#7),>in3=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:558:# asm 2: movl 8(<k=%ebp),>in3=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-559-movl 8(%ebp),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-561-# qhasm:   in5 = 857760878
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:562:# asm 1: mov  $857760878,>in5=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:563:# asm 2: mov  $857760878,>in5=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-564-mov  $857760878,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-566-# qhasm:   ((uint32 *)&x1)[1] = in1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:567:# asm 1: movl <in1=int32#1,4+<x1=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:568:# asm 2: movl <in1=%eax,4+<x1=48(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-569-movl %eax,4+48(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-571-# qhasm:   ((uint32 *)&x2)[2] = in2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:572:# asm 1: movl <in2=int32#2,8+<x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:573:# asm 2: movl <in2=%ecx,8+<x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-574-movl %ecx,8+80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-576-# qhasm:   ((uint32 *)&x3)[3] = in3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:577:# asm 1: movl <in3=int32#3,12+<x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:578:# asm 2: movl <in3=%edx,12+<x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-579-movl %edx,12+32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-581-# qhasm:   ((uint32 *)&x0)[1] = in5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:582:# asm 1: movl <in5=int32#4,4+<x0=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:583:# asm 2: movl <in5=%ebx,4+<x0=64(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-584-movl %ebx,4+64(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-586-# qhasm:   in11 = *(uint32 *) (k + 16)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:587:# asm 1: movl 16(<k=int32#7),>in11=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:588:# asm 2: movl 16(<k=%ebp),>in11=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-589-movl 16(%ebp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-591-# qhasm:   in13 = *(uint32 *) (k + 24)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:592:# asm 1: movl 24(<k=int32#7),>in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:593:# asm 2: movl 24(<k=%ebp),>in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-594-movl 24(%ebp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-596-# qhasm:   in14 = *(uint32 *) (k + 28)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:597:# asm 1: movl 28(<k=int32#7),>in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:598:# asm 2: movl 28(<k=%ebp),>in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-599-movl 28(%ebp),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-601-# qhasm:   in15 = 1797285236
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:602:# asm 1: mov  $1797285236,>in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:603:# asm 2: mov  $1797285236,>in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-604-mov  $1797285236,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-606-# qhasm:   ((uint32 *)&x1)[3] = in11
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:607:# asm 1: movl <in11=int32#1,12+<x1=stack128#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:608:# asm 2: movl <in11=%eax,12+<x1=48(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-609-movl %eax,12+48(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-611-# qhasm:   ((uint32 *)&x2)[1] = in13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:612:# asm 1: movl <in13=int32#2,4+<x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:613:# asm 2: movl <in13=%ecx,4+<x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-614-movl %ecx,4+80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-616-# qhasm:   ((uint32 *)&x3)[2] = in14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:617:# asm 1: movl <in14=int32#3,8+<x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:618:# asm 2: movl <in14=%edx,8+<x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-619-movl %edx,8+32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-621-# qhasm:   ((uint32 *)&x0)[3] = in15
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:622:# asm 1: movl <in15=int32#4,12+<x0=stack128#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:623:# asm 2: movl <in15=%ebx,12+<x0=64(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-624-movl %ebx,12+64(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-626-# qhasm:   bytes = bytes_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:627:# asm 1: movl <bytes_stack=stack32#7,>bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:628:# asm 2: movl <bytes_stack=24(%esp),>bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-629-movl 24(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-631-# qhasm:                               unsigned<? bytes - 256
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:632:# asm 1: cmp  $256,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:633:# asm 2: cmp  $256,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-634-cmp  $256,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-640-# qhasm:   z0 = x0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:641:# asm 1: movdqa <x0=stack128#3,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:642:# asm 2: movdqa <x0=64(%esp),>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-643-movdqa 64(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-645-# qhasm:   z5 = z0[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:646:# asm 1: pshufd $0x55,<z0=int6464#1,>z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:647:# asm 2: pshufd $0x55,<z0=%xmm0,>z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-648-pshufd $0x55,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-650-# qhasm:   z10 = z0[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:651:# asm 1: pshufd $0xaa,<z0=int6464#1,>z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:652:# asm 2: pshufd $0xaa,<z0=%xmm0,>z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-653-pshufd $0xaa,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-655-# qhasm:   z15 = z0[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:656:# asm 1: pshufd $0xff,<z0=int6464#1,>z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:657:# asm 2: pshufd $0xff,<z0=%xmm0,>z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-658-pshufd $0xff,%xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-660-# qhasm:   z0 = z0[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:661:# asm 1: pshufd $0x00,<z0=int6464#1,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:662:# asm 2: pshufd $0x00,<z0=%xmm0,>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-663-pshufd $0x00,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-665-# qhasm:   orig5 = z5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:666:# asm 1: movdqa <z5=int6464#2,>orig5=stack128#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:667:# asm 2: movdqa <z5=%xmm1,>orig5=96(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-668-movdqa %xmm1,96(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-670-# qhasm:   orig10 = z10
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:671:# asm 1: movdqa <z10=int6464#3,>orig10=stack128#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:672:# asm 2: movdqa <z10=%xmm2,>orig10=112(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-673-movdqa %xmm2,112(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-675-# qhasm:   orig15 = z15
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:676:# asm 1: movdqa <z15=int6464#4,>orig15=stack128#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:677:# asm 2: movdqa <z15=%xmm3,>orig15=128(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-678-movdqa %xmm3,128(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-680-# qhasm:   orig0 = z0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:681:# asm 1: movdqa <z0=int6464#1,>orig0=stack128#8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:682:# asm 2: movdqa <z0=%xmm0,>orig0=144(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-683-movdqa %xmm0,144(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-685-# qhasm:   z1 = x1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:686:# asm 1: movdqa <x1=stack128#2,>z1=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:687:# asm 2: movdqa <x1=48(%esp),>z1=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-688-movdqa 48(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-690-# qhasm:   z6 = z1[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:691:# asm 1: pshufd $0xaa,<z1=int6464#1,>z6=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:692:# asm 2: pshufd $0xaa,<z1=%xmm0,>z6=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-693-pshufd $0xaa,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-695-# qhasm:   z11 = z1[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:696:# asm 1: pshufd $0xff,<z1=int6464#1,>z11=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:697:# asm 2: pshufd $0xff,<z1=%xmm0,>z11=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-698-pshufd $0xff,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-700-# qhasm:   z12 = z1[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:701:# asm 1: pshufd $0x00,<z1=int6464#1,>z12=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:702:# asm 2: pshufd $0x00,<z1=%xmm0,>z12=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-703-pshufd $0x00,%xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-705-# qhasm:   z1 = z1[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:706:# asm 1: pshufd $0x55,<z1=int6464#1,>z1=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:707:# asm 2: pshufd $0x55,<z1=%xmm0,>z1=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-708-pshufd $0x55,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-710-# qhasm:   orig6 = z6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:711:# asm 1: movdqa <z6=int6464#2,>orig6=stack128#9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:712:# asm 2: movdqa <z6=%xmm1,>orig6=160(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-713-movdqa %xmm1,160(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-715-# qhasm:   orig11 = z11
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:716:# asm 1: movdqa <z11=int6464#3,>orig11=stack128#10
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:717:# asm 2: movdqa <z11=%xmm2,>orig11=176(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-718-movdqa %xmm2,176(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-720-# qhasm:   orig12 = z12
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:721:# asm 1: movdqa <z12=int6464#4,>orig12=stack128#11
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:722:# asm 2: movdqa <z12=%xmm3,>orig12=192(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-723-movdqa %xmm3,192(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-725-# qhasm:   orig1 = z1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:726:# asm 1: movdqa <z1=int6464#1,>orig1=stack128#12
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:727:# asm 2: movdqa <z1=%xmm0,>orig1=208(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-728-movdqa %xmm0,208(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-730-# qhasm:   z2 = x2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:731:# asm 1: movdqa <x2=stack128#4,>z2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:732:# asm 2: movdqa <x2=80(%esp),>z2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-733-movdqa 80(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-735-# qhasm:   z7 = z2[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:736:# asm 1: pshufd $0xff,<z2=int6464#1,>z7=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:737:# asm 2: pshufd $0xff,<z2=%xmm0,>z7=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-738-pshufd $0xff,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-740-# qhasm:   z13 = z2[1,1,1,1]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:741:# asm 1: pshufd $0x55,<z2=int6464#1,>z13=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:742:# asm 2: pshufd $0x55,<z2=%xmm0,>z13=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-743-pshufd $0x55,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-745-# qhasm:   z2 = z2[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:746:# asm 1: pshufd $0xaa,<z2=int6464#1,>z2=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:747:# asm 2: pshufd $0xaa,<z2=%xmm0,>z2=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-748-pshufd $0xaa,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-750-# qhasm:   orig7 = z7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:751:# asm 1: movdqa <z7=int6464#2,>orig7=stack128#13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:752:# asm 2: movdqa <z7=%xmm1,>orig7=224(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-753-movdqa %xmm1,224(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-755-# qhasm:   orig13 = z13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:756:# asm 1: movdqa <z13=int6464#3,>orig13=stack128#14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:757:# asm 2: movdqa <z13=%xmm2,>orig13=240(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-758-movdqa %xmm2,240(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-760-# qhasm:   orig2 = z2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:761:# asm 1: movdqa <z2=int6464#1,>orig2=stack128#15
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:762:# asm 2: movdqa <z2=%xmm0,>orig2=256(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-763-movdqa %xmm0,256(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-765-# qhasm:   z3 = x3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:766:# asm 1: movdqa <x3=stack128#1,>z3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:767:# asm 2: movdqa <x3=32(%esp),>z3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-768-movdqa 32(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-770-# qhasm:   z4 = z3[0,0,0,0]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:771:# asm 1: pshufd $0x00,<z3=int6464#1,>z4=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:772:# asm 2: pshufd $0x00,<z3=%xmm0,>z4=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-773-pshufd $0x00,%xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-775-# qhasm:   z14 = z3[2,2,2,2]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:776:# asm 1: pshufd $0xaa,<z3=int6464#1,>z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:777:# asm 2: pshufd $0xaa,<z3=%xmm0,>z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-778-pshufd $0xaa,%xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-780-# qhasm:   z3 = z3[3,3,3,3]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:781:# asm 1: pshufd $0xff,<z3=int6464#1,>z3=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:782:# asm 2: pshufd $0xff,<z3=%xmm0,>z3=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-783-pshufd $0xff,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-785-# qhasm:   orig4 = z4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:786:# asm 1: movdqa <z4=int6464#2,>orig4=stack128#16
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:787:# asm 2: movdqa <z4=%xmm1,>orig4=272(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-788-movdqa %xmm1,272(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-790-# qhasm:   orig14 = z14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:791:# asm 1: movdqa <z14=int6464#3,>orig14=stack128#17
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:792:# asm 2: movdqa <z14=%xmm2,>orig14=288(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-793-movdqa %xmm2,288(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-795-# qhasm:   orig3 = z3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:796:# asm 1: movdqa <z3=int6464#1,>orig3=stack128#18
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:797:# asm 2: movdqa <z3=%xmm0,>orig3=304(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-798-movdqa %xmm0,304(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-803-# qhasm:   in8 = ((uint32 *)&x2)[0]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:804:# asm 1: movl <x2=stack128#4,>in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:805:# asm 2: movl <x2=80(%esp),>in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-806-movl 80(%esp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-808-# qhasm:   in9 = ((uint32 *)&x3)[1]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:809:# asm 1: movl 4+<x3=stack128#1,>in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:810:# asm 2: movl 4+<x3=32(%esp),>in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-811-movl 4+32(%esp),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-813-# qhasm:   ((uint32 *) &orig8)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:814:# asm 1: movl <in8=int32#2,>orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:815:# asm 2: movl <in8=%ecx,>orig8=320(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-816-movl %ecx,320(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-818-# qhasm:   ((uint32 *) &orig9)[0] = in9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:819:# asm 1: movl <in9=int32#3,>orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:820:# asm 2: movl <in9=%edx,>orig9=336(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-821-movl %edx,336(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-823-# qhasm:   carry? in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:824:# asm 1: add  $1,<in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:825:# asm 2: add  $1,<in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-826-add  $1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-828-# qhasm:   in9 += 0 + carry
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:829:# asm 1: adc $0,<in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:830:# asm 2: adc $0,<in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-831-adc $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-833-# qhasm:   ((uint32 *) &orig8)[1] = in8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:834:# asm 1: movl <in8=int32#2,4+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:835:# asm 2: movl <in8=%ecx,4+<orig8=320(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-836-movl %ecx,4+320(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-838-# qhasm:   ((uint32 *) &orig9)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:839:# asm 1: movl <in9=int32#3,4+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:840:# asm 2: movl <in9=%edx,4+<orig9=336(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-841-movl %edx,4+336(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-843-# qhasm:   carry? in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:844:# asm 1: add  $1,<in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:845:# asm 2: add  $1,<in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-846-add  $1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-848-# qhasm:   in9 += 0 + carry
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:849:# asm 1: adc $0,<in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:850:# asm 2: adc $0,<in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-851-adc $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-853-# qhasm:   ((uint32 *) &orig8)[2] = in8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:854:# asm 1: movl <in8=int32#2,8+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:855:# asm 2: movl <in8=%ecx,8+<orig8=320(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-856-movl %ecx,8+320(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-858-# qhasm:   ((uint32 *) &orig9)[2] = in9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:859:# asm 1: movl <in9=int32#3,8+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:860:# asm 2: movl <in9=%edx,8+<orig9=336(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-861-movl %edx,8+336(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-863-# qhasm:   carry? in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:864:# asm 1: add  $1,<in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:865:# asm 2: add  $1,<in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-866-add  $1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-868-# qhasm:   in9 += 0 + carry
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:869:# asm 1: adc $0,<in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:870:# asm 2: adc $0,<in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-871-adc $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-873-# qhasm:   ((uint32 *) &orig8)[3] = in8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:874:# asm 1: movl <in8=int32#2,12+<orig8=stack128#19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:875:# asm 2: movl <in8=%ecx,12+<orig8=320(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-876-movl %ecx,12+320(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-878-# qhasm:   ((uint32 *) &orig9)[3] = in9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:879:# asm 1: movl <in9=int32#3,12+<orig9=stack128#20
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:880:# asm 2: movl <in9=%edx,12+<orig9=336(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-881-movl %edx,12+336(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-883-# qhasm:   carry? in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:884:# asm 1: add  $1,<in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:885:# asm 2: add  $1,<in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-886-add  $1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-888-# qhasm:   in9 += 0 + carry
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:889:# asm 1: adc $0,<in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:890:# asm 2: adc $0,<in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-891-adc $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-893-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:894:# asm 1: movl <in8=int32#2,>x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:895:# asm 2: movl <in8=%ecx,>x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-896-movl %ecx,80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-898-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:899:# asm 1: movl <in9=int32#3,4+<x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:900:# asm 2: movl <in9=%edx,4+<x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-901-movl %edx,4+32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-903-# qhasm:   bytes_stack = bytes
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:904:# asm 1: movl <bytes=int32#1,>bytes_stack=stack32#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:905:# asm 2: movl <bytes=%eax,>bytes_stack=24(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-906-movl %eax,24(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-908-# qhasm: i = 8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:909:# asm 1: mov  $8,>i=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:910:# asm 2: mov  $8,>i=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-911-mov  $8,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-913-# qhasm:   z5 = orig5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:914:# asm 1: movdqa <orig5=stack128#5,>z5=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:915:# asm 2: movdqa <orig5=96(%esp),>z5=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-916-movdqa 96(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-918-# qhasm:   z10 = orig10
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:919:# asm 1: movdqa <orig10=stack128#6,>z10=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:920:# asm 2: movdqa <orig10=112(%esp),>z10=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-921-movdqa 112(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-923-# qhasm:   z15 = orig15
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:924:# asm 1: movdqa <orig15=stack128#7,>z15=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:925:# asm 2: movdqa <orig15=128(%esp),>z15=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-926-movdqa 128(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-928-# qhasm:   z14 = orig14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:929:# asm 1: movdqa <orig14=stack128#17,>z14=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:930:# asm 2: movdqa <orig14=288(%esp),>z14=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-931-movdqa 288(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-933-# qhasm:   z3 = orig3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:934:# asm 1: movdqa <orig3=stack128#18,>z3=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:935:# asm 2: movdqa <orig3=304(%esp),>z3=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-936-movdqa 304(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-938-# qhasm:   z6 = orig6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:939:# asm 1: movdqa <orig6=stack128#9,>z6=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:940:# asm 2: movdqa <orig6=160(%esp),>z6=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-941-movdqa 160(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-943-# qhasm:   z11 = orig11
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:944:# asm 1: movdqa <orig11=stack128#10,>z11=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:945:# asm 2: movdqa <orig11=176(%esp),>z11=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-946-movdqa 176(%esp),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-948-# qhasm:   z1 = orig1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:949:# asm 1: movdqa <orig1=stack128#12,>z1=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:950:# asm 2: movdqa <orig1=208(%esp),>z1=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-951-movdqa 208(%esp),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-953-# qhasm:   z5_stack = z5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:954:# asm 1: movdqa <z5=int6464#1,>z5_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:955:# asm 2: movdqa <z5=%xmm0,>z5_stack=352(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-956-movdqa %xmm0,352(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-958-# qhasm:   z10_stack = z10
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:959:# asm 1: movdqa <z10=int6464#2,>z10_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:960:# asm 2: movdqa <z10=%xmm1,>z10_stack=368(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-961-movdqa %xmm1,368(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-963-# qhasm:   z15_stack = z15
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:964:# asm 1: movdqa <z15=int6464#3,>z15_stack=stack128#23
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:965:# asm 2: movdqa <z15=%xmm2,>z15_stack=384(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-966-movdqa %xmm2,384(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-968-# qhasm:   z14_stack = z14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:969:# asm 1: movdqa <z14=int6464#4,>z14_stack=stack128#24
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:970:# asm 2: movdqa <z14=%xmm3,>z14_stack=400(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-971-movdqa %xmm3,400(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-973-# qhasm:   z3_stack = z3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:974:# asm 1: movdqa <z3=int6464#5,>z3_stack=stack128#25
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:975:# asm 2: movdqa <z3=%xmm4,>z3_stack=416(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-976-movdqa %xmm4,416(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-978-# qhasm:   z6_stack = z6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:979:# asm 1: movdqa <z6=int6464#6,>z6_stack=stack128#26
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:980:# asm 2: movdqa <z6=%xmm5,>z6_stack=432(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-981-movdqa %xmm5,432(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-983-# qhasm:   z11_stack = z11
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:984:# asm 1: movdqa <z11=int6464#7,>z11_stack=stack128#27
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:985:# asm 2: movdqa <z11=%xmm6,>z11_stack=448(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-986-movdqa %xmm6,448(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-988-# qhasm:   z1_stack = z1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:989:# asm 1: movdqa <z1=int6464#8,>z1_stack=stack128#28
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:990:# asm 2: movdqa <z1=%xmm7,>z1_stack=464(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-991-movdqa %xmm7,464(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-993-# qhasm:   z7 = orig7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:994:# asm 1: movdqa <orig7=stack128#13,>z7=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:995:# asm 2: movdqa <orig7=224(%esp),>z7=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-996-movdqa 224(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-998-# qhasm:   z13 = orig13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:999:# asm 1: movdqa <orig13=stack128#14,>z13=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1000:# asm 2: movdqa <orig13=240(%esp),>z13=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1001-movdqa 240(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1003-# qhasm:   z2 = orig2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1004:# asm 1: movdqa <orig2=stack128#15,>z2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1005:# asm 2: movdqa <orig2=256(%esp),>z2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1006-movdqa 256(%esp),%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1008-# qhasm:   z9 = orig9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1009:# asm 1: movdqa <orig9=stack128#20,>z9=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1010:# asm 2: movdqa <orig9=336(%esp),>z9=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1011-movdqa 336(%esp),%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1013-# qhasm:                   p = orig0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1014:# asm 1: movdqa <orig0=stack128#8,>p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1015:# asm 2: movdqa <orig0=144(%esp),>p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1016-movdqa 144(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1018-# qhasm:                   t = orig12
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1019:# asm 1: movdqa <orig12=stack128#11,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1020:# asm 2: movdqa <orig12=192(%esp),>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1021-movdqa 192(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1023-# qhasm:                   q = orig4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1024:# asm 1: movdqa <orig4=stack128#16,>q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1025:# asm 2: movdqa <orig4=272(%esp),>q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1026-movdqa 272(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1028-# qhasm:                   r = orig8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1029:# asm 1: movdqa <orig8=stack128#19,>r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1030:# asm 2: movdqa <orig8=320(%esp),>r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1031-movdqa 320(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1033-# qhasm:   z7_stack = z7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1034:# asm 1: movdqa <z7=int6464#5,>z7_stack=stack128#29
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1035:# asm 2: movdqa <z7=%xmm4,>z7_stack=480(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1036-movdqa %xmm4,480(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1038-# qhasm:   z13_stack = z13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1039:# asm 1: movdqa <z13=int6464#6,>z13_stack=stack128#30
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1040:# asm 2: movdqa <z13=%xmm5,>z13_stack=496(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1041-movdqa %xmm5,496(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1043-# qhasm:   z2_stack = z2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1044:# asm 1: movdqa <z2=int6464#7,>z2_stack=stack128#31
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1045:# asm 2: movdqa <z2=%xmm6,>z2_stack=512(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1046-movdqa %xmm6,512(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1048-# qhasm:   z9_stack = z9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1049:# asm 1: movdqa <z9=int6464#8,>z9_stack=stack128#32
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1050:# asm 2: movdqa <z9=%xmm7,>z9_stack=528(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1051-movdqa %xmm7,528(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1053-# qhasm:   z0_stack = p
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1054:# asm 1: movdqa <p=int6464#1,>z0_stack=stack128#33
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1055:# asm 2: movdqa <p=%xmm0,>z0_stack=544(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1056-movdqa %xmm0,544(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1058-# qhasm:   z12_stack = t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1059:# asm 1: movdqa <t=int6464#3,>z12_stack=stack128#34
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1060:# asm 2: movdqa <t=%xmm2,>z12_stack=560(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1061-movdqa %xmm2,560(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1063-# qhasm:   z4_stack = q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1064:# asm 1: movdqa <q=int6464#4,>z4_stack=stack128#35
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1065:# asm 2: movdqa <q=%xmm3,>z4_stack=576(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1066-movdqa %xmm3,576(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1068-# qhasm:   z8_stack = r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1069:# asm 1: movdqa <r=int6464#2,>z8_stack=stack128#36
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1070:# asm 2: movdqa <r=%xmm1,>z8_stack=592(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1071-movdqa %xmm1,592(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1084-# qhasm:                   s = t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1085:# asm 1: movdqa <t=int6464#3,>s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1086:# asm 2: movdqa <t=%xmm2,>s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1087-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1089-# qhasm: uint32323232      t += p
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1090:# asm 1: paddd <p=int6464#1,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1091:# asm 2: paddd <p=%xmm0,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1092-paddd %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1094-# qhasm:                   u = t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1095:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1096:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1097-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1099-# qhasm: uint32323232      t >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1100:# asm 1: psrld $25,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1101:# asm 2: psrld $25,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1102-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1104-# qhasm:                   q ^= t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1105:# asm 1: pxor  <t=int6464#3,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1106:# asm 2: pxor  <t=%xmm2,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1107-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1109-# qhasm: uint32323232      u <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1110:# asm 1: pslld $7,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1111:# asm 2: pslld $7,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1112-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1114-# qhasm:                   q ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1115:# asm 1: pxor  <u=int6464#5,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1116:# asm 2: pxor  <u=%xmm4,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1117-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1119-# qhasm:                   z4_stack = q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1120:# asm 1: movdqa <q=int6464#4,>z4_stack=stack128#33
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1121:# asm 2: movdqa <q=%xmm3,>z4_stack=544(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1122-movdqa %xmm3,544(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1124-# qhasm:                   t = p
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1125:# asm 1: movdqa <p=int6464#1,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1126:# asm 2: movdqa <p=%xmm0,>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1127-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1129-# qhasm: uint32323232      t += q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1130:# asm 1: paddd <q=int6464#4,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1131:# asm 2: paddd <q=%xmm3,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1132-paddd %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1134-# qhasm:                   u = t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1135:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1136:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1137-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1139-# qhasm: uint32323232      t >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1140:# asm 1: psrld $23,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1141:# asm 2: psrld $23,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1142-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1144-# qhasm:                   r ^= t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1145:# asm 1: pxor  <t=int6464#3,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1146:# asm 2: pxor  <t=%xmm2,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1147-pxor  %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1149-# qhasm: uint32323232      u <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1150:# asm 1: pslld $9,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1151:# asm 2: pslld $9,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1152-pslld $9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1154-# qhasm:                   r ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1155:# asm 1: pxor  <u=int6464#5,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1156:# asm 2: pxor  <u=%xmm4,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1157-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1159-# qhasm:                   z8_stack = r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1160:# asm 1: movdqa <r=int6464#2,>z8_stack=stack128#34
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1161:# asm 2: movdqa <r=%xmm1,>z8_stack=560(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1162-movdqa %xmm1,560(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1164-# qhasm: uint32323232      q += r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1165:# asm 1: paddd <r=int6464#2,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1166:# asm 2: paddd <r=%xmm1,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1167-paddd %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1169-# qhasm:                   u = q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1170:# asm 1: movdqa <q=int6464#4,>u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1171:# asm 2: movdqa <q=%xmm3,>u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1172-movdqa %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1174-# qhasm: uint32323232      q >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1175:# asm 1: psrld $19,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1176:# asm 2: psrld $19,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1177-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1179-# qhasm:                   s ^= q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1180:# asm 1: pxor  <q=int6464#4,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1181:# asm 2: pxor  <q=%xmm3,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1182-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1184-# qhasm: uint32323232      u <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1185:# asm 1: pslld $13,<u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1186:# asm 2: pslld $13,<u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1187-pslld $13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1189-# qhasm:                   s ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1190:# asm 1: pxor  <u=int6464#3,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1191:# asm 2: pxor  <u=%xmm2,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1192-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1194-# qhasm:                                   mt = z1_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1195:# asm 1: movdqa <z1_stack=stack128#28,>mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1196:# asm 2: movdqa <z1_stack=464(%esp),>mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1197-movdqa 464(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1199-# qhasm:                                   mp = z5_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1200:# asm 1: movdqa <z5_stack=stack128#21,>mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1201:# asm 2: movdqa <z5_stack=352(%esp),>mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1202-movdqa 352(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1204-# qhasm:                                   mq = z9_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1205:# asm 1: movdqa <z9_stack=stack128#32,>mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1206:# asm 2: movdqa <z9_stack=528(%esp),>mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1207-movdqa 528(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1209-# qhasm:                                   mr = z13_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1210:# asm 1: movdqa <z13_stack=stack128#30,>mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1211:# asm 2: movdqa <z13_stack=496(%esp),>mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1212-movdqa 496(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1214-# qhasm:                   z12_stack = s
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1215:# asm 1: movdqa <s=int6464#7,>z12_stack=stack128#30
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1216:# asm 2: movdqa <s=%xmm6,>z12_stack=496(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1217-movdqa %xmm6,496(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1219-# qhasm: uint32323232      r += s
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1220:# asm 1: paddd <s=int6464#7,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1221:# asm 2: paddd <s=%xmm6,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1222-paddd %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1224-# qhasm:                   u = r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1225:# asm 1: movdqa <r=int6464#2,>u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1226:# asm 2: movdqa <r=%xmm1,>u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1227-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1229-# qhasm: uint32323232      r >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1230:# asm 1: psrld $14,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1231:# asm 2: psrld $14,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1232-psrld $14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1234-# qhasm:                   p ^= r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1235:# asm 1: pxor  <r=int6464#2,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1236:# asm 2: pxor  <r=%xmm1,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1237-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1239-# qhasm: uint32323232      u <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1240:# asm 1: pslld $18,<u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1241:# asm 2: pslld $18,<u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1242-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1244-# qhasm:                   p ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1245:# asm 1: pxor  <u=int6464#7,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1246:# asm 2: pxor  <u=%xmm6,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1247-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1249-# qhasm:                   z0_stack = p
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1250:# asm 1: movdqa <p=int6464#1,>z0_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1251:# asm 2: movdqa <p=%xmm0,>z0_stack=352(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1252-movdqa %xmm0,352(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1262-# qhasm:                                   ms = mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1263:# asm 1: movdqa <mt=int6464#3,>ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1264:# asm 2: movdqa <mt=%xmm2,>ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1265-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1267-# qhasm: uint32323232                      mt += mp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1268:# asm 1: paddd <mp=int6464#5,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1269:# asm 2: paddd <mp=%xmm4,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1270-paddd %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1272-# qhasm:                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1273:# asm 1: movdqa <mt=int6464#3,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1274:# asm 2: movdqa <mt=%xmm2,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1275-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1277-# qhasm: uint32323232                      mt >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1278:# asm 1: psrld $25,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1279:# asm 2: psrld $25,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1280-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1282-# qhasm:                                   mq ^= mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1283:# asm 1: pxor  <mt=int6464#3,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1284:# asm 2: pxor  <mt=%xmm2,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1285-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1287-# qhasm: uint32323232                      mu <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1288:# asm 1: pslld $7,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1289:# asm 2: pslld $7,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1290-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1292-# qhasm:                                   mq ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1293:# asm 1: pxor  <mu=int6464#1,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1294:# asm 2: pxor  <mu=%xmm0,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1295-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1297-# qhasm:                                   z9_stack = mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1298:# asm 1: movdqa <mq=int6464#4,>z9_stack=stack128#32
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1299:# asm 2: movdqa <mq=%xmm3,>z9_stack=528(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1300-movdqa %xmm3,528(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1302-# qhasm:                                   mt = mp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1303:# asm 1: movdqa <mp=int6464#5,>mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1304:# asm 2: movdqa <mp=%xmm4,>mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1305-movdqa %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1307-# qhasm: uint32323232                      mt += mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1308:# asm 1: paddd <mq=int6464#4,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1309:# asm 2: paddd <mq=%xmm3,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1310-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1312-# qhasm:                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1313:# asm 1: movdqa <mt=int6464#1,>mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1314:# asm 2: movdqa <mt=%xmm0,>mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1315-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1317-# qhasm: uint32323232                      mt >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1318:# asm 1: psrld $23,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1319:# asm 2: psrld $23,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1320-psrld $23,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1322-# qhasm:                                   mr ^= mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1323:# asm 1: pxor  <mt=int6464#1,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1324:# asm 2: pxor  <mt=%xmm0,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1325-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1327-# qhasm: uint32323232                      mu <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1328:# asm 1: pslld $9,<mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1329:# asm 2: pslld $9,<mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1330-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1332-# qhasm:                                   mr ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1333:# asm 1: pxor  <mu=int6464#2,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1334:# asm 2: pxor  <mu=%xmm1,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1335-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1337-# qhasm:                                   z13_stack = mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1338:# asm 1: movdqa <mr=int6464#6,>z13_stack=stack128#35
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1339:# asm 2: movdqa <mr=%xmm5,>z13_stack=576(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1340-movdqa %xmm5,576(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1342-# qhasm: uint32323232                      mq += mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1343:# asm 1: paddd <mr=int6464#6,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1344:# asm 2: paddd <mr=%xmm5,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1345-paddd %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1347-# qhasm:                                   mu = mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1348:# asm 1: movdqa <mq=int6464#4,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1349:# asm 2: movdqa <mq=%xmm3,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1350-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1352-# qhasm: uint32323232                      mq >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1353:# asm 1: psrld $19,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1354:# asm 2: psrld $19,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1355-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1357-# qhasm:                                   ms ^= mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1358:# asm 1: pxor  <mq=int6464#4,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1359:# asm 2: pxor  <mq=%xmm3,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1360-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1362-# qhasm: uint32323232                      mu <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1363:# asm 1: pslld $13,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1364:# asm 2: pslld $13,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1365-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1367-# qhasm:                                   ms ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1368:# asm 1: pxor  <mu=int6464#1,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1369:# asm 2: pxor  <mu=%xmm0,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1370-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1372-# qhasm:                                                   t = z6_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1373:# asm 1: movdqa <z6_stack=stack128#26,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1374:# asm 2: movdqa <z6_stack=432(%esp),>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1375-movdqa 432(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1377-# qhasm:                                                   p = z10_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1378:# asm 1: movdqa <z10_stack=stack128#22,>p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1379:# asm 2: movdqa <z10_stack=368(%esp),>p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1380-movdqa 368(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1382-# qhasm:                                                   q = z14_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1383:# asm 1: movdqa <z14_stack=stack128#24,>q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1384:# asm 2: movdqa <z14_stack=400(%esp),>q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1385-movdqa 400(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1387-# qhasm:                                                   r = z2_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1388:# asm 1: movdqa <z2_stack=stack128#31,>r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1389:# asm 2: movdqa <z2_stack=512(%esp),>r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1390-movdqa 512(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1392-# qhasm:                                   z1_stack = ms
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1393:# asm 1: movdqa <ms=int6464#7,>z1_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1394:# asm 2: movdqa <ms=%xmm6,>z1_stack=368(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1395-movdqa %xmm6,368(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1397-# qhasm: uint32323232                      mr += ms
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1398:# asm 1: paddd <ms=int6464#7,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1399:# asm 2: paddd <ms=%xmm6,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1400-paddd %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1402-# qhasm:                                   mu = mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1403:# asm 1: movdqa <mr=int6464#6,>mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1404:# asm 2: movdqa <mr=%xmm5,>mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1405-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1407-# qhasm: uint32323232                      mr >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1408:# asm 1: psrld $14,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1409:# asm 2: psrld $14,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1410-psrld $14,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1412-# qhasm:                                   mp ^= mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1413:# asm 1: pxor  <mr=int6464#6,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1414:# asm 2: pxor  <mr=%xmm5,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1415-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1417-# qhasm: uint32323232                      mu <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1418:# asm 1: pslld $18,<mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1419:# asm 2: pslld $18,<mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1420-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1422-# qhasm:                                   mp ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1423:# asm 1: pxor  <mu=int6464#7,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1424:# asm 2: pxor  <mu=%xmm6,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1425-pxor  %xmm6,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1427-# qhasm:                                   z5_stack = mp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1428:# asm 1: movdqa <mp=int6464#5,>z5_stack=stack128#24
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1429:# asm 2: movdqa <mp=%xmm4,>z5_stack=400(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1430-movdqa %xmm4,400(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1440-# qhasm:                                                   s = t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1441:# asm 1: movdqa <t=int6464#3,>s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1442:# asm 2: movdqa <t=%xmm2,>s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1443-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1445-# qhasm: uint32323232                                      t += p
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1446:# asm 1: paddd <p=int6464#1,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1447:# asm 2: paddd <p=%xmm0,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1448-paddd %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1450-# qhasm:                                                   u = t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1451:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1452:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1453-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1455-# qhasm: uint32323232                                      t >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1456:# asm 1: psrld $25,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1457:# asm 2: psrld $25,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1458-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1460-# qhasm:                                                   q ^= t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1461:# asm 1: pxor  <t=int6464#3,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1462:# asm 2: pxor  <t=%xmm2,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1463-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1465-# qhasm: uint32323232                                      u <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1466:# asm 1: pslld $7,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1467:# asm 2: pslld $7,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1468-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1470-# qhasm:                                                   q ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1471:# asm 1: pxor  <u=int6464#5,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1472:# asm 2: pxor  <u=%xmm4,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1473-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1475-# qhasm:                                                   z14_stack = q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1476:# asm 1: movdqa <q=int6464#4,>z14_stack=stack128#36
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1477:# asm 2: movdqa <q=%xmm3,>z14_stack=592(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1478-movdqa %xmm3,592(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1480-# qhasm:                                                   t = p
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1481:# asm 1: movdqa <p=int6464#1,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1482:# asm 2: movdqa <p=%xmm0,>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1483-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1485-# qhasm: uint32323232                                      t += q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1486:# asm 1: paddd <q=int6464#4,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1487:# asm 2: paddd <q=%xmm3,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1488-paddd %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1490-# qhasm:                                                   u = t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1491:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1492:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1493-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1495-# qhasm: uint32323232                                      t >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1496:# asm 1: psrld $23,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1497:# asm 2: psrld $23,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1498-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1500-# qhasm:                                                   r ^= t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1501:# asm 1: pxor  <t=int6464#3,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1502:# asm 2: pxor  <t=%xmm2,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1503-pxor  %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1505-# qhasm: uint32323232                                      u <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1506:# asm 1: pslld $9,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1507:# asm 2: pslld $9,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1508-pslld $9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1510-# qhasm:                                                   r ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1511:# asm 1: pxor  <u=int6464#5,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1512:# asm 2: pxor  <u=%xmm4,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1513-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1515-# qhasm:                                                   z2_stack = r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1516:# asm 1: movdqa <r=int6464#2,>z2_stack=stack128#26
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1517:# asm 2: movdqa <r=%xmm1,>z2_stack=432(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1518-movdqa %xmm1,432(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1520-# qhasm: uint32323232                                      q += r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1521:# asm 1: paddd <r=int6464#2,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1522:# asm 2: paddd <r=%xmm1,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1523-paddd %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1525-# qhasm:                                                   u = q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1526:# asm 1: movdqa <q=int6464#4,>u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1527:# asm 2: movdqa <q=%xmm3,>u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1528-movdqa %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1530-# qhasm: uint32323232                                      q >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1531:# asm 1: psrld $19,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1532:# asm 2: psrld $19,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1533-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1535-# qhasm:                                                   s ^= q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1536:# asm 1: pxor  <q=int6464#4,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1537:# asm 2: pxor  <q=%xmm3,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1538-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1540-# qhasm: uint32323232                                      u <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1541:# asm 1: pslld $13,<u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1542:# asm 2: pslld $13,<u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1543-pslld $13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1545-# qhasm:                                                   s ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1546:# asm 1: pxor  <u=int6464#3,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1547:# asm 2: pxor  <u=%xmm2,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1548-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1550-# qhasm:                                                                   mt = z11_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1551:# asm 1: movdqa <z11_stack=stack128#27,>mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1552:# asm 2: movdqa <z11_stack=448(%esp),>mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1553-movdqa 448(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1555-# qhasm:                                                                   mp = z15_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1556:# asm 1: movdqa <z15_stack=stack128#23,>mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1557:# asm 2: movdqa <z15_stack=384(%esp),>mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1558-movdqa 384(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1560-# qhasm:                                                                   mq = z3_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1561:# asm 1: movdqa <z3_stack=stack128#25,>mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1562:# asm 2: movdqa <z3_stack=416(%esp),>mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1563-movdqa 416(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1565-# qhasm:                                                                   mr = z7_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1566:# asm 1: movdqa <z7_stack=stack128#29,>mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1567:# asm 2: movdqa <z7_stack=480(%esp),>mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1568-movdqa 480(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1570-# qhasm:                                                   z6_stack = s
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1571:# asm 1: movdqa <s=int6464#7,>z6_stack=stack128#23
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1572:# asm 2: movdqa <s=%xmm6,>z6_stack=384(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1573-movdqa %xmm6,384(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1575-# qhasm: uint32323232                                      r += s
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1576:# asm 1: paddd <s=int6464#7,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1577:# asm 2: paddd <s=%xmm6,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1578-paddd %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1580-# qhasm:                                                   u = r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1581:# asm 1: movdqa <r=int6464#2,>u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1582:# asm 2: movdqa <r=%xmm1,>u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1583-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1585-# qhasm: uint32323232                                      r >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1586:# asm 1: psrld $14,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1587:# asm 2: psrld $14,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1588-psrld $14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1590-# qhasm:                                                   p ^= r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1591:# asm 1: pxor  <r=int6464#2,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1592:# asm 2: pxor  <r=%xmm1,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1593-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1595-# qhasm: uint32323232                                      u <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1596:# asm 1: pslld $18,<u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1597:# asm 2: pslld $18,<u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1598-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1600-# qhasm:                                                   p ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1601:# asm 1: pxor  <u=int6464#7,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1602:# asm 2: pxor  <u=%xmm6,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1603-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1605-# qhasm:                                                   z10_stack = p
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1606:# asm 1: movdqa <p=int6464#1,>z10_stack=stack128#27
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1607:# asm 2: movdqa <p=%xmm0,>z10_stack=448(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1608-movdqa %xmm0,448(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1618-# qhasm:                                                                   ms = mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1619:# asm 1: movdqa <mt=int6464#3,>ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1620:# asm 2: movdqa <mt=%xmm2,>ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1621-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1623-# qhasm: uint32323232                                                      mt += mp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1624:# asm 1: paddd <mp=int6464#5,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1625:# asm 2: paddd <mp=%xmm4,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1626-paddd %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1628-# qhasm:                                                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1629:# asm 1: movdqa <mt=int6464#3,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1630:# asm 2: movdqa <mt=%xmm2,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1631-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1633-# qhasm: uint32323232                                                      mt >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1634:# asm 1: psrld $25,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1635:# asm 2: psrld $25,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1636-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1638-# qhasm:                                                                   mq ^= mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1639:# asm 1: pxor  <mt=int6464#3,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1640:# asm 2: pxor  <mt=%xmm2,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1641-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1643-# qhasm: uint32323232                                                      mu <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1644:# asm 1: pslld $7,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1645:# asm 2: pslld $7,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1646-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1648-# qhasm:                                                                   mq ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1649:# asm 1: pxor  <mu=int6464#1,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1650:# asm 2: pxor  <mu=%xmm0,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1651-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1653-# qhasm:                                                                   z3_stack = mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1654:# asm 1: movdqa <mq=int6464#4,>z3_stack=stack128#25
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1655:# asm 2: movdqa <mq=%xmm3,>z3_stack=416(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1656-movdqa %xmm3,416(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1658-# qhasm:                                                                   mt = mp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1659:# asm 1: movdqa <mp=int6464#5,>mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1660:# asm 2: movdqa <mp=%xmm4,>mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1661-movdqa %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1663-# qhasm: uint32323232                                                      mt += mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1664:# asm 1: paddd <mq=int6464#4,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1665:# asm 2: paddd <mq=%xmm3,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1666-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1668-# qhasm:                                                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1669:# asm 1: movdqa <mt=int6464#1,>mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1670:# asm 2: movdqa <mt=%xmm0,>mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1671-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1673-# qhasm: uint32323232                                                      mt >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1674:# asm 1: psrld $23,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1675:# asm 2: psrld $23,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1676-psrld $23,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1678-# qhasm:                                                                   mr ^= mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1679:# asm 1: pxor  <mt=int6464#1,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1680:# asm 2: pxor  <mt=%xmm0,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1681-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1683-# qhasm: uint32323232                                                      mu <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1684:# asm 1: pslld $9,<mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1685:# asm 2: pslld $9,<mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1686-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1688-# qhasm:                                                                   mr ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1689:# asm 1: pxor  <mu=int6464#2,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1690:# asm 2: pxor  <mu=%xmm1,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1691-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1693-# qhasm:                                                                   z7_stack = mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1694:# asm 1: movdqa <mr=int6464#6,>z7_stack=stack128#29
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1695:# asm 2: movdqa <mr=%xmm5,>z7_stack=480(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1696-movdqa %xmm5,480(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1698-# qhasm: uint32323232                                                      mq += mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1699:# asm 1: paddd <mr=int6464#6,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1700:# asm 2: paddd <mr=%xmm5,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1701-paddd %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1703-# qhasm:                                                                   mu = mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1704:# asm 1: movdqa <mq=int6464#4,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1705:# asm 2: movdqa <mq=%xmm3,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1706-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1708-# qhasm: uint32323232                                                      mq >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1709:# asm 1: psrld $19,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1710:# asm 2: psrld $19,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1711-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1713-# qhasm:                                                                   ms ^= mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1714:# asm 1: pxor  <mq=int6464#4,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1715:# asm 2: pxor  <mq=%xmm3,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1716-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1718-# qhasm: uint32323232                                                      mu <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1719:# asm 1: pslld $13,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1720:# asm 2: pslld $13,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1721-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1723-# qhasm:                                                                   ms ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1724:# asm 1: pxor  <mu=int6464#1,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1725:# asm 2: pxor  <mu=%xmm0,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1726-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1728-# qhasm:                   t = z3_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1729:# asm 1: movdqa <z3_stack=stack128#25,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1730:# asm 2: movdqa <z3_stack=416(%esp),>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1731-movdqa 416(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1733-# qhasm:                   p = z0_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1734:# asm 1: movdqa <z0_stack=stack128#21,>p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1735:# asm 2: movdqa <z0_stack=352(%esp),>p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1736-movdqa 352(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1738-# qhasm:                   q = z1_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1739:# asm 1: movdqa <z1_stack=stack128#22,>q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1740:# asm 2: movdqa <z1_stack=368(%esp),>q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1741-movdqa 368(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1743-# qhasm:                   r = z2_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1744:# asm 1: movdqa <z2_stack=stack128#26,>r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1745:# asm 2: movdqa <z2_stack=432(%esp),>r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1746-movdqa 432(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1748-# qhasm:                                                                   z11_stack = ms
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1749:# asm 1: movdqa <ms=int6464#7,>z11_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1750:# asm 2: movdqa <ms=%xmm6,>z11_stack=352(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1751-movdqa %xmm6,352(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1753-# qhasm: uint32323232                                                      mr += ms
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1754:# asm 1: paddd <ms=int6464#7,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1755:# asm 2: paddd <ms=%xmm6,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1756-paddd %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1758-# qhasm:                                                                   mu = mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1759:# asm 1: movdqa <mr=int6464#6,>mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1760:# asm 2: movdqa <mr=%xmm5,>mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1761-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1763-# qhasm: uint32323232                                                      mr >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1764:# asm 1: psrld $14,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1765:# asm 2: psrld $14,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1766-psrld $14,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1768-# qhasm:                                                                   mp ^= mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1769:# asm 1: pxor  <mr=int6464#6,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1770:# asm 2: pxor  <mr=%xmm5,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1771-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1773-# qhasm: uint32323232                                                      mu <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1774:# asm 1: pslld $18,<mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1775:# asm 2: pslld $18,<mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1776-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1778-# qhasm:                                                                   mp ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1779:# asm 1: pxor  <mu=int6464#7,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1780:# asm 2: pxor  <mu=%xmm6,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1781-pxor  %xmm6,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1783-# qhasm:                                                                   z15_stack = mp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1784:# asm 1: movdqa <mp=int6464#5,>z15_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1785:# asm 2: movdqa <mp=%xmm4,>z15_stack=368(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1786-movdqa %xmm4,368(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1796-# qhasm:                   s = t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1797:# asm 1: movdqa <t=int6464#3,>s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1798:# asm 2: movdqa <t=%xmm2,>s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1799-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1801-# qhasm: uint32323232      t += p
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1802:# asm 1: paddd <p=int6464#1,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1803:# asm 2: paddd <p=%xmm0,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1804-paddd %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1806-# qhasm:                   u = t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1807:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1808:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1809-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1811-# qhasm: uint32323232      t >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1812:# asm 1: psrld $25,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1813:# asm 2: psrld $25,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1814-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1816-# qhasm:                   q ^= t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1817:# asm 1: pxor  <t=int6464#3,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1818:# asm 2: pxor  <t=%xmm2,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1819-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1821-# qhasm: uint32323232      u <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1822:# asm 1: pslld $7,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1823:# asm 2: pslld $7,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1824-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1826-# qhasm:                   q ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1827:# asm 1: pxor  <u=int6464#5,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1828:# asm 2: pxor  <u=%xmm4,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1829-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1831-# qhasm:                   z1_stack = q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1832:# asm 1: movdqa <q=int6464#4,>z1_stack=stack128#28
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1833:# asm 2: movdqa <q=%xmm3,>z1_stack=464(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1834-movdqa %xmm3,464(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1836-# qhasm:                   t = p
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1837:# asm 1: movdqa <p=int6464#1,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1838:# asm 2: movdqa <p=%xmm0,>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1839-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1841-# qhasm: uint32323232      t += q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1842:# asm 1: paddd <q=int6464#4,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1843:# asm 2: paddd <q=%xmm3,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1844-paddd %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1846-# qhasm:                   u = t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1847:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1848:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1849-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1851-# qhasm: uint32323232      t >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1852:# asm 1: psrld $23,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1853:# asm 2: psrld $23,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1854-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1856-# qhasm:                   r ^= t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1857:# asm 1: pxor  <t=int6464#3,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1858:# asm 2: pxor  <t=%xmm2,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1859-pxor  %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1861-# qhasm: uint32323232      u <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1862:# asm 1: pslld $9,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1863:# asm 2: pslld $9,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1864-pslld $9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1866-# qhasm:                   r ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1867:# asm 1: pxor  <u=int6464#5,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1868:# asm 2: pxor  <u=%xmm4,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1869-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1871-# qhasm:                   z2_stack = r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1872:# asm 1: movdqa <r=int6464#2,>z2_stack=stack128#31
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1873:# asm 2: movdqa <r=%xmm1,>z2_stack=512(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1874-movdqa %xmm1,512(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1876-# qhasm: uint32323232      q += r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1877:# asm 1: paddd <r=int6464#2,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1878:# asm 2: paddd <r=%xmm1,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1879-paddd %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1881-# qhasm:                   u = q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1882:# asm 1: movdqa <q=int6464#4,>u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1883:# asm 2: movdqa <q=%xmm3,>u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1884-movdqa %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1886-# qhasm: uint32323232      q >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1887:# asm 1: psrld $19,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1888:# asm 2: psrld $19,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1889-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1891-# qhasm:                   s ^= q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1892:# asm 1: pxor  <q=int6464#4,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1893:# asm 2: pxor  <q=%xmm3,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1894-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1896-# qhasm: uint32323232      u <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1897:# asm 1: pslld $13,<u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1898:# asm 2: pslld $13,<u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1899-pslld $13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1901-# qhasm:                   s ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1902:# asm 1: pxor  <u=int6464#3,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1903:# asm 2: pxor  <u=%xmm2,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1904-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1906-# qhasm:                                   mt = z4_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1907:# asm 1: movdqa <z4_stack=stack128#33,>mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1908:# asm 2: movdqa <z4_stack=544(%esp),>mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1909-movdqa 544(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1911-# qhasm:                                   mp = z5_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1912:# asm 1: movdqa <z5_stack=stack128#24,>mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1913:# asm 2: movdqa <z5_stack=400(%esp),>mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1914-movdqa 400(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1916-# qhasm:                                   mq = z6_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1917:# asm 1: movdqa <z6_stack=stack128#23,>mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1918:# asm 2: movdqa <z6_stack=384(%esp),>mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1919-movdqa 384(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1921-# qhasm:                                   mr = z7_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1922:# asm 1: movdqa <z7_stack=stack128#29,>mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1923:# asm 2: movdqa <z7_stack=480(%esp),>mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1924-movdqa 480(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1926-# qhasm:                   z3_stack = s
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1927:# asm 1: movdqa <s=int6464#7,>z3_stack=stack128#25
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1928:# asm 2: movdqa <s=%xmm6,>z3_stack=416(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1929-movdqa %xmm6,416(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1931-# qhasm: uint32323232      r += s
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1932:# asm 1: paddd <s=int6464#7,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1933:# asm 2: paddd <s=%xmm6,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1934-paddd %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1936-# qhasm:                   u = r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1937:# asm 1: movdqa <r=int6464#2,>u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1938:# asm 2: movdqa <r=%xmm1,>u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1939-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1941-# qhasm: uint32323232      r >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1942:# asm 1: psrld $14,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1943:# asm 2: psrld $14,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1944-psrld $14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1946-# qhasm:                   p ^= r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1947:# asm 1: pxor  <r=int6464#2,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1948:# asm 2: pxor  <r=%xmm1,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1949-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1951-# qhasm: uint32323232      u <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1952:# asm 1: pslld $18,<u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1953:# asm 2: pslld $18,<u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1954-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1956-# qhasm:                   p ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1957:# asm 1: pxor  <u=int6464#7,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1958:# asm 2: pxor  <u=%xmm6,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1959-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1961-# qhasm:                   z0_stack = p
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1962:# asm 1: movdqa <p=int6464#1,>z0_stack=stack128#33
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1963:# asm 2: movdqa <p=%xmm0,>z0_stack=544(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1964-movdqa %xmm0,544(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1974-# qhasm:                                   ms = mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1975:# asm 1: movdqa <mt=int6464#3,>ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1976:# asm 2: movdqa <mt=%xmm2,>ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1977-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1979-# qhasm: uint32323232                      mt += mp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1980:# asm 1: paddd <mp=int6464#5,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1981:# asm 2: paddd <mp=%xmm4,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1982-paddd %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1984-# qhasm:                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1985:# asm 1: movdqa <mt=int6464#3,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1986:# asm 2: movdqa <mt=%xmm2,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1987-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1989-# qhasm: uint32323232                      mt >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1990:# asm 1: psrld $25,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1991:# asm 2: psrld $25,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1992-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1994-# qhasm:                                   mq ^= mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1995:# asm 1: pxor  <mt=int6464#3,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:1996:# asm 2: pxor  <mt=%xmm2,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1997-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-1999-# qhasm: uint32323232                      mu <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2000:# asm 1: pslld $7,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2001:# asm 2: pslld $7,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2002-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2004-# qhasm:                                   mq ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2005:# asm 1: pxor  <mu=int6464#1,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2006:# asm 2: pxor  <mu=%xmm0,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2007-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2009-# qhasm:                                   z6_stack = mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2010:# asm 1: movdqa <mq=int6464#4,>z6_stack=stack128#26
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2011:# asm 2: movdqa <mq=%xmm3,>z6_stack=432(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2012-movdqa %xmm3,432(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2014-# qhasm:                                   mt = mp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2015:# asm 1: movdqa <mp=int6464#5,>mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2016:# asm 2: movdqa <mp=%xmm4,>mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2017-movdqa %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2019-# qhasm: uint32323232                      mt += mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2020:# asm 1: paddd <mq=int6464#4,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2021:# asm 2: paddd <mq=%xmm3,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2022-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2024-# qhasm:                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2025:# asm 1: movdqa <mt=int6464#1,>mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2026:# asm 2: movdqa <mt=%xmm0,>mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2027-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2029-# qhasm: uint32323232                      mt >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2030:# asm 1: psrld $23,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2031:# asm 2: psrld $23,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2032-psrld $23,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2034-# qhasm:                                   mr ^= mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2035:# asm 1: pxor  <mt=int6464#1,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2036:# asm 2: pxor  <mt=%xmm0,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2037-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2039-# qhasm: uint32323232                      mu <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2040:# asm 1: pslld $9,<mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2041:# asm 2: pslld $9,<mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2042-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2044-# qhasm:                                   mr ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2045:# asm 1: pxor  <mu=int6464#2,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2046:# asm 2: pxor  <mu=%xmm1,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2047-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2049-# qhasm:                                   z7_stack = mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2050:# asm 1: movdqa <mr=int6464#6,>z7_stack=stack128#29
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2051:# asm 2: movdqa <mr=%xmm5,>z7_stack=480(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2052-movdqa %xmm5,480(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2054-# qhasm: uint32323232                      mq += mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2055:# asm 1: paddd <mr=int6464#6,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2056:# asm 2: paddd <mr=%xmm5,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2057-paddd %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2059-# qhasm:                                   mu = mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2060:# asm 1: movdqa <mq=int6464#4,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2061:# asm 2: movdqa <mq=%xmm3,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2062-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2064-# qhasm: uint32323232                      mq >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2065:# asm 1: psrld $19,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2066:# asm 2: psrld $19,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2067-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2069-# qhasm:                                   ms ^= mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2070:# asm 1: pxor  <mq=int6464#4,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2071:# asm 2: pxor  <mq=%xmm3,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2072-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2074-# qhasm: uint32323232                      mu <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2075:# asm 1: pslld $13,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2076:# asm 2: pslld $13,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2077-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2079-# qhasm:                                   ms ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2080:# asm 1: pxor  <mu=int6464#1,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2081:# asm 2: pxor  <mu=%xmm0,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2082-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2084-# qhasm:                                                   t = z9_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2085:# asm 1: movdqa <z9_stack=stack128#32,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2086:# asm 2: movdqa <z9_stack=528(%esp),>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2087-movdqa 528(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2089-# qhasm:                                                   p = z10_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2090:# asm 1: movdqa <z10_stack=stack128#27,>p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2091:# asm 2: movdqa <z10_stack=448(%esp),>p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2092-movdqa 448(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2094-# qhasm:                                                   q = z11_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2095:# asm 1: movdqa <z11_stack=stack128#21,>q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2096:# asm 2: movdqa <z11_stack=352(%esp),>q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2097-movdqa 352(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2099-# qhasm:                                                   r = z8_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2100:# asm 1: movdqa <z8_stack=stack128#34,>r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2101:# asm 2: movdqa <z8_stack=560(%esp),>r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2102-movdqa 560(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2104-# qhasm:                                   z4_stack = ms
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2105:# asm 1: movdqa <ms=int6464#7,>z4_stack=stack128#34
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2106:# asm 2: movdqa <ms=%xmm6,>z4_stack=560(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2107-movdqa %xmm6,560(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2109-# qhasm: uint32323232                      mr += ms
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2110:# asm 1: paddd <ms=int6464#7,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2111:# asm 2: paddd <ms=%xmm6,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2112-paddd %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2114-# qhasm:                                   mu = mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2115:# asm 1: movdqa <mr=int6464#6,>mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2116:# asm 2: movdqa <mr=%xmm5,>mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2117-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2119-# qhasm: uint32323232                      mr >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2120:# asm 1: psrld $14,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2121:# asm 2: psrld $14,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2122-psrld $14,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2124-# qhasm:                                   mp ^= mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2125:# asm 1: pxor  <mr=int6464#6,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2126:# asm 2: pxor  <mr=%xmm5,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2127-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2129-# qhasm: uint32323232                      mu <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2130:# asm 1: pslld $18,<mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2131:# asm 2: pslld $18,<mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2132-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2134-# qhasm:                                   mp ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2135:# asm 1: pxor  <mu=int6464#7,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2136:# asm 2: pxor  <mu=%xmm6,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2137-pxor  %xmm6,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2139-# qhasm:                                   z5_stack = mp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2140:# asm 1: movdqa <mp=int6464#5,>z5_stack=stack128#21
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2141:# asm 2: movdqa <mp=%xmm4,>z5_stack=352(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2142-movdqa %xmm4,352(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2152-# qhasm:                                                   s = t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2153:# asm 1: movdqa <t=int6464#3,>s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2154:# asm 2: movdqa <t=%xmm2,>s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2155-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2157-# qhasm: uint32323232                                      t += p
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2158:# asm 1: paddd <p=int6464#1,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2159:# asm 2: paddd <p=%xmm0,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2160-paddd %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2162-# qhasm:                                                   u = t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2163:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2164:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2165-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2167-# qhasm: uint32323232                                      t >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2168:# asm 1: psrld $25,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2169:# asm 2: psrld $25,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2170-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2172-# qhasm:                                                   q ^= t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2173:# asm 1: pxor  <t=int6464#3,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2174:# asm 2: pxor  <t=%xmm2,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2175-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2177-# qhasm: uint32323232                                      u <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2178:# asm 1: pslld $7,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2179:# asm 2: pslld $7,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2180-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2182-# qhasm:                                                   q ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2183:# asm 1: pxor  <u=int6464#5,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2184:# asm 2: pxor  <u=%xmm4,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2185-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2187-# qhasm:                                                   z11_stack = q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2188:# asm 1: movdqa <q=int6464#4,>z11_stack=stack128#27
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2189:# asm 2: movdqa <q=%xmm3,>z11_stack=448(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2190-movdqa %xmm3,448(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2192-# qhasm:                                                   t = p
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2193:# asm 1: movdqa <p=int6464#1,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2194:# asm 2: movdqa <p=%xmm0,>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2195-movdqa %xmm0,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2197-# qhasm: uint32323232                                      t += q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2198:# asm 1: paddd <q=int6464#4,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2199:# asm 2: paddd <q=%xmm3,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2200-paddd %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2202-# qhasm:                                                   u = t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2203:# asm 1: movdqa <t=int6464#3,>u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2204:# asm 2: movdqa <t=%xmm2,>u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2205-movdqa %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2207-# qhasm: uint32323232                                      t >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2208:# asm 1: psrld $23,<t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2209:# asm 2: psrld $23,<t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2210-psrld $23,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2212-# qhasm:                                                   r ^= t
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2213:# asm 1: pxor  <t=int6464#3,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2214:# asm 2: pxor  <t=%xmm2,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2215-pxor  %xmm2,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2217-# qhasm: uint32323232                                      u <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2218:# asm 1: pslld $9,<u=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2219:# asm 2: pslld $9,<u=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2220-pslld $9,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2222-# qhasm:                                                   r ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2223:# asm 1: pxor  <u=int6464#5,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2224:# asm 2: pxor  <u=%xmm4,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2225-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2227-# qhasm:                                                   z8_stack = r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2228:# asm 1: movdqa <r=int6464#2,>z8_stack=stack128#37
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2229:# asm 2: movdqa <r=%xmm1,>z8_stack=608(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2230-movdqa %xmm1,608(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2232-# qhasm: uint32323232                                      q += r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2233:# asm 1: paddd <r=int6464#2,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2234:# asm 2: paddd <r=%xmm1,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2235-paddd %xmm1,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2237-# qhasm:                                                   u = q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2238:# asm 1: movdqa <q=int6464#4,>u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2239:# asm 2: movdqa <q=%xmm3,>u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2240-movdqa %xmm3,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2242-# qhasm: uint32323232                                      q >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2243:# asm 1: psrld $19,<q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2244:# asm 2: psrld $19,<q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2245-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2247-# qhasm:                                                   s ^= q
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2248:# asm 1: pxor  <q=int6464#4,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2249:# asm 2: pxor  <q=%xmm3,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2250-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2252-# qhasm: uint32323232                                      u <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2253:# asm 1: pslld $13,<u=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2254:# asm 2: pslld $13,<u=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2255-pslld $13,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2257-# qhasm:                                                   s ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2258:# asm 1: pxor  <u=int6464#3,<s=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2259:# asm 2: pxor  <u=%xmm2,<s=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2260-pxor  %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2262-# qhasm:                                                                   mt = z14_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2263:# asm 1: movdqa <z14_stack=stack128#36,>mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2264:# asm 2: movdqa <z14_stack=592(%esp),>mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2265-movdqa 592(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2267-# qhasm:                                                                   mp = z15_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2268:# asm 1: movdqa <z15_stack=stack128#22,>mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2269:# asm 2: movdqa <z15_stack=368(%esp),>mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2270-movdqa 368(%esp),%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2272-# qhasm:                                                                   mq = z12_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2273:# asm 1: movdqa <z12_stack=stack128#30,>mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2274:# asm 2: movdqa <z12_stack=496(%esp),>mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2275-movdqa 496(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2277-# qhasm:                                                                   mr = z13_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2278:# asm 1: movdqa <z13_stack=stack128#35,>mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2279:# asm 2: movdqa <z13_stack=576(%esp),>mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2280-movdqa 576(%esp),%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2282-# qhasm:                                                   z9_stack = s
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2283:# asm 1: movdqa <s=int6464#7,>z9_stack=stack128#32
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2284:# asm 2: movdqa <s=%xmm6,>z9_stack=528(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2285-movdqa %xmm6,528(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2287-# qhasm: uint32323232                                      r += s
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2288:# asm 1: paddd <s=int6464#7,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2289:# asm 2: paddd <s=%xmm6,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2290-paddd %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2292-# qhasm:                                                   u = r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2293:# asm 1: movdqa <r=int6464#2,>u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2294:# asm 2: movdqa <r=%xmm1,>u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2295-movdqa %xmm1,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2297-# qhasm: uint32323232                                      r >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2298:# asm 1: psrld $14,<r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2299:# asm 2: psrld $14,<r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2300-psrld $14,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2302-# qhasm:                                                   p ^= r
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2303:# asm 1: pxor  <r=int6464#2,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2304:# asm 2: pxor  <r=%xmm1,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2305-pxor  %xmm1,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2307-# qhasm: uint32323232                                      u <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2308:# asm 1: pslld $18,<u=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2309:# asm 2: pslld $18,<u=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2310-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2312-# qhasm:                                                   p ^= u
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2313:# asm 1: pxor  <u=int6464#7,<p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2314:# asm 2: pxor  <u=%xmm6,<p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2315-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2317-# qhasm:                                                   z10_stack = p
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2318:# asm 1: movdqa <p=int6464#1,>z10_stack=stack128#22
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2319:# asm 2: movdqa <p=%xmm0,>z10_stack=368(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2320-movdqa %xmm0,368(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2330-# qhasm:                                                                   ms = mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2331:# asm 1: movdqa <mt=int6464#3,>ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2332:# asm 2: movdqa <mt=%xmm2,>ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2333-movdqa %xmm2,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2335-# qhasm: uint32323232                                                      mt += mp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2336:# asm 1: paddd <mp=int6464#5,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2337:# asm 2: paddd <mp=%xmm4,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2338-paddd %xmm4,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2340-# qhasm:                                                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2341:# asm 1: movdqa <mt=int6464#3,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2342:# asm 2: movdqa <mt=%xmm2,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2343-movdqa %xmm2,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2345-# qhasm: uint32323232                                                      mt >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2346:# asm 1: psrld $25,<mt=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2347:# asm 2: psrld $25,<mt=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2348-psrld $25,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2350-# qhasm:                                                                   mq ^= mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2351:# asm 1: pxor  <mt=int6464#3,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2352:# asm 2: pxor  <mt=%xmm2,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2353-pxor  %xmm2,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2355-# qhasm: uint32323232                                                      mu <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2356:# asm 1: pslld $7,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2357:# asm 2: pslld $7,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2358-pslld $7,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2360-# qhasm:                                                                   mq ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2361:# asm 1: pxor  <mu=int6464#1,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2362:# asm 2: pxor  <mu=%xmm0,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2363-pxor  %xmm0,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2365-# qhasm:                                                                   z12_stack = mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2366:# asm 1: movdqa <mq=int6464#4,>z12_stack=stack128#35
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2367:# asm 2: movdqa <mq=%xmm3,>z12_stack=576(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2368-movdqa %xmm3,576(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2370-# qhasm:                                                                   mt = mp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2371:# asm 1: movdqa <mp=int6464#5,>mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2372:# asm 2: movdqa <mp=%xmm4,>mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2373-movdqa %xmm4,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2375-# qhasm: uint32323232                                                      mt += mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2376:# asm 1: paddd <mq=int6464#4,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2377:# asm 2: paddd <mq=%xmm3,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2378-paddd %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2380-# qhasm:                                                                   mu = mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2381:# asm 1: movdqa <mt=int6464#1,>mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2382:# asm 2: movdqa <mt=%xmm0,>mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2383-movdqa %xmm0,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2385-# qhasm: uint32323232                                                      mt >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2386:# asm 1: psrld $23,<mt=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2387:# asm 2: psrld $23,<mt=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2388-psrld $23,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2390-# qhasm:                                                                   mr ^= mt
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2391:# asm 1: pxor  <mt=int6464#1,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2392:# asm 2: pxor  <mt=%xmm0,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2393-pxor  %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2395-# qhasm: uint32323232                                                      mu <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2396:# asm 1: pslld $9,<mu=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2397:# asm 2: pslld $9,<mu=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2398-pslld $9,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2400-# qhasm:                                                                   mr ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2401:# asm 1: pxor  <mu=int6464#2,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2402:# asm 2: pxor  <mu=%xmm1,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2403-pxor  %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2405-# qhasm:                                                                   z13_stack = mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2406:# asm 1: movdqa <mr=int6464#6,>z13_stack=stack128#30
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2407:# asm 2: movdqa <mr=%xmm5,>z13_stack=496(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2408-movdqa %xmm5,496(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2410-# qhasm: uint32323232                                                      mq += mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2411:# asm 1: paddd <mr=int6464#6,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2412:# asm 2: paddd <mr=%xmm5,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2413-paddd %xmm5,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2415-# qhasm:                                                                   mu = mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2416:# asm 1: movdqa <mq=int6464#4,>mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2417:# asm 2: movdqa <mq=%xmm3,>mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2418-movdqa %xmm3,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2420-# qhasm: uint32323232                                                      mq >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2421:# asm 1: psrld $19,<mq=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2422:# asm 2: psrld $19,<mq=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2423-psrld $19,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2425-# qhasm:                                                                   ms ^= mq
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2426:# asm 1: pxor  <mq=int6464#4,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2427:# asm 2: pxor  <mq=%xmm3,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2428-pxor  %xmm3,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2430-# qhasm: uint32323232                                                      mu <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2431:# asm 1: pslld $13,<mu=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2432:# asm 2: pslld $13,<mu=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2433-pslld $13,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2435-# qhasm:                                                                   ms ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2436:# asm 1: pxor  <mu=int6464#1,<ms=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2437:# asm 2: pxor  <mu=%xmm0,<ms=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2438-pxor  %xmm0,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2440-# qhasm:                   t = z12_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2441:# asm 1: movdqa <z12_stack=stack128#35,>t=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2442:# asm 2: movdqa <z12_stack=576(%esp),>t=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2443-movdqa 576(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2445-# qhasm:                   p = z0_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2446:# asm 1: movdqa <z0_stack=stack128#33,>p=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2447:# asm 2: movdqa <z0_stack=544(%esp),>p=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2448-movdqa 544(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2450-# qhasm:                   q = z4_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2451:# asm 1: movdqa <z4_stack=stack128#34,>q=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2452:# asm 2: movdqa <z4_stack=560(%esp),>q=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2453-movdqa 560(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2455-# qhasm:                   r = z8_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2456:# asm 1: movdqa <z8_stack=stack128#37,>r=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2457:# asm 2: movdqa <z8_stack=608(%esp),>r=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2458-movdqa 608(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2460-# qhasm:                                                                   z14_stack = ms
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2461:# asm 1: movdqa <ms=int6464#7,>z14_stack=stack128#24
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2462:# asm 2: movdqa <ms=%xmm6,>z14_stack=400(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2463-movdqa %xmm6,400(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2465-# qhasm: uint32323232                                                      mr += ms
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2466:# asm 1: paddd <ms=int6464#7,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2467:# asm 2: paddd <ms=%xmm6,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2468-paddd %xmm6,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2470-# qhasm:                                                                   mu = mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2471:# asm 1: movdqa <mr=int6464#6,>mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2472:# asm 2: movdqa <mr=%xmm5,>mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2473-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2475-# qhasm: uint32323232                                                      mr >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2476:# asm 1: psrld $14,<mr=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2477:# asm 2: psrld $14,<mr=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2478-psrld $14,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2480-# qhasm:                                                                   mp ^= mr
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2481:# asm 1: pxor  <mr=int6464#6,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2482:# asm 2: pxor  <mr=%xmm5,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2483-pxor  %xmm5,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2485-# qhasm: uint32323232                                                      mu <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2486:# asm 1: pslld $18,<mu=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2487:# asm 2: pslld $18,<mu=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2488-pslld $18,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2490-# qhasm:                                                                   mp ^= mu
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2491:# asm 1: pxor  <mu=int6464#7,<mp=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2492:# asm 2: pxor  <mu=%xmm6,<mp=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2493-pxor  %xmm6,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2495-# qhasm:                                                                   z15_stack = mp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2496:# asm 1: movdqa <mp=int6464#5,>z15_stack=stack128#23
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2497:# asm 2: movdqa <mp=%xmm4,>z15_stack=384(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2498-movdqa %xmm4,384(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2500-# qhasm:                   unsigned>? i -= 2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2501:# asm 1: sub  $2,<i=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2502:# asm 2: sub  $2,<i=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2503-sub  $2,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2509-# qhasm:   out = out_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2510:# asm 1: movl <out_stack=stack32#6,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2511:# asm 2: movl <out_stack=20(%esp),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2512-movl 20(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2514-# qhasm:   z0 = z0_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2515:# asm 1: movdqa <z0_stack=stack128#33,>z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2516:# asm 2: movdqa <z0_stack=544(%esp),>z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2517-movdqa 544(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2519-# qhasm:   z1 = z1_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2520:# asm 1: movdqa <z1_stack=stack128#28,>z1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2521:# asm 2: movdqa <z1_stack=464(%esp),>z1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2522-movdqa 464(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2524-# qhasm:   z2 = z2_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2525:# asm 1: movdqa <z2_stack=stack128#31,>z2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2526:# asm 2: movdqa <z2_stack=512(%esp),>z2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2527-movdqa 512(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2529-# qhasm:   z3 = z3_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2530:# asm 1: movdqa <z3_stack=stack128#25,>z3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2531:# asm 2: movdqa <z3_stack=416(%esp),>z3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2532-movdqa 416(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2534-# qhasm:   uint32323232 z0 += orig0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2535:# asm 1: paddd <orig0=stack128#8,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2536:# asm 2: paddd <orig0=144(%esp),<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2537-paddd 144(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2539-# qhasm:   uint32323232 z1 += orig1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2540:# asm 1: paddd <orig1=stack128#12,<z1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2541:# asm 2: paddd <orig1=208(%esp),<z1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2542-paddd 208(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2544-# qhasm:   uint32323232 z2 += orig2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2545:# asm 1: paddd <orig2=stack128#15,<z2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2546:# asm 2: paddd <orig2=256(%esp),<z2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2547-paddd 256(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2549-# qhasm:   uint32323232 z3 += orig3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2550:# asm 1: paddd <orig3=stack128#18,<z3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2551:# asm 2: paddd <orig3=304(%esp),<z3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2552-paddd 304(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2554-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2555:# asm 1: movd   <z0=int6464#1,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2556:# asm 2: movd   <z0=%xmm0,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2557-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2559-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2560:# asm 1: movd   <z1=int6464#2,>in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2561:# asm 2: movd   <z1=%xmm1,>in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2562-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2564-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2565:# asm 1: movd   <z2=int6464#3,>in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2566:# asm 2: movd   <z2=%xmm2,>in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2567-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2569-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2570:# asm 1: movd   <z3=int6464#4,>in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2571:# asm 2: movd   <z3=%xmm3,>in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2572-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2574-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2575:# asm 1: pshufd $0x39,<z0=int6464#1,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2576:# asm 2: pshufd $0x39,<z0=%xmm0,<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2577-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2579-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2580:# asm 1: pshufd $0x39,<z1=int6464#2,<z1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2581:# asm 2: pshufd $0x39,<z1=%xmm1,<z1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2582-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2584-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2585:# asm 1: pshufd $0x39,<z2=int6464#3,<z2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2586:# asm 2: pshufd $0x39,<z2=%xmm2,<z2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2587-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2589-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2590:# asm 1: pshufd $0x39,<z3=int6464#4,<z3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2591:# asm 2: pshufd $0x39,<z3=%xmm3,<z3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2592-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2594-# qhasm:   in0 ^= *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2595:# asm 1: xorl 0(<m=int32#5),<in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2596:# asm 2: xorl 0(<m=%esi),<in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2597-xorl 0(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2599-# qhasm:   in1 ^= *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2600:# asm 1: xorl 4(<m=int32#5),<in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2601:# asm 2: xorl 4(<m=%esi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2602-xorl 4(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2604-# qhasm:   in2 ^= *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2605:# asm 1: xorl 8(<m=int32#5),<in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2606:# asm 2: xorl 8(<m=%esi),<in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2607-xorl 8(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2609-# qhasm:   in3 ^= *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2610:# asm 1: xorl 12(<m=int32#5),<in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2611:# asm 2: xorl 12(<m=%esi),<in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2612-xorl 12(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2614-# qhasm:   *(uint32 *) (out + 0) = in0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2615:# asm 1: movl <in0=int32#1,0(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2616:# asm 2: movl <in0=%eax,0(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2617-movl %eax,0(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2619-# qhasm:   *(uint32 *) (out + 4) = in1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2620:# asm 1: movl <in1=int32#2,4(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2621:# asm 2: movl <in1=%ecx,4(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2622-movl %ecx,4(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2624-# qhasm:   *(uint32 *) (out + 8) = in2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2625:# asm 1: movl <in2=int32#3,8(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2626:# asm 2: movl <in2=%edx,8(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2627-movl %edx,8(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2629-# qhasm:   *(uint32 *) (out + 12) = in3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2630:# asm 1: movl <in3=int32#4,12(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2631:# asm 2: movl <in3=%ebx,12(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2632-movl %ebx,12(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2634-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2635:# asm 1: movd   <z0=int6464#1,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2636:# asm 2: movd   <z0=%xmm0,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2637-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2639-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2640:# asm 1: movd   <z1=int6464#2,>in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2641:# asm 2: movd   <z1=%xmm1,>in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2642-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2644-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2645:# asm 1: movd   <z2=int6464#3,>in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2646:# asm 2: movd   <z2=%xmm2,>in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2647-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2649-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2650:# asm 1: movd   <z3=int6464#4,>in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2651:# asm 2: movd   <z3=%xmm3,>in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2652-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2654-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2655:# asm 1: pshufd $0x39,<z0=int6464#1,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2656:# asm 2: pshufd $0x39,<z0=%xmm0,<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2657-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2659-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2660:# asm 1: pshufd $0x39,<z1=int6464#2,<z1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2661:# asm 2: pshufd $0x39,<z1=%xmm1,<z1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2662-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2664-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2665:# asm 1: pshufd $0x39,<z2=int6464#3,<z2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2666:# asm 2: pshufd $0x39,<z2=%xmm2,<z2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2667-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2669-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2670:# asm 1: pshufd $0x39,<z3=int6464#4,<z3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2671:# asm 2: pshufd $0x39,<z3=%xmm3,<z3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2672-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2674-# qhasm:   in0 ^= *(uint32 *) (m + 64)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2675:# asm 1: xorl 64(<m=int32#5),<in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2676:# asm 2: xorl 64(<m=%esi),<in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2677-xorl 64(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2679-# qhasm:   in1 ^= *(uint32 *) (m + 68)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2680:# asm 1: xorl 68(<m=int32#5),<in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2681:# asm 2: xorl 68(<m=%esi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2682-xorl 68(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2684-# qhasm:   in2 ^= *(uint32 *) (m + 72)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2685:# asm 1: xorl 72(<m=int32#5),<in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2686:# asm 2: xorl 72(<m=%esi),<in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2687-xorl 72(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2689-# qhasm:   in3 ^= *(uint32 *) (m + 76)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2690:# asm 1: xorl 76(<m=int32#5),<in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2691:# asm 2: xorl 76(<m=%esi),<in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2692-xorl 76(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2694-# qhasm:   *(uint32 *) (out + 64) = in0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2695:# asm 1: movl <in0=int32#1,64(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2696:# asm 2: movl <in0=%eax,64(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2697-movl %eax,64(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2699-# qhasm:   *(uint32 *) (out + 68) = in1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2700:# asm 1: movl <in1=int32#2,68(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2701:# asm 2: movl <in1=%ecx,68(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2702-movl %ecx,68(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2704-# qhasm:   *(uint32 *) (out + 72) = in2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2705:# asm 1: movl <in2=int32#3,72(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2706:# asm 2: movl <in2=%edx,72(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2707-movl %edx,72(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2709-# qhasm:   *(uint32 *) (out + 76) = in3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2710:# asm 1: movl <in3=int32#4,76(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2711:# asm 2: movl <in3=%ebx,76(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2712-movl %ebx,76(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2714-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2715:# asm 1: movd   <z0=int6464#1,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2716:# asm 2: movd   <z0=%xmm0,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2717-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2719-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2720:# asm 1: movd   <z1=int6464#2,>in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2721:# asm 2: movd   <z1=%xmm1,>in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2722-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2724-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2725:# asm 1: movd   <z2=int6464#3,>in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2726:# asm 2: movd   <z2=%xmm2,>in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2727-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2729-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2730:# asm 1: movd   <z3=int6464#4,>in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2731:# asm 2: movd   <z3=%xmm3,>in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2732-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2734-# qhasm:   z0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2735:# asm 1: pshufd $0x39,<z0=int6464#1,<z0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2736:# asm 2: pshufd $0x39,<z0=%xmm0,<z0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2737-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2739-# qhasm:   z1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2740:# asm 1: pshufd $0x39,<z1=int6464#2,<z1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2741:# asm 2: pshufd $0x39,<z1=%xmm1,<z1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2742-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2744-# qhasm:   z2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2745:# asm 1: pshufd $0x39,<z2=int6464#3,<z2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2746:# asm 2: pshufd $0x39,<z2=%xmm2,<z2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2747-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2749-# qhasm:   z3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2750:# asm 1: pshufd $0x39,<z3=int6464#4,<z3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2751:# asm 2: pshufd $0x39,<z3=%xmm3,<z3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2752-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2754-# qhasm:   in0 ^= *(uint32 *) (m + 128)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2755:# asm 1: xorl 128(<m=int32#5),<in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2756:# asm 2: xorl 128(<m=%esi),<in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2757-xorl 128(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2759-# qhasm:   in1 ^= *(uint32 *) (m + 132)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2760:# asm 1: xorl 132(<m=int32#5),<in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2761:# asm 2: xorl 132(<m=%esi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2762-xorl 132(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2764-# qhasm:   in2 ^= *(uint32 *) (m + 136)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2765:# asm 1: xorl 136(<m=int32#5),<in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2766:# asm 2: xorl 136(<m=%esi),<in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2767-xorl 136(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2769-# qhasm:   in3 ^= *(uint32 *) (m + 140)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2770:# asm 1: xorl 140(<m=int32#5),<in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2771:# asm 2: xorl 140(<m=%esi),<in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2772-xorl 140(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2774-# qhasm:   *(uint32 *) (out + 128) = in0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2775:# asm 1: movl <in0=int32#1,128(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2776:# asm 2: movl <in0=%eax,128(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2777-movl %eax,128(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2779-# qhasm:   *(uint32 *) (out + 132) = in1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2780:# asm 1: movl <in1=int32#2,132(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2781:# asm 2: movl <in1=%ecx,132(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2782-movl %ecx,132(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2784-# qhasm:   *(uint32 *) (out + 136) = in2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2785:# asm 1: movl <in2=int32#3,136(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2786:# asm 2: movl <in2=%edx,136(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2787-movl %edx,136(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2789-# qhasm:   *(uint32 *) (out + 140) = in3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2790:# asm 1: movl <in3=int32#4,140(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2791:# asm 2: movl <in3=%ebx,140(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2792-movl %ebx,140(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2794-# qhasm:   in0 = z0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2795:# asm 1: movd   <z0=int6464#1,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2796:# asm 2: movd   <z0=%xmm0,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2797-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2799-# qhasm:   in1 = z1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2800:# asm 1: movd   <z1=int6464#2,>in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2801:# asm 2: movd   <z1=%xmm1,>in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2802-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2804-# qhasm:   in2 = z2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2805:# asm 1: movd   <z2=int6464#3,>in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2806:# asm 2: movd   <z2=%xmm2,>in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2807-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2809-# qhasm:   in3 = z3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2810:# asm 1: movd   <z3=int6464#4,>in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2811:# asm 2: movd   <z3=%xmm3,>in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2812-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2814-# qhasm:   in0 ^= *(uint32 *) (m + 192)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2815:# asm 1: xorl 192(<m=int32#5),<in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2816:# asm 2: xorl 192(<m=%esi),<in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2817-xorl 192(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2819-# qhasm:   in1 ^= *(uint32 *) (m + 196)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2820:# asm 1: xorl 196(<m=int32#5),<in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2821:# asm 2: xorl 196(<m=%esi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2822-xorl 196(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2824-# qhasm:   in2 ^= *(uint32 *) (m + 200)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2825:# asm 1: xorl 200(<m=int32#5),<in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2826:# asm 2: xorl 200(<m=%esi),<in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2827-xorl 200(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2829-# qhasm:   in3 ^= *(uint32 *) (m + 204)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2830:# asm 1: xorl 204(<m=int32#5),<in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2831:# asm 2: xorl 204(<m=%esi),<in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2832-xorl 204(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2834-# qhasm:   *(uint32 *) (out + 192) = in0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2835:# asm 1: movl <in0=int32#1,192(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2836:# asm 2: movl <in0=%eax,192(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2837-movl %eax,192(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2839-# qhasm:   *(uint32 *) (out + 196) = in1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2840:# asm 1: movl <in1=int32#2,196(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2841:# asm 2: movl <in1=%ecx,196(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2842-movl %ecx,196(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2844-# qhasm:   *(uint32 *) (out + 200) = in2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2845:# asm 1: movl <in2=int32#3,200(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2846:# asm 2: movl <in2=%edx,200(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2847-movl %edx,200(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2849-# qhasm:   *(uint32 *) (out + 204) = in3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2850:# asm 1: movl <in3=int32#4,204(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2851:# asm 2: movl <in3=%ebx,204(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2852-movl %ebx,204(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2854-# qhasm:   z4 = z4_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2855:# asm 1: movdqa <z4_stack=stack128#34,>z4=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2856:# asm 2: movdqa <z4_stack=560(%esp),>z4=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2857-movdqa 560(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2859-# qhasm:   z5 = z5_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2860:# asm 1: movdqa <z5_stack=stack128#21,>z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2861:# asm 2: movdqa <z5_stack=352(%esp),>z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2862-movdqa 352(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2864-# qhasm:   z6 = z6_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2865:# asm 1: movdqa <z6_stack=stack128#26,>z6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2866:# asm 2: movdqa <z6_stack=432(%esp),>z6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2867-movdqa 432(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2869-# qhasm:   z7 = z7_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2870:# asm 1: movdqa <z7_stack=stack128#29,>z7=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2871:# asm 2: movdqa <z7_stack=480(%esp),>z7=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2872-movdqa 480(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2874-# qhasm:   uint32323232 z4 += orig4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2875:# asm 1: paddd <orig4=stack128#16,<z4=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2876:# asm 2: paddd <orig4=272(%esp),<z4=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2877-paddd 272(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2879-# qhasm:   uint32323232 z5 += orig5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2880:# asm 1: paddd <orig5=stack128#5,<z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2881:# asm 2: paddd <orig5=96(%esp),<z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2882-paddd 96(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2884-# qhasm:   uint32323232 z6 += orig6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2885:# asm 1: paddd <orig6=stack128#9,<z6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2886:# asm 2: paddd <orig6=160(%esp),<z6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2887-paddd 160(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2889-# qhasm:   uint32323232 z7 += orig7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2890:# asm 1: paddd <orig7=stack128#13,<z7=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2891:# asm 2: paddd <orig7=224(%esp),<z7=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2892-paddd 224(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2894-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2895:# asm 1: movd   <z4=int6464#1,>in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2896:# asm 2: movd   <z4=%xmm0,>in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2897-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2899-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2900:# asm 1: movd   <z5=int6464#2,>in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2901:# asm 2: movd   <z5=%xmm1,>in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2902-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2904-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2905:# asm 1: movd   <z6=int6464#3,>in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2906:# asm 2: movd   <z6=%xmm2,>in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2907-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2909-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2910:# asm 1: movd   <z7=int6464#4,>in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2911:# asm 2: movd   <z7=%xmm3,>in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2912-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2914-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2915:# asm 1: pshufd $0x39,<z4=int6464#1,<z4=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2916:# asm 2: pshufd $0x39,<z4=%xmm0,<z4=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2917-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2919-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2920:# asm 1: pshufd $0x39,<z5=int6464#2,<z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2921:# asm 2: pshufd $0x39,<z5=%xmm1,<z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2922-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2924-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2925:# asm 1: pshufd $0x39,<z6=int6464#3,<z6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2926:# asm 2: pshufd $0x39,<z6=%xmm2,<z6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2927-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2929-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2930:# asm 1: pshufd $0x39,<z7=int6464#4,<z7=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2931:# asm 2: pshufd $0x39,<z7=%xmm3,<z7=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2932-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2934-# qhasm:   in4 ^= *(uint32 *) (m + 16)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2935:# asm 1: xorl 16(<m=int32#5),<in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2936:# asm 2: xorl 16(<m=%esi),<in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2937-xorl 16(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2939-# qhasm:   in5 ^= *(uint32 *) (m + 20)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2940:# asm 1: xorl 20(<m=int32#5),<in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2941:# asm 2: xorl 20(<m=%esi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2942-xorl 20(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2944-# qhasm:   in6 ^= *(uint32 *) (m + 24)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2945:# asm 1: xorl 24(<m=int32#5),<in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2946:# asm 2: xorl 24(<m=%esi),<in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2947-xorl 24(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2949-# qhasm:   in7 ^= *(uint32 *) (m + 28)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2950:# asm 1: xorl 28(<m=int32#5),<in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2951:# asm 2: xorl 28(<m=%esi),<in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2952-xorl 28(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2954-# qhasm:   *(uint32 *) (out + 16) = in4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2955:# asm 1: movl <in4=int32#1,16(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2956:# asm 2: movl <in4=%eax,16(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2957-movl %eax,16(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2959-# qhasm:   *(uint32 *) (out + 20) = in5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2960:# asm 1: movl <in5=int32#2,20(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2961:# asm 2: movl <in5=%ecx,20(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2962-movl %ecx,20(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2964-# qhasm:   *(uint32 *) (out + 24) = in6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2965:# asm 1: movl <in6=int32#3,24(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2966:# asm 2: movl <in6=%edx,24(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2967-movl %edx,24(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2969-# qhasm:   *(uint32 *) (out + 28) = in7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2970:# asm 1: movl <in7=int32#4,28(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2971:# asm 2: movl <in7=%ebx,28(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2972-movl %ebx,28(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2974-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2975:# asm 1: movd   <z4=int6464#1,>in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2976:# asm 2: movd   <z4=%xmm0,>in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2977-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2979-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2980:# asm 1: movd   <z5=int6464#2,>in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2981:# asm 2: movd   <z5=%xmm1,>in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2982-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2984-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2985:# asm 1: movd   <z6=int6464#3,>in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2986:# asm 2: movd   <z6=%xmm2,>in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2987-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2989-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2990:# asm 1: movd   <z7=int6464#4,>in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2991:# asm 2: movd   <z7=%xmm3,>in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2992-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2994-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2995:# asm 1: pshufd $0x39,<z4=int6464#1,<z4=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:2996:# asm 2: pshufd $0x39,<z4=%xmm0,<z4=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2997-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-2999-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3000:# asm 1: pshufd $0x39,<z5=int6464#2,<z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3001:# asm 2: pshufd $0x39,<z5=%xmm1,<z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3002-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3004-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3005:# asm 1: pshufd $0x39,<z6=int6464#3,<z6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3006:# asm 2: pshufd $0x39,<z6=%xmm2,<z6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3007-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3009-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3010:# asm 1: pshufd $0x39,<z7=int6464#4,<z7=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3011:# asm 2: pshufd $0x39,<z7=%xmm3,<z7=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3012-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3014-# qhasm:   in4 ^= *(uint32 *) (m + 80)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3015:# asm 1: xorl 80(<m=int32#5),<in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3016:# asm 2: xorl 80(<m=%esi),<in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3017-xorl 80(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3019-# qhasm:   in5 ^= *(uint32 *) (m + 84)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3020:# asm 1: xorl 84(<m=int32#5),<in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3021:# asm 2: xorl 84(<m=%esi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3022-xorl 84(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3024-# qhasm:   in6 ^= *(uint32 *) (m + 88)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3025:# asm 1: xorl 88(<m=int32#5),<in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3026:# asm 2: xorl 88(<m=%esi),<in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3027-xorl 88(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3029-# qhasm:   in7 ^= *(uint32 *) (m + 92)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3030:# asm 1: xorl 92(<m=int32#5),<in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3031:# asm 2: xorl 92(<m=%esi),<in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3032-xorl 92(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3034-# qhasm:   *(uint32 *) (out + 80) = in4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3035:# asm 1: movl <in4=int32#1,80(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3036:# asm 2: movl <in4=%eax,80(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3037-movl %eax,80(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3039-# qhasm:   *(uint32 *) (out + 84) = in5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3040:# asm 1: movl <in5=int32#2,84(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3041:# asm 2: movl <in5=%ecx,84(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3042-movl %ecx,84(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3044-# qhasm:   *(uint32 *) (out + 88) = in6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3045:# asm 1: movl <in6=int32#3,88(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3046:# asm 2: movl <in6=%edx,88(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3047-movl %edx,88(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3049-# qhasm:   *(uint32 *) (out + 92) = in7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3050:# asm 1: movl <in7=int32#4,92(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3051:# asm 2: movl <in7=%ebx,92(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3052-movl %ebx,92(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3054-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3055:# asm 1: movd   <z4=int6464#1,>in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3056:# asm 2: movd   <z4=%xmm0,>in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3057-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3059-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3060:# asm 1: movd   <z5=int6464#2,>in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3061:# asm 2: movd   <z5=%xmm1,>in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3062-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3064-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3065:# asm 1: movd   <z6=int6464#3,>in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3066:# asm 2: movd   <z6=%xmm2,>in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3067-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3069-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3070:# asm 1: movd   <z7=int6464#4,>in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3071:# asm 2: movd   <z7=%xmm3,>in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3072-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3074-# qhasm:   z4 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3075:# asm 1: pshufd $0x39,<z4=int6464#1,<z4=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3076:# asm 2: pshufd $0x39,<z4=%xmm0,<z4=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3077-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3079-# qhasm:   z5 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3080:# asm 1: pshufd $0x39,<z5=int6464#2,<z5=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3081:# asm 2: pshufd $0x39,<z5=%xmm1,<z5=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3082-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3084-# qhasm:   z6 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3085:# asm 1: pshufd $0x39,<z6=int6464#3,<z6=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3086:# asm 2: pshufd $0x39,<z6=%xmm2,<z6=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3087-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3089-# qhasm:   z7 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3090:# asm 1: pshufd $0x39,<z7=int6464#4,<z7=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3091:# asm 2: pshufd $0x39,<z7=%xmm3,<z7=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3092-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3094-# qhasm:   in4 ^= *(uint32 *) (m + 144)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3095:# asm 1: xorl 144(<m=int32#5),<in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3096:# asm 2: xorl 144(<m=%esi),<in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3097-xorl 144(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3099-# qhasm:   in5 ^= *(uint32 *) (m + 148)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3100:# asm 1: xorl 148(<m=int32#5),<in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3101:# asm 2: xorl 148(<m=%esi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3102-xorl 148(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3104-# qhasm:   in6 ^= *(uint32 *) (m + 152)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3105:# asm 1: xorl 152(<m=int32#5),<in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3106:# asm 2: xorl 152(<m=%esi),<in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3107-xorl 152(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3109-# qhasm:   in7 ^= *(uint32 *) (m + 156)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3110:# asm 1: xorl 156(<m=int32#5),<in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3111:# asm 2: xorl 156(<m=%esi),<in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3112-xorl 156(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3114-# qhasm:   *(uint32 *) (out + 144) = in4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3115:# asm 1: movl <in4=int32#1,144(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3116:# asm 2: movl <in4=%eax,144(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3117-movl %eax,144(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3119-# qhasm:   *(uint32 *) (out + 148) = in5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3120:# asm 1: movl <in5=int32#2,148(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3121:# asm 2: movl <in5=%ecx,148(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3122-movl %ecx,148(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3124-# qhasm:   *(uint32 *) (out + 152) = in6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3125:# asm 1: movl <in6=int32#3,152(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3126:# asm 2: movl <in6=%edx,152(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3127-movl %edx,152(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3129-# qhasm:   *(uint32 *) (out + 156) = in7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3130:# asm 1: movl <in7=int32#4,156(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3131:# asm 2: movl <in7=%ebx,156(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3132-movl %ebx,156(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3134-# qhasm:   in4 = z4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3135:# asm 1: movd   <z4=int6464#1,>in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3136:# asm 2: movd   <z4=%xmm0,>in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3137-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3139-# qhasm:   in5 = z5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3140:# asm 1: movd   <z5=int6464#2,>in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3141:# asm 2: movd   <z5=%xmm1,>in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3142-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3144-# qhasm:   in6 = z6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3145:# asm 1: movd   <z6=int6464#3,>in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3146:# asm 2: movd   <z6=%xmm2,>in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3147-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3149-# qhasm:   in7 = z7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3150:# asm 1: movd   <z7=int6464#4,>in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3151:# asm 2: movd   <z7=%xmm3,>in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3152-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3154-# qhasm:   in4 ^= *(uint32 *) (m + 208)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3155:# asm 1: xorl 208(<m=int32#5),<in4=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3156:# asm 2: xorl 208(<m=%esi),<in4=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3157-xorl 208(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3159-# qhasm:   in5 ^= *(uint32 *) (m + 212)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3160:# asm 1: xorl 212(<m=int32#5),<in5=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3161:# asm 2: xorl 212(<m=%esi),<in5=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3162-xorl 212(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3164-# qhasm:   in6 ^= *(uint32 *) (m + 216)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3165:# asm 1: xorl 216(<m=int32#5),<in6=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3166:# asm 2: xorl 216(<m=%esi),<in6=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3167-xorl 216(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3169-# qhasm:   in7 ^= *(uint32 *) (m + 220)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3170:# asm 1: xorl 220(<m=int32#5),<in7=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3171:# asm 2: xorl 220(<m=%esi),<in7=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3172-xorl 220(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3174-# qhasm:   *(uint32 *) (out + 208) = in4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3175:# asm 1: movl <in4=int32#1,208(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3176:# asm 2: movl <in4=%eax,208(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3177-movl %eax,208(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3179-# qhasm:   *(uint32 *) (out + 212) = in5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3180:# asm 1: movl <in5=int32#2,212(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3181:# asm 2: movl <in5=%ecx,212(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3182-movl %ecx,212(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3184-# qhasm:   *(uint32 *) (out + 216) = in6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3185:# asm 1: movl <in6=int32#3,216(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3186:# asm 2: movl <in6=%edx,216(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3187-movl %edx,216(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3189-# qhasm:   *(uint32 *) (out + 220) = in7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3190:# asm 1: movl <in7=int32#4,220(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3191:# asm 2: movl <in7=%ebx,220(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3192-movl %ebx,220(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3194-# qhasm:   z8 = z8_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3195:# asm 1: movdqa <z8_stack=stack128#37,>z8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3196:# asm 2: movdqa <z8_stack=608(%esp),>z8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3197-movdqa 608(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3199-# qhasm:   z9 = z9_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3200:# asm 1: movdqa <z9_stack=stack128#32,>z9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3201:# asm 2: movdqa <z9_stack=528(%esp),>z9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3202-movdqa 528(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3204-# qhasm:   z10 = z10_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3205:# asm 1: movdqa <z10_stack=stack128#22,>z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3206:# asm 2: movdqa <z10_stack=368(%esp),>z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3207-movdqa 368(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3209-# qhasm:   z11 = z11_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3210:# asm 1: movdqa <z11_stack=stack128#27,>z11=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3211:# asm 2: movdqa <z11_stack=448(%esp),>z11=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3212-movdqa 448(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3214-# qhasm:   uint32323232 z8 += orig8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3215:# asm 1: paddd <orig8=stack128#19,<z8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3216:# asm 2: paddd <orig8=320(%esp),<z8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3217-paddd 320(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3219-# qhasm:   uint32323232 z9 += orig9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3220:# asm 1: paddd <orig9=stack128#20,<z9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3221:# asm 2: paddd <orig9=336(%esp),<z9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3222-paddd 336(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3224-# qhasm:   uint32323232 z10 += orig10
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3225:# asm 1: paddd <orig10=stack128#6,<z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3226:# asm 2: paddd <orig10=112(%esp),<z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3227-paddd 112(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3229-# qhasm:   uint32323232 z11 += orig11
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3230:# asm 1: paddd <orig11=stack128#10,<z11=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3231:# asm 2: paddd <orig11=176(%esp),<z11=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3232-paddd 176(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3234-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3235:# asm 1: movd   <z8=int6464#1,>in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3236:# asm 2: movd   <z8=%xmm0,>in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3237-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3239-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3240:# asm 1: movd   <z9=int6464#2,>in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3241:# asm 2: movd   <z9=%xmm1,>in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3242-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3244-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3245:# asm 1: movd   <z10=int6464#3,>in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3246:# asm 2: movd   <z10=%xmm2,>in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3247-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3249-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3250:# asm 1: movd   <z11=int6464#4,>in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3251:# asm 2: movd   <z11=%xmm3,>in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3252-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3254-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3255:# asm 1: pshufd $0x39,<z8=int6464#1,<z8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3256:# asm 2: pshufd $0x39,<z8=%xmm0,<z8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3257-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3259-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3260:# asm 1: pshufd $0x39,<z9=int6464#2,<z9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3261:# asm 2: pshufd $0x39,<z9=%xmm1,<z9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3262-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3264-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3265:# asm 1: pshufd $0x39,<z10=int6464#3,<z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3266:# asm 2: pshufd $0x39,<z10=%xmm2,<z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3267-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3269-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3270:# asm 1: pshufd $0x39,<z11=int6464#4,<z11=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3271:# asm 2: pshufd $0x39,<z11=%xmm3,<z11=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3272-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3274-# qhasm:   in8 ^= *(uint32 *) (m + 32)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3275:# asm 1: xorl 32(<m=int32#5),<in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3276:# asm 2: xorl 32(<m=%esi),<in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3277-xorl 32(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3279-# qhasm:   in9 ^= *(uint32 *) (m + 36)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3280:# asm 1: xorl 36(<m=int32#5),<in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3281:# asm 2: xorl 36(<m=%esi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3282-xorl 36(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3284-# qhasm:   in10 ^= *(uint32 *) (m + 40)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3285:# asm 1: xorl 40(<m=int32#5),<in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3286:# asm 2: xorl 40(<m=%esi),<in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3287-xorl 40(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3289-# qhasm:   in11 ^= *(uint32 *) (m + 44)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3290:# asm 1: xorl 44(<m=int32#5),<in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3291:# asm 2: xorl 44(<m=%esi),<in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3292-xorl 44(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3294-# qhasm:   *(uint32 *) (out + 32) = in8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3295:# asm 1: movl <in8=int32#1,32(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3296:# asm 2: movl <in8=%eax,32(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3297-movl %eax,32(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3299-# qhasm:   *(uint32 *) (out + 36) = in9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3300:# asm 1: movl <in9=int32#2,36(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3301:# asm 2: movl <in9=%ecx,36(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3302-movl %ecx,36(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3304-# qhasm:   *(uint32 *) (out + 40) = in10
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3305:# asm 1: movl <in10=int32#3,40(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3306:# asm 2: movl <in10=%edx,40(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3307-movl %edx,40(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3309-# qhasm:   *(uint32 *) (out + 44) = in11
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3310:# asm 1: movl <in11=int32#4,44(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3311:# asm 2: movl <in11=%ebx,44(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3312-movl %ebx,44(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3314-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3315:# asm 1: movd   <z8=int6464#1,>in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3316:# asm 2: movd   <z8=%xmm0,>in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3317-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3319-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3320:# asm 1: movd   <z9=int6464#2,>in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3321:# asm 2: movd   <z9=%xmm1,>in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3322-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3324-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3325:# asm 1: movd   <z10=int6464#3,>in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3326:# asm 2: movd   <z10=%xmm2,>in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3327-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3329-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3330:# asm 1: movd   <z11=int6464#4,>in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3331:# asm 2: movd   <z11=%xmm3,>in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3332-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3334-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3335:# asm 1: pshufd $0x39,<z8=int6464#1,<z8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3336:# asm 2: pshufd $0x39,<z8=%xmm0,<z8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3337-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3339-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3340:# asm 1: pshufd $0x39,<z9=int6464#2,<z9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3341:# asm 2: pshufd $0x39,<z9=%xmm1,<z9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3342-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3344-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3345:# asm 1: pshufd $0x39,<z10=int6464#3,<z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3346:# asm 2: pshufd $0x39,<z10=%xmm2,<z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3347-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3349-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3350:# asm 1: pshufd $0x39,<z11=int6464#4,<z11=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3351:# asm 2: pshufd $0x39,<z11=%xmm3,<z11=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3352-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3354-# qhasm:   in8 ^= *(uint32 *) (m + 96)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3355:# asm 1: xorl 96(<m=int32#5),<in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3356:# asm 2: xorl 96(<m=%esi),<in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3357-xorl 96(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3359-# qhasm:   in9 ^= *(uint32 *) (m + 100)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3360:# asm 1: xorl 100(<m=int32#5),<in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3361:# asm 2: xorl 100(<m=%esi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3362-xorl 100(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3364-# qhasm:   in10 ^= *(uint32 *) (m + 104)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3365:# asm 1: xorl 104(<m=int32#5),<in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3366:# asm 2: xorl 104(<m=%esi),<in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3367-xorl 104(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3369-# qhasm:   in11 ^= *(uint32 *) (m + 108)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3370:# asm 1: xorl 108(<m=int32#5),<in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3371:# asm 2: xorl 108(<m=%esi),<in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3372-xorl 108(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3374-# qhasm:   *(uint32 *) (out + 96) = in8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3375:# asm 1: movl <in8=int32#1,96(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3376:# asm 2: movl <in8=%eax,96(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3377-movl %eax,96(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3379-# qhasm:   *(uint32 *) (out + 100) = in9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3380:# asm 1: movl <in9=int32#2,100(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3381:# asm 2: movl <in9=%ecx,100(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3382-movl %ecx,100(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3384-# qhasm:   *(uint32 *) (out + 104) = in10
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3385:# asm 1: movl <in10=int32#3,104(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3386:# asm 2: movl <in10=%edx,104(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3387-movl %edx,104(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3389-# qhasm:   *(uint32 *) (out + 108) = in11
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3390:# asm 1: movl <in11=int32#4,108(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3391:# asm 2: movl <in11=%ebx,108(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3392-movl %ebx,108(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3394-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3395:# asm 1: movd   <z8=int6464#1,>in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3396:# asm 2: movd   <z8=%xmm0,>in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3397-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3399-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3400:# asm 1: movd   <z9=int6464#2,>in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3401:# asm 2: movd   <z9=%xmm1,>in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3402-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3404-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3405:# asm 1: movd   <z10=int6464#3,>in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3406:# asm 2: movd   <z10=%xmm2,>in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3407-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3409-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3410:# asm 1: movd   <z11=int6464#4,>in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3411:# asm 2: movd   <z11=%xmm3,>in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3412-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3414-# qhasm:   z8 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3415:# asm 1: pshufd $0x39,<z8=int6464#1,<z8=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3416:# asm 2: pshufd $0x39,<z8=%xmm0,<z8=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3417-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3419-# qhasm:   z9 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3420:# asm 1: pshufd $0x39,<z9=int6464#2,<z9=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3421:# asm 2: pshufd $0x39,<z9=%xmm1,<z9=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3422-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3424-# qhasm:   z10 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3425:# asm 1: pshufd $0x39,<z10=int6464#3,<z10=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3426:# asm 2: pshufd $0x39,<z10=%xmm2,<z10=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3427-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3429-# qhasm:   z11 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3430:# asm 1: pshufd $0x39,<z11=int6464#4,<z11=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3431:# asm 2: pshufd $0x39,<z11=%xmm3,<z11=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3432-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3434-# qhasm:   in8 ^= *(uint32 *) (m + 160)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3435:# asm 1: xorl 160(<m=int32#5),<in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3436:# asm 2: xorl 160(<m=%esi),<in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3437-xorl 160(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3439-# qhasm:   in9 ^= *(uint32 *) (m + 164)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3440:# asm 1: xorl 164(<m=int32#5),<in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3441:# asm 2: xorl 164(<m=%esi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3442-xorl 164(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3444-# qhasm:   in10 ^= *(uint32 *) (m + 168)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3445:# asm 1: xorl 168(<m=int32#5),<in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3446:# asm 2: xorl 168(<m=%esi),<in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3447-xorl 168(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3449-# qhasm:   in11 ^= *(uint32 *) (m + 172)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3450:# asm 1: xorl 172(<m=int32#5),<in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3451:# asm 2: xorl 172(<m=%esi),<in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3452-xorl 172(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3454-# qhasm:   *(uint32 *) (out + 160) = in8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3455:# asm 1: movl <in8=int32#1,160(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3456:# asm 2: movl <in8=%eax,160(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3457-movl %eax,160(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3459-# qhasm:   *(uint32 *) (out + 164) = in9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3460:# asm 1: movl <in9=int32#2,164(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3461:# asm 2: movl <in9=%ecx,164(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3462-movl %ecx,164(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3464-# qhasm:   *(uint32 *) (out + 168) = in10
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3465:# asm 1: movl <in10=int32#3,168(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3466:# asm 2: movl <in10=%edx,168(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3467-movl %edx,168(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3469-# qhasm:   *(uint32 *) (out + 172) = in11
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3470:# asm 1: movl <in11=int32#4,172(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3471:# asm 2: movl <in11=%ebx,172(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3472-movl %ebx,172(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3474-# qhasm:   in8 = z8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3475:# asm 1: movd   <z8=int6464#1,>in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3476:# asm 2: movd   <z8=%xmm0,>in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3477-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3479-# qhasm:   in9 = z9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3480:# asm 1: movd   <z9=int6464#2,>in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3481:# asm 2: movd   <z9=%xmm1,>in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3482-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3484-# qhasm:   in10 = z10
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3485:# asm 1: movd   <z10=int6464#3,>in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3486:# asm 2: movd   <z10=%xmm2,>in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3487-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3489-# qhasm:   in11 = z11
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3490:# asm 1: movd   <z11=int6464#4,>in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3491:# asm 2: movd   <z11=%xmm3,>in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3492-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3494-# qhasm:   in8 ^= *(uint32 *) (m + 224)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3495:# asm 1: xorl 224(<m=int32#5),<in8=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3496:# asm 2: xorl 224(<m=%esi),<in8=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3497-xorl 224(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3499-# qhasm:   in9 ^= *(uint32 *) (m + 228)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3500:# asm 1: xorl 228(<m=int32#5),<in9=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3501:# asm 2: xorl 228(<m=%esi),<in9=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3502-xorl 228(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3504-# qhasm:   in10 ^= *(uint32 *) (m + 232)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3505:# asm 1: xorl 232(<m=int32#5),<in10=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3506:# asm 2: xorl 232(<m=%esi),<in10=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3507-xorl 232(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3509-# qhasm:   in11 ^= *(uint32 *) (m + 236)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3510:# asm 1: xorl 236(<m=int32#5),<in11=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3511:# asm 2: xorl 236(<m=%esi),<in11=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3512-xorl 236(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3514-# qhasm:   *(uint32 *) (out + 224) = in8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3515:# asm 1: movl <in8=int32#1,224(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3516:# asm 2: movl <in8=%eax,224(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3517-movl %eax,224(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3519-# qhasm:   *(uint32 *) (out + 228) = in9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3520:# asm 1: movl <in9=int32#2,228(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3521:# asm 2: movl <in9=%ecx,228(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3522-movl %ecx,228(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3524-# qhasm:   *(uint32 *) (out + 232) = in10
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3525:# asm 1: movl <in10=int32#3,232(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3526:# asm 2: movl <in10=%edx,232(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3527-movl %edx,232(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3529-# qhasm:   *(uint32 *) (out + 236) = in11
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3530:# asm 1: movl <in11=int32#4,236(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3531:# asm 2: movl <in11=%ebx,236(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3532-movl %ebx,236(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3534-# qhasm:   z12 = z12_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3535:# asm 1: movdqa <z12_stack=stack128#35,>z12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3536:# asm 2: movdqa <z12_stack=576(%esp),>z12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3537-movdqa 576(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3539-# qhasm:   z13 = z13_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3540:# asm 1: movdqa <z13_stack=stack128#30,>z13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3541:# asm 2: movdqa <z13_stack=496(%esp),>z13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3542-movdqa 496(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3544-# qhasm:   z14 = z14_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3545:# asm 1: movdqa <z14_stack=stack128#24,>z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3546:# asm 2: movdqa <z14_stack=400(%esp),>z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3547-movdqa 400(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3549-# qhasm:   z15 = z15_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3550:# asm 1: movdqa <z15_stack=stack128#23,>z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3551:# asm 2: movdqa <z15_stack=384(%esp),>z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3552-movdqa 384(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3554-# qhasm:   uint32323232 z12 += orig12
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3555:# asm 1: paddd <orig12=stack128#11,<z12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3556:# asm 2: paddd <orig12=192(%esp),<z12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3557-paddd 192(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3559-# qhasm:   uint32323232 z13 += orig13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3560:# asm 1: paddd <orig13=stack128#14,<z13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3561:# asm 2: paddd <orig13=240(%esp),<z13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3562-paddd 240(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3564-# qhasm:   uint32323232 z14 += orig14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3565:# asm 1: paddd <orig14=stack128#17,<z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3566:# asm 2: paddd <orig14=288(%esp),<z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3567-paddd 288(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3569-# qhasm:   uint32323232 z15 += orig15
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3570:# asm 1: paddd <orig15=stack128#7,<z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3571:# asm 2: paddd <orig15=128(%esp),<z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3572-paddd 128(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3574-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3575:# asm 1: movd   <z12=int6464#1,>in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3576:# asm 2: movd   <z12=%xmm0,>in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3577-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3579-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3580:# asm 1: movd   <z13=int6464#2,>in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3581:# asm 2: movd   <z13=%xmm1,>in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3582-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3584-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3585:# asm 1: movd   <z14=int6464#3,>in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3586:# asm 2: movd   <z14=%xmm2,>in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3587-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3589-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3590:# asm 1: movd   <z15=int6464#4,>in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3591:# asm 2: movd   <z15=%xmm3,>in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3592-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3594-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3595:# asm 1: pshufd $0x39,<z12=int6464#1,<z12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3596:# asm 2: pshufd $0x39,<z12=%xmm0,<z12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3597-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3599-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3600:# asm 1: pshufd $0x39,<z13=int6464#2,<z13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3601:# asm 2: pshufd $0x39,<z13=%xmm1,<z13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3602-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3604-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3605:# asm 1: pshufd $0x39,<z14=int6464#3,<z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3606:# asm 2: pshufd $0x39,<z14=%xmm2,<z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3607-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3609-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3610:# asm 1: pshufd $0x39,<z15=int6464#4,<z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3611:# asm 2: pshufd $0x39,<z15=%xmm3,<z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3612-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3614-# qhasm:   in12 ^= *(uint32 *) (m + 48)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3615:# asm 1: xorl 48(<m=int32#5),<in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3616:# asm 2: xorl 48(<m=%esi),<in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3617-xorl 48(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3619-# qhasm:   in13 ^= *(uint32 *) (m + 52)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3620:# asm 1: xorl 52(<m=int32#5),<in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3621:# asm 2: xorl 52(<m=%esi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3622-xorl 52(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3624-# qhasm:   in14 ^= *(uint32 *) (m + 56)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3625:# asm 1: xorl 56(<m=int32#5),<in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3626:# asm 2: xorl 56(<m=%esi),<in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3627-xorl 56(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3629-# qhasm:   in15 ^= *(uint32 *) (m + 60)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3630:# asm 1: xorl 60(<m=int32#5),<in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3631:# asm 2: xorl 60(<m=%esi),<in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3632-xorl 60(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3634-# qhasm:   *(uint32 *) (out + 48) = in12
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3635:# asm 1: movl <in12=int32#1,48(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3636:# asm 2: movl <in12=%eax,48(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3637-movl %eax,48(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3639-# qhasm:   *(uint32 *) (out + 52) = in13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3640:# asm 1: movl <in13=int32#2,52(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3641:# asm 2: movl <in13=%ecx,52(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3642-movl %ecx,52(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3644-# qhasm:   *(uint32 *) (out + 56) = in14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3645:# asm 1: movl <in14=int32#3,56(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3646:# asm 2: movl <in14=%edx,56(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3647-movl %edx,56(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3649-# qhasm:   *(uint32 *) (out + 60) = in15
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3650:# asm 1: movl <in15=int32#4,60(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3651:# asm 2: movl <in15=%ebx,60(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3652-movl %ebx,60(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3654-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3655:# asm 1: movd   <z12=int6464#1,>in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3656:# asm 2: movd   <z12=%xmm0,>in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3657-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3659-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3660:# asm 1: movd   <z13=int6464#2,>in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3661:# asm 2: movd   <z13=%xmm1,>in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3662-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3664-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3665:# asm 1: movd   <z14=int6464#3,>in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3666:# asm 2: movd   <z14=%xmm2,>in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3667-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3669-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3670:# asm 1: movd   <z15=int6464#4,>in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3671:# asm 2: movd   <z15=%xmm3,>in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3672-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3674-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3675:# asm 1: pshufd $0x39,<z12=int6464#1,<z12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3676:# asm 2: pshufd $0x39,<z12=%xmm0,<z12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3677-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3679-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3680:# asm 1: pshufd $0x39,<z13=int6464#2,<z13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3681:# asm 2: pshufd $0x39,<z13=%xmm1,<z13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3682-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3684-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3685:# asm 1: pshufd $0x39,<z14=int6464#3,<z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3686:# asm 2: pshufd $0x39,<z14=%xmm2,<z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3687-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3689-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3690:# asm 1: pshufd $0x39,<z15=int6464#4,<z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3691:# asm 2: pshufd $0x39,<z15=%xmm3,<z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3692-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3694-# qhasm:   in12 ^= *(uint32 *) (m + 112)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3695:# asm 1: xorl 112(<m=int32#5),<in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3696:# asm 2: xorl 112(<m=%esi),<in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3697-xorl 112(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3699-# qhasm:   in13 ^= *(uint32 *) (m + 116)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3700:# asm 1: xorl 116(<m=int32#5),<in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3701:# asm 2: xorl 116(<m=%esi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3702-xorl 116(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3704-# qhasm:   in14 ^= *(uint32 *) (m + 120)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3705:# asm 1: xorl 120(<m=int32#5),<in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3706:# asm 2: xorl 120(<m=%esi),<in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3707-xorl 120(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3709-# qhasm:   in15 ^= *(uint32 *) (m + 124)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3710:# asm 1: xorl 124(<m=int32#5),<in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3711:# asm 2: xorl 124(<m=%esi),<in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3712-xorl 124(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3714-# qhasm:   *(uint32 *) (out + 112) = in12
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3715:# asm 1: movl <in12=int32#1,112(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3716:# asm 2: movl <in12=%eax,112(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3717-movl %eax,112(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3719-# qhasm:   *(uint32 *) (out + 116) = in13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3720:# asm 1: movl <in13=int32#2,116(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3721:# asm 2: movl <in13=%ecx,116(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3722-movl %ecx,116(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3724-# qhasm:   *(uint32 *) (out + 120) = in14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3725:# asm 1: movl <in14=int32#3,120(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3726:# asm 2: movl <in14=%edx,120(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3727-movl %edx,120(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3729-# qhasm:   *(uint32 *) (out + 124) = in15
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3730:# asm 1: movl <in15=int32#4,124(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3731:# asm 2: movl <in15=%ebx,124(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3732-movl %ebx,124(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3734-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3735:# asm 1: movd   <z12=int6464#1,>in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3736:# asm 2: movd   <z12=%xmm0,>in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3737-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3739-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3740:# asm 1: movd   <z13=int6464#2,>in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3741:# asm 2: movd   <z13=%xmm1,>in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3742-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3744-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3745:# asm 1: movd   <z14=int6464#3,>in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3746:# asm 2: movd   <z14=%xmm2,>in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3747-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3749-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3750:# asm 1: movd   <z15=int6464#4,>in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3751:# asm 2: movd   <z15=%xmm3,>in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3752-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3754-# qhasm:   z12 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3755:# asm 1: pshufd $0x39,<z12=int6464#1,<z12=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3756:# asm 2: pshufd $0x39,<z12=%xmm0,<z12=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3757-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3759-# qhasm:   z13 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3760:# asm 1: pshufd $0x39,<z13=int6464#2,<z13=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3761:# asm 2: pshufd $0x39,<z13=%xmm1,<z13=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3762-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3764-# qhasm:   z14 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3765:# asm 1: pshufd $0x39,<z14=int6464#3,<z14=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3766:# asm 2: pshufd $0x39,<z14=%xmm2,<z14=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3767-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3769-# qhasm:   z15 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3770:# asm 1: pshufd $0x39,<z15=int6464#4,<z15=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3771:# asm 2: pshufd $0x39,<z15=%xmm3,<z15=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3772-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3774-# qhasm:   in12 ^= *(uint32 *) (m + 176)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3775:# asm 1: xorl 176(<m=int32#5),<in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3776:# asm 2: xorl 176(<m=%esi),<in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3777-xorl 176(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3779-# qhasm:   in13 ^= *(uint32 *) (m + 180)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3780:# asm 1: xorl 180(<m=int32#5),<in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3781:# asm 2: xorl 180(<m=%esi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3782-xorl 180(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3784-# qhasm:   in14 ^= *(uint32 *) (m + 184)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3785:# asm 1: xorl 184(<m=int32#5),<in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3786:# asm 2: xorl 184(<m=%esi),<in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3787-xorl 184(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3789-# qhasm:   in15 ^= *(uint32 *) (m + 188)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3790:# asm 1: xorl 188(<m=int32#5),<in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3791:# asm 2: xorl 188(<m=%esi),<in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3792-xorl 188(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3794-# qhasm:   *(uint32 *) (out + 176) = in12
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3795:# asm 1: movl <in12=int32#1,176(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3796:# asm 2: movl <in12=%eax,176(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3797-movl %eax,176(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3799-# qhasm:   *(uint32 *) (out + 180) = in13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3800:# asm 1: movl <in13=int32#2,180(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3801:# asm 2: movl <in13=%ecx,180(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3802-movl %ecx,180(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3804-# qhasm:   *(uint32 *) (out + 184) = in14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3805:# asm 1: movl <in14=int32#3,184(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3806:# asm 2: movl <in14=%edx,184(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3807-movl %edx,184(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3809-# qhasm:   *(uint32 *) (out + 188) = in15
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3810:# asm 1: movl <in15=int32#4,188(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3811:# asm 2: movl <in15=%ebx,188(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3812-movl %ebx,188(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3814-# qhasm:   in12 = z12
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3815:# asm 1: movd   <z12=int6464#1,>in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3816:# asm 2: movd   <z12=%xmm0,>in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3817-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3819-# qhasm:   in13 = z13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3820:# asm 1: movd   <z13=int6464#2,>in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3821:# asm 2: movd   <z13=%xmm1,>in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3822-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3824-# qhasm:   in14 = z14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3825:# asm 1: movd   <z14=int6464#3,>in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3826:# asm 2: movd   <z14=%xmm2,>in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3827-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3829-# qhasm:   in15 = z15
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3830:# asm 1: movd   <z15=int6464#4,>in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3831:# asm 2: movd   <z15=%xmm3,>in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3832-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3834-# qhasm:   in12 ^= *(uint32 *) (m + 240)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3835:# asm 1: xorl 240(<m=int32#5),<in12=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3836:# asm 2: xorl 240(<m=%esi),<in12=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3837-xorl 240(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3839-# qhasm:   in13 ^= *(uint32 *) (m + 244)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3840:# asm 1: xorl 244(<m=int32#5),<in13=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3841:# asm 2: xorl 244(<m=%esi),<in13=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3842-xorl 244(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3844-# qhasm:   in14 ^= *(uint32 *) (m + 248)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3845:# asm 1: xorl 248(<m=int32#5),<in14=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3846:# asm 2: xorl 248(<m=%esi),<in14=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3847-xorl 248(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3849-# qhasm:   in15 ^= *(uint32 *) (m + 252)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3850:# asm 1: xorl 252(<m=int32#5),<in15=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3851:# asm 2: xorl 252(<m=%esi),<in15=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3852-xorl 252(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3854-# qhasm:   *(uint32 *) (out + 240) = in12
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3855:# asm 1: movl <in12=int32#1,240(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3856:# asm 2: movl <in12=%eax,240(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3857-movl %eax,240(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3859-# qhasm:   *(uint32 *) (out + 244) = in13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3860:# asm 1: movl <in13=int32#2,244(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3861:# asm 2: movl <in13=%ecx,244(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3862-movl %ecx,244(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3864-# qhasm:   *(uint32 *) (out + 248) = in14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3865:# asm 1: movl <in14=int32#3,248(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3866:# asm 2: movl <in14=%edx,248(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3867-movl %edx,248(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3869-# qhasm:   *(uint32 *) (out + 252) = in15
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3870:# asm 1: movl <in15=int32#4,252(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3871:# asm 2: movl <in15=%ebx,252(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3872-movl %ebx,252(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3874-# qhasm:   bytes = bytes_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3875:# asm 1: movl <bytes_stack=stack32#7,>bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3876:# asm 2: movl <bytes_stack=24(%esp),>bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3877-movl 24(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3879-# qhasm:   bytes -= 256
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3880:# asm 1: sub  $256,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3881:# asm 2: sub  $256,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3882-sub  $256,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3884-# qhasm:   m += 256
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3885:# asm 1: add  $256,<m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3886:# asm 2: add  $256,<m=%esi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3887-add  $256,%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3889-# qhasm:   out += 256
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3890:# asm 1: add  $256,<out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3891:# asm 2: add  $256,<out=%edi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3892-add  $256,%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3894-# qhasm:   out_stack = out
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3895:# asm 1: movl <out=int32#6,>out_stack=stack32#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3896:# asm 2: movl <out=%edi,>out_stack=20(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3897-movl %edi,20(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3899-# qhasm:                            unsigned<? bytes - 256
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3900:# asm 1: cmp  $256,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3901:# asm 2: cmp  $256,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3902-cmp  $256,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3908-# qhasm:                 unsigned>? bytes - 0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3909:# asm 1: cmp  $0,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3910:# asm 2: cmp  $0,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3911-cmp  $0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3921-# qhasm:                   unsigned<? bytes - 64
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3922:# asm 1: cmp  $64,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3923:# asm 2: cmp  $64,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3924-cmp  $64,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3930-# qhasm:     ctarget = out
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3931:# asm 1: movl <out=int32#6,>ctarget=stack32#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3932:# asm 2: movl <out=%edi,>ctarget=20(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3933-movl %edi,20(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3935-# qhasm:     out = &tmp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3936:# asm 1: leal <tmp=stack512#1,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3937:# asm 2: leal <tmp=640(%esp),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3938-leal 640(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3940-# qhasm:     i = bytes
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3941:# asm 1: mov  <bytes=int32#1,>i=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3942:# asm 2: mov  <bytes=%eax,>i=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3943-mov  %eax,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3948-# qhasm:     out = &tmp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3949:# asm 1: leal <tmp=stack512#1,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3950:# asm 2: leal <tmp=640(%esp),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3951-leal 640(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3953-# qhasm:     m = &tmp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3954:# asm 1: leal <tmp=stack512#1,>m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3955:# asm 2: leal <tmp=640(%esp),>m=%esi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3956-leal 640(%esp),%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3962-# qhasm:   bytes_stack = bytes
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3963:# asm 1: movl <bytes=int32#1,>bytes_stack=stack32#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3964:# asm 2: movl <bytes=%eax,>bytes_stack=24(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3965-movl %eax,24(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3967-# qhasm: diag0 = x0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3968:# asm 1: movdqa <x0=stack128#3,>diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3969:# asm 2: movdqa <x0=64(%esp),>diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3970-movdqa 64(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3972-# qhasm: diag1 = x1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3973:# asm 1: movdqa <x1=stack128#2,>diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3974:# asm 2: movdqa <x1=48(%esp),>diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3975-movdqa 48(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3977-# qhasm: diag2 = x2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3978:# asm 1: movdqa <x2=stack128#4,>diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3979:# asm 2: movdqa <x2=80(%esp),>diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3980-movdqa 80(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3982-# qhasm: diag3 = x3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3983:# asm 1: movdqa <x3=stack128#1,>diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3984:# asm 2: movdqa <x3=32(%esp),>diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3985-movdqa 32(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3987-# qhasm:                     a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3988:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3989:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3990-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3992-# qhasm: i = 8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3993:# asm 1: mov  $8,>i=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:3994:# asm 2: mov  $8,>i=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-3995-mov  $8,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4000-# qhasm: uint32323232        a0 += diag0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4001:# asm 1: paddd <diag0=int6464#1,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4002:# asm 2: paddd <diag0=%xmm0,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4003-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4005-# qhasm:                                 a1 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4006:# asm 1: movdqa <diag0=int6464#1,>a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4007:# asm 2: movdqa <diag0=%xmm0,>a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4008-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4010-# qhasm:                     b0 = a0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4011:# asm 1: movdqa <a0=int6464#5,>b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4012:# asm 2: movdqa <a0=%xmm4,>b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4013-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4015-# qhasm: uint32323232        a0 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4016:# asm 1: pslld $7,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4017:# asm 2: pslld $7,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4018-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4020-# qhasm: uint32323232        b0 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4021:# asm 1: psrld $25,<b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4022:# asm 2: psrld $25,<b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4023-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4025-# qhasm:                 diag3 ^= a0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4026:# asm 1: pxor  <a0=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4027:# asm 2: pxor  <a0=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4028-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4030-# qhasm:                 diag3 ^= b0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4031:# asm 1: pxor  <b0=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4032:# asm 2: pxor  <b0=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4033-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4035-# qhasm: uint32323232                        a1 += diag3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4036:# asm 1: paddd <diag3=int6464#4,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4037:# asm 2: paddd <diag3=%xmm3,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4038-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4040-# qhasm:                                                 a2 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4041:# asm 1: movdqa <diag3=int6464#4,>a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4042:# asm 2: movdqa <diag3=%xmm3,>a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4043-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4045-# qhasm:                                     b1 = a1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4046:# asm 1: movdqa <a1=int6464#6,>b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4047:# asm 2: movdqa <a1=%xmm5,>b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4048-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4050-# qhasm: uint32323232                        a1 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4051:# asm 1: pslld $9,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4052:# asm 2: pslld $9,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4053-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4055-# qhasm: uint32323232                        b1 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4056:# asm 1: psrld $23,<b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4057:# asm 2: psrld $23,<b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4058-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4060-# qhasm:                                 diag2 ^= a1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4061:# asm 1: pxor  <a1=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4062:# asm 2: pxor  <a1=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4063-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4065-# qhasm:                 diag3 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4066:# asm 1: pshufd $0x93,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4067:# asm 2: pshufd $0x93,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4068-pshufd $0x93,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4070-# qhasm:                                 diag2 ^= b1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4071:# asm 1: pxor  <b1=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4072:# asm 2: pxor  <b1=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4073-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4075-# qhasm: uint32323232                                        a2 += diag2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4076:# asm 1: paddd <diag2=int6464#3,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4077:# asm 2: paddd <diag2=%xmm2,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4078-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4080-# qhasm:                                                                 a3 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4081:# asm 1: movdqa <diag2=int6464#3,>a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4082:# asm 2: movdqa <diag2=%xmm2,>a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4083-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4085-# qhasm:                                                     b2 = a2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4086:# asm 1: movdqa <a2=int6464#5,>b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4087:# asm 2: movdqa <a2=%xmm4,>b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4088-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4090-# qhasm: uint32323232                                        a2 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4091:# asm 1: pslld $13,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4092:# asm 2: pslld $13,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4093-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4095-# qhasm: uint32323232                                        b2 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4096:# asm 1: psrld $19,<b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4097:# asm 2: psrld $19,<b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4098-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4100-# qhasm:                                                 diag1 ^= a2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4101:# asm 1: pxor  <a2=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4102:# asm 2: pxor  <a2=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4103-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4105-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4106:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4107:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4108-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4110-# qhasm:                                                 diag1 ^= b2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4111:# asm 1: pxor  <b2=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4112:# asm 2: pxor  <b2=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4113-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4115-# qhasm: uint32323232                                                        a3 += diag1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4116:# asm 1: paddd <diag1=int6464#2,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4117:# asm 2: paddd <diag1=%xmm1,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4118-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4120-# qhasm:                 a4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4121:# asm 1: movdqa <diag3=int6464#4,>a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4122:# asm 2: movdqa <diag3=%xmm3,>a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4123-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4125-# qhasm:                                                                     b3 = a3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4126:# asm 1: movdqa <a3=int6464#6,>b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4127:# asm 2: movdqa <a3=%xmm5,>b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4128-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4130-# qhasm: uint32323232                                                        a3 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4131:# asm 1: pslld $18,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4132:# asm 2: pslld $18,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4133-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4135-# qhasm: uint32323232                                                        b3 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4136:# asm 1: psrld $14,<b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4137:# asm 2: psrld $14,<b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4138-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4140-# qhasm:                                                                 diag0 ^= a3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4141:# asm 1: pxor  <a3=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4142:# asm 2: pxor  <a3=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4143-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4145-# qhasm:                                                 diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4146:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4147:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4148-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4150-# qhasm:                                                                 diag0 ^= b3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4151:# asm 1: pxor  <b3=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4152:# asm 2: pxor  <b3=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4153-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4155-# qhasm: uint32323232        a4 += diag0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4156:# asm 1: paddd <diag0=int6464#1,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4157:# asm 2: paddd <diag0=%xmm0,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4158-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4160-# qhasm:                                 a5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4161:# asm 1: movdqa <diag0=int6464#1,>a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4162:# asm 2: movdqa <diag0=%xmm0,>a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4163-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4165-# qhasm:                     b4 = a4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4166:# asm 1: movdqa <a4=int6464#5,>b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4167:# asm 2: movdqa <a4=%xmm4,>b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4168-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4170-# qhasm: uint32323232        a4 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4171:# asm 1: pslld $7,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4172:# asm 2: pslld $7,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4173-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4175-# qhasm: uint32323232        b4 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4176:# asm 1: psrld $25,<b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4177:# asm 2: psrld $25,<b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4178-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4180-# qhasm:                 diag1 ^= a4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4181:# asm 1: pxor  <a4=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4182:# asm 2: pxor  <a4=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4183-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4185-# qhasm:                 diag1 ^= b4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4186:# asm 1: pxor  <b4=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4187:# asm 2: pxor  <b4=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4188-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4190-# qhasm: uint32323232                        a5 += diag1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4191:# asm 1: paddd <diag1=int6464#2,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4192:# asm 2: paddd <diag1=%xmm1,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4193-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4195-# qhasm:                                                 a6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4196:# asm 1: movdqa <diag1=int6464#2,>a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4197:# asm 2: movdqa <diag1=%xmm1,>a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4198-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4200-# qhasm:                                     b5 = a5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4201:# asm 1: movdqa <a5=int6464#6,>b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4202:# asm 2: movdqa <a5=%xmm5,>b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4203-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4205-# qhasm: uint32323232                        a5 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4206:# asm 1: pslld $9,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4207:# asm 2: pslld $9,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4208-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4210-# qhasm: uint32323232                        b5 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4211:# asm 1: psrld $23,<b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4212:# asm 2: psrld $23,<b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4213-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4215-# qhasm:                                 diag2 ^= a5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4216:# asm 1: pxor  <a5=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4217:# asm 2: pxor  <a5=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4218-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4220-# qhasm:                 diag1 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4221:# asm 1: pshufd $0x93,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4222:# asm 2: pshufd $0x93,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4223-pshufd $0x93,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4225-# qhasm:                                 diag2 ^= b5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4226:# asm 1: pxor  <b5=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4227:# asm 2: pxor  <b5=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4228-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4230-# qhasm: uint32323232                                        a6 += diag2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4231:# asm 1: paddd <diag2=int6464#3,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4232:# asm 2: paddd <diag2=%xmm2,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4233-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4235-# qhasm:                                                                 a7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4236:# asm 1: movdqa <diag2=int6464#3,>a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4237:# asm 2: movdqa <diag2=%xmm2,>a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4238-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4240-# qhasm:                                                     b6 = a6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4241:# asm 1: movdqa <a6=int6464#5,>b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4242:# asm 2: movdqa <a6=%xmm4,>b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4243-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4245-# qhasm: uint32323232                                        a6 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4246:# asm 1: pslld $13,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4247:# asm 2: pslld $13,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4248-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4250-# qhasm: uint32323232                                        b6 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4251:# asm 1: psrld $19,<b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4252:# asm 2: psrld $19,<b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4253-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4255-# qhasm:                                                 diag3 ^= a6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4256:# asm 1: pxor  <a6=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4257:# asm 2: pxor  <a6=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4258-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4260-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4261:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4262:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4263-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4265-# qhasm:                                                 diag3 ^= b6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4266:# asm 1: pxor  <b6=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4267:# asm 2: pxor  <b6=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4268-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4270-# qhasm: uint32323232                                                        a7 += diag3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4271:# asm 1: paddd <diag3=int6464#4,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4272:# asm 2: paddd <diag3=%xmm3,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4273-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4275-# qhasm:                 a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4276:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4277:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4278-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4280-# qhasm:                                                                     b7 = a7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4281:# asm 1: movdqa <a7=int6464#6,>b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4282:# asm 2: movdqa <a7=%xmm5,>b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4283-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4285-# qhasm: uint32323232                                                        a7 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4286:# asm 1: pslld $18,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4287:# asm 2: pslld $18,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4288-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4290-# qhasm: uint32323232                                                        b7 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4291:# asm 1: psrld $14,<b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4292:# asm 2: psrld $14,<b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4293-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4295-# qhasm:                                                                 diag0 ^= a7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4296:# asm 1: pxor  <a7=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4297:# asm 2: pxor  <a7=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4298-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4300-# qhasm:                                                 diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4301:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4302:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4303-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4305-# qhasm:                                                                 diag0 ^= b7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4306:# asm 1: pxor  <b7=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4307:# asm 2: pxor  <b7=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4308-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4310-# qhasm: uint32323232        a0 += diag0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4311:# asm 1: paddd <diag0=int6464#1,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4312:# asm 2: paddd <diag0=%xmm0,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4313-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4315-# qhasm:                                 a1 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4316:# asm 1: movdqa <diag0=int6464#1,>a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4317:# asm 2: movdqa <diag0=%xmm0,>a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4318-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4320-# qhasm:                     b0 = a0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4321:# asm 1: movdqa <a0=int6464#5,>b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4322:# asm 2: movdqa <a0=%xmm4,>b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4323-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4325-# qhasm: uint32323232        a0 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4326:# asm 1: pslld $7,<a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4327:# asm 2: pslld $7,<a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4328-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4330-# qhasm: uint32323232        b0 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4331:# asm 1: psrld $25,<b0=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4332:# asm 2: psrld $25,<b0=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4333-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4335-# qhasm:                 diag3 ^= a0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4336:# asm 1: pxor  <a0=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4337:# asm 2: pxor  <a0=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4338-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4340-# qhasm:                 diag3 ^= b0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4341:# asm 1: pxor  <b0=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4342:# asm 2: pxor  <b0=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4343-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4345-# qhasm: uint32323232                        a1 += diag3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4346:# asm 1: paddd <diag3=int6464#4,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4347:# asm 2: paddd <diag3=%xmm3,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4348-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4350-# qhasm:                                                 a2 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4351:# asm 1: movdqa <diag3=int6464#4,>a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4352:# asm 2: movdqa <diag3=%xmm3,>a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4353-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4355-# qhasm:                                     b1 = a1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4356:# asm 1: movdqa <a1=int6464#6,>b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4357:# asm 2: movdqa <a1=%xmm5,>b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4358-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4360-# qhasm: uint32323232                        a1 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4361:# asm 1: pslld $9,<a1=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4362:# asm 2: pslld $9,<a1=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4363-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4365-# qhasm: uint32323232                        b1 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4366:# asm 1: psrld $23,<b1=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4367:# asm 2: psrld $23,<b1=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4368-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4370-# qhasm:                                 diag2 ^= a1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4371:# asm 1: pxor  <a1=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4372:# asm 2: pxor  <a1=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4373-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4375-# qhasm:                 diag3 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4376:# asm 1: pshufd $0x93,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4377:# asm 2: pshufd $0x93,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4378-pshufd $0x93,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4380-# qhasm:                                 diag2 ^= b1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4381:# asm 1: pxor  <b1=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4382:# asm 2: pxor  <b1=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4383-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4385-# qhasm: uint32323232                                        a2 += diag2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4386:# asm 1: paddd <diag2=int6464#3,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4387:# asm 2: paddd <diag2=%xmm2,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4388-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4390-# qhasm:                                                                 a3 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4391:# asm 1: movdqa <diag2=int6464#3,>a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4392:# asm 2: movdqa <diag2=%xmm2,>a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4393-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4395-# qhasm:                                                     b2 = a2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4396:# asm 1: movdqa <a2=int6464#5,>b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4397:# asm 2: movdqa <a2=%xmm4,>b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4398-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4400-# qhasm: uint32323232                                        a2 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4401:# asm 1: pslld $13,<a2=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4402:# asm 2: pslld $13,<a2=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4403-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4405-# qhasm: uint32323232                                        b2 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4406:# asm 1: psrld $19,<b2=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4407:# asm 2: psrld $19,<b2=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4408-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4410-# qhasm:                                                 diag1 ^= a2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4411:# asm 1: pxor  <a2=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4412:# asm 2: pxor  <a2=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4413-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4415-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4416:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4417:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4418-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4420-# qhasm:                                                 diag1 ^= b2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4421:# asm 1: pxor  <b2=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4422:# asm 2: pxor  <b2=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4423-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4425-# qhasm: uint32323232                                                        a3 += diag1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4426:# asm 1: paddd <diag1=int6464#2,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4427:# asm 2: paddd <diag1=%xmm1,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4428-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4430-# qhasm:                 a4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4431:# asm 1: movdqa <diag3=int6464#4,>a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4432:# asm 2: movdqa <diag3=%xmm3,>a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4433-movdqa %xmm3,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4435-# qhasm:                                                                     b3 = a3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4436:# asm 1: movdqa <a3=int6464#6,>b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4437:# asm 2: movdqa <a3=%xmm5,>b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4438-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4440-# qhasm: uint32323232                                                        a3 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4441:# asm 1: pslld $18,<a3=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4442:# asm 2: pslld $18,<a3=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4443-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4445-# qhasm: uint32323232                                                        b3 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4446:# asm 1: psrld $14,<b3=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4447:# asm 2: psrld $14,<b3=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4448-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4450-# qhasm:                                                                 diag0 ^= a3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4451:# asm 1: pxor  <a3=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4452:# asm 2: pxor  <a3=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4453-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4455-# qhasm:                                                 diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4456:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4457:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4458-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4460-# qhasm:                                                                 diag0 ^= b3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4461:# asm 1: pxor  <b3=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4462:# asm 2: pxor  <b3=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4463-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4465-# qhasm: uint32323232        a4 += diag0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4466:# asm 1: paddd <diag0=int6464#1,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4467:# asm 2: paddd <diag0=%xmm0,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4468-paddd %xmm0,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4470-# qhasm:                                 a5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4471:# asm 1: movdqa <diag0=int6464#1,>a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4472:# asm 2: movdqa <diag0=%xmm0,>a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4473-movdqa %xmm0,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4475-# qhasm:                     b4 = a4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4476:# asm 1: movdqa <a4=int6464#5,>b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4477:# asm 2: movdqa <a4=%xmm4,>b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4478-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4480-# qhasm: uint32323232        a4 <<= 7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4481:# asm 1: pslld $7,<a4=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4482:# asm 2: pslld $7,<a4=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4483-pslld $7,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4485-# qhasm: uint32323232        b4 >>= 25
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4486:# asm 1: psrld $25,<b4=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4487:# asm 2: psrld $25,<b4=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4488-psrld $25,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4490-# qhasm:                 diag1 ^= a4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4491:# asm 1: pxor  <a4=int6464#5,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4492:# asm 2: pxor  <a4=%xmm4,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4493-pxor  %xmm4,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4495-# qhasm:                 diag1 ^= b4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4496:# asm 1: pxor  <b4=int6464#7,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4497:# asm 2: pxor  <b4=%xmm6,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4498-pxor  %xmm6,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4500-# qhasm: uint32323232                        a5 += diag1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4501:# asm 1: paddd <diag1=int6464#2,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4502:# asm 2: paddd <diag1=%xmm1,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4503-paddd %xmm1,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4505-# qhasm:                                                 a6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4506:# asm 1: movdqa <diag1=int6464#2,>a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4507:# asm 2: movdqa <diag1=%xmm1,>a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4508-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4510-# qhasm:                                     b5 = a5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4511:# asm 1: movdqa <a5=int6464#6,>b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4512:# asm 2: movdqa <a5=%xmm5,>b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4513-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4515-# qhasm: uint32323232                        a5 <<= 9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4516:# asm 1: pslld $9,<a5=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4517:# asm 2: pslld $9,<a5=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4518-pslld $9,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4520-# qhasm: uint32323232                        b5 >>= 23
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4521:# asm 1: psrld $23,<b5=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4522:# asm 2: psrld $23,<b5=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4523-psrld $23,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4525-# qhasm:                                 diag2 ^= a5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4526:# asm 1: pxor  <a5=int6464#6,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4527:# asm 2: pxor  <a5=%xmm5,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4528-pxor  %xmm5,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4530-# qhasm:                 diag1 <<<= 32
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4531:# asm 1: pshufd $0x93,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4532:# asm 2: pshufd $0x93,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4533-pshufd $0x93,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4535-# qhasm:                                 diag2 ^= b5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4536:# asm 1: pxor  <b5=int6464#7,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4537:# asm 2: pxor  <b5=%xmm6,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4538-pxor  %xmm6,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4540-# qhasm: uint32323232                                        a6 += diag2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4541:# asm 1: paddd <diag2=int6464#3,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4542:# asm 2: paddd <diag2=%xmm2,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4543-paddd %xmm2,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4545-# qhasm:                                                                 a7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4546:# asm 1: movdqa <diag2=int6464#3,>a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4547:# asm 2: movdqa <diag2=%xmm2,>a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4548-movdqa %xmm2,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4550-# qhasm:                                                     b6 = a6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4551:# asm 1: movdqa <a6=int6464#5,>b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4552:# asm 2: movdqa <a6=%xmm4,>b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4553-movdqa %xmm4,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4555-# qhasm: uint32323232                                        a6 <<= 13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4556:# asm 1: pslld $13,<a6=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4557:# asm 2: pslld $13,<a6=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4558-pslld $13,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4560-# qhasm: uint32323232                                        b6 >>= 19
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4561:# asm 1: psrld $19,<b6=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4562:# asm 2: psrld $19,<b6=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4563-psrld $19,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4565-# qhasm:                                                 diag3 ^= a6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4566:# asm 1: pxor  <a6=int6464#5,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4567:# asm 2: pxor  <a6=%xmm4,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4568-pxor  %xmm4,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4570-# qhasm:                                 diag2 <<<= 64
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4571:# asm 1: pshufd $0x4e,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4572:# asm 2: pshufd $0x4e,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4573-pshufd $0x4e,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4575-# qhasm:                                                 diag3 ^= b6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4576:# asm 1: pxor  <b6=int6464#7,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4577:# asm 2: pxor  <b6=%xmm6,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4578-pxor  %xmm6,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4580-# qhasm:                  unsigned>? i -= 4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4581:# asm 1: sub  $4,<i=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4582:# asm 2: sub  $4,<i=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4583-sub  $4,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4585-# qhasm: uint32323232                                                        a7 += diag3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4586:# asm 1: paddd <diag3=int6464#4,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4587:# asm 2: paddd <diag3=%xmm3,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4588-paddd %xmm3,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4590-# qhasm:                 a0 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4591:# asm 1: movdqa <diag1=int6464#2,>a0=int6464#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4592:# asm 2: movdqa <diag1=%xmm1,>a0=%xmm4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4593-movdqa %xmm1,%xmm4
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4595-# qhasm:                                                                     b7 = a7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4596:# asm 1: movdqa <a7=int6464#6,>b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4597:# asm 2: movdqa <a7=%xmm5,>b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4598-movdqa %xmm5,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4600-# qhasm: uint32323232                                                        a7 <<= 18
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4601:# asm 1: pslld $18,<a7=int6464#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4602:# asm 2: pslld $18,<a7=%xmm5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4603-pslld $18,%xmm5
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4605-# qhasm:                 b0 = 0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4606:# asm 1: pxor   >b0=int6464#8,>b0=int6464#8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4607:# asm 2: pxor   >b0=%xmm7,>b0=%xmm7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4608-pxor   %xmm7,%xmm7
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4610-# qhasm: uint32323232                                                        b7 >>= 14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4611:# asm 1: psrld $14,<b7=int6464#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4612:# asm 2: psrld $14,<b7=%xmm6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4613-psrld $14,%xmm6
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4615-# qhasm:                                                                 diag0 ^= a7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4616:# asm 1: pxor  <a7=int6464#6,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4617:# asm 2: pxor  <a7=%xmm5,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4618-pxor  %xmm5,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4620-# qhasm:                                                 diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4621:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4622:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4623-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4625-# qhasm:                                                                 diag0 ^= b7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4626:# asm 1: pxor  <b7=int6464#7,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4627:# asm 2: pxor  <b7=%xmm6,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4628-pxor  %xmm6,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4634-# qhasm: uint32323232 diag0 += x0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4635:# asm 1: paddd <x0=stack128#3,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4636:# asm 2: paddd <x0=64(%esp),<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4637-paddd 64(%esp),%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4639-# qhasm: uint32323232 diag1 += x1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4640:# asm 1: paddd <x1=stack128#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4641:# asm 2: paddd <x1=48(%esp),<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4642-paddd 48(%esp),%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4644-# qhasm: uint32323232 diag2 += x2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4645:# asm 1: paddd <x2=stack128#4,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4646:# asm 2: paddd <x2=80(%esp),<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4647-paddd 80(%esp),%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4649-# qhasm: uint32323232 diag3 += x3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4650:# asm 1: paddd <x3=stack128#1,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4651:# asm 2: paddd <x3=32(%esp),<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4652-paddd 32(%esp),%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4654-# qhasm: in0 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4655:# asm 1: movd   <diag0=int6464#1,>in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4656:# asm 2: movd   <diag0=%xmm0,>in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4657-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4659-# qhasm: in12 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4660:# asm 1: movd   <diag1=int6464#2,>in12=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4661:# asm 2: movd   <diag1=%xmm1,>in12=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4662-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4664-# qhasm: in8 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4665:# asm 1: movd   <diag2=int6464#3,>in8=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4666:# asm 2: movd   <diag2=%xmm2,>in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4667-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4669-# qhasm: in4 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4670:# asm 1: movd   <diag3=int6464#4,>in4=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4671:# asm 2: movd   <diag3=%xmm3,>in4=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4672-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4674-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4675:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4676:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4677-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4679-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4680:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4681:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4682-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4684-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4685:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4686:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4687-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4689-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4690:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4691:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4692-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4694-# qhasm: in0 ^= *(uint32 *) (m + 0)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4695:# asm 1: xorl 0(<m=int32#5),<in0=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4696:# asm 2: xorl 0(<m=%esi),<in0=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4697-xorl 0(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4699-# qhasm: in12 ^= *(uint32 *) (m + 48)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4700:# asm 1: xorl 48(<m=int32#5),<in12=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4701:# asm 2: xorl 48(<m=%esi),<in12=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4702-xorl 48(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4704-# qhasm: in8 ^= *(uint32 *) (m + 32)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4705:# asm 1: xorl 32(<m=int32#5),<in8=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4706:# asm 2: xorl 32(<m=%esi),<in8=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4707-xorl 32(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4709-# qhasm: in4 ^= *(uint32 *) (m + 16)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4710:# asm 1: xorl 16(<m=int32#5),<in4=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4711:# asm 2: xorl 16(<m=%esi),<in4=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4712-xorl 16(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4714-# qhasm: *(uint32 *) (out + 0) = in0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4715:# asm 1: movl <in0=int32#1,0(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4716:# asm 2: movl <in0=%eax,0(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4717-movl %eax,0(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4719-# qhasm: *(uint32 *) (out + 48) = in12
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4720:# asm 1: movl <in12=int32#2,48(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4721:# asm 2: movl <in12=%ecx,48(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4722-movl %ecx,48(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4724-# qhasm: *(uint32 *) (out + 32) = in8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4725:# asm 1: movl <in8=int32#3,32(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4726:# asm 2: movl <in8=%edx,32(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4727-movl %edx,32(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4729-# qhasm: *(uint32 *) (out + 16) = in4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4730:# asm 1: movl <in4=int32#4,16(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4731:# asm 2: movl <in4=%ebx,16(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4732-movl %ebx,16(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4734-# qhasm: in5 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4735:# asm 1: movd   <diag0=int6464#1,>in5=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4736:# asm 2: movd   <diag0=%xmm0,>in5=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4737-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4739-# qhasm: in1 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4740:# asm 1: movd   <diag1=int6464#2,>in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4741:# asm 2: movd   <diag1=%xmm1,>in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4742-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4744-# qhasm: in13 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4745:# asm 1: movd   <diag2=int6464#3,>in13=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4746:# asm 2: movd   <diag2=%xmm2,>in13=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4747-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4749-# qhasm: in9 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4750:# asm 1: movd   <diag3=int6464#4,>in9=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4751:# asm 2: movd   <diag3=%xmm3,>in9=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4752-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4754-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4755:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4756:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4757-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4759-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4760:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4761:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4762-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4764-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4765:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4766:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4767-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4769-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4770:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4771:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4772-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4774-# qhasm: in5 ^= *(uint32 *) (m + 20)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4775:# asm 1: xorl 20(<m=int32#5),<in5=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4776:# asm 2: xorl 20(<m=%esi),<in5=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4777-xorl 20(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4779-# qhasm: in1 ^= *(uint32 *) (m + 4)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4780:# asm 1: xorl 4(<m=int32#5),<in1=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4781:# asm 2: xorl 4(<m=%esi),<in1=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4782-xorl 4(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4784-# qhasm: in13 ^= *(uint32 *) (m + 52)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4785:# asm 1: xorl 52(<m=int32#5),<in13=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4786:# asm 2: xorl 52(<m=%esi),<in13=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4787-xorl 52(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4789-# qhasm: in9 ^= *(uint32 *) (m + 36)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4790:# asm 1: xorl 36(<m=int32#5),<in9=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4791:# asm 2: xorl 36(<m=%esi),<in9=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4792-xorl 36(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4794-# qhasm: *(uint32 *) (out + 20) = in5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4795:# asm 1: movl <in5=int32#1,20(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4796:# asm 2: movl <in5=%eax,20(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4797-movl %eax,20(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4799-# qhasm: *(uint32 *) (out + 4) = in1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4800:# asm 1: movl <in1=int32#2,4(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4801:# asm 2: movl <in1=%ecx,4(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4802-movl %ecx,4(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4804-# qhasm: *(uint32 *) (out + 52) = in13
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4805:# asm 1: movl <in13=int32#3,52(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4806:# asm 2: movl <in13=%edx,52(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4807-movl %edx,52(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4809-# qhasm: *(uint32 *) (out + 36) = in9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4810:# asm 1: movl <in9=int32#4,36(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4811:# asm 2: movl <in9=%ebx,36(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4812-movl %ebx,36(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4814-# qhasm: in10 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4815:# asm 1: movd   <diag0=int6464#1,>in10=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4816:# asm 2: movd   <diag0=%xmm0,>in10=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4817-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4819-# qhasm: in6 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4820:# asm 1: movd   <diag1=int6464#2,>in6=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4821:# asm 2: movd   <diag1=%xmm1,>in6=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4822-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4824-# qhasm: in2 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4825:# asm 1: movd   <diag2=int6464#3,>in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4826:# asm 2: movd   <diag2=%xmm2,>in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4827-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4829-# qhasm: in14 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4830:# asm 1: movd   <diag3=int6464#4,>in14=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4831:# asm 2: movd   <diag3=%xmm3,>in14=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4832-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4834-# qhasm: diag0 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4835:# asm 1: pshufd $0x39,<diag0=int6464#1,<diag0=int6464#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4836:# asm 2: pshufd $0x39,<diag0=%xmm0,<diag0=%xmm0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4837-pshufd $0x39,%xmm0,%xmm0
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4839-# qhasm: diag1 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4840:# asm 1: pshufd $0x39,<diag1=int6464#2,<diag1=int6464#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4841:# asm 2: pshufd $0x39,<diag1=%xmm1,<diag1=%xmm1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4842-pshufd $0x39,%xmm1,%xmm1
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4844-# qhasm: diag2 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4845:# asm 1: pshufd $0x39,<diag2=int6464#3,<diag2=int6464#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4846:# asm 2: pshufd $0x39,<diag2=%xmm2,<diag2=%xmm2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4847-pshufd $0x39,%xmm2,%xmm2
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4849-# qhasm: diag3 <<<= 96
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4850:# asm 1: pshufd $0x39,<diag3=int6464#4,<diag3=int6464#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4851:# asm 2: pshufd $0x39,<diag3=%xmm3,<diag3=%xmm3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4852-pshufd $0x39,%xmm3,%xmm3
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4854-# qhasm: in10 ^= *(uint32 *) (m + 40)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4855:# asm 1: xorl 40(<m=int32#5),<in10=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4856:# asm 2: xorl 40(<m=%esi),<in10=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4857-xorl 40(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4859-# qhasm: in6 ^= *(uint32 *) (m + 24)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4860:# asm 1: xorl 24(<m=int32#5),<in6=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4861:# asm 2: xorl 24(<m=%esi),<in6=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4862-xorl 24(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4864-# qhasm: in2 ^= *(uint32 *) (m + 8)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4865:# asm 1: xorl 8(<m=int32#5),<in2=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4866:# asm 2: xorl 8(<m=%esi),<in2=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4867-xorl 8(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4869-# qhasm: in14 ^= *(uint32 *) (m + 56)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4870:# asm 1: xorl 56(<m=int32#5),<in14=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4871:# asm 2: xorl 56(<m=%esi),<in14=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4872-xorl 56(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4874-# qhasm: *(uint32 *) (out + 40) = in10
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4875:# asm 1: movl <in10=int32#1,40(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4876:# asm 2: movl <in10=%eax,40(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4877-movl %eax,40(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4879-# qhasm: *(uint32 *) (out + 24) = in6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4880:# asm 1: movl <in6=int32#2,24(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4881:# asm 2: movl <in6=%ecx,24(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4882-movl %ecx,24(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4884-# qhasm: *(uint32 *) (out + 8) = in2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4885:# asm 1: movl <in2=int32#3,8(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4886:# asm 2: movl <in2=%edx,8(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4887-movl %edx,8(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4889-# qhasm: *(uint32 *) (out + 56) = in14
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4890:# asm 1: movl <in14=int32#4,56(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4891:# asm 2: movl <in14=%ebx,56(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4892-movl %ebx,56(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4894-# qhasm: in15 = diag0
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4895:# asm 1: movd   <diag0=int6464#1,>in15=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4896:# asm 2: movd   <diag0=%xmm0,>in15=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4897-movd   %xmm0,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4899-# qhasm: in11 = diag1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4900:# asm 1: movd   <diag1=int6464#2,>in11=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4901:# asm 2: movd   <diag1=%xmm1,>in11=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4902-movd   %xmm1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4904-# qhasm: in7 = diag2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4905:# asm 1: movd   <diag2=int6464#3,>in7=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4906:# asm 2: movd   <diag2=%xmm2,>in7=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4907-movd   %xmm2,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4909-# qhasm: in3 = diag3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4910:# asm 1: movd   <diag3=int6464#4,>in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4911:# asm 2: movd   <diag3=%xmm3,>in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4912-movd   %xmm3,%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4914-# qhasm: in15 ^= *(uint32 *) (m + 60)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4915:# asm 1: xorl 60(<m=int32#5),<in15=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4916:# asm 2: xorl 60(<m=%esi),<in15=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4917-xorl 60(%esi),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4919-# qhasm: in11 ^= *(uint32 *) (m + 44)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4920:# asm 1: xorl 44(<m=int32#5),<in11=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4921:# asm 2: xorl 44(<m=%esi),<in11=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4922-xorl 44(%esi),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4924-# qhasm: in7 ^= *(uint32 *) (m + 28)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4925:# asm 1: xorl 28(<m=int32#5),<in7=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4926:# asm 2: xorl 28(<m=%esi),<in7=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4927-xorl 28(%esi),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4929-# qhasm: in3 ^= *(uint32 *) (m + 12)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4930:# asm 1: xorl 12(<m=int32#5),<in3=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4931:# asm 2: xorl 12(<m=%esi),<in3=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4932-xorl 12(%esi),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4934-# qhasm: *(uint32 *) (out + 60) = in15
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4935:# asm 1: movl <in15=int32#1,60(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4936:# asm 2: movl <in15=%eax,60(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4937-movl %eax,60(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4939-# qhasm: *(uint32 *) (out + 44) = in11
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4940:# asm 1: movl <in11=int32#2,44(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4941:# asm 2: movl <in11=%ecx,44(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4942-movl %ecx,44(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4944-# qhasm: *(uint32 *) (out + 28) = in7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4945:# asm 1: movl <in7=int32#3,28(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4946:# asm 2: movl <in7=%edx,28(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4947-movl %edx,28(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4949-# qhasm: *(uint32 *) (out + 12) = in3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4950:# asm 1: movl <in3=int32#4,12(<out=int32#6)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4951:# asm 2: movl <in3=%ebx,12(<out=%edi)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4952-movl %ebx,12(%edi)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4954-# qhasm:   bytes = bytes_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4955:# asm 1: movl <bytes_stack=stack32#7,>bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4956:# asm 2: movl <bytes_stack=24(%esp),>bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4957-movl 24(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4959-# qhasm:   in8 = ((uint32 *)&x2)[0]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4960:# asm 1: movl <x2=stack128#4,>in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4961:# asm 2: movl <x2=80(%esp),>in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4962-movl 80(%esp),%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4964-# qhasm:   in9 = ((uint32 *)&x3)[1]
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4965:# asm 1: movl 4+<x3=stack128#1,>in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4966:# asm 2: movl 4+<x3=32(%esp),>in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4967-movl 4+32(%esp),%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4969-# qhasm:   carry? in8 += 1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4970:# asm 1: add  $1,<in8=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4971:# asm 2: add  $1,<in8=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4972-add  $1,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4974-# qhasm:   in9 += 0 + carry
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4975:# asm 1: adc $0,<in9=int32#3
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4976:# asm 2: adc $0,<in9=%edx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4977-adc $0,%edx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4979-# qhasm:   ((uint32 *)&x2)[0] = in8
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4980:# asm 1: movl <in8=int32#2,>x2=stack128#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4981:# asm 2: movl <in8=%ecx,>x2=80(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4982-movl %ecx,80(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4984-# qhasm:   ((uint32 *)&x3)[1] = in9
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4985:# asm 1: movl <in9=int32#3,4+<x3=stack128#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4986:# asm 2: movl <in9=%edx,4+<x3=32(%esp)
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4987-movl %edx,4+32(%esp)
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4989-# qhasm:                          unsigned>? unsigned<? bytes - 64
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4990:# asm 1: cmp  $64,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:4991:# asm 2: cmp  $64,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-4992-cmp  $64,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5002-# qhasm:       m = out
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5003:# asm 1: mov  <out=int32#6,>m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5004:# asm 2: mov  <out=%edi,>m=%esi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5005-mov  %edi,%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5007-# qhasm:       out = ctarget
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5008:# asm 1: movl <ctarget=stack32#6,>out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5009:# asm 2: movl <ctarget=20(%esp),>out=%edi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5010-movl 20(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5012-# qhasm:       i = bytes
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5013:# asm 1: mov  <bytes=int32#1,>i=int32#2
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5014:# asm 2: mov  <bytes=%eax,>i=%ecx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5015-mov  %eax,%ecx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5028-# qhasm:     eax = eax_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5029:# asm 1: movl <eax_stack=stack32#1,>eax=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5030:# asm 2: movl <eax_stack=0(%esp),>eax=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5031-movl 0(%esp),%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5033-# qhasm:     ebx = ebx_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5034:# asm 1: movl <ebx_stack=stack32#2,>ebx=int32#4
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5035:# asm 2: movl <ebx_stack=4(%esp),>ebx=%ebx
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5036-movl 4(%esp),%ebx
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5038-# qhasm:     esi = esi_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5039:# asm 1: movl <esi_stack=stack32#3,>esi=int32#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5040:# asm 2: movl <esi_stack=8(%esp),>esi=%esi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5041-movl 8(%esp),%esi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5043-# qhasm:     edi = edi_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5044:# asm 1: movl <edi_stack=stack32#4,>edi=int32#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5045:# asm 2: movl <edi_stack=12(%esp),>edi=%edi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5046-movl 12(%esp),%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5048-# qhasm:     ebp = ebp_stack
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5049:# asm 1: movl <ebp_stack=stack32#5,>ebp=int32#7
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5050:# asm 2: movl <ebp_stack=16(%esp),>ebp=%ebp
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5051-movl 16(%esp),%ebp
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5061-# qhasm:   bytes -= 64
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5062:# asm 1: sub  $64,<bytes=int32#1
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5063:# asm 2: sub  $64,<bytes=%eax
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5064-sub  $64,%eax
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5066-# qhasm:   out += 64
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5067:# asm 1: add  $64,<out=int32#6
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5068:# asm 2: add  $64,<out=%edi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5069-add  $64,%edi
##############################################
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5071-# qhasm:   m += 64
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5072:# asm 1: add  $64,<m=int32#5
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s:5073:# asm 2: add  $64,<m=%esi
curvedns-0.87/nacl/crypto_stream/salsa208/x86_xmm5/stream.s-5074-add  $64,%esi
##############################################
curvedns-0.87/nacl/okcompilers/do-177-
curvedns-0.87/nacl/okcompilers/do:178:numabinames=`awk '{print $2}' < abinames | sort -u | wc -l`
curvedns-0.87/nacl/okcompilers/do-179-numabis=`oldbin/okabi | wc -l`
##############################################
curvedns-0.87/debian/curvedns.postinst-22-		# extract public and private keys from the output
curvedns-0.87/debian/curvedns.postinst:23:		DNSPUBKEY=`echo "$CURVE_KEYS" | awk '/DNS public key:/ {print $4}'`
curvedns-0.87/debian/curvedns.postinst:24:		HEXPUBKEY=`echo "$CURVE_KEYS" | awk '/Hex public key:/ {print $4}'`
curvedns-0.87/debian/curvedns.postinst:25:		HEXSECRETKEY=`echo "$CURVE_KEYS" | awk '/Hex secret key:/ {print $4}'`
curvedns-0.87/debian/curvedns.postinst-26-