- Timestamp:
- Oct 12, 2007, 2:19:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0710/ccl/compiler/PPC/ppc-lapmacros.lisp
r5096 r7384 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.
