- Timestamp:
- Aug 12, 2007, 3:32:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0708/compiler/PPC/ppc-lapmacros.lisp
r5096 r7026 175 175 (:ppc32 `(slwi ,@args)) 176 176 (:ppc64 `(sldi ,@args)))) 177 178 (defppclapmacro slri. (&rest args) 179 (target-arch-case 180 (:ppc32 `(slwi. ,@args)) 181 (:ppc64 `(sldi. ,@args)))) 177 182 178 183 (defppclapmacro srr (&rest args)
Note:
See TracChangeset
for help on using the changeset viewer.
