Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. > local x = 1.2 for i=1,1e3 do x = x * -3 end
  2. ---- TRACE 1 start stdin:1
  3. 0006 MULVN 0 0 1 ; -3
  4. 0007 FORL 1 => 0006
  5. ---- TRACE 1 IR
  6. .... SNAP #0 [ ---- ]
  7. 0001 rbp int SLOAD #2 CI
  8. 0002 xmm7 > num SLOAD #1 T
  9. 0003 xmm7 + num MUL 0002 -3
  10. 0004 rbp + int ADD 0001 +1
  11. .... SNAP #1 [ ---- 0003 ]
  12. 0005 > int LE 0004 +1000
  13. .... SNAP #2 [ ---- 0003 0004 ---- ---- 0004 ]
  14. 0006 ------------ LOOP ------------
  15. 0007 xmm7 + num MUL 0003 -3
  16. 0008 rbp + int ADD 0004 +1
  17. .... SNAP #3 [ ---- 0007 ]
  18. 0009 > int LE 0008 +1000
  19. 0010 rbp int PHI 0004 0008
  20. 0011 xmm7 num PHI 0003 0007
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement