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

  /src/sys/arch/arm/cortex/
gic.c 254 const u_int byte_shift = 8 * (irq & 3); local
257 const uint32_t targets_val = (targets >> byte_shift) & 0xff;
275 const u_int byte_shift = 8 * (irq & 3); local
286 targets &= ~(0xff << byte_shift);
287 targets |= (targets_val << byte_shift);
419 const u_int byte_shift = 8 * (irq & 3); local
440 targets &= ~(0xffU << byte_shift);
444 targets |= sc->sc_mptargets << byte_shift;
448 targets |= sc->sc_bptargets << byte_shift;
481 priority &= ~(0xffU << byte_shift);
505 size_t byte_shift = 0; local
528 const u_int byte_shift = 8 * (irq & 3); local
    [all...]
gicv3.c 305 size_t byte_shift = 0; local
306 for (o = 0; o < 4; o++, byte_shift += 8) {
309 priority |= (0xffU << byte_shift);
312 priority |= ipriority_val << byte_shift;
  /src/external/gpl3/binutils/dist/opcodes/
nfp-dis.c 1427 unsigned int byte_shift = _BF (instr, 34, 33); local
1449 dinfo->fprintf_func (dinfo->stream, "immed_b%d[", byte_shift);
1454 dinfo->fprintf_func (dinfo->stream, "immed_w%d[", (byte_shift / 2));
1470 if ((!by) && (!wd) && (byte_shift))
1471 dinfo->fprintf_func (dinfo->stream, ", <<%d", (byte_shift * 8));
  /src/external/gpl3/binutils.old/dist/opcodes/
nfp-dis.c 1427 unsigned int byte_shift = _BF (instr, 34, 33); local
1449 dinfo->fprintf_func (dinfo->stream, "immed_b%d[", byte_shift);
1454 dinfo->fprintf_func (dinfo->stream, "immed_w%d[", (byte_shift / 2));
1470 if ((!by) && (!wd) && (byte_shift))
1471 dinfo->fprintf_func (dinfo->stream, ", <<%d", (byte_shift * 8));
  /src/external/gpl3/gdb/dist/opcodes/
nfp-dis.c 1427 unsigned int byte_shift = _BF (instr, 34, 33); local
1449 dinfo->fprintf_func (dinfo->stream, "immed_b%d[", byte_shift);
1454 dinfo->fprintf_func (dinfo->stream, "immed_w%d[", (byte_shift / 2));
1470 if ((!by) && (!wd) && (byte_shift))
1471 dinfo->fprintf_func (dinfo->stream, ", <<%d", (byte_shift * 8));
  /src/external/gpl3/gdb.old/dist/opcodes/
nfp-dis.c 1427 unsigned int byte_shift = _BF (instr, 34, 33); local
1449 dinfo->fprintf_func (dinfo->stream, "immed_b%d[", byte_shift);
1454 dinfo->fprintf_func (dinfo->stream, "immed_w%d[", (byte_shift / 2));
1470 if ((!by) && (!wd) && (byte_shift))
1471 dinfo->fprintf_func (dinfo->stream, ", <<%d", (byte_shift * 8));
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 7897 int byte_shift = exact_log2 (scalar_size);
7899 gcc_assert (byte_shift >= 0);
7885 int byte_shift = exact_log2 (scalar_size); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 7822 int byte_shift = exact_log2 (scalar_size);
7824 gcc_assert (byte_shift >= 0);
7810 int byte_shift = exact_log2 (scalar_size); local

Completed in 82 milliseconds