Searched refs:inst1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Darm-tdep.c1565 unsigned short inst1 = read_memory_integer (pc, 2); local
1569 if ((inst1 & 0xff00) == 0xbd00) /* pop {rlist, pc} */
1575 offset = bitcount (bits (inst1, 0, 7)) * DEPRECATED_REGISTER_SIZE;
1582 else if ((inst1 & 0xf000) == 0xd000) /* conditional branch */
1585 unsigned long cond = bits (inst1, 8, 11);
1587 nextpc = pc_val + (sbits (inst1, 0, 7) << 1);
1589 else if ((inst1 & 0xf800) == 0xe000) /* unconditional branch */
1591 nextpc = pc_val + (sbits (inst1, 0, 10) << 1);
1593 else if ((inst1 & 0xf800) == 0xf000) /* long branch with link, and blx */
1596 offset = (sbits (inst1,
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h98 MCInst const &inst1);
H A DHexagonMCInstrInfo.cpp178 MCInst const &inst1) {
184 MCInst *SubInst1 = new (Context) MCInst(deriveSubInst(inst1));
176 deriveDuplex(MCContext &Context, unsigned iClass, MCInst const &inst0, MCInst const &inst1) argument
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c2277 struct score_it *inst1 = part_1; local
2282 memcpy (&backup_inst1, inst1, sizeof (struct score_it));
2340 if (inst1->reloc.type != BFD_RELOC_NONE)
2342 inst1->size, &inst1->reloc.exp,
2343 inst1->reloc.pc_rel, inst1->reloc.type);
2369 memcpy (inst1, &backup_inst1, sizeof (struct score_it));
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c3338 volatile unsigned int inst1; local
3354 inst1 = OP_WRITES123 | OP_SOL | OP_EOL | (cols);
3373 *dma_prog++ = inst1;
3421 *dma_prog++ = inst1;

Completed in 199 milliseconds