Searched refs:inst2 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | arm-tdep.c | 1595 unsigned short inst2 = read_memory_integer (pc + 2, 2); in thumb_get_next_pc() local 1596 offset = (sbits (inst1, 0, 10) << 12) + (bits (inst2, 0, 10) << 1); in thumb_get_next_pc() 1599 if (bits (inst2, 11, 12) == 1) in thumb_get_next_pc()
|
| /freebsd-12-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()
|
| /freebsd-12-stable/contrib/bc/src/ |
| D | program.c | 1552 uchar inst2; in bc_program_incdec() local 1568 inst2 = BC_INST_ASSIGN_PLUS_NO_VAL + (inst & 0x01); in bc_program_incdec() 1571 bc_program_assign(p, inst2); in bc_program_incdec()
|