Added UWORD in preparation for future use in generate/remote-links
authorJim Miller <edu/mit/csail/zurich/jmiller>
Fri, 12 Nov 1993 14:53:35 +0000 (14:53 +0000)
committerJim Miller <edu/mit/csail/zurich/jmiller>
Fri, 12 Nov 1993 14:53:35 +0000 (14:53 +0000)
(rules3)

v7/src/compiler/machines/alpha/instr1.scm

index 1885195854ac0161578f09622a5e65621f03ab96..607eeba9c00f67ea7e028e55408baf4f4f57ee04 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: instr1.scm,v 1.1 1992/08/29 13:51:23 jinx Exp $
+$Id: instr1.scm,v 1.2 1993/11/12 14:53:35 jmiller Exp $
 
 Copyright (c) 1992 Digital Equipment Corporation (D.E.C.)
 
@@ -283,3 +283,8 @@ case.
   ;; BIS R31 R31 R31
   (()
    (LONG (6 #x11) (5 31) (5 31) (3 0) (1 0) (7 #x20) (5 31))))
+
+(define-instruction UWORD
+  ;; Directly insert 32 bit word into output stream
+  ((? expression)
+   (LONG (32 expression UNSIGNED))))