Home | History | Annotate | Download | only in tests
      1 bits 64
      2 extrq xmm0, 5, 4
      3 extrq xmm6, 0, 7
      4 extrq xmm2, xmm3
      5 insertq xmm0, xmm1, 5, 4
      6 insertq xmm5, xmm6, 0, 7
      7 insertq xmm2, xmm3
      8 movntsd [0], xmm1
      9 movntsd qword [0], xmm5
     10 movntss [0], xmm3
     11 movntss dword [0], xmm7
     12 
     13 lzcnt ax, bx
     14 lzcnt cx, word [0]
     15 lzcnt dx, [0]
     16 lzcnt eax, ebx
     17 lzcnt ecx, dword [0]
     18 lzcnt edx, [0]
     19 lzcnt rax, rbx
     20 lzcnt rcx, qword [0]
     21 lzcnt rdx, [0]
     22 
     23 popcnt ax, bx
     24 popcnt cx, word [0]
     25 popcnt dx, [0]
     26 popcnt eax, ebx
     27 popcnt ecx, dword [0]
     28 popcnt edx, [0]
     29 popcnt rax, rbx
     30 popcnt rcx, qword [0]
     31 popcnt rdx, [0]
     32