home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / arch / 12361 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.9 KB  |  66 lines

  1. Newsgroups: comp.arch
  2. Path: sparky!uunet!cs.utexas.edu!geraldo.cc.utexas.edu!portal.austin.ibm.com!awdprime.austin.ibm.com!mbjr
  3. From: mbjr@austin.ibm.com ()
  4. Subject: Re: Machines with cond. assignment instruction?
  5. Originator: mbjr@bretz.austin.ibm.com
  6. Sender: news@austin.ibm.com (News id)
  7. Message-ID: <C19Gp4.1vt1@austin.ibm.com>
  8. Date: Fri, 22 Jan 1993 15:07:52 GMT
  9. References: <1993Jan21.163607.31684@watson.ibm.com> <1993Jan22.111931.23733@odin.diku.dk>
  10. Organization: IBM Austin
  11. Lines: 53
  12.  
  13.  
  14. Some other machines that have conditional assignment instructions:
  15.  
  16. 1- The IBM TJWatson VLIW, developed by K.Ebcioglu. Its instructions
  17.     are best represented as a tree such as
  18.  
  19.         if cc1 then
  20.             R1=R2+R3
  21.         else if cc2
  22. `            R2=R3+R4
  23.         else 
  24.                 R3=R4+R5
  25.  
  26.    In other words, it allows for some form of ANDing of condition codes
  27. to be specified on the (long) instruction.
  28.  
  29. 2- The SIGNETICS LIFE processor: there, every opcode has a third (boolean)
  30.     input. It also is a VLIW
  31.  
  32. 3- The Multiflow TRACE has a "conditional assignment" opcode
  33.  
  34.     The references are
  35.  
  36.  
  37. [1] @Article(IBMVLIW,
  38.         Author="K. Ebcioglu",
  39.         Key="IBM_VLIW",
  40.         Title="Some Design Ideas for a VLIW Architecture for
  41. Sequential-natured Software",
  42.         Journal="Proceeding of the IFIP Working Conference on Parallel
  43. Processing",
  44.         Place="Pisa, Italy",
  45.         Month="April",
  46.         Year="1988")
  47.  
  48. [2]@Article(LIFE,
  49.         Author="J. Labrousse, G. Slavenburg",
  50.         Key="LIFE",
  51.         Title="CREATE-LIFE: A Design System for High Performance VLSI Circuits",
  52.         Journal="ICCD 1988")
  53.  
  54. [3]@Article(Colwell88,
  55.         Author="R. P. Colwell et al.",
  56.         Key="Colwell88",
  57.         Title="A VLIW architecture for a trace scheduling compiler",
  58.         Journal="IEEE Trans. Comp.",
  59.         Month="Aug",
  60.         Year="1988")
  61. -- 
  62.     Mauricio Breternitz Jr, Ph.D.         mbjr@futserv.austin.ibm.com
  63.     IBM AWD - Internal ZIP 9461
  64.     11400 Burnet Road - Austin, TX 78758
  65.     Austin TX 78758                 phone (512) 838 8531
  66.