source: trunk/third/gcc/bc-typecd.def @ 8834

Revision 8834, 812 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8833, which included commits to RCS files with non-trunk default branches.
Line 
1/* Typecodes used by the interpreter and their related
2   machine modes and types.
3
4   The last argument is used for retrieving the given
5   type from a varargs list. Due to a bug in varargs,
6   the type has to be the generic machine type of
7   larger. */
8
9DEFTYPECODE (QIcode, "QI", QImode, SItype)
10DEFTYPECODE (QUcode, "QU", QImode, SUtype)
11DEFTYPECODE (HIcode, "HI", HImode, SItype)
12DEFTYPECODE (HUcode, "HU", HImode, SUtype)
13DEFTYPECODE (SIcode, "SI", SImode, SItype)
14DEFTYPECODE (SUcode, "SU", SImode, SUtype)
15DEFTYPECODE (DIcode, "DI", DImode, DItype)
16DEFTYPECODE (DUcode, "DU", DImode, DUtype)
17DEFTYPECODE (SFcode, "SF", SFmode, SFtype)
18DEFTYPECODE (DFcode, "DF", DFmode, DFtype)
19DEFTYPECODE (XFcode, "XF", XFmode, XFtype)
20DEFTYPECODE (Pcode, "P", PSImode, Ptype)
21DEFTYPECODE (Tcode, "T", SImode, SItype)
Note: See TracBrowser for help on using the repository browser.