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

  /src/external/gpl3/gcc/dist/gcc/config/or1k/
or1k.cc 1340 rtx tramp[5], fnaddr, f_hi, f_lo, c_hi, c_lo; local
1351 c_lo = expand_binop (SImode, and_optab, chain, GEN_INT (0xffff),
1371 tramp[4] = expand_binop (SImode, ior_optab, c_lo,
1373 c_lo, true, OPTAB_DIRECT);
  /src/external/gpl3/gcc.old/dist/gcc/config/or1k/
or1k.cc 1337 rtx tramp[5], fnaddr, f_hi, f_lo, c_hi, c_lo; local
1348 c_lo = expand_binop (SImode, and_optab, chain, GEN_INT (0xffff),
1368 tramp[4] = expand_binop (SImode, ior_optab, c_lo,
1370 c_lo, true, OPTAB_DIRECT);
  /src/sys/external/isc/atheros_hal/dist/
ah_regdomain.c 2468 uint16_t c, c_hi, c_lo; local
2486 if (!ath_hal_getChannelEdges(ah, cm->flags, &c_lo, &c_hi)) {
2582 if (!(c_lo <= c && c <= c_hi)) {
2585 __func__, c, c_lo, c_hi);

Completed in 22 milliseconds