Re: SSE2 register addition (linux gas)
- From: jacob navia <spamtrap@xxxxxxxxxx>
- Date: Fri, 25 Aug 2006 10:49:08 +0200
Alexander Knopf a écrit :
quick questions about the above.
i'm writing a program that handles large numbers, over 128 bits.
now i understand i could just put 4 DWord sections of any number into an
xmm register, put another 4 DWords into a second and add them.
however, i don't know how the carry flag is handled.
so questions as follows:
1) which byte order would i have to use ?
2) would the carry bit be added to the next higher dword ?
3) what happens if the highest dword addition produces a carry ?
any help is greatly appreciated.
-Alexander Knopf
I would check first if there is a 128 bit ADD instruction...
.
- References:
- SSE2 register addition (linux gas)
- From: Alexander Knopf
- SSE2 register addition (linux gas)
- Prev by Date: Re: Best way to emulate BSR?
- Next by Date: Re: 64bit/64bit fixed point division?
- Previous by thread: SSE2 register addition (linux gas)
- Next by thread: Re: SSE2 register addition (linux gas)
- Index(es):
Relevant Pages
|