HomeSort by: relevance | last modified time | path
    Searched refs:NR_FRAC_GUARD (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.c 152 #define NR_FRAC_GUARD (60)
153 #define IMPLICIT_1 LSBIT64 (NR_FRAC_GUARD)
154 #define IMPLICIT_2 LSBIT64 (NR_FRAC_GUARD + 1)
155 #define IMPLICIT_4 LSBIT64 (NR_FRAC_GUARD + 2)
158 #define FRAC32MASK LSMASK64 (63, NR_FRAC_GUARD - 32 + 1)
508 shift = (s->normal_exp - (NR_FRAC_GUARD));
539 f->normal_exp = NR_FRAC_GUARD;
668 f->normal_exp = NR_FRAC_GUARD;
739 int shift = (NR_FRAC_GUARD - precision);
756 /* We have NR_FRAC_GUARD bits, we want only PRECISION bits. *
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.c 152 #define NR_FRAC_GUARD (60)
153 #define IMPLICIT_1 LSBIT64 (NR_FRAC_GUARD)
154 #define IMPLICIT_2 LSBIT64 (NR_FRAC_GUARD + 1)
155 #define IMPLICIT_4 LSBIT64 (NR_FRAC_GUARD + 2)
158 #define FRAC32MASK LSMASK64 (63, NR_FRAC_GUARD - 32 + 1)
508 shift = (s->normal_exp - (NR_FRAC_GUARD));
539 f->normal_exp = NR_FRAC_GUARD;
668 f->normal_exp = NR_FRAC_GUARD;
739 int shift = (NR_FRAC_GUARD - precision);
756 /* We have NR_FRAC_GUARD bits, we want only PRECISION bits. *
    [all...]
  /src/external/gpl3/gdb/dist/sim/mips/
cp1.c 1551 #define NR_FRAC_GUARD (60)
1552 #define IMPLICIT_1 LSBIT64 (NR_FRAC_GUARD)
  /src/external/gpl3/gdb.old/dist/sim/mips/
cp1.c 1551 #define NR_FRAC_GUARD (60)
1552 #define IMPLICIT_1 LSBIT64 (NR_FRAC_GUARD)

Completed in 27 milliseconds