| /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.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 | 650 /* Decode fields immh:immb and/or Q for e.g. 661 aarch64_insn Q, imm, immh; 664 immh = extract_field (FLD_immh, code, 0); 665 if (immh == 0) 669 /* Get highest set bit in immh. */ 670 while (--pos >= 0 && (immh & 0x8) == 0) 671 immh <<= 1; 680 /* immh Q <T> 703 /* immh <shift> 705 0001 (16-UInt(immh:immb) 659 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/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
|