Advertisement
Guest User

Untitled

a guest
Jun 8th, 2015
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. 0000000000001c40 <clamp_mv.isra.1>:
  2. 1c40: 53 push rbx
  3. 1c41: 4c 8b 5c 24 30 mov r11,QWORD PTR [rsp+0x30]
  4. 1c46: 48 8b 5c 24 38 mov rbx,QWORD PTR [rsp+0x38]
  5. 1c4b: 45 8d 90 00 80 00 00 lea r10d,[r8+0x8000]
  6. 1c52: 44 89 c0 mov eax,r8d
  7. 1c55: 41 81 e2 00 00 ff ff and r10d,0xffff0000
  8. 1c5c: 74 0b je 1c69 <clamp_mv.isra.1+0x29>
  9. 1c5e: 41 c1 f8 1f sar r8d,0x1f
  10. 1c62: 44 89 c0 mov eax,r8d
  11. 1c65: 66 35 ff 7f xor ax,0x7fff
  12. 1c69: 44 8d 81 00 80 00 00 lea r8d,[rcx+0x8000]
  13. 1c70: 41 89 ca mov r10d,ecx
  14. 1c73: 41 81 e0 00 00 ff ff and r8d,0xffff0000
  15. 1c7a: 74 0c je 1c88 <clamp_mv.isra.1+0x48>
  16. 1c7c: c1 f9 1f sar ecx,0x1f
  17. 1c7f: 41 89 ca mov r10d,ecx
  18. 1c82: 66 41 81 f2 ff 7f xor r10w,0x7fff
  19. 1c88: 41 0f bf ca movsx ecx,r10w
  20. 1c8c: 44 0f bf 13 movsx r10d,WORD PTR [rbx]
  21. 1c90: 44 39 d1 cmp ecx,r10d
  22. 1c93: 7f 0e jg 1ca3 <clamp_mv.isra.1+0x63>
  23. 1c95: 44 0f bf c0 movsx r8d,ax
  24. 1c99: 44 89 d1 mov ecx,r10d
  25. 1c9c: 45 39 d0 cmp r8d,r10d
  26. 1c9f: 41 0f 4e c8 cmovle ecx,r8d
  27. 1ca3: 41 8d 81 00 80 00 00 lea eax,[r9+0x8000]
  28. 1caa: 66 41 89 0b mov WORD PTR [r11],cx
  29. 1cae: 44 89 c9 mov ecx,r9d
  30. 1cb1: a9 00 00 ff ff test eax,0xffff0000
  31. 1cb6: 74 0c je 1cc4 <clamp_mv.isra.1+0x84>
  32. 1cb8: 41 c1 f9 1f sar r9d,0x1f
  33. 1cbc: 44 89 c9 mov ecx,r9d
  34. 1cbf: 66 81 f1 ff 7f xor cx,0x7fff
  35. 1cc4: 44 8d 82 00 80 00 00 lea r8d,[rdx+0x8000]
  36. 1ccb: 89 d0 mov eax,edx
  37. 1ccd: 41 81 e0 00 00 ff ff and r8d,0xffff0000
  38. 1cd4: 74 09 je 1cdf <clamp_mv.isra.1+0x9f>
  39. 1cd6: c1 fa 1f sar edx,0x1f
  40. 1cd9: 89 d0 mov eax,edx
  41. 1cdb: 66 35 ff 7f xor ax,0x7fff
  42. 1cdf: 0f bf d0 movsx edx,ax
  43. 1ce2: 0f bf 43 02 movsx eax,WORD PTR [rbx+0x2]
  44. 1ce6: 39 c2 cmp edx,eax
  45. 1ce8: 7f 0d jg 1cf7 <clamp_mv.isra.1+0xb7>
  46. 1cea: 44 0f bf c9 movsx r9d,cx
  47. 1cee: 41 39 c1 cmp r9d,eax
  48. 1cf1: 41 0f 4e c1 cmovle eax,r9d
  49. 1cf5: 89 c2 mov edx,eax
  50. 1cf7: 66 41 89 53 02 mov WORD PTR [r11+0x2],dx
  51. 1cfc: 5b pop rbx
  52. 1cfd: c3 ret
  53. 1cfe: 66 90 xchg ax,ax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement