Symbol: Bitfield_extract
sys/arch/hppa/spmath/float.h
116
#define Dsign(object) Bitfield_extract( 0, 1,object)
sys/arch/hppa/spmath/float.h
118
#define Dexponent(object) Bitfield_extract( 1, 11,object)
sys/arch/hppa/spmath/float.h
120
#define Dsignaling(object) Bitfield_extract( 12, 1,object)
sys/arch/hppa/spmath/float.h
121
#define Dsignalingnan(object) Bitfield_extract( 1, 12,object)
sys/arch/hppa/spmath/float.h
122
#define Dhigh2mantissa(object) Bitfield_extract( 12, 2,object)
sys/arch/hppa/spmath/float.h
124
#define Dsignexponent(object) Bitfield_extract( 0, 12,object)
sys/arch/hppa/spmath/float.h
125
#define Dhidden(object) Bitfield_extract( 11, 1,object)
sys/arch/hppa/spmath/float.h
126
#define Dhiddenoverflow(object) Bitfield_extract( 10, 1,object)
sys/arch/hppa/spmath/float.h
127
#define Dhiddenhigh7mantissa(object) Bitfield_extract( 11, 8,object)
sys/arch/hppa/spmath/float.h
128
#define Dhiddenhigh3mantissa(object) Bitfield_extract( 11, 4,object)
sys/arch/hppa/spmath/float.h
131
#define Dhighp1(object) Bitfield_extract( 0, 1,object)
sys/arch/hppa/spmath/float.h
132
#define Dhigh4p1(object) Bitfield_extract( 0, 4,object)
sys/arch/hppa/spmath/float.h
133
#define Dhigh31p1(object) Bitfield_extract( 0, 31,object)
sys/arch/hppa/spmath/float.h
135
#define Dbit3p1(object) Bitfield_extract( 3, 1,object)
sys/arch/hppa/spmath/float.h
160
#define Dhighp2(object) Bitfield_extract( 0, 1,object)
sys/arch/hppa/spmath/float.h
161
#define Dhigh31p2(object) Bitfield_extract( 0, 31,object)
sys/arch/hppa/spmath/float.h
162
#define Dbit2p2(object) Bitfield_extract( 2, 1,object)
sys/arch/hppa/spmath/float.h
163
#define Dbit3p2(object) Bitfield_extract( 3, 1,object)
sys/arch/hppa/spmath/float.h
164
#define Dbit21p2(object) Bitfield_extract( 21, 1,object)
sys/arch/hppa/spmath/float.h
165
#define Dbit28p2(object) Bitfield_extract( 28, 1,object)
sys/arch/hppa/spmath/float.h
166
#define Dbit29p2(object) Bitfield_extract( 29, 1,object)
sys/arch/hppa/spmath/float.h
167
#define Dbit30p2(object) Bitfield_extract( 30, 1,object)
sys/arch/hppa/spmath/float.h
262
#define Extsign(object) Bitfield_extract( 0, 1,object)
sys/arch/hppa/spmath/float.h
263
#define Exthigh31(object) Bitfield_extract( 0, 31,object)
sys/arch/hppa/spmath/float.h
264
#define Extlow31(object) Bitfield_extract( 1, 31,object)
sys/arch/hppa/spmath/float.h
265
#define Extlow(object) Bitfield_extract( 31, 1,object)
sys/arch/hppa/spmath/float.h
371
#define Cbit(object) Bitfield_extract( 5, 1,object)
sys/arch/hppa/spmath/float.h
372
#define Tbit(object) Bitfield_extract( 25, 1,object)
sys/arch/hppa/spmath/float.h
373
#define Roundingmode(object) Bitfield_extract( 21, 2,object)
sys/arch/hppa/spmath/float.h
374
#define Invalidtrap(object) Bitfield_extract( 27, 1,object)
sys/arch/hppa/spmath/float.h
375
#define Divisionbyzerotrap(object) Bitfield_extract( 28, 1,object)
sys/arch/hppa/spmath/float.h
376
#define Overflowtrap(object) Bitfield_extract( 29, 1,object)
sys/arch/hppa/spmath/float.h
377
#define Underflowtrap(object) Bitfield_extract( 30, 1,object)
sys/arch/hppa/spmath/float.h
378
#define Inexacttrap(object) Bitfield_extract( 31, 1,object)
sys/arch/hppa/spmath/float.h
379
#define Invalidflag(object) Bitfield_extract( 0, 1,object)
sys/arch/hppa/spmath/float.h
380
#define Divisionbyzeroflag(object) Bitfield_extract( 1, 1,object)
sys/arch/hppa/spmath/float.h
381
#define Overflowflag(object) Bitfield_extract( 2, 1,object)
sys/arch/hppa/spmath/float.h
382
#define Underflowflag(object) Bitfield_extract( 3, 1,object)
sys/arch/hppa/spmath/float.h
383
#define Inexactflag(object) Bitfield_extract( 4, 1,object)
sys/arch/hppa/spmath/float.h
384
#define Allflags(object) Bitfield_extract( 0, 5,object)
sys/arch/hppa/spmath/float.h
411
#define Exceptiontype(object) Bitfield_extract( 0, 6,object)
sys/arch/hppa/spmath/float.h
413
#define Parmfield(object) Bitfield_extract( 23, 3,object)
sys/arch/hppa/spmath/float.h
414
#define Rabit(object) Bitfield_extract( 24, 1,object)
sys/arch/hppa/spmath/float.h
415
#define Ibit(object) Bitfield_extract( 25, 1,object)
sys/arch/hppa/spmath/float.h
430
#define Greaterthanbit(object) Bitfield_extract( 27, 1,object)
sys/arch/hppa/spmath/float.h
431
#define Lessthanbit(object) Bitfield_extract( 28, 1,object)
sys/arch/hppa/spmath/float.h
432
#define Equalbit(object) Bitfield_extract( 29, 1,object)
sys/arch/hppa/spmath/float.h
433
#define Unorderedbit(object) Bitfield_extract( 30, 1,object)
sys/arch/hppa/spmath/float.h
434
#define Exceptionbit(object) Bitfield_extract( 31, 1,object)
sys/arch/hppa/spmath/float.h
474
Bitfield_deposit(Bitfield_extract(10,10,Fpustatus_register),11,10,Fpustatus_register); \
sys/arch/hppa/spmath/float.h
475
Bitfield_deposit(Bitfield_extract(5,1,Fpustatus_register),10,1,Fpustatus_register); \
sys/arch/hppa/spmath/float.h
59
#define Ssign(object) Bitfield_extract( 0, 1,object)
sys/arch/hppa/spmath/float.h
61
#define Sexponent(object) Bitfield_extract( 1, 8,object)
sys/arch/hppa/spmath/float.h
63
#define Ssignaling(object) Bitfield_extract( 9, 1,object)
sys/arch/hppa/spmath/float.h
64
#define Ssignalingnan(object) Bitfield_extract( 1, 9,object)
sys/arch/hppa/spmath/float.h
65
#define Shigh2mantissa(object) Bitfield_extract( 9, 2,object)
sys/arch/hppa/spmath/float.h
67
#define Ssignexponent(object) Bitfield_extract( 0, 9,object)
sys/arch/hppa/spmath/float.h
68
#define Shidden(object) Bitfield_extract( 8, 1,object)
sys/arch/hppa/spmath/float.h
69
#define Shiddenoverflow(object) Bitfield_extract( 7, 1,object)
sys/arch/hppa/spmath/float.h
70
#define Shiddenhigh7mantissa(object) Bitfield_extract( 8, 8,object)
sys/arch/hppa/spmath/float.h
71
#define Shiddenhigh3mantissa(object) Bitfield_extract( 8, 4,object)
sys/arch/hppa/spmath/float.h
75
#define Shigh31(object) Bitfield_extract( 0, 31,object)
sys/arch/hppa/spmath/float.h
77
#define Shigh4(object) Bitfield_extract( 0, 4,object)
sys/arch/hppa/spmath/float.h
78
#define Sbit24(object) Bitfield_extract( 24, 1,object)
sys/arch/hppa/spmath/float.h
79
#define Sbit28(object) Bitfield_extract( 28, 1,object)
sys/arch/hppa/spmath/float.h
80
#define Sbit29(object) Bitfield_extract( 29, 1,object)
sys/arch/hppa/spmath/float.h
81
#define Sbit30(object) Bitfield_extract( 30, 1,object)