Home
last modified time | relevance | path

Searched refs:HOSTWDSZ (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/arch/hppa/spmath/
Dfpbits.h29 #ifndef HOSTWDSZ
30 #define HOSTWDSZ 32 macro
44 ((object) >> (HOSTWDSZ - (start) - (length)) & \
45 ((unsigned)-1 >> (HOSTWDSZ - (length))))
48 ((int)((object) << start) >> (HOSTWDSZ - (length)))
51 ((object) & (((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ-start-len)))
54 ((object) & ~(((unsigned)-1 >> (HOSTWDSZ-(len))) << (HOSTWDSZ-(start)-(len)))) | \
55 (((value) & ((unsigned)-1 >> (HOSTWDSZ-(len)))) << (HOSTWDSZ-(start)-(len)))
/openbsd/src/sys/arch/hppa/hppa/
Ddb_disasm.c216 #ifndef HOSTWDSZ
217 #define HOSTWDSZ 32 macro
244 #define DeclBitfR(s,l,n) struct n { int:(HOSTWDSZ-(s)-(l)); unsigned n:l;};
246 #define DeclBitfR(s,l,n) struct n { int:((s)+(HOSTWDSZ-32)); unsigned n:l;};
278 #if HOSTWDSZ > 32
290 #if HOSTWDSZ > 32