#include "tconfig.h"#include "coretypes.h"#include "tm.h"

Go to the source code of this file.
Data Types | |
| union | TIunion |
| type | TIunion::TIstruct |
Typedefs | |
| typedef int TItype | __attribute__ ((mode(TI))) |
Functions/Subroutines | |
| TItype | __negti2 (TItype) |
| TItype | __ashlti3 (TItype, int) |
| TItype | __lshrti3 (TItype, int) |
| TItype __ashlti3 | ( | TItype | u, | |
| int | b | |||
| ) |
Definition at line 69 of file _tilib.c.
References BITS_PER_UNIT, DItype, TIunion::TIstruct::high, TIunion::ll, TIunion::TIstruct::low, TIunion::s, and UDItype.
| TItype __lshrti3 | ( | TItype | u, | |
| int | b | |||
| ) |
Definition at line 130 of file _tilib.c.
References BITS_PER_UNIT, DItype, TIunion::TIstruct::high, TIunion::ll, TIunion::TIstruct::low, TIunion::s, and UDItype.
| TItype __negti2 | ( | TItype | u | ) |
Definition at line 55 of file _tilib.c.
References TIunion::TIstruct::high, TIunion::ll, TIunion::TIstruct::low, TIunion::s, and UDItype.
1.5.6