Searched refs:dslot (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/h8300/
H A Dbra.s20 dslot: .byte 0 label
140 mov.b #1, @dslot
146 cmp.b #0, @dslot ; Should be non-zero if delay slot executed.
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/h8300/
H A Dbra.s20 dslot: .byte 0 label
140 mov.b #1, @dslot
146 cmp.b #0, @dslot ; Should be non-zero if delay slot executed.
/netbsd-current/sys/dev/pci/
H A Dld_virtio.c596 int dslot; local
598 r = virtio_dequeue(vsc, vq, &dslot, NULL);
601 if (dslot != slot) {
602 ld_virtio_vq_done1(sc, vsc, vq, dslot);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c1540 int_tree_map *dslot; local
1573 dslot = decl_copies->find_slot_with_hash (ielt, uid, INSERT);
1574 if (!dslot->to)
1578 dslot->uid = uid;
1579 dslot->to = var_copy;
1585 dslot = decl_copies->find_slot_with_hash (ielt, nuid, INSERT);
1586 gcc_assert (!dslot->to);
1587 dslot->uid = nuid;
1588 dslot->to = var_copy;
1591 var_copy = dslot
1655 int_tree_map *dslot; local
[all...]
H A Dvar-tracking.c7488 variable **dslot = NULL; local
7492 dslot = dropped_values->find_slot_with_hash (var->dv,
7495 empty_var = *dslot;
7517 if (dslot)
7520 *dslot = empty_var;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc1540 int_tree_map *dslot; local
1573 dslot = decl_copies->find_slot_with_hash (ielt, uid, INSERT);
1574 if (!dslot->to)
1578 dslot->uid = uid;
1579 dslot->to = var_copy;
1585 dslot = decl_copies->find_slot_with_hash (ielt, nuid, INSERT);
1586 gcc_assert (!dslot->to);
1587 dslot->uid = nuid;
1588 dslot->to = var_copy;
1591 var_copy = dslot
1655 int_tree_map *dslot; local
[all...]
H A Dvar-tracking.cc7519 variable **dslot = NULL; local
7523 dslot = dropped_values->find_slot_with_hash (var->dv,
7526 empty_var = *dslot;
7548 if (dslot)
7551 *dslot = empty_var;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-mips.c1166 dslot, jal_dslot) \
1175 | ((dslot) ? 0x4000 : 0) \
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-mips.c1173 dslot, jal_dslot) \
1182 | ((dslot) ? 0x4000 : 0) \
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mips.c1173 dslot, jal_dslot) \
1182 | ((dslot) ? 0x4000 : 0) \

Completed in 634 milliseconds