Changeset 7026 for branches


Ignore:
Timestamp:
Aug 12, 2007, 3:32:42 PM (17 years ago)
Author:
Gary Byers
Message:

"slri.".

File:
1 edited

Legend:

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

    r5096 r7026  
    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.