Symbol: Bitfield_extract
arch/parisc/math-emu/float.h
106
#define Dsign(object) Bitfield_extract( 0, 1,object)
arch/parisc/math-emu/float.h
108
#define Dexponent(object) Bitfield_extract( 1, 11,object)
arch/parisc/math-emu/float.h
110
#define Dsignaling(object) Bitfield_extract( 12, 1,object)
arch/parisc/math-emu/float.h
111
#define Dsignalingnan(object) Bitfield_extract( 1, 12,object)
arch/parisc/math-emu/float.h
112
#define Dhigh2mantissa(object) Bitfield_extract( 12, 2,object)
arch/parisc/math-emu/float.h
114
#define Dsignexponent(object) Bitfield_extract( 0, 12,object)
arch/parisc/math-emu/float.h
115
#define Dhidden(object) Bitfield_extract( 11, 1,object)
arch/parisc/math-emu/float.h
116
#define Dhiddenoverflow(object) Bitfield_extract( 10, 1,object)
arch/parisc/math-emu/float.h
117
#define Dhiddenhigh7mantissa(object) Bitfield_extract( 11, 8,object)
arch/parisc/math-emu/float.h
118
#define Dhiddenhigh3mantissa(object) Bitfield_extract( 11, 4,object)
arch/parisc/math-emu/float.h
121
#define Dhighp1(object) Bitfield_extract( 0, 1,object)
arch/parisc/math-emu/float.h
122
#define Dhigh4p1(object) Bitfield_extract( 0, 4,object)
arch/parisc/math-emu/float.h
123
#define Dhigh31p1(object) Bitfield_extract( 0, 31,object)
arch/parisc/math-emu/float.h
125
#define Dbit3p1(object) Bitfield_extract( 3, 1,object)
arch/parisc/math-emu/float.h
150
#define Dhighp2(object) Bitfield_extract( 0, 1,object)
arch/parisc/math-emu/float.h
151
#define Dhigh31p2(object) Bitfield_extract( 0, 31,object)
arch/parisc/math-emu/float.h
152
#define Dbit2p2(object) Bitfield_extract( 2, 1,object)
arch/parisc/math-emu/float.h
153
#define Dbit3p2(object) Bitfield_extract( 3, 1,object)
arch/parisc/math-emu/float.h
154
#define Dbit21p2(object) Bitfield_extract( 21, 1,object)
arch/parisc/math-emu/float.h
155
#define Dbit28p2(object) Bitfield_extract( 28, 1,object)
arch/parisc/math-emu/float.h
156
#define Dbit29p2(object) Bitfield_extract( 29, 1,object)
arch/parisc/math-emu/float.h
157
#define Dbit30p2(object) Bitfield_extract( 30, 1,object)
arch/parisc/math-emu/float.h
252
#define Extsign(object) Bitfield_extract( 0, 1,object)
arch/parisc/math-emu/float.h
253
#define Exthigh31(object) Bitfield_extract( 0, 31,object)
arch/parisc/math-emu/float.h
254
#define Extlow31(object) Bitfield_extract( 1, 31,object)
arch/parisc/math-emu/float.h
255
#define Extlow(object) Bitfield_extract( 31, 1,object)
arch/parisc/math-emu/float.h
263
#define Sextlowp1(object) Bitfield_extract( 31, 1,object)
arch/parisc/math-emu/float.h
264
#define Sexthighp2(object) Bitfield_extract( 0, 1,object)
arch/parisc/math-emu/float.h
265
#define Sextlow31p2(object) Bitfield_extract( 1, 31,object)
arch/parisc/math-emu/float.h
266
#define Sexthiddenoverflow(object) Bitfield_extract( 4, 1,object)
arch/parisc/math-emu/float.h
277
#define Dextlowp2(object) Bitfield_extract( 31, 1,object)
arch/parisc/math-emu/float.h
278
#define Dexthighp3(object) Bitfield_extract( 0, 1,object)
arch/parisc/math-emu/float.h
279
#define Dextlow31p3(object) Bitfield_extract( 1, 31,object)
arch/parisc/math-emu/float.h
280
#define Dexthiddenoverflow(object) Bitfield_extract( 10, 1,object)
arch/parisc/math-emu/float.h
410
#define Cbit(object) Bitfield_extract( 5, 1,object)
arch/parisc/math-emu/float.h
411
#define Tbit(object) Bitfield_extract( 25, 1,object)
arch/parisc/math-emu/float.h
412
#define Roundingmode(object) Bitfield_extract( 21, 2,object)
arch/parisc/math-emu/float.h
413
#define Invalidtrap(object) Bitfield_extract( 27, 1,object)
arch/parisc/math-emu/float.h
414
#define Divisionbyzerotrap(object) Bitfield_extract( 28, 1,object)
arch/parisc/math-emu/float.h
415
#define Overflowtrap(object) Bitfield_extract( 29, 1,object)
arch/parisc/math-emu/float.h
416
#define Underflowtrap(object) Bitfield_extract( 30, 1,object)
arch/parisc/math-emu/float.h
417
#define Inexacttrap(object) Bitfield_extract( 31, 1,object)
arch/parisc/math-emu/float.h
418
#define Invalidflag(object) Bitfield_extract( 0, 1,object)
arch/parisc/math-emu/float.h
419
#define Divisionbyzeroflag(object) Bitfield_extract( 1, 1,object)
arch/parisc/math-emu/float.h
420
#define Overflowflag(object) Bitfield_extract( 2, 1,object)
arch/parisc/math-emu/float.h
421
#define Underflowflag(object) Bitfield_extract( 3, 1,object)
arch/parisc/math-emu/float.h
422
#define Inexactflag(object) Bitfield_extract( 4, 1,object)
arch/parisc/math-emu/float.h
423
#define Allflags(object) Bitfield_extract( 0, 5,object)
arch/parisc/math-emu/float.h
456
#define Exceptiontype(object) Bitfield_extract( 0, 6,object)
arch/parisc/math-emu/float.h
458
#define Parmfield(object) Bitfield_extract( 23, 3,object)
arch/parisc/math-emu/float.h
459
#define Rabit(object) Bitfield_extract( 24, 1,object)
arch/parisc/math-emu/float.h
460
#define Ibit(object) Bitfield_extract( 25, 1,object)
arch/parisc/math-emu/float.h
474
#define Greaterthanbit(object) Bitfield_extract( 27, 1,object)
arch/parisc/math-emu/float.h
475
#define Lessthanbit(object) Bitfield_extract( 28, 1,object)
arch/parisc/math-emu/float.h
476
#define Equalbit(object) Bitfield_extract( 29, 1,object)
arch/parisc/math-emu/float.h
477
#define Unorderedbit(object) Bitfield_extract( 30, 1,object)
arch/parisc/math-emu/float.h
478
#define Exceptionbit(object) Bitfield_extract( 31, 1,object)
arch/parisc/math-emu/float.h
49
#define Ssign(object) Bitfield_extract( 0, 1,object)
arch/parisc/math-emu/float.h
51
#define Sexponent(object) Bitfield_extract( 1, 8,object)
arch/parisc/math-emu/float.h
53
#define Ssignaling(object) Bitfield_extract( 9, 1,object)
arch/parisc/math-emu/float.h
54
#define Ssignalingnan(object) Bitfield_extract( 1, 9,object)
arch/parisc/math-emu/float.h
55
#define Shigh2mantissa(object) Bitfield_extract( 9, 2,object)
arch/parisc/math-emu/float.h
57
#define Ssignexponent(object) Bitfield_extract( 0, 9,object)
arch/parisc/math-emu/float.h
58
#define Shidden(object) Bitfield_extract( 8, 1,object)
arch/parisc/math-emu/float.h
59
#define Shiddenoverflow(object) Bitfield_extract( 7, 1,object)
arch/parisc/math-emu/float.h
60
#define Shiddenhigh7mantissa(object) Bitfield_extract( 8, 8,object)
arch/parisc/math-emu/float.h
61
#define Shiddenhigh3mantissa(object) Bitfield_extract( 8, 4,object)
arch/parisc/math-emu/float.h
65
#define Shigh31(object) Bitfield_extract( 0, 31,object)
arch/parisc/math-emu/float.h
67
#define Shigh4(object) Bitfield_extract( 0, 4,object)
arch/parisc/math-emu/float.h
68
#define Sbit24(object) Bitfield_extract( 24, 1,object)
arch/parisc/math-emu/float.h
69
#define Sbit28(object) Bitfield_extract( 28, 1,object)
arch/parisc/math-emu/float.h
70
#define Sbit29(object) Bitfield_extract( 29, 1,object)
arch/parisc/math-emu/float.h
71
#define Sbit30(object) Bitfield_extract( 30, 1,object)