Guest User

Untitled

a guest
Feb 16th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. double a = 10.0;
  2. double x = a * 10.0 / 7.0;
  3.  
  4. movsd xmm1, QWORD PTR [rbp-8]
  5. movsd xmm0, QWORD PTR .LC0[rip]
  6. mulsd xmm0, xmm1
  7. movsd xmm1, QWORD PTR .LC1[rip]
  8. divsd xmm0, xmm1
  9. movsd QWORD PTR [rbp-16], xmm0
  10.  
  11. double y = a * (10.0 / 7.0);
  12.  
  13. movsd xmm1, QWORD PTR [rbp-8]
  14. movsd xmm0, QWORD PTR .LC2[rip]
  15. mulsd xmm0, xmm1
  16. movsd QWORD PTR [rbp-24], xmm0
Add Comment
Please, Sign In to add comment