Re: multiply accumulator overflow detection
- From: Herbert Kleebauer <klee@xxxxxxxxx>
- Date: Tue, 27 Nov 2007 09:58:31 +0100
knguyen wrote:
I am writing a function that perform multiplication and accumulation
in MIPS, the results are stored into Hi and Lo registers. The overflow
might occur during the accumulation. How do I detect overflow when the
results are stored in two registers?
I'm not familiar with the MIPS architecture. As far as I remember in the
R2000/R3000 MIPS processors the add instruction generated an exception if
a overflow occurred. But you should find the answer to your question in
the processor manual.
.
- References:
- multiply accumulator overflow detection
- From: knguyen
- multiply accumulator overflow detection
- Prev by Date: Re: how can i know the true religion?
- Next by Date: Re: how can i know the true religion?
- Previous by thread: multiply accumulator overflow detection
- Next by thread: Calling BIOS from Win XP 64 driver
- Index(es):
Relevant Pages
|