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

  /src/sys/arch/hppa/spmath/
fpbits.h 48 * should be predefined using the constants HOSTWDSZ and BITFRL and
55 #ifndef HOSTWDSZ
56 #define HOSTWDSZ 32
70 ((object) >> (HOSTWDSZ - (start) - (length)) & \
71 ((unsigned)-1 >> (HOSTWDSZ - (length))))
74 ((int)((object) << start) >> (HOSTWDSZ - (length)))
77 ((object) & (((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ-start-len)))
80 ((object) & ~(((unsigned)-1 >> (HOSTWDSZ-(len))) << (HOSTWDSZ-(start)-(len)))) |
    [all...]
  /src/sys/arch/hppa/hppa/
db_disasm.c 216 * should be predefined using the constants HOSTWDSZ and BITFRL and
223 #ifndef HOSTWDSZ
224 #define HOSTWDSZ 32
251 #define DeclBitfR(s,l,n) struct n { int:(HOSTWDSZ-(s)-(l)); unsigned n:l;} n;
253 #define DeclBitfR(s,l,n) struct n { int:((s)+(HOSTWDSZ-32)); unsigned n:l;} n;
285 #if HOSTWDSZ > 32
297 #if HOSTWDSZ > 32

Completed in 16 milliseconds