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: How to define target-specific PSImode?


Quoting Lev Yudalevich <lyudalev@gmail.com>:

First, thank you very very much for your reply!
Next, would you be so kind to give me a hint where can I find any info
about what you called "required conversions patterns from / to
PSImode" please?

doc/rtl.texi, section Standard Pattern Names For Generation, most notably the trunc*, extend* and zero_extend* patterns.

Note that the requirements for some patterns depend on macros like
TRULY_NOOP_TRUNCATION, POINTER_SIZE and POINTERS_EXTEND_UNSIGNED,
as described in doc/tm.texi.


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