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

  /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 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/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 528 unsigned short inst2; local
529 inst2 = self->ops->read_mem_uint (pc + 2, 2, byte_order_for_code);
535 if ((inst1 & 0xf800) == 0xf000 && (inst2 & 0x8000) == 0x8000)
539 if ((inst2 & 0x1000) != 0 || (inst2 & 0xd001) == 0xc000)
545 imm2 = bits (inst2, 0, 10);
546 j1 = bit (inst2, 13);
547 j2 = bit (inst2, 11);
554 if (bit (inst2, 12) == 0)
557 else if (inst1 == 0xf3de && (inst2 & 0xff00) == 0x3f00
    [all...]
  /src/external/public-domain/xz/dist/src/liblzma/simple/
riscv.c 12 /// For AUIPC+inst2 pairs, the paired instruction checking is fairly relaxed.
91 AUIPC is paired with a second instruction (inst2) to do
94 the possible inst2 choices have a 12-bit immediate.
100 the 12-bit immediate in inst2 cannot just include the lowest
104 not only AUIPC but also the paired inst2.
107 AUIPC+inst2 pairs:
124 NOTE: AUIPC+inst2 can only be a pair if AUIPC's rd specifies
125 the same register as inst2's rs1.
127 Instead of strictly accepting only the above instructions as inst2,
129 inst2 must be set, that is, inst2 must not be a 16-bit compresse
447 uint32_t inst2 = read32le(buffer + i + 4); local
684 uint32_t inst2; local
    [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.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 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/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/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);

Completed in 34 milliseconds