| /src/external/gpl3/binutils/dist/opcodes/ |
| nfp-dis.c | 1852 unsigned int mstep = _BF (instr, 22, 20); local 1868 if (mstep >= 4) 1877 if (mstep >= 4) 1886 const char *s = nfp_me27_28_mult_steps[mstep];
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| nfp-dis.c | 1852 unsigned int mstep = _BF (instr, 22, 20); local 1868 if (mstep >= 4) 1877 if (mstep >= 4) 1886 const char *s = nfp_me27_28_mult_steps[mstep];
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| nfp-dis.c | 1852 unsigned int mstep = _BF (instr, 22, 20); local 1868 if (mstep >= 4) 1877 if (mstep >= 4) 1886 const char *s = nfp_me27_28_mult_steps[mstep];
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| nfp-dis.c | 1852 unsigned int mstep = _BF (instr, 22, 20); local 1868 if (mstep >= 4) 1877 if (mstep >= 4) 1886 const char *s = nfp_me27_28_mult_steps[mstep];
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-loop-niter.cc | 1322 mpz_t mstep, max; local 1354 mpz_init (mstep); 1355 wi::to_mpz (dstep, mstep, UNSIGNED); 1356 mpz_neg (mstep, mstep); 1357 mpz_add_ui (mstep, mstep, 1); 1359 rolls_p = mpz_cmp (mstep, bnds->below) <= 0; 1363 mpz_add (max, max, mstep); 1371 mpz_clear (mstep); 1580 mpz_t mstep, tmp; local 1672 wi::to_mpz (wi::to_wide (step), mstep, UNSIGNED); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-loop-niter.cc | 1340 mpz_t mstep, max; local 1372 mpz_init (mstep); 1373 wi::to_mpz (dstep, mstep, UNSIGNED); 1374 mpz_neg (mstep, mstep); 1375 mpz_add_ui (mstep, mstep, 1); 1377 rolls_p = mpz_cmp (mstep, bnds->below) <= 0; 1381 mpz_add (max, max, mstep); 1389 mpz_clear (mstep); 1598 mpz_t mstep, tmp; local 1690 wi::to_mpz (wi::to_wide (step), mstep, UNSIGNED); local [all...] |