Searched refs:inst2 (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/arch/
H A Darm-get-next-pcs.c433 unsigned short inst2; local
434 inst2 = self->ops->read_mem_uint (pc + 2, 2, byte_order_for_code);
440 if ((inst1 & 0xf800) == 0xf000 && (inst2 & 0x8000) == 0x8000)
444 if ((inst2 & 0x1000) != 0 || (inst2 & 0xd001) == 0xc000)
450 imm2 = bits (inst2, 0, 10);
451 j1 = bit (inst2, 13);
452 j2 = bit (inst2, 11);
459 if (bit (inst2, 12) == 0)
462 else if (inst1 == 0xf3de && (inst2
[all...]
H A Darm.c228 thumb2_instruction_changes_pc (unsigned short inst1, unsigned short inst2) argument
230 if ((inst1 & 0xf800) == 0xf000 && (inst2 & 0x8000) == 0x8000)
234 if ((inst2 & 0x1000) != 0 || (inst2 & 0xd001) == 0xc000)
239 else if (inst1 == 0xf3de && (inst2 & 0xff00) == 0x3f00)
244 else if ((inst2 & 0xd000) == 0x8000 && (inst1 & 0x0380) != 0x0380)
260 if (bit (inst2, 15))
266 if (bit (inst2, 15))
283 if ((inst1 & 0xffef) == 0xea4f && (inst2 & 0xfff0) == 0x0f00)
289 if ((inst1 & 0xff70) == 0xf850 && (inst2
[all...]
H A Darm-linux.c95 unsigned short inst2; local
97 inst2 = self->ops->read_mem_uint (pc + 2, 2,
100 if ((inst1 & 0xf800) == 0xf000 && bits (inst2, 14, 15) == 0x3)
H A Darm.h172 int thumb2_instruction_changes_pc (unsigned short inst1, unsigned short inst2);
/netbsd-current/external/gpl3/gdb/dist/gdb/arch/
H A Darm-get-next-pcs.c433 unsigned short inst2; local
434 inst2 = self->ops->read_mem_uint (pc + 2, 2, byte_order_for_code);
440 if ((inst1 & 0xf800) == 0xf000 && (inst2 & 0x8000) == 0x8000)
444 if ((inst2 & 0x1000) != 0 || (inst2 & 0xd001) == 0xc000)
450 imm2 = bits (inst2, 0, 10);
451 j1 = bit (inst2, 13);
452 j2 = bit (inst2, 11);
459 if (bit (inst2, 12) == 0)
462 else if (inst1 == 0xf3de && (inst2
[all...]
H A Darm.c231 thumb2_instruction_changes_pc (unsigned short inst1, unsigned short inst2) argument
233 if ((inst1 & 0xf800) == 0xf000 && (inst2 & 0x8000) == 0x8000)
237 if ((inst2 & 0x1000) != 0 || (inst2 & 0xd001) == 0xc000)
242 else if (inst1 == 0xf3de && (inst2 & 0xff00) == 0x3f00)
247 else if ((inst2 & 0xd000) == 0x8000 && (inst1 & 0x0380) != 0x0380)
263 if (bit (inst2, 15))
269 if (bit (inst2, 15))
286 if ((inst1 & 0xffef) == 0xea4f && (inst2 & 0xfff0) == 0x0f00)
292 if ((inst1 & 0xff70) == 0xf850 && (inst2
[all...]
H A Darm-linux.c95 unsigned short inst2; local
97 inst2 = self->ops->read_mem_uint (pc + 2, 2,
100 if ((inst1 & 0xf800) == 0xf000 && bits (inst2, 14, 15) == 0x3)
H A Darm.h209 int thumb2_instruction_changes_pc (unsigned short inst1, unsigned short inst2);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dxstormy16-tdep.c318 ULONGEST inst, inst2; local
334 inst2 = read_memory_unsigned_integer (next_addr + xstormy16_inst_size,
357 else if (inst == 0x314f && inst2 >= 0x0010) /* 314f HHHH add r15, #0xH */
359 cache->framesize += inst2;
384 offset = (LONGEST) (inst2 & 0x0fff);
465 ULONGEST inst, inst2; local
488 inst2 = read_memory_unsigned_integer (addr - xstormy16_inst_size,
491 if (inst2 == 0x314f && inst >= 0x8000) /* add r15, neg. value */
518 LONGEST inst, inst2, addr; local
529 inst2
570 LONGEST inst, inst2, faddr2; local
[all...]
H A Dscore-tdep.c1007 inst_t *inst2 = local
1009 if (inst2->v == 0x23)
1158 inst_t *inst2; local
1161 inst2 = score3_adjust_pc_and_fetch_inst (&cur_pc, NULL,
1164 if (inst2->len == 2
1165 && G_FLD (inst2->v, 14, 10) == 0x10
1166 && G_FLD (inst2->v, 9, 5) == 0x0
1167 && G_FLD (inst2->v, 4, 0) == 0x2)
1243 inst_t *inst2; local
1246 inst2
[all...]
H A Darm-tdep.c802 unsigned short inst2; local
804 inst2 = read_code_unsigned_integer (start + 2, 2,
807 if ((insn & 0xf800) == 0xf000 && (inst2 & 0xe800) == 0xe800)
816 imm2 = bits (inst2, 0, 10);
817 j1 = bit (inst2, 13);
818 j2 = bit (inst2, 11);
825 if (bit (inst2, 12) == 0)
829 bit (inst2, 12) != 0))
845 if (inst2 & (1 << regno))
859 int regno1 = bits (inst2, 1
[all...]
H A Dmoxie-tdep.c139 ULONGEST inst, inst2; local
174 inst2 = read_memory_unsigned_integer (next_addr + 6, 2, byte_order);
176 if (inst2 == 0x291e) /* sub.l $sp, $r12 */
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dxstormy16-tdep.c313 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);
460 ULONGEST inst, inst2; local
483 inst2 = read_memory_unsigned_integer (addr - xstormy16_inst_size,
486 if (inst2 == 0x314f && inst >= 0x8000) /* add r15, neg. value */
513 LONGEST inst, inst2, addr; local
524 inst2
565 LONGEST inst, inst2, faddr2; local
[all...]
H A Darm-tdep.c1168 unsigned short inst2; local
1170 inst2 = read_code_unsigned_integer (start + 2, 2,
1172 uint32_t whole_insn = (insn << 16) | inst2;
1174 if ((insn & 0xf800) == 0xf000 && (inst2 & 0xe800) == 0xe800)
1183 imm2 = bits (inst2, 0, 10);
1184 j1 = bit (inst2, 13);
1185 j2 = bit (inst2, 11);
1192 if (bit (inst2, 12) == 0)
1196 bit (inst2, 12) != 0))
1212 if (inst2
[all...]
H A Dmoxie-tdep.c136 ULONGEST inst, inst2; local
171 inst2 = read_memory_unsigned_integer (next_addr + 6, 2, byte_order);
173 if (inst2 == 0x291e) /* sub.l $sp, $r12 */
/netbsd-current/sys/arch/sh3/sh3/
H A Ddb_trace.c262 int i, inst, inst2; local
321 inst2 = db_get_value(pc, 2, false);
322 if (((inst2 & 0xff0f) == 0x3f08) &&
323 ((inst & 0x0f00) == ((inst2 & 0x00f0) << 4))) {
/netbsd-current/sys/dev/microcode/siop/
H A Dncr53cxxx.c106 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);
/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeTILEGX_64.c632 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;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-score.c2550 struct s3_score_it *inst2 = part_2; local
2553 pce_p = (inst2) ? TRUE : FALSE;
2560 | (inst2->instruction & 0x7FFF);
2617 if (inst2->reloc.type != BFD_RELOC_NONE)
2619 inst2->size, &inst2->reloc.exp, inst2->reloc.pc_rel, inst2->reloc.type);
H A Dtc-score7.c2676 struct s7_score_it *inst2 = part_2;
2679 pce_p = (inst2) ? TRUE : FALSE;
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
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-score.c2551 struct s3_score_it *inst2 = part_2; local
2554 pce_p = inst2 != NULL;
2561 | (inst2->instruction & 0x7FFF);
2618 if (inst2->reloc.type != BFD_RELOC_NONE)
2620 inst2->size, &inst2->reloc.exp, inst2->reloc.pc_rel, inst2->reloc.type);
H A Dtc-score7.c2677 struct s7_score_it *inst2 = part_2;
2680 pce_p = inst2 != NULL;
2687 | (inst2->instruction & 0x7FFF);
2750 if (inst2->reloc.type != BFD_RELOC_NONE)
2752 inst2->size, &inst2->reloc.exp, inst2->reloc.pc_rel, inst2->reloc.type);
2672 struct s7_score_it *inst2 = part_2; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-score.c2551 struct s3_score_it *inst2 = part_2; local
2554 pce_p = (inst2) ? TRUE : FALSE;
2561 | (inst2->instruction & 0x7FFF);
2618 if (inst2->reloc.type != BFD_RELOC_NONE)
2620 inst2->size, &inst2->reloc.exp, inst2->reloc.pc_rel, inst2->reloc.type);
H A Dtc-score7.c2677 struct s7_score_it *inst2 = part_2;
2680 pce_p = (inst2) ? TRUE : FALSE;
2687 | (inst2->instruction & 0x7FFF);
2750 if (inst2->reloc.type != BFD_RELOC_NONE)
2752 inst2->size, &inst2->reloc.exp, inst2->reloc.pc_rel, inst2->reloc.type);
2672 struct s7_score_it *inst2 = part_2; local

Completed in 603 milliseconds