This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: MMX: Messy Multimedia eXtensions


> - Assign them register numbers separate from the FP stack registers'.
> - Assign them the same numbers as the FP stack registers, and treat them as
>   an alternative way of looking at the FP registers' mantissas.

Two quickies from the peanut gallery:

Mapping one register to two numbers is hazardous to any code that might
exist which saves/restores the register file by naively looping through
the register numbers.

Don't the Pentium 3 "SSE" extensions make FP+MMX registers become truly
distinct registers? I suppose you're taking it as a given that we already
know how to handle this case; just thought I should mention it anyway...

-- 
Todd Whitesel
toddpw @ windriver.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]