Changeset 5104


Ignore:
Timestamp:
Sep 4, 2006, 3:16:18 PM (18 years ago)
Author:
Gary Byers
Message:

LOAD-CHARACTER-CONSTANT: and the char code with #xff to get the low byte.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/PPC/PPC64/ppc64-vinsns.lisp

    r5100 r5104  
    34333433                                             ((code :u8const))
    34343434                                             ())
    3435   (ori dest ppc::rzero (:apply logior (:apply ash code 8) ppc64::subtag-character))
     3435  (ori dest ppc::rzero (:apply logior (:apply ash (:apply logand #xff code) 8) ppc64::subtag-character))
    34363436  ((:not (:pred = 0 (:apply ldb (byte 16 8) code)))
    34373437   (oris dest dest (:apply ldb (byte 16 8) code))))
Note: See TracChangeset for help on using the changeset viewer.