Changeset 7790


Ignore:
Timestamp:
Nov 30, 2007, 11:39:49 AM (17 years ago)
Author:
Gary Byers
Message:

%natural-, %natural-c vinsn fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/working-0711/ccl/compiler/X86/x862.lisp

    r7718 r7790  
    87288728              (with-imm-target (xreg) (yreg :natural)
    87298729                (x862-two-targeted-reg-forms seg x xreg y yreg)
    8730                 (! %natural- xreg xreg yreg))
     8730                (! %natural- xreg yreg))
    87318731              (<- xreg))
    87328732            (progn
    87338733              (with-imm-target () (xreg :natural)
    87348734                (x862-one-targeted-reg-form seg x xreg)
    8735                 (! %natural--c xreg xreg u31y)
     8735                (! %natural--c xreg u31y)
    87368736                (<- xreg))))
    87378737          (^))))))
Note: See TracChangeset for help on using the changeset viewer.