Changeset 7384 for branches


Ignore:
Timestamp:
Oct 12, 2007, 2:19:23 AM (17 years ago)
Author:
Gary Byers
Message:

"slri.".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/working-0710/ccl/compiler/PPC/ppc-lapmacros.lisp

    r5096 r7384  
    175175   (:ppc32 `(slwi ,@args))
    176176   (:ppc64 `(sldi ,@args))))
     177
     178(defppclapmacro slri. (&rest args)
     179  (target-arch-case
     180   (:ppc32 `(slwi. ,@args))
     181   (:ppc64 `(sldi. ,@args))))
    177182
    178183(defppclapmacro srr (&rest args)
Note: See TracChangeset for help on using the changeset viewer.