Searched refs:inst1 (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sys/dev/microcode/ncr53cxxx/ |
| D | ncr53cxxx.c | 99 unsigned long inst0, inst1, inst2; variable 791 script[i++] = inst1; in store_inst() 795 fprintf (listfp, "\t%04x: %08x %08x", dsps, inst0, inst1); in store_inst() 801 inst0 = inst1 = inst2 = 0; in store_inst() 856 inst1 = 0; in f_wait() 870 inst1 = evaluate (i) - dsps - 8; in f_wait() 874 inst1 = evaluate (i); in f_wait() 902 inst1 = evaluate (i + 2) - dsps - 8; in transfer() 907 inst1 = evaluate (i); in transfer() 975 inst1 = evaluate (t + 2) - dsps - 8; in select_reselect() [all …]
|
| /mirbsd/src/sys/dev/microcode/siop/ |
| D | ncr53cxxx.c | 109 u_int32_t inst0, inst1, inst2; variable 966 script[i++] = inst1; in store_inst() 970 fprintf (listfp, "\t%04x: %08x %08x", dsps, inst0, inst1); in store_inst() 976 inst0 = inst1 = inst2 = 0; in store_inst() 1036 inst1 = 0; in f_wait() 1056 inst1 = evaluate (i) - dsps - 8; in f_wait() 1060 inst1 = evaluate (i); in f_wait() 1112 inst1 = 0x00000000; in f_nop() 1151 inst1 = evaluate(i); in loadstore() 1168 inst1 = evaluate (i + 2) - dsps - 8; in transfer() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | arm-tdep.c | 1572 unsigned short inst1 = read_memory_integer (pc, 2); in thumb_get_next_pc() local 1576 if ((inst1 & 0xff00) == 0xbd00) /* pop {rlist, pc} */ in thumb_get_next_pc() 1582 offset = bitcount (bits (inst1, 0, 7)) * DEPRECATED_REGISTER_SIZE; in thumb_get_next_pc() 1589 else if ((inst1 & 0xf000) == 0xd000) /* conditional branch */ in thumb_get_next_pc() 1592 unsigned long cond = bits (inst1, 8, 11); in thumb_get_next_pc() 1594 nextpc = pc_val + (sbits (inst1, 0, 7) << 1); in thumb_get_next_pc() 1596 else if ((inst1 & 0xf800) == 0xe000) /* unconditional branch */ in thumb_get_next_pc() 1598 nextpc = pc_val + (sbits (inst1, 0, 10) << 1); in thumb_get_next_pc() 1600 else if ((inst1 & 0xf800) == 0xf000) /* long branch with link, and blx */ in thumb_get_next_pc() 1603 offset = (sbits (inst1, 0, 10) << 12) + (bits (inst2, 0, 10) << 1); in thumb_get_next_pc() [all …]
|
| /mirbsd/src/sys/dev/pci/bktr/ |
| D | bktr_core.c | 3339 u_int inst1; local 3355 inst1 = OP_WRITES123 | OP_SOL | OP_EOL | (cols); 3380 *dma_prog++ = htole32(inst1); 3442 *dma_prog++ = htole32(inst1);
|