HomeSort by: relevance | last modified time | path
    Searched defs:rs6000_recip_bits (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 192 unsigned char rs6000_recip_bits[MAX_MACHINE_MODE]; variable
2381 if (rs6000_recip_bits[m])
3215 memset (rs6000_recip_bits, 0, sizeof (rs6000_recip_bits));
3217 rs6000_recip_bits[SFmode] = RS6000_RECIP_MASK_HAVE_RE;
3219 rs6000_recip_bits[DFmode] = RS6000_RECIP_MASK_HAVE_RE;
3221 rs6000_recip_bits[V4SFmode] = RS6000_RECIP_MASK_HAVE_RE;
3223 rs6000_recip_bits[V2DFmode] = RS6000_RECIP_MASK_HAVE_RE;
3226 rs6000_recip_bits[SFmode] |= RS6000_RECIP_MASK_HAVE_RSQRTE;
3228 rs6000_recip_bits[DFmode] |= RS6000_RECIP_MASK_HAVE_RSQRTE
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 193 unsigned char rs6000_recip_bits[MAX_MACHINE_MODE]; variable
2372 if (rs6000_recip_bits[m])
3217 memset (rs6000_recip_bits, 0, sizeof (rs6000_recip_bits));
3219 rs6000_recip_bits[SFmode] = RS6000_RECIP_MASK_HAVE_RE;
3221 rs6000_recip_bits[DFmode] = RS6000_RECIP_MASK_HAVE_RE;
3223 rs6000_recip_bits[V4SFmode] = RS6000_RECIP_MASK_HAVE_RE;
3225 rs6000_recip_bits[V2DFmode] = RS6000_RECIP_MASK_HAVE_RE;
3228 rs6000_recip_bits[SFmode] |= RS6000_RECIP_MASK_HAVE_RSQRTE;
3230 rs6000_recip_bits[DFmode] |= RS6000_RECIP_MASK_HAVE_RSQRTE
    [all...]

Completed in 108 milliseconds