Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. movsxd rsi,r11d
  2. vmovss xmm0,dword ptr [rcx+rsi*4+10h]
  3. vmulss xmm0,xmm0,xmm0
  4. movsxd rsi,r11d
  5. vmovss xmm1,dword ptr [rdx+rsi*4+10h]
  6. vmulss xmm1,xmm1,xmm1
  7. vaddss xmm0,xmm0,xmm1
  8. movsxd rsi,r11d
  9. vmovss xmm1,dword ptr [r8+rsi*4+10h]
  10. vmulss xmm1,xmm1,xmm1
  11. vaddss xmm0,xmm0,xmm1
  12. movsxd rsi,r11d
  13. vmovss dword ptr [r9+rsi*4+10h],xmm0
  14. inc r11d
  15. cmp r10d,r11d
  16. jg 00007FF98D076BDF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement