This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Possible C++ patch: mangling of 128-bit integers


On Mar 13, 2002, Richard Henderson <rth@redhat.com> wrote:

> On Wed, Mar 13, 2002 at 11:51:03AM +0000, Richard Sandiford wrote:
>> ! 		  if (GET_MODE_BITSIZE (TYPE_MODE (type)) == 128)

>    TYPE_MODE (type) == TImode

> seems more correct.  Otherwise e.g. V4SImode and V8HImode
> and V16QImode will all be mangled as 'o'.

Hmm...  But how about different-sized TImodes?  (say, on a machine
with 32-bits QImode) I.e., is the encoding related with the actual
width of the type in bits, or with how many units of whatever width
they can hold as a single integer number?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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