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

  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.c 135 64 bit - <IMPLICIT_1:1><FRACBITS:52><GUARDS:8><PAD:00>
136 32 bit - <IMPLICIT_1:1><FRACBITS:23><GUARDS:7><PAD:30> */
153 #define IMPLICIT_1 LSBIT64 (NR_FRAC_GUARD)
229 ASSERT (src->fraction >= IMPLICIT_1);
290 ASSERT ((exp == EXPMAX) <= ((fraction & ~IMPLICIT_1) == 0));
347 while (fraction < IMPLICIT_1)
388 dst->fraction = ((fraction << NR_GUARDS) | IMPLICIT_1);
465 ASSERT (s->fraction >= IMPLICIT_1);
466 if (s->fraction == IMPLICIT_1)
476 if ((s->fraction & FRAC32MASK) != IMPLICIT_1)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.c 135 64 bit - <IMPLICIT_1:1><FRACBITS:52><GUARDS:8><PAD:00>
136 32 bit - <IMPLICIT_1:1><FRACBITS:23><GUARDS:7><PAD:30> */
153 #define IMPLICIT_1 LSBIT64 (NR_FRAC_GUARD)
229 ASSERT (src->fraction >= IMPLICIT_1);
290 ASSERT ((exp == EXPMAX) <= ((fraction & ~IMPLICIT_1) == 0));
347 while (fraction < IMPLICIT_1)
388 dst->fraction = ((fraction << NR_GUARDS) | IMPLICIT_1);
465 ASSERT (s->fraction >= IMPLICIT_1);
466 if (s->fraction == IMPLICIT_1)
476 if ((s->fraction & FRAC32MASK) != IMPLICIT_1)
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
dp-bit.c 214 #define IMPLICIT_1 (1LL<<(FRACBITS+NGARDS))
433 while (fraction < IMPLICIT_1)
470 dst->fraction.ll = (fraction << NGARDS) | IMPLICIT_1;
583 while (tmp->fraction.ll < IMPLICIT_1 && tmp->fraction.ll)
770 while (high < IMPLICIT_1)
890 bit = IMPLICIT_1;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
dp-bit.c 214 #define IMPLICIT_1 (1LL<<(FRACBITS+NGARDS))
433 while (fraction < IMPLICIT_1)
470 dst->fraction.ll = (fraction << NGARDS) | IMPLICIT_1;
583 while (tmp->fraction.ll < IMPLICIT_1 && tmp->fraction.ll)
770 while (high < IMPLICIT_1)
890 bit = IMPLICIT_1;
  /src/external/gpl3/gcc/dist/libgcc/
fp-bit.c 279 if (fraction >= IMPLICIT_1)
519 while (fraction < IMPLICIT_1)
562 dst->fraction.ll = (fraction << NGARDS) | IMPLICIT_1;
684 while (tmp->fraction.ll < IMPLICIT_1 && tmp->fraction.ll)
876 while (high < IMPLICIT_1)
992 bit = IMPLICIT_1;
fp-bit.h 307 #define IMPLICIT_1 ((fractype)1<<(FRACBITS+NGARDS))
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.c 279 if (fraction >= IMPLICIT_1)
519 while (fraction < IMPLICIT_1)
562 dst->fraction.ll = (fraction << NGARDS) | IMPLICIT_1;
684 while (tmp->fraction.ll < IMPLICIT_1 && tmp->fraction.ll)
876 while (high < IMPLICIT_1)
992 bit = IMPLICIT_1;
fp-bit.h 307 #define IMPLICIT_1 ((fractype)1<<(FRACBITS+NGARDS))
  /src/external/gpl3/gdb/dist/sim/mips/
cp1.c 1552 #define IMPLICIT_1 LSBIT64 (NR_FRAC_GUARD)
1558 sim_fpu_class_number, 0, IMPLICIT_1, 0
1646 sim_fpu_class_number, 0, IMPLICIT_1, 0
  /src/external/gpl3/gdb.old/dist/sim/mips/
cp1.c 1552 #define IMPLICIT_1 LSBIT64 (NR_FRAC_GUARD)
1558 sim_fpu_class_number, 0, IMPLICIT_1, 0
1646 sim_fpu_class_number, 0, IMPLICIT_1, 0

Completed in 36 milliseconds