| /src/external/gpl3/gdb/dist/gdb/arch/ |
| arm-linux.c | 94 unsigned short inst2; local 96 inst2 = self->ops->read_mem_uint (pc + 2, 2, 99 if ((inst1 & 0xf800) == 0xf000 && bits (inst2, 14, 15) == 0x3)
|
| arm-get-next-pcs.c | 431 unsigned short inst2; local 432 inst2 = self->ops->read_mem_uint (pc + 2, 2, byte_order_for_code); 438 if ((inst1 & 0xf800) == 0xf000 && (inst2 & 0x8000) == 0x8000) 442 if ((inst2 & 0x1000) != 0 || (inst2 & 0xd001) == 0xc000) 448 imm2 = bits (inst2, 0, 10); 449 j1 = bit (inst2, 13); 450 j2 = bit (inst2, 11); 457 if (bit (inst2, 12) == 0) 460 else if (inst1 == 0xf3de && (inst2 & 0xff00) == 0x3f00 [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| arm-linux.c | 94 unsigned short inst2; local 96 inst2 = self->ops->read_mem_uint (pc + 2, 2, 99 if ((inst1 & 0xf800) == 0xf000 && bits (inst2, 14, 15) == 0x3)
|
| arm-get-next-pcs.c | 432 unsigned short inst2; local 433 inst2 = self->ops->read_mem_uint (pc + 2, 2, byte_order_for_code); 439 if ((inst1 & 0xf800) == 0xf000 && (inst2 & 0x8000) == 0x8000) 443 if ((inst2 & 0x1000) != 0 || (inst2 & 0xd001) == 0xc000) 449 imm2 = bits (inst2, 0, 10); 450 j1 = bit (inst2, 13); 451 j2 = bit (inst2, 11); 458 if (bit (inst2, 12) == 0) 461 else if (inst1 == 0xf3de && (inst2 & 0xff00) == 0x3f00 [all...] |
| /src/sys/arch/sh3/sh3/ |
| db_trace.c | 262 int i, inst, inst2; local 321 inst2 = db_get_value(pc, 2, false); 322 if (((inst2 & 0xff0f) == 0x3f08) && 323 ((inst & 0x0f00) == ((inst2 & 0x00f0) << 4))) {
|
| /src/external/gpl3/gdb/dist/gdb/ |
| moxie-tdep.c | 136 ULONGEST inst, inst2; local 171 inst2 = read_memory_unsigned_integer (next_addr + 6, 2, byte_order); 173 if (inst2 == 0x291e) /* sub.l $sp, $r12 */
|
| xstormy16-tdep.c | 313 ULONGEST inst, inst2; local 329 inst2 = read_memory_unsigned_integer (next_addr + xstormy16_inst_size, 352 else if (inst == 0x314f && inst2 >= 0x0010) /* 314f HHHH add r15, #0xH */ 354 cache->framesize += inst2; 379 offset = (LONGEST) (inst2 & 0x0fff); 461 ULONGEST inst, inst2; local 484 inst2 = read_memory_unsigned_integer (addr - xstormy16_inst_size, 487 if (inst2 == 0x314f && inst >= 0x8000) /* add r15, neg. value */ 514 LONGEST inst, inst2, addr; local 525 inst2 = extract_unsigned_integer (buf + xstormy16_inst_size 560 LONGEST inst, inst2, faddr2; local [all...] |
| arm-tdep.c | 1167 unsigned short inst2; local 1169 inst2 = read_code_unsigned_integer (start + 2, 2, 1171 uint32_t whole_insn = (insn << 16) | inst2; 1173 if ((insn & 0xf800) == 0xf000 && (inst2 & 0xe800) == 0xe800) 1182 imm2 = bits (inst2, 0, 10); 1183 j1 = bit (inst2, 13); 1184 j2 = bit (inst2, 11); 1191 if (bit (inst2, 12) == 0) 1195 bit (inst2, 12) != 0)) 1211 if (inst2 & (1 << regno) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| moxie-tdep.c | 136 ULONGEST inst, inst2; local 171 inst2 = read_memory_unsigned_integer (next_addr + 6, 2, byte_order); 173 if (inst2 == 0x291e) /* sub.l $sp, $r12 */
|
| xstormy16-tdep.c | 313 ULONGEST inst, inst2; local 329 inst2 = read_memory_unsigned_integer (next_addr + xstormy16_inst_size, 352 else if (inst == 0x314f && inst2 >= 0x0010) /* 314f HHHH add r15, #0xH */ 354 cache->framesize += inst2; 379 offset = (LONGEST) (inst2 & 0x0fff); 461 ULONGEST inst, inst2; local 484 inst2 = read_memory_unsigned_integer (addr - xstormy16_inst_size, 487 if (inst2 == 0x314f && inst >= 0x8000) /* add r15, neg. value */ 514 LONGEST inst, inst2, addr; local 525 inst2 = extract_unsigned_integer (buf + xstormy16_inst_size 560 LONGEST inst, inst2, faddr2; local [all...] |
| arm-tdep.c | 1169 unsigned short inst2; local 1171 inst2 = read_code_unsigned_integer (start + 2, 2, 1173 uint32_t whole_insn = (insn << 16) | inst2; 1175 if ((insn & 0xf800) == 0xf000 && (inst2 & 0xe800) == 0xe800) 1184 imm2 = bits (inst2, 0, 10); 1185 j1 = bit (inst2, 13); 1186 j2 = bit (inst2, 11); 1193 if (bit (inst2, 12) == 0) 1197 bit (inst2, 12) != 0)) 1213 if (inst2 & (1 << regno) [all...] |
| /src/sys/dev/microcode/siop/ |
| ncr53cxxx.c | 106 u_int32_t inst0, inst1, inst2; variable 958 script[i++] = inst2; 962 fprintf (listfp, " %08x", inst2); 966 inst0 = inst1 = inst2 = 0; 1461 inst2 = evaluate (tokenix+5);
|
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativeTILEGX_64.c | 632 struct jit_instr inst2 = inst_buf[2]; local 668 inst_buf[2] = inst2; 686 inst_buf[0] = inst2; 706 inst_buf[2] = inst2; 724 inst_buf[1] = inst2;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-score7.c | 2676 struct s7_score_it *inst2 = part_2; 2679 pce_p = inst2 != NULL; 2686 | (inst2->instruction & 0x7FFF); 2749 if (inst2->reloc.type != BFD_RELOC_NONE) 2751 inst2->size, &inst2->reloc.exp, inst2->reloc.pc_rel, inst2->reloc.type); 2671 struct s7_score_it *inst2 = part_2; local
|
| tc-score.c | 2546 struct s3_score_it *inst2 = part_2; local 2549 pce_p = inst2 != NULL; 2556 | (inst2->instruction & 0x7FFF); 2613 if (inst2->reloc.type != BFD_RELOC_NONE) 2615 inst2->size, &inst2->reloc.exp, inst2->reloc.pc_rel, inst2->reloc.type);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-score7.c | 2676 struct s7_score_it *inst2 = part_2; 2679 pce_p = inst2 != NULL; 2686 | (inst2->instruction & 0x7FFF); 2749 if (inst2->reloc.type != BFD_RELOC_NONE) 2751 inst2->size, &inst2->reloc.exp, inst2->reloc.pc_rel, inst2->reloc.type); 2671 struct s7_score_it *inst2 = part_2; local
|
| tc-score.c | 2546 struct s3_score_it *inst2 = part_2; local 2549 pce_p = inst2 != NULL; 2556 | (inst2->instruction & 0x7FFF); 2613 if (inst2->reloc.type != BFD_RELOC_NONE) 2615 inst2->size, &inst2->reloc.exp, inst2->reloc.pc_rel, inst2->reloc.type);
|