public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Jonah Graham" <gccmail@whalesolutions.ca>
To: <tm_gccmail@mail.kloo.net>, "Gabriele Caracausi" <gabriele@caracausi.it>
Cc: "GCC ML" <gcc@gcc.gnu.org>
Subject: Re: help about new porting (.h file)
Date: Fri, 04 Apr 2003 01:26:00 -0000	[thread overview]
Message-ID: <016b01c2fa3b$bad59850$97d128d9@altera.priv.altera.com> (raw)
In-Reply-To: <Pine.LNX.4.21.0304031535410.3886-100000@mail.kloo.net>


tm_gccmail@mail.kloo.net wrote:

> from "rtl.texi" line 890 of 3502:
>
> @findex HImode
> @item HImode
> ``Half-Integer'' mode represents a two-byte integer.
>
> HImode is always 16 bits.

Actually what that means is that it is two bytes where a byte is defined by
BITS_PER_UNIT. While in most targets that makes it 16-bits, HImode is not
always 16-bits. See the c4x and dsp16xx ports which have 64-bit and 32-bit
HImodes respectively.

(But don't let that confuse the issue for a new port if you have a "normal"
byte.)

Jonah

  reply	other threads:[~2003-04-03 23:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-03 12:58 Gabriele Caracausi
2003-04-03 12:59 ` Dave Hudson
2003-04-04  0:05 ` tm_gccmail
2003-04-04  1:26   ` Jonah Graham [this message]
2003-04-04  3:50     ` tm_gccmail

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='016b01c2fa3b$bad59850$97d128d9@altera.priv.altera.com' \
    --to=gccmail@whalesolutions.ca \
    --cc=gabriele@caracausi.it \
    --cc=gcc@gcc.gnu.org \
    --cc=tm_gccmail@mail.kloo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).