Symbol: Bitfield_extract
sys/arch/hppa/spmath/float.h
102
#define Dhighp1(object) Bitfield_extract( 0, 1,object)
sys/arch/hppa/spmath/float.h
103
#define Dhigh4p1(object) Bitfield_extract( 0, 4,object)
sys/arch/hppa/spmath/float.h
104
#define Dhigh31p1(object) Bitfield_extract( 0, 31,object)
sys/arch/hppa/spmath/float.h
106
#define Dbit3p1(object) Bitfield_extract( 3, 1,object)
sys/arch/hppa/spmath/float.h
131
#define Dhighp2(object) Bitfield_extract( 0, 1,object)
sys/arch/hppa/spmath/float.h
132
#define Dhigh31p2(object) Bitfield_extract( 0, 31,object)
sys/arch/hppa/spmath/float.h
133
#define Dbit2p2(object) Bitfield_extract( 2, 1,object)
sys/arch/hppa/spmath/float.h
134
#define Dbit3p2(object) Bitfield_extract( 3, 1,object)
sys/arch/hppa/spmath/float.h
135
#define Dbit21p2(object) Bitfield_extract( 21, 1,object)
sys/arch/hppa/spmath/float.h
136
#define Dbit28p2(object) Bitfield_extract( 28, 1,object)
sys/arch/hppa/spmath/float.h
137
#define Dbit29p2(object) Bitfield_extract( 29, 1,object)
sys/arch/hppa/spmath/float.h
138
#define Dbit30p2(object) Bitfield_extract( 30, 1,object)
sys/arch/hppa/spmath/float.h
233
#define Extsign(object) Bitfield_extract( 0, 1,object)
sys/arch/hppa/spmath/float.h
234
#define Exthigh31(object) Bitfield_extract( 0, 31,object)
sys/arch/hppa/spmath/float.h
235
#define Extlow31(object) Bitfield_extract( 1, 31,object)
sys/arch/hppa/spmath/float.h
236
#define Extlow(object) Bitfield_extract( 31, 1,object)
sys/arch/hppa/spmath/float.h
30
#define Ssign(object) Bitfield_extract( 0, 1,object)
sys/arch/hppa/spmath/float.h
32
#define Sexponent(object) Bitfield_extract( 1, 8,object)
sys/arch/hppa/spmath/float.h
34
#define Ssignaling(object) Bitfield_extract( 9, 1,object)
sys/arch/hppa/spmath/float.h
344
#define Cbit(object) Bitfield_extract( 5, 1,object)
sys/arch/hppa/spmath/float.h
345
#define Tbit(object) Bitfield_extract( 25, 1,object)
sys/arch/hppa/spmath/float.h
346
#define Roundingmode(object) Bitfield_extract( 21, 2,object)
sys/arch/hppa/spmath/float.h
347
#define Invalidtrap(object) Bitfield_extract( 27, 1,object)
sys/arch/hppa/spmath/float.h
348
#define Divisionbyzerotrap(object) Bitfield_extract( 28, 1,object)
sys/arch/hppa/spmath/float.h
349
#define Overflowtrap(object) Bitfield_extract( 29, 1,object)
sys/arch/hppa/spmath/float.h
35
#define Ssignalingnan(object) Bitfield_extract( 1, 9,object)
sys/arch/hppa/spmath/float.h
350
#define Underflowtrap(object) Bitfield_extract( 30, 1,object)
sys/arch/hppa/spmath/float.h
351
#define Inexacttrap(object) Bitfield_extract( 31, 1,object)
sys/arch/hppa/spmath/float.h
352
#define Invalidflag(object) Bitfield_extract( 0, 1,object)
sys/arch/hppa/spmath/float.h
353
#define Divisionbyzeroflag(object) Bitfield_extract( 1, 1,object)
sys/arch/hppa/spmath/float.h
354
#define Overflowflag(object) Bitfield_extract( 2, 1,object)
sys/arch/hppa/spmath/float.h
355
#define Underflowflag(object) Bitfield_extract( 3, 1,object)
sys/arch/hppa/spmath/float.h
356
#define Inexactflag(object) Bitfield_extract( 4, 1,object)
sys/arch/hppa/spmath/float.h
357
#define Allflags(object) Bitfield_extract( 0, 5,object)
sys/arch/hppa/spmath/float.h
36
#define Shigh2mantissa(object) Bitfield_extract( 9, 2,object)
sys/arch/hppa/spmath/float.h
38
#define Ssignexponent(object) Bitfield_extract( 0, 9,object)
sys/arch/hppa/spmath/float.h
384
#define Exceptiontype(object) Bitfield_extract( 0, 6,object)
sys/arch/hppa/spmath/float.h
386
#define Parmfield(object) Bitfield_extract( 23, 3,object)
sys/arch/hppa/spmath/float.h
387
#define Rabit(object) Bitfield_extract( 24, 1,object)
sys/arch/hppa/spmath/float.h
388
#define Ibit(object) Bitfield_extract( 25, 1,object)
sys/arch/hppa/spmath/float.h
39
#define Shidden(object) Bitfield_extract( 8, 1,object)
sys/arch/hppa/spmath/float.h
40
#define Shiddenoverflow(object) Bitfield_extract( 7, 1,object)
sys/arch/hppa/spmath/float.h
403
#define Greaterthanbit(object) Bitfield_extract( 27, 1,object)
sys/arch/hppa/spmath/float.h
404
#define Lessthanbit(object) Bitfield_extract( 28, 1,object)
sys/arch/hppa/spmath/float.h
405
#define Equalbit(object) Bitfield_extract( 29, 1,object)
sys/arch/hppa/spmath/float.h
406
#define Unorderedbit(object) Bitfield_extract( 30, 1,object)
sys/arch/hppa/spmath/float.h
407
#define Exceptionbit(object) Bitfield_extract( 31, 1,object)
sys/arch/hppa/spmath/float.h
41
#define Shiddenhigh7mantissa(object) Bitfield_extract( 8, 8,object)
sys/arch/hppa/spmath/float.h
42
#define Shiddenhigh3mantissa(object) Bitfield_extract( 8, 4,object)
sys/arch/hppa/spmath/float.h
447
Bitfield_deposit(Bitfield_extract(10,10,Fpustatus_register),11,10,Fpustatus_register); \
sys/arch/hppa/spmath/float.h
448
Bitfield_deposit(Bitfield_extract(5,1,Fpustatus_register),10,1,Fpustatus_register); \
sys/arch/hppa/spmath/float.h
46
#define Shigh31(object) Bitfield_extract( 0, 31,object)
sys/arch/hppa/spmath/float.h
48
#define Shigh4(object) Bitfield_extract( 0, 4,object)
sys/arch/hppa/spmath/float.h
49
#define Sbit24(object) Bitfield_extract( 24, 1,object)
sys/arch/hppa/spmath/float.h
50
#define Sbit28(object) Bitfield_extract( 28, 1,object)
sys/arch/hppa/spmath/float.h
51
#define Sbit29(object) Bitfield_extract( 29, 1,object)
sys/arch/hppa/spmath/float.h
52
#define Sbit30(object) Bitfield_extract( 30, 1,object)
sys/arch/hppa/spmath/float.h
87
#define Dsign(object) Bitfield_extract( 0, 1,object)
sys/arch/hppa/spmath/float.h
89
#define Dexponent(object) Bitfield_extract( 1, 11,object)
sys/arch/hppa/spmath/float.h
91
#define Dsignaling(object) Bitfield_extract( 12, 1,object)
sys/arch/hppa/spmath/float.h
92
#define Dsignalingnan(object) Bitfield_extract( 1, 12,object)
sys/arch/hppa/spmath/float.h
93
#define Dhigh2mantissa(object) Bitfield_extract( 12, 2,object)
sys/arch/hppa/spmath/float.h
95
#define Dsignexponent(object) Bitfield_extract( 0, 12,object)
sys/arch/hppa/spmath/float.h
96
#define Dhidden(object) Bitfield_extract( 11, 1,object)
sys/arch/hppa/spmath/float.h
97
#define Dhiddenoverflow(object) Bitfield_extract( 10, 1,object)
sys/arch/hppa/spmath/float.h
98
#define Dhiddenhigh7mantissa(object) Bitfield_extract( 11, 8,object)
sys/arch/hppa/spmath/float.h
99
#define Dhiddenhigh3mantissa(object) Bitfield_extract( 11, 4,object)