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

  /src/external/gpl3/gcc.old/dist/libgcc/config/cr16/
lib1funcs.S 67 subd $16, (sp)
203 subd $18, (sp)
507 subd (r7, r6), (r3, r2) /* Subtract highest 32 bits from each other */
508 subd (r5, r4), (r1, r0) /* Subtract lowest 32 bits from each other */
510 subd $1, (r3, r2) /* Subtract the carry */
  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 1768 for (decision *subd = trans->to->first; subd; subd = subd->next)
1769 if (!common_test_p (subd, common, where))
1820 for (decision *subd = d;
1821 subd->test != test;
1822 subd = subd->first->to->first)
1823 if (subd->test.pos == test.po
3020 decision *subd = init_pattern_use (&sub_cpi, to, to_params); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 1768 for (decision *subd = trans->to->first; subd; subd = subd->next)
1769 if (!common_test_p (subd, common, where))
1820 for (decision *subd = d;
1821 subd->test != test;
1822 subd = subd->first->to->first)
1823 if (subd->test.pos == test.po
3020 decision *subd = init_pattern_use (&sub_cpi, to, to_params); local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_base.c 58 u32 subd; local
65 subd = nvbios_boostSp(bios, idx++, data, &sver, &shdr,
67 if (subd && boostS.domain == domain) {
74 } while (subd);

Completed in 20 milliseconds