Symbol: Bitfield_mask
sys/arch/hppa/spmath/float.h
100
#define Is_sbit28(object) Bitfield_mask( 28, 1,object)
sys/arch/hppa/spmath/float.h
101
#define Is_sbit29(object) Bitfield_mask( 29, 1,object)
sys/arch/hppa/spmath/float.h
102
#define Is_sbit30(object) Bitfield_mask( 30, 1,object)
sys/arch/hppa/spmath/float.h
103
#define Is_sbit31(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
119
#define Dmantissap1(object) Bitfield_mask( 12, 20,object)
sys/arch/hppa/spmath/float.h
123
#define Dexponentmantissap1(object) Bitfield_mask( 1, 31,object)
sys/arch/hppa/spmath/float.h
129
#define Dlowp1(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
130
#define Dlow31p1(object) Bitfield_mask( 1, 31,object)
sys/arch/hppa/spmath/float.h
147
#define Is_dsign(object) Bitfield_mask( 0, 1,object)
sys/arch/hppa/spmath/float.h
148
#define Is_dsignaling(object) Bitfield_mask( 12, 1,object)
sys/arch/hppa/spmath/float.h
149
#define Is_dhidden(object) Bitfield_mask( 11, 1,object)
sys/arch/hppa/spmath/float.h
150
#define Is_dhiddenoverflow(object) Bitfield_mask( 10, 1,object)
sys/arch/hppa/spmath/float.h
151
#define Is_dlowp1(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
152
#define Is_dhighp1(object) Bitfield_mask( 0, 1,object)
sys/arch/hppa/spmath/float.h
153
#define Is_dbit3p1(object) Bitfield_mask( 3, 1,object)
sys/arch/hppa/spmath/float.h
157
#define Dlowp2(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
158
#define Dlow4p2(object) Bitfield_mask( 28, 4,object)
sys/arch/hppa/spmath/float.h
159
#define Dlow31p2(object) Bitfield_mask( 1, 31,object)
sys/arch/hppa/spmath/float.h
168
#define Dbit31p2(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
172
#define Is_dlowp2(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
173
#define Is_dhighp2(object) Bitfield_mask( 0, 1,object)
sys/arch/hppa/spmath/float.h
174
#define Is_dbit2p2(object) Bitfield_mask( 2, 1,object)
sys/arch/hppa/spmath/float.h
175
#define Is_dbit3p2(object) Bitfield_mask( 3, 1,object)
sys/arch/hppa/spmath/float.h
176
#define Is_dbit21p2(object) Bitfield_mask( 21, 1,object)
sys/arch/hppa/spmath/float.h
177
#define Is_dbit28p2(object) Bitfield_mask( 28, 1,object)
sys/arch/hppa/spmath/float.h
178
#define Is_dbit29p2(object) Bitfield_mask( 29, 1,object)
sys/arch/hppa/spmath/float.h
179
#define Is_dbit30p2(object) Bitfield_mask( 30, 1,object)
sys/arch/hppa/spmath/float.h
180
#define Is_dbit31p2(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
412
#define Instructionfield(object) Bitfield_mask( 6,26,object)
sys/arch/hppa/spmath/float.h
62
#define Smantissa(object) Bitfield_mask( 9, 23,object)
sys/arch/hppa/spmath/float.h
66
#define Sexponentmantissa(object) Bitfield_mask( 1, 31,object)
sys/arch/hppa/spmath/float.h
72
#define Slow(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
73
#define Slow4(object) Bitfield_mask( 28, 4,object)
sys/arch/hppa/spmath/float.h
74
#define Slow31(object) Bitfield_mask( 1, 31,object)
sys/arch/hppa/spmath/float.h
82
#define Sbit31(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
94
#define Is_ssign(object) Bitfield_mask( 0, 1,object)
sys/arch/hppa/spmath/float.h
95
#define Is_ssignaling(object) Bitfield_mask( 9, 1,object)
sys/arch/hppa/spmath/float.h
96
#define Is_shidden(object) Bitfield_mask( 8, 1,object)
sys/arch/hppa/spmath/float.h
97
#define Is_shiddenoverflow(object) Bitfield_mask( 7, 1,object)
sys/arch/hppa/spmath/float.h
98
#define Is_slow(object) Bitfield_mask( 31, 1,object)
sys/arch/hppa/spmath/float.h
99
#define Is_sbit24(object) Bitfield_mask( 24, 1,object)