Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 exptools; site ihuxb.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!ihuxb!wfmans From: wfmans@ihuxb.UUCP (w. mansfield) Newsgroups: net.arch Subject: Integer multiplies and divides, and the WE 32100 Message-ID: <1120@ihuxb.UUCP> Date: Thu, 25-Jul-85 11:15:01 EDT Article-I.D.: ihuxb.1120 Posted: Thu Jul 25 11:15:01 1985 Date-Received: Sun, 28-Jul-85 14:39:17 EDT Distribution: net Organization: AT&T Bell Laboratories Lines: 9 Since the multiply and divide instructions for all the other extant 32bit microprocessors has be discussed, I might as well add the AT&T WE(TM) 32100. The WE32100 supports 8x8=8, 16x16=16 and 32x32=32 bit multiplication division and modulo. No 64 bit result or dividend provided. This is consistent with the data types provided by the chip, but a pain if you really want the upper 32 bits. The chip does indicate an overflow by flag and maskable trap.