Searched refs:inst2 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | arm-tdep.c | 1593 unsigned short inst2 = read_memory_integer (pc + 2, 2); in thumb_get_next_pc() local 1594 offset = (sbits (inst1, 0, 10) << 12) + (bits (inst2, 0, 10) << 1); in thumb_get_next_pc() 1597 if (bits (inst2, 11, 12) == 1) in thumb_get_next_pc()
|
| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | tc-score.c | 2278 struct score_it *inst2 = part_2; in gen_insn_frag() local 2281 pce_p = (inst2) ? TRUE : FALSE; in gen_insn_frag() 2288 | (inst2->instruction & 0x7FFF); in gen_insn_frag() 2345 if (inst2->reloc.type != BFD_RELOC_NONE) in gen_insn_frag() 2347 inst2->size, &inst2->reloc.exp, inst2->reloc.pc_rel, inst2->reloc.type); in gen_insn_frag()
|