Where can I find the instruction sets for G4/G5? In particular, I want
to find out whether the instructions exist for, and the timings of:
32 bit integer * 32 bit integer = 32 bit integer
32 * 32 = 64
etc, and the same for floating point.
Don Bruder - 27 Feb 2005 03:31 GMT
> Where can I find the instruction sets for G4/G5? In particular, I want
> to find out whether the instructions exist for, and the timings of:
>
> 32 bit integer * 32 bit integer = 32 bit integer
> 32 * 32 = 64
> etc, and the same for floating point.
Look at the Motorola website. You're wanting stuff that will be covereed
(probably in more detail than you realized was possible...) by one of
sevearl PowerPC tech books, all of which can be had for the asking (or
at least, they could when I got mine) on the website. Sorry I can't be
more specific than that, but it's been a while since I tried to dig up
such information.

Signature
Don Bruder - dakidd@sonic.net - New Email policy in effect as of Feb. 21, 2004.
Short form: I'm trashing EVERY E-mail that doesn't contain a password in the
subject unless it comes from a "whitelisted" (pre-approved by me) address.
See <http://www.sonic.net/~dakidd/main/contact.html> for full details.
Paul Russell - 27 Feb 2005 09:11 GMT
> Where can I find the instruction sets for G4/G5? In particular, I want
> to find out whether the instructions exist for, and the timings of:
>
> 32 bit integer * 32 bit integer = 32 bit integer
> 32 * 32 = 64
> etc, and the same for floating point.
As an alternative to downloading the relevant manuals from the Freescale
and/or IBM WWW sites, there's a handy dandy ISA reference in the Help
menu of Shark (download and install the latest CHUD tools if you haven't
already).
Paul