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

  /src/external/gpl3/binutils/dist/opcodes/
aarch64-dis.c 653 /* Decode fields immh:immb and/or Q for e.g.
664 aarch64_insn Q, imm, immh;
667 immh = extract_field (FLD_immh, code, 0);
668 if (immh == 0)
672 /* Get highest set bit in immh. */
673 while (--pos >= 0 && (immh & 0x8) == 0)
674 immh <<= 1;
683 /* immh Q <T>
706 /* immh <shift>
708 0001 (16-UInt(immh:immb)
663 aarch64_insn Q, imm, immh; local
    [all...]
arm-dis.c 11540 unsigned int immh = (given & 0x000007feu) >> 1;
11544 imm32 |= immh << 2;
11553 unsigned int immh = (given & 0x000007feu) >> 1;
11557 imm32 |= immh << 2;
11539 unsigned int immh = (given & 0x000007feu) >> 1; local
11552 unsigned int immh = (given & 0x000007feu) >> 1; local
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-dis.c 652 /* Decode fields immh:immb and/or Q for e.g.
663 aarch64_insn Q, imm, immh;
666 immh = extract_field (FLD_immh, code, 0);
667 if (immh == 0)
671 /* Get highest set bit in immh. */
672 while (--pos >= 0 && (immh & 0x8) == 0)
673 immh <<= 1;
682 /* immh Q <T>
705 /* immh <shift>
707 0001 (16-UInt(immh:immb)
661 aarch64_insn Q, imm, immh; local
    [all...]
arm-dis.c 11540 unsigned int immh = (given & 0x000007feu) >> 1;
11544 imm32 |= immh << 2;
11553 unsigned int immh = (given & 0x000007feu) >> 1;
11557 imm32 |= immh << 2;
11539 unsigned int immh = (given & 0x000007feu) >> 1; local
11552 unsigned int immh = (given & 0x000007feu) >> 1; local
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-dis.c 652 /* Decode fields immh:immb and/or Q for e.g.
663 aarch64_insn Q, imm, immh;
666 immh = extract_field (FLD_immh, code, 0);
667 if (immh == 0)
671 /* Get highest set bit in immh. */
672 while (--pos >= 0 && (immh & 0x8) == 0)
673 immh <<= 1;
682 /* immh Q <T>
705 /* immh <shift>
707 0001 (16-UInt(immh:immb)
661 aarch64_insn Q, imm, immh; local
    [all...]
arm-dis.c 11540 unsigned int immh = (given & 0x000007feu) >> 1;
11544 imm32 |= immh << 2;
11553 unsigned int immh = (given & 0x000007feu) >> 1;
11557 imm32 |= immh << 2;
11539 unsigned int immh = (given & 0x000007feu) >> 1; local
11552 unsigned int immh = (given & 0x000007feu) >> 1; local
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-dis.c 622 /* Decode fields immh:immb and/or Q for e.g.
633 aarch64_insn Q, imm, immh;
636 immh = extract_field (FLD_immh, code, 0);
637 if (immh == 0)
641 /* Get highest set bit in immh. */
642 while (--pos >= 0 && (immh & 0x8) == 0)
643 immh <<= 1;
652 /* immh Q <T>
675 /* immh <shift>
677 0001 (16-UInt(immh:immb)
631 aarch64_insn Q, imm, immh; local
    [all...]
arm-dis.c 11727 unsigned int immh = (given & 0x000007feu) >> 1;
11731 imm32 |= immh << 2;
11740 unsigned int immh = (given & 0x000007feu) >> 1;
11744 imm32 |= immh << 2;
11726 unsigned int immh = (given & 0x000007feu) >> 1; local
11739 unsigned int immh = (given & 0x000007feu) >> 1; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 14302 int imml, immh;
14304 immh = (value & 0x00000ffc) >> 2;
14307 inst.instruction |= (imml << 11) | (immh << 1);
29284 addressT imml, immh;
29286 immh = (value & 0x00000ffc) >> 2;
29290 newval |= (imml << 11) | (immh << 1);
14297 int imml, immh; local
29275 addressT imml, immh; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 14305 int imml, immh;
14307 immh = (value & 0x00000ffc) >> 2;
14310 inst.instruction |= (imml << 11) | (immh << 1);
29287 addressT imml, immh;
29289 immh = (value & 0x00000ffc) >> 2;
29293 newval |= (imml << 11) | (immh << 1);
14300 int imml, immh; local
29278 addressT imml, immh; local

Completed in 105 milliseconds