Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (m_indicatorSize < 1.0) ? m_indicatorSize = 1.0 : m_indicatorSize;
  2. vmovsd 0x2402(%rip), %xmm3 # xmm3 = mem[0],zero
  3. vmaxsd %xmm1, %xmm3, %xmm1
  4.  
  5.  
  6. if(m_indicatorSize < 1.0)
  7. vmovsd 0x2402(%rip), %xmm3 # xmm3 = mem[0],zero
  8. vmaxsd %xmm1, %xmm3, %xmm1
  9. m_indicatorSize = 1.0;
  10. vmovsd %xmm1, 0x188(%rbx)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement