Searched refs:immh (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Daarch64-dis.c576 /* Decode fields immh:immb and/or Q for e.g.
587 aarch64_insn Q, imm, immh;
590 immh = extract_field (FLD_immh, code, 0);
591 if (immh == 0)
595 /* Get highest set bit in immh. */
596 while (--pos >= 0 && (immh & 0x8) == 0)
597 immh <<= 1;
606 /* immh Q <T>
623 /* immh <shift>
625 0001 (16-UInt(immh
585 aarch64_insn Q, imm, immh; local
[all...]
H A Darm-dis.c11285 unsigned int immh = (given & 0x000007feu) >> 1;
11289 imm32 |= immh << 2;
11298 unsigned int immh = (given & 0x000007feu) >> 1;
11302 imm32 |= immh << 2;
11284 unsigned int immh = (given & 0x000007feu) >> 1; local
11297 unsigned int immh = (given & 0x000007feu) >> 1; local
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Daarch64-dis.c575 /* Decode fields immh:immb and/or Q for e.g.
586 aarch64_insn Q, imm, immh;
589 immh = extract_field (FLD_immh, code, 0);
590 if (immh == 0)
594 /* Get highest set bit in immh. */
595 while (--pos >= 0 && (immh & 0x8) == 0)
596 immh <<= 1;
605 /* immh Q <T>
622 /* immh <shift>
624 0001 (16-UInt(immh
584 aarch64_insn Q, imm, immh; local
[all...]
H A Darm-dis.c11270 unsigned int immh = (given & 0x000007feu) >> 1;
11274 imm32 |= immh << 2;
11283 unsigned int immh = (given & 0x000007feu) >> 1;
11287 imm32 |= immh << 2;
11269 unsigned int immh = (given & 0x000007feu) >> 1; local
11282 unsigned int immh = (given & 0x000007feu) >> 1; local
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Daarch64-dis.c585 /* Decode fields immh:immb and/or Q for e.g.
596 aarch64_insn Q, imm, immh;
599 immh = extract_field (FLD_immh, code, 0);
600 if (immh == 0)
604 /* Get highest set bit in immh. */
605 while (--pos >= 0 && (immh & 0x8) == 0)
606 immh <<= 1;
615 /* immh Q <T>
632 /* immh <shift>
634 0001 (16-UInt(immh
594 aarch64_insn Q, imm, immh; local
[all...]
H A Darm-dis.c11882 unsigned int immh = (given & 0x000007feu) >> 1;
11886 imm32 |= immh << 2;
11895 unsigned int immh = (given & 0x000007feu) >> 1;
11899 imm32 |= immh << 2;
11881 unsigned int immh = (given & 0x000007feu) >> 1; local
11894 unsigned int immh = (given & 0x000007feu) >> 1; local
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-dis.c576 /* Decode fields immh:immb and/or Q for e.g.
587 aarch64_insn Q, imm, immh;
590 immh = extract_field (FLD_immh, code, 0);
591 if (immh == 0)
595 /* Get highest set bit in immh. */
596 while (--pos >= 0 && (immh & 0x8) == 0)
597 immh <<= 1;
606 /* immh Q <T>
623 /* immh <shift>
625 0001 (16-UInt(immh
585 aarch64_insn Q, imm, immh; local
[all...]
H A Darm-dis.c11285 unsigned int immh = (given & 0x000007feu) >> 1;
11289 imm32 |= immh << 2;
11298 unsigned int immh = (given & 0x000007feu) >> 1;
11302 imm32 |= immh << 2;
11284 unsigned int immh = (given & 0x000007feu) >> 1; local
11297 unsigned int immh = (given & 0x000007feu) >> 1; local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c14545 int imml, immh;
14547 immh = (value & 0x00000ffc) >> 2;
14550 inst.instruction |= (imml << 11) | (immh << 1);
30096 addressT imml, immh;
30098 immh = (value & 0x00000ffc) >> 2;
30102 newval |= (imml << 11) | (immh << 1);
14539 int imml, immh; local
30086 addressT imml, immh; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c14485 int imml, immh;
14487 immh = (value & 0x00000ffc) >> 2;
14490 inst.instruction |= (imml << 11) | (immh << 1);
29972 addressT imml, immh;
29974 immh = (value & 0x00000ffc) >> 2;
29978 newval |= (imml << 11) | (immh << 1);
14479 int imml, immh; local
29962 addressT imml, immh; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c14545 int imml, immh;
14547 immh = (value & 0x00000ffc) >> 2;
14550 inst.instruction |= (imml << 11) | (immh << 1);
30096 addressT imml, immh;
30098 immh = (value & 0x00000ffc) >> 2;
30102 newval |= (imml << 11) | (immh << 1);
14539 int imml, immh; local
30086 addressT imml, immh; local

Completed in 721 milliseconds