home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / arch / 8306 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.5 KB  |  33 lines

  1. Newsgroups: comp.arch
  2. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!nntpd2.cxo.dec.com!nntpd.lkg.dec.com!engage.pko.dec.com!e2big.mko.dec.com!cvg.enet.dec.com!pettengill
  3. From: pettengill@cvg.enet.dec.com ()
  4. Subject: Re: 64-bit CPU vs 2 x 32-bit CPUs
  5. Message-ID: <1992Jul25.055944.15039@e2big.mko.dec.com>
  6. Sender: guest@e2big.mko.dec.com (Guest (DECnet))
  7. Reply-To: pettengill@cvg.enet.dec.com ()
  8. Organization: Digital Equipment Corporation
  9. References: <9207160336.AA02067@x1sun6.ccl.itri.org.tw> <GLEW.92Jul23181843@pdx007.intel.com> <l7133mINN75s@spim.mips.com>
  10. Date: Sat, 25 Jul 92 05:59:44 GMT
  11. Lines: 20
  12.  
  13. In article <l7133mINN75s@spim.mips.com>, mash@mips.com (John Mashey) writes:
  14.  
  15. |>2) A few applications exist where pushing 64-bit integers around
  16. |>conveniently might have good gains, either due to 64x64->128
  17. |>multiplies, or just puhsing data 2X faster conveniently.
  18.  
  19. Not all 64-bit integer operations involve numbers.  I don't know about
  20. other architectures, but the Alpha architecture includes an instruction
  21. or two that allows character compares and related operations to be done
  22. 8 octets at a time.  In particular, CMPBGE does 8 bytewise compares in
  23. parallel.
  24.  
  25. I'm sure that there are a number of other places where 64-bit registers
  26. can be put to good use even when the address space and the integers in
  27. general only use 32 or maybe even 16 bits.  (I've been thinking about
  28. the design of a PDP-11 emulator, and one option is to put all the general
  29. registers in two 64 bit registers...)
  30.  
  31. mulp
  32. DEC
  33.