Symbol: Bitfield_mask
sys/arch/hppa/spmath/float.h
100
#define Dlowp1(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
101
#define Dlow31p1(object) Bitfield_mask( 1, 31,object)
sys/arch/hppa/spmath/float.h
118
#define Is_dsign(object) Bitfield_mask( 0, 1,object)
sys/arch/hppa/spmath/float.h
119
#define Is_dsignaling(object) Bitfield_mask( 12, 1,object)
sys/arch/hppa/spmath/float.h
120
#define Is_dhidden(object) Bitfield_mask( 11, 1,object)
sys/arch/hppa/spmath/float.h
121
#define Is_dhiddenoverflow(object) Bitfield_mask( 10, 1,object)
sys/arch/hppa/spmath/float.h
122
#define Is_dlowp1(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
123
#define Is_dhighp1(object) Bitfield_mask( 0, 1,object)
sys/arch/hppa/spmath/float.h
124
#define Is_dbit3p1(object) Bitfield_mask( 3, 1,object)
sys/arch/hppa/spmath/float.h
128
#define Dlowp2(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
129
#define Dlow4p2(object) Bitfield_mask( 28, 4,object)
sys/arch/hppa/spmath/float.h
130
#define Dlow31p2(object) Bitfield_mask( 1, 31,object)
sys/arch/hppa/spmath/float.h
139
#define Dbit31p2(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
143
#define Is_dlowp2(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
144
#define Is_dhighp2(object) Bitfield_mask( 0, 1,object)
sys/arch/hppa/spmath/float.h
145
#define Is_dbit2p2(object) Bitfield_mask( 2, 1,object)
sys/arch/hppa/spmath/float.h
146
#define Is_dbit3p2(object) Bitfield_mask( 3, 1,object)
sys/arch/hppa/spmath/float.h
147
#define Is_dbit21p2(object) Bitfield_mask( 21, 1,object)
sys/arch/hppa/spmath/float.h
148
#define Is_dbit28p2(object) Bitfield_mask( 28, 1,object)
sys/arch/hppa/spmath/float.h
149
#define Is_dbit29p2(object) Bitfield_mask( 29, 1,object)
sys/arch/hppa/spmath/float.h
150
#define Is_dbit30p2(object) Bitfield_mask( 30, 1,object)
sys/arch/hppa/spmath/float.h
151
#define Is_dbit31p2(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
33
#define Smantissa(object) Bitfield_mask( 9, 23,object)
sys/arch/hppa/spmath/float.h
37
#define Sexponentmantissa(object) Bitfield_mask( 1, 31,object)
sys/arch/hppa/spmath/float.h
385
#define Instructionfield(object) Bitfield_mask( 6,26,object)
sys/arch/hppa/spmath/float.h
43
#define Slow(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
44
#define Slow4(object) Bitfield_mask( 28, 4,object)
sys/arch/hppa/spmath/float.h
45
#define Slow31(object) Bitfield_mask( 1, 31,object)
sys/arch/hppa/spmath/float.h
53
#define Sbit31(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
65
#define Is_ssign(object) Bitfield_mask( 0, 1,object)
sys/arch/hppa/spmath/float.h
66
#define Is_ssignaling(object) Bitfield_mask( 9, 1,object)
sys/arch/hppa/spmath/float.h
67
#define Is_shidden(object) Bitfield_mask( 8, 1,object)
sys/arch/hppa/spmath/float.h
68
#define Is_shiddenoverflow(object) Bitfield_mask( 7, 1,object)
sys/arch/hppa/spmath/float.h
69
#define Is_slow(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
70
#define Is_sbit24(object) Bitfield_mask( 24, 1,object)
sys/arch/hppa/spmath/float.h
71
#define Is_sbit28(object) Bitfield_mask( 28, 1,object)
sys/arch/hppa/spmath/float.h
72
#define Is_sbit29(object) Bitfield_mask( 29, 1,object)
sys/arch/hppa/spmath/float.h
73
#define Is_sbit30(object) Bitfield_mask( 30, 1,object)
sys/arch/hppa/spmath/float.h
74
#define Is_sbit31(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
90
#define Dmantissap1(object) Bitfield_mask( 12, 20,object)
sys/arch/hppa/spmath/float.h
94
#define Dexponentmantissap1(object) Bitfield_mask( 1, 31,object)