Home
last modified time | relevance | path

Searched refs:NR_INTBITS (Results 1 – 4 of 4) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A Dsim-fpu.c175 #define NR_INTBITS (is_64bit ? 64 : 32) macro
460 if (s->sign && s->normal_exp == (NR_INTBITS - 1)) in fpu2i()
499 if (s->normal_exp > (NR_INTBITS - 2)) in fpu2i()
546 f->normal_exp = NR_INTBITS - 1; in i2fpu()
631 if (s->normal_exp > (NR_INTBITS - 1)) in fpu2u()
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A Dsim-fpu.c174 #define NR_INTBITS (is_64bit ? 64 : 32) macro
459 if (s->sign && s->normal_exp == (NR_INTBITS - 1)) in fpu2i()
498 if (s->normal_exp > (NR_INTBITS - 2)) in fpu2i()
545 f->normal_exp = NR_INTBITS - 1; in i2fpu()
630 if (s->normal_exp > (NR_INTBITS - 1)) in fpu2u()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dsim-fpu.c183 #define NR_INTBITS (is_64bit ? 64 : 32) macro
453 if (s->sign && s->normal_exp == (NR_INTBITS - 1)) in fpu2i()
492 if (s->normal_exp > (NR_INTBITS - 2)) in fpu2i()
539 f->normal_exp = NR_INTBITS - 1; in i2fpu()
624 if (s->normal_exp > (NR_INTBITS - 1)) in fpu2u()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dsim-fpu.c183 #define NR_INTBITS (is_64bit ? 64 : 32) macro
453 if (s->sign && s->normal_exp == (NR_INTBITS - 1)) in fpu2i()
492 if (s->normal_exp > (NR_INTBITS - 2)) in fpu2i()
539 f->normal_exp = NR_INTBITS - 1; in i2fpu()
624 if (s->normal_exp > (NR_INTBITS - 1)) in fpu2u()