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

  /src/external/gpl3/binutils/dist/gas/config/
tc-rl78.c 238 int bytep, bitp; local
253 bytep = pos / 8;
264 gas_assert (bytep < rl78_bytes.n_base);
265 rl78_bytes.base[bytep] |= svalm;
269 bytep ++;
273 gas_assert (bytep < rl78_bytes.n_base);
274 rl78_bytes.base[bytep] |= valm;
tc-rx.c 872 int bytep, bitp;
887 bytep = pos / 8;
898 gas_assert (bytep < rx_bytes.n_base);
899 rx_bytes.base[bytep] |= svalm;
903 bytep ++;
907 gas_assert (bytep < rx_bytes.n_base);
908 rx_bytes.base[bytep] |= valm;
871 int bytep, bitp; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-rl78.c 238 int bytep, bitp; local
253 bytep = pos / 8;
264 gas_assert (bytep < rl78_bytes.n_base);
265 rl78_bytes.base[bytep] |= svalm;
269 bytep ++;
273 gas_assert (bytep < rl78_bytes.n_base);
274 rl78_bytes.base[bytep] |= valm;
tc-rx.c 872 int bytep, bitp;
887 bytep = pos / 8;
898 gas_assert (bytep < rx_bytes.n_base);
899 rx_bytes.base[bytep] |= svalm;
903 bytep ++;
907 gas_assert (bytep < rx_bytes.n_base);
908 rx_bytes.base[bytep] |= valm;
871 int bytep, bitp; local

Completed in 36 milliseconds