Re: Combining two MMX registers into one SSE register?
- From: "robertwessel2@xxxxxxxxx" <spamtrap@xxxxxxxxxx>
- Date: Wed, 26 Oct 2005 22:17:14 +0000 (UTC)
Rich Fife wrote:
> Is there a way to combine two MMX registers into the low and high quad
> words of an SSE register without getting memory involved? MOVQ2DQ does
> a zero extend, unfortunately, or it would be easy.
Two MOVQ2DQ's followed by either a SHUFPD or PSLLDQ/POR pair.
.
- References:
- Combining two MMX registers into one SSE register?
- From: Rich Fife
- Combining two MMX registers into one SSE register?
- Prev by Date: Re: Combining two MMX registers into one SSE register?
- Next by Date: Re: compiler generated output
- Previous by thread: Re: Combining two MMX registers into one SSE register?
- Next by thread: Re: Combining two MMX registers into one SSE register?
- Index(es):