HomeSort by: relevance | last modified time | path
    Searched defs:UHItype (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/msp430/
floatunhidf.c 3 typedef unsigned int UHItype __attribute__ ((mode (HI)));
8 DFtype __floatunhidf (UHItype);
11 __floatunhidf (UHItype u)
floatunhisf.c 3 typedef unsigned int UHItype __attribute__ ((mode (HI)));
8 SFtype __floatunhisf (UHItype);
11 __floatunhisf (UHItype u)
  /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/
floatunhidf.c 3 typedef unsigned int UHItype __attribute__ ((mode (HI)));
8 DFtype __floatunhidf (UHItype);
11 __floatunhidf (UHItype u)
floatunhisf.c 3 typedef unsigned int UHItype __attribute__ ((mode (HI)));
8 SFtype __floatunhisf (UHItype);
11 __floatunhisf (UHItype u)
  /src/external/gpl3/gcc/dist/libgcc/config/nios2/
lib2-nios2.h 33 typedef unsigned short UHItype __attribute__ ((mode (HI)));
45 extern UHItype __udivhi3 (UHItype, UHItype);
46 extern UHItype __umodhi3 (UHItype, UHItype);
  /src/external/gpl3/gcc.old/dist/libgcc/config/nios2/
lib2-nios2.h 33 typedef unsigned short UHItype __attribute__ ((mode (HI)));
45 extern UHItype __udivhi3 (UHItype, UHItype);
46 extern UHItype __umodhi3 (UHItype, UHItype);
  /src/external/gpl3/gdb/dist/sim/ppc/
double.c 34 #define UHItype uint16_t
dp-bit.c 77 #ifndef UHItype
78 typedef unsigned int UHItype __attribute__ ((mode (HI)));
109 typedef UHItype halffractype;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
double.c 34 #define UHItype uint16_t
dp-bit.c 77 #ifndef UHItype
78 typedef unsigned int UHItype __attribute__ ((mode (HI)));
109 typedef UHItype halffractype;
  /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/
lib2-gcn.h 33 typedef unsigned short UHItype __attribute__ ((mode (HI)));
53 extern UHItype __udivhi3 (UHItype, UHItype);
54 extern UHItype __umodhi3 (UHItype, UHItype);
  /src/external/gpl3/gcc/dist/libgcc/
fp-bit.h 111 typedef unsigned int UHItype __attribute__ ((mode (HI)));
196 typedef UHItype halffractype;
libgcc2.h 128 typedef unsigned int UHItype __attribute__ ((mode (HI)));
237 #define UWtype UHItype
239 #define UHWtype UHItype
256 #define UDWtype UHItype
fixed-bit.h 63 typedef unsigned int UHItype __attribute__ ((mode (HI)));
144 #define DUINT_C_TYPE UHItype
154 #define DINT_C_TYPE UHItype
155 #define DUINT_C_TYPE UHItype
164 #define UINT_C_TYPE UHItype
181 #define INT_C_TYPE UHItype
182 #define UINT_C_TYPE UHItype
207 #define HUINT_C_TYPE UHItype
224 #define HINT_C_TYPE UHItype
225 #define HUINT_C_TYPE UHItype
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.h 111 typedef unsigned int UHItype __attribute__ ((mode (HI)));
196 typedef UHItype halffractype;
libgcc2.h 125 typedef unsigned int UHItype __attribute__ ((mode (HI)));
224 #define UWtype UHItype
226 #define UHWtype UHItype
243 #define UDWtype UHItype
fixed-bit.h 63 typedef unsigned int UHItype __attribute__ ((mode (HI)));
144 #define DUINT_C_TYPE UHItype
154 #define DINT_C_TYPE UHItype
155 #define DUINT_C_TYPE UHItype
164 #define UINT_C_TYPE UHItype
181 #define INT_C_TYPE UHItype
182 #define UINT_C_TYPE UHItype
207 #define HUINT_C_TYPE UHItype
224 #define HINT_C_TYPE UHItype
225 #define HUINT_C_TYPE UHItype
    [all...]

Completed in 38 milliseconds