This is the mail archive of the gcc@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: Need advice and example with a port to big endian machine that puts characters in the MOST significant byte of registers


Please take the time to read through the gcc manual thoroughly.
This will tell you, among other things you will probably need
later, about TRULY_NOOP_TRUNCATION, MODES_TIEABLE_P and named
patterns, like movqi, {zero_,}extendqi[hsdt]i and trunc[tdsh]iqi.

If you haven't used up PSImode and PHImode yet, you could also
promote characters to one of these modes, thus allowing bool
to use the lower 8 bits.

-- 
--------------------------
SuperH (UK) Ltd.
2410 Aztec West / Almondsbury / BRISTOL / BS32 4QX
T:+44 1454 465658


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